/* Main Css */

body {
	margin-top:0px;
	background-color:#990000;
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#3d3d3d;
	text-align:center; /* Zentrierung im Internet Explorer */
}

/* Seite */
#page {
	text-align:left; /* Seiteninhalt wieder links ausrichten */
	margin:0 auto;  /* standardkonforme horizontale Zentrierung */  
	width:817px;
}

#clear {
	clear:both;
}

table tr td {
	font-size:11px;
}

#shadow {
	background:transparent url(images/shadow.png) repeat-y;
	width:817px;
	margin-left:0px;
}

#module {
	margin-bottom:30px;
}

#vozu {
	width:762px !important;
	width:772px;
	height:15px;
	padding-right:15px;
	margin:10px 0px 0px 0px;
	text-align:right;
	float:left;
}
#topprint {
	width:762px !important;
	width:772px;
	height:30px;
	padding-right:15px;
	margin:0px 0px 10px 0px;
	text-align:right;
	float:left;
}

.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.align-center {
	text-align:center;
}
.align-justify {
	text-align:justify;
}

/* Überschrift groß */
h1 {
	font-size:16px;
	color:#3d3d3d;
	margin:5px 0px 20px 0px !important;
	margin:5px 0px 20px 0px;
}
/* Überschrift mittel gr&uuml;n */
h2 {
	font-size:14px;
	color:#3d3d3d;
	margin:5px 0px 20px 0px !important;
	margin:5px 0px 20px 0px;
}
/* Kategorieüberschrift - Beitragsüberschrift frei */
h3 {
	font-size:12px;
	color:#3d3d3d;
	margin:5px 0px 20px 0px !important;
	margin:5px 0px 20px 0px;
}	
/* Kategorieüberschrift - Beitragsüberschrift frei */
h4 {
	font-size:11px;
	color:#3d3d3d;
	margin:5px 0px 20px 0px !important;
	margin:5px 0px 20px 0px;
}
/* Bildüberschrift */
h5 {
	font-size:14px;
	color:#3d3d3d;
	margin:5px 0px 20px 0px !important;
	margin:5px 0px 20px 0px;
}
/* Kleingedrucktes */
h6 {
	font-size:8px;
	color:#707173;
}


/* Allgemeine Links */
a {
	color:#4682B4;
	text-decoration:none;
}
a:hover {
	color:#B0C4DE;
	text-decoration:none;
}


/* Toparea */
#top{
	width:777px;
	margin-left:20px;
	float:left;
}	


/* Hauptdiv */
#maindiv {
	background:#FFFFFF;
	width:777px;
	margin-left:20px;
	float:left;
}


/* Inhalt Links */
#mainleft {
	width:170px;
	margin:0px 0px 0px 10px;
	float:left;
}

/* Inhalt Rechts */
#mainright {
	width:530px;
	line-height:20px;
	margin:0px 30px 0px 0px;
	float:right;
}

/* Bottom */
#bottom {
	width:777px;
	height:25px;
	font-size:9px;
	line-height:15px;
	margin-left:20px;
	text-align:center;
	float:left;
}




