/* DATEI: hobbies.css */

body { background-color:#0099CC;
     margin-top:10px;
     margin-bottom:5px;
     margin-left:15px;
     margin-right:15px;
     font-size:15px;
     line-height:1.25em;
     font-family:sans-serif;
     color:#003366;
     font-weight:500; }

a:link { text-decoration:underline; font-weight:bold; color:#006699; }
a:visited { text-decoration:underline; font-weight:bold; color:#006699; }
a:hover { text-decoration:none; font-weight:bold; color:#006699; }
a:active { text-decoration:none; font-weight:bold; color:#006699; }

a.leiste:link { text-decoration:underline; font-weight:normal; color:#006699; }
a.leiste:visited { text-decoration:underline; font-weight:normal; color:#006699; }
a.leiste:hover { text-decoration:none; font-weight:bold; color:#006699; }
a.leiste:active { text-decoration:none; font-weight:bold; color:#006699; }

td { vertical-align:top; }

table.h { margin-top:0px;
        margin-bottom:10px;
	width:100%;
	height:30px;
	padding-bottom:5px;
	padding-left:5px;
	border-bottom-width:1px;
        border-bottom-style:solid;
        border-color:#3366CC; }

table.b { margin-top:10px;
        margin-bottom:0px;
	width:100%;
	height:30px;
	padding-top:5px;
	padding-left:5px;
	border-top-width:1px;
        border-top-style:solid;
        border-color:#3366CC; }

h1 { font-size:36px;
   font-weight:bold;
   margin-top:15px;
   margin-bottom:15px; }

h2 { font-size:18px;
   font-weight:bold;
   margin-top:0px;
   margin-bottom:9px; }
