body{
	background: #FFFFFF;
	color: #636466;
	font-size: 0.9em;
	line-height: 1.5em;
}

/*** Überschriften ***/

h1, h2, h3{
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: bold;
}

h1{
	font-size: 1.8em;
	display: inline;
}

h2{
	font-size: 1.3em;	
	display: inline;
}

/*** normaler Text **/

p,td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

/*** Links **/

a:link,
a:visited,
a:active{
	text-decoration: underline;
	font-size: 1.0em;
	color: #636466;
}

a:hover{
	color: #008567;
	text-decoration: none;
}

/*** Rahmen um die Bilder ***/

img.bimg{
	border: #333 1px solid;
}

/*** Layout ***/

td#header {
	background: url(images/layout_03.gif) 0% 0% no-repeat;
	width: 800px;
	height: 31px;
}

td#content{
	background: url(images/layout_05.gif) 0% 0% repeat-y;
	width: 800px;
}

td#footer{
	vertical-align: top;
	font-size: 0.70em;
	padding-right: 20px;
}

/*** Footer-Links ***/

#footer a:link,
#footer a:active,
#footer a:visited{
	font-size: 1.0em;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;	
}
