/* CSS LAYOUT */
/* BODY */
body {
	text-align: center; /*centers layout in IE*/
	padding-top: 4px;
	padding-bottom:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	scrollbar-base-color: #1d1a18;
	scrollbar-arrow-color: #3d3d3d;
	scrollbar-3dlight-color: #1d1a18;
	scrollbar-darkshadow-color: #1d1a18;
	scrollbar-face-color: #1d1a18;
	scrollbar-highlight-color: #1d1a18;
	scrollbar-track-color: #3d3d3d;
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* CONTAINER */
#container{
	width: 800px;
	background-color:#000000;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* MENU */
#banner{
	width: 840px;
	height: 150px;
	float: left;
	clear:both;
}

/* MAIN */

#main{
	width:840px;
	height: 560px;
	float:left;
	background-color:#000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
.picture1{
	background-image:url(img/ettan2.jpg);
	width:840px;
	height: 560px;
	padding: 0px;
	float:left;
	}
.picture1b{
	width:429px;
	padding: 0px;
	float:right;
	}
.ettan_text{
	width:240px;
	float: left;
	clear: right;
	margin-left: 80px;
	margin-top: 84px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
	}	
#counter{
	width:240px;
	float: left;
	clear: left;
	margin-left: 80px;
	margin-top: 60px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	}	

#credit{
	width: 800px;
	height: 40px;
	float: left;
	padding: 8px;
	}
.picture2{
	background-image:url(img/aktuellt2.jpg);
	width:840px;
	height: 560px;
	padding: 0px;
	clear: right;
	}
.aktuellt_text{
	width:245px;
	height: 350px;
	overflow:auto;
	float: right;
	clear: none;
	margin-right: 100px;
	margin-top: 80px;
	padding: 10px;
	}
.picture3{
	background-image:url(img/bio2.jpg);
	width:840px;
	height: 560px;
	padding: 0px;
	clear: right;
	}
.bio_text{
	width:270px;
	height: 370px;
	overflow:auto;
	float: left;
	clear: none;
	margin-left: 80px;
	margin-top: 80px;
	padding: 10px;
	}
.picture4{
	background-image:url(img/media2.jpg);
	width:840px;
	height: 560px;
	padding: 0px;
	clear: right;
	}
.media_text{
	width: 400px;
	height: 380px;
	overflow:auto;
	float: left;
	clear: none;
	margin-left: 80px;
	margin-top: 80px;
	padding: 10px;
	}
.video_text{
	width: 470px;
	height: 430px;
	overflow:auto;
	float: left;
	clear: none;
	margin-left: 80px;
	margin-top: 80px;
	padding: 10px;
	}	
	
.picture5{
	background-image:url(img/gb.jpg);
	width:840px;
	height: 560px;
	padding: 0px;
	clear: right;
	}
.gb_text{
	width: 550px;
	height: 420px;
	float: left;
	clear: none;
	margin-left: 45px;
	margin-top: 80px;
	padding: 10px;
	}
.picture6{
	background-image:url(img/kontakt2.jpg);
	width:840px;
	height: 560px;
	padding: 0px;
	clear: right;
	}
.kontakt_text{
	width: 240px;
	height: 280px;
	overflow:auto;
	float: left;
	clear: none;
	margin-left: 80px;
	margin-top: 198px;
	padding: 10px;
	}
.mediabild {
	border: 1px #ffffff solid;
	}


/* TEXT */
.credit {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #654123;
	text-align: center;
}
.counter {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #575350;
	font-style:italic;
	text-align: center;
}
a:link {
	color: #a36f34;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #a36f34;
	font-weight: bold;
}
a:hover {
	color: #c68f50;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #c68f50;
	font-weight: bold;
}



/* TEXT */

p {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #ffffff;
}
h1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

