html, body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #eaeff5;
	height: 90%;
	background-image: url(/img/background.jpg);
	background-repeat: repeat;
}

/*  ----------------------------------------------------- */
/*                        header                          */
/*  ----------------------------------------------------- */
#header {
	background-color: transparent;
	height: 50px;
	border: 0px solid yellow; 
}

* html #header {
	position : relative; 
}

/* -----------------------  logo  ----------------------  */
#left_top {
	position: relative;
	top: 29px;
	left: 30px;
	margin: 0;
	padding: 0px;
	background-color: transparent;
	width: 120px;
	height: 21px;
	border: 0px solid aqua; 
}

#nav_horizontal {
	position: absolute;
	top: 30px;
	left: 150px;
	background-color: transparent;
	font-size: 0.8em;
	color: Yellow;
	padding: 0 0 3;
	width: 500px;
	font-family: sans-serif;
	border: 0px solid magenta;
}

#nav_horizontal a {
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #DC0014;
	padding: 1 3 3;
	margin: 0 2 0 0;
}

#nav_horizontal a:hover {
	padding: 8 3 3;
}

#nav_horizontal span {
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #DC0014;
	padding: 8 3 3;
	margin: 0 2 0 0;
}


#kopftext {
	position: absolute;
	top: 2px;
	left: 300px;
	background-color: #00BFFF;
	font-size: 1em;
	font-family: sans-serif;
	font-weight: bold;
}

/*  ----------------------------------------------------- */
/*                          pagebody                        */
/*  ----------------------------------------------------- */
#pagebody {
	background-color: transparent;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 250px;
	border: 0px solid fuchsia; 
}

* html #pagebody {
	background-color: transparent;
	position: relative; 
	margin: 0;
}

/* -----------------------  left  ----------------------  */
#left {
	background-color: transparent;
	position: relative;
	top: 0px;
	left: 30px;
	margin: 0 0 0 0px;
	width: 120px;
	height: 400px;
	float: left;
	background-image: url(/img/left_bottom.gif);
	background-position: left;
	background-repeat: no-repeat;
	border: 0px lime solid; 
}

/* -----------------------  content --------------------  */
#content{
	background-color: White;
	margin: 0 0 0 30px;
	width: 600px;
	padding: 2px 30px 0px;
	min-height: 450px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px dotted blue;
}

* html #content {
	background-color: White;
	margin: 0 0 0 30px;
	width: 650px;
	padding: 2px 30px 0px;
	min-height: 450px;
	height: auto;
	height: 450px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ------------------- right / Startseite  --------------  */
#rightside {
	background-color:transparent;
	margin: 0 0 0 810px;
	width: 190px;
	min-height: 450px;
	padding: 0px 0px 2px 0px;
	border: 0px solid lime;
}

* html #rightside {
	background-color: transparent;
	margin: 0 0 0 0px;
	width: 190px;
	min-height: 450px;
	padding: 0px 0px 2px 0px;
	height: auto;
	height: 450px;
	border: 0px solid lime;
}
/*  ----------------------------------------------------- */
/*                          footer                        */
/*  ----------------------------------------------------- */
#footer {
	background-color: transparent;
	clear: both;
	margin: 0;
	padding: 5 0 35;
	font-family: sans-serif;
	font-size: 0.7em;
	color: #DC0014;
	font-weight: bold;
	border: 0px solid gray;
}

#footer a {
	color: #DC0014;
	text-decoration: none;
}
#footer a:hover {
	color: #DC0014;
	text-decoration: underline;
}

#pagetop {
	margin: 0 0 0 150px;
	float: left;
}
#copyright {
	margin: 0 0 0 530px;
}

