
html, body {
	height: 100%;
}
body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #444;
//	margin: 0 auto 20px auto;
//	padding: 0;
	background: #fff url(bg_main.png) 50% 0 repeat-y;
}
/* Resetting styles for cross-browser compatibility */
h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote, fieldset {
	margin: 0; padding: 0;
}
img, a {
	border:none; text-decoration: none;
}

/* Default Link Farben */
a:link {color: #17a; text-decoration: none;}
a:visited {color: #17a; text-decoration: none;}
a:hover {color: #0099ea; text-decoration: underline;}
a:active {color: #17a; text-decoration: none;}

/* Generelles Design */
ul {
	margin: 0px 0px 10px 0px;
}
li {
	list-style-type: square;
	list-style-position:inside;
}
td, li, ul, .bodytext, #bodytext {
	font: 14px Arial, Helvetica, sans-serif;
}
p {
	font: 14px Arial, Helvetica, sans-serif;
	color: #444;
	margin: 0px 0px 10px 0px;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}
h3, h4 {
	font-size: 14px;
}
h5, h6, h7 {
	font-size: 12px;
}

.small {
	font-size: 11px;
}

/* Eigene Designelemente */
#design1 {
	background: #002892;
}

#design2 {
	background: url(design2.png) 0 0 repeat-x;
	height: 92px;
}

#logoelement {
	height: 175px;
	border-top: 3px solid #ffffff;       /* Randbreite oben */
	border-right: 2px solid #ffffff;     /* Randbreite rechts */
	border-bottom: 0px solid #ffffff;    /* Randbreite unten */
	border-left: 2px solid #ffffff;      /* Randbreite links */
}
#logo1 {
	position: relative;
	right: -50px;
	top: 45px;
	z-index: 1;
	float:right;
	border: 2px solid #000000;
}

#navigation {
	margin: 0 auto;
	padding: 0 0 0 20px;
	position: relative;
	height: 20px;
	background: #9c0 url(nav-bg.png) 0 0 repeat-x;
	font: bold 12px tahoma, Arial, Helvetica, sans-serif; //geht hier eigentlich nicht

	border-top: 0px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-left: 2px solid #ffffff;
}

/* --------- NAVIGATION ADOLF & DIANA -------- */
/*
#verwendete Farben
#hellblau	#0093dc
#dunkelblau	#28156f
#rot		#d72519
#gelb		#ecff00	
*/

#adnav {
	margin: 0 auto;
	padding: 0;
	position: relative;
	height: 25px;
	font: 12px tahoma, Arial, Helvetica, sans-serif;
}

#adnav a:link, #adnav a:active, #adnav a:visited {
	color: #333333;
	text-decoration: none;
}

#adnav a:hover {
	color: #002892;
	text-decoration: none;
}

#nav2 {
	background: #0093dc;
}
#nav3 {
	background: #ecff00;
}

#nav1_aktiv, #nav2_aktiv, #nav3_aktiv {
	background: #d72519;
}

#inhalt {
	margin: 10 10 10 10;
	padding: 16px 10 10 10;

	background-color: #f8f1d9;

	border-top: 4px solid #e3d293;
	border-right: 2px solid #ffffff;
	border-bottom: 1px solid #e3d293;
	border-left: 2px solid #ffffff;
}

/* Footer --------------------------------------------------------------------------------------------------------- */
#footer {
	color: #ccc;
	height: 52px;
	background: #27333a url(footer-bg.png) 0 0 repeat-x;
	text-align: center;
}

#footer p {
	padding-top: 5px;
	margin: 0;
	font-size: 10px;
	line-height: 14px;
}

#footer a:link, #footer a:visited, #footer a:active {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

