/*======================================================
Layout
========================================================*/

body {
	margin-left:0px; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:0px;
	scrollbar-base-color:#666666;
	scrollbar-arrow-color:#666666;
	scrollbar-darkshadow-color:#FCFCFC;
	scrollbar-highlight-color:#FCFCFC;
	scrollbar-shadow-color:#666666;
	scrollbar-face-color:#FCFCFC;
	scrollbar-track-color:#CDCDCD;
	overflow : auto;
	scroll:no;
	height:100%
}
	
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding:50px;
	padding-top:30px;
	padding-bottom:10px;
	color:2D2D2D;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:2D2D2D;
}
	
.navi_fusszeile  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	height: 25px;
	font-weight: normal;
	background-color: FFFFFF;
	color: 888888;
	text-align:center;
}

.navi_fusszeile a  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: 888888;
}

.sud a  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: D58227;
	line-height:1.4em;
}

.fusszeile  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	height: 25px;
	font-weight: bold;
	background-color: DDDDDD;
	color: 666666;
	text-align:center;
}

.fusszeile a  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: 666666;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:D58227;
}