
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
	background-image: url(pics/bg.jpg);
	background-repeat: repeat-x;
	background-color: #4083AD;
}

#main {
	position: absolute;
	width: 915px;
	min-height: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(pics/bg_main.png);
	background-repeat: repeat-y;
}

* html #main { height: 100%; }			/* nur für IE 5.5 - 6.x */
html + body #main { height: 100%; }		/* nur vom IE 5.0 */

#header {
	position: relative;
	height: 120px;
	width: 860px;
	left: 20px;
	background-image: url(pics/bg_header.jpg);
	background-repeat: no-repeat;
}

#menue {
	position: relative;
	left: 20px;
	height: 18px;
	width: 850px;
	padding: 1px 0px 30px 10px;
	background-image: url(pics/bg_leiste.gif);
	background-repeat: repeat-x;
}

#post {
	position: relative;
	height: 18px;
	width: 225px;
	left: 20px;
	padding: 1px 0px 0px 10px;
	background-image: url(pics/bg_leiste.gif);
	background-repeat: repeat-x;
}

#news {
	position: absolute;
	left: 695px;
	height: 438px;
	width: 165px;
	padding: 1px 10px 0px 10px;
	background-image: url(pics/bg_leiste.gif);
	background-repeat: repeat-x;
}

#flash {
	position: relative;
	left: 20px;
	width: 660px;
	border: 1px solid #367BA4;
}

a:link, a:visited {
	color: #3D80AA;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.deco1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.deco2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3D80AA;
	letter-spacing: 2px;
}

