body {
	background-color : #FFFFFF;
	background : White url(../images/h7.jpg) fixed top; 
	background-repeat:repeat;
	background-position:left;
	color : #000000;
	font-family: Georgia, Times, serif;
	font-size : smaller;
	font-style : normal;
	font-variant : normal;
	clear:center;
}
/* Das Menü */
#menucontainer {
	border:1px solid #606060;
	width:180px;
	float:right;
	padding:5px;
	margin:0px 5px 5px 0px;
	line-height:25px;
	background : White url(../images/h7.jpg) fixed top; 
}
#shadow{
	background-color : #DDDDDD;
	width:190px;
	float:right;
	margin:0px 0px 30px 30px;
}

/* Der Inhalt */
#content {
	clear:left;
	padding:15px;
	width:900px;
}

a.menu:link, a.menu:visited
{ 
	color:#eeeeee;
	background-color:#737994;
	text-decoration:none;
}
a.menu:active, a.menu:hover
{ 
	color:#737994;
	background-color:#eeeeee;
}
a.menu {
	display:block;
	padding:3px;
	border-top:1px solid #000;
	background-color:#737994;
	text-align:center;
	font-weight:bold;
	color:#eeeeee;
	text-decoration:none;
 }

H1 {
    color : #008080;
	font-family: Georgia, Times, serif;
	font-size : x-large;
	margin-left :+1%;
	font-weight : bold;
	letter-spacing : 10;
	font-variant : small-caps;
	text-align: center;
}

H2 {
	color : #008080;
	font-family: Georgia, Times, serif;
	font-size : normal;
	margin-left : +1%;
	margin-top : 2.7em;
	font-weight : bold;
	font-variant : small-caps;
	letter-spacing : 5;
	text-align: center;
}

H3 {
	color : #008080;
	font-family: Georgia, Times, serif;
	font-size : normal;
	margin-left : +1%;
	margin-top : 2em;
	font-style : normal;
	font-variant : small-caps;
	font-weight : normal;
	text-align: center;
}

H4 {
	color : #008080;
	font-family: Georgia, Times, serif;
	font-size : normal;
	margin-left : +1%;
	margin-top : 1.5em;
	text-align: center;
}

H5 {
	color : #008080;
	font-family: Georgia, Times, serif;
	font-size : 100%;
	margin-left : +1%;
	font-weight : 900;
	margin-top : 1.5em;
	text-align: center;
}

H6 {
	color : #008080;
	font-family: Georgia, Times, serif;
	font-size : 100%;
	margin-left : +1%;
	font-style : italic;
	font-weight : 800;
	margin-bottom : -0.8em;
	text-align: center;
}

th{
	background-color : #8080FF;
	font-family: Georgia, Times, serif;
	font-weight : bold;
	font-size : small;
	text-align: left;
	color : black;
	border: #FDF5E6;
}
td {
	background-color : #EEEEEE;
	font-size 		  : small;
}

table{
   background-color: #CCCCCC;
   border-style    : none;
   border          : 0; 
   border-width    : thin;
   font-size 	   : small;
}

#bg {
   border:3px solid #8080FF;
   background-image:url(../images/paws_grau.gif);
   background-color:#CCCCCC; 
   padding:10px;
   color:#000000;
   font-weight:bold;
   text-align:center;
   clear: left; 
   width: 500px;
 }
 
#cap {
   background-image:url(../images/caption.gif);
   background-repeat:no-repeat;
   background-position:center;
   text-align: center;
   line-height:30px;
   width:600px;
   
}
 