body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	/*
	background-image: url('../img/background-body.jpg');
	background-repeat: repeat-x;
	background-color: #D9CDB5;
	*/
	background-color: #F8F0D9;
	margin: 0px;
	padding: 0px;
}
tr, td
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
/*------------------------------------------------------------------- Links */
#content a:link, a:active
{
	color: #606F84;
	text-decoration: underline;
}
#content a:visited
{
	color: #606F84;
	text-decoration: underline;
}
#content a:hover
{
	color: #DDE0E6;
	text-decoration: none;
}
/*------------------------------------------------------------------- Headline */
h1
{
	color: #162335;
	border-bottom: 1px solid #606F84;
	padding: 3px;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: normal;
}
h2
{
	color: #606F84;
	font-size: 12px;
	padding: 4px;
}
/*
h3
{
	color: black;
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	background-image: url('../img/tab-icon.gif');
	background-repeat: no-repeat;
	font-weight: bold;
	border-bottom: 1px dashed #DDDDDD; 
}
*/
h3
{
	color: white;
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	font-weight: bold;
	background-color: #606F84;
	border-bottom: 1px solid #DDDDDD; 
	text-align: center;
}

h4
{
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	font-weight: bold;
/*
	color: #655A3E;
	background-color: #606F84;
	border-bottom: 1px solid #655A3E;
*/
	border-bottom: 1px solid #DDDDDD; 
	color: white;
	border-bottom: 1px solid #DDDDDD; 
	text-align: center;
}
/*------------------------------------------------------------------- Bilder */
.bilder
{
	padding: 4px;
	border: 1px solid #939CAD;
	background-color: white;
}
