/* CSS Document */
/* 
Background-color:
 */
	
/*Hier legen wir die Hintergrundfarbe als auch die Schriftart, -farbe und -größe der Seite fest*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	background-color: #000000;
	margin:0px;
	padding:0px;
	text-align:center;
}

p {
	margin-top: 0;
	margin-bottom: 0px;
	}

a {
	color: #2484BC;
	text-decoration: none;
	}

#main-box_wort {
	margin: 0px auto;
	background-image: url(../media/navi/bg_wort.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 770px;
}

#header_wort {
	height:51px;
	width: 1024px;
}

#bio_spacer_wort {
	width: 1024px;
	height: 220px;
	text-align: left;
}

#bio_wort{
	margin: 7px 0 0 66px;
}

#bio_textbox {
	width: 824px;
	height: 500px;
	padding: 0 100px 0 100px;
	text-align: left;
	overflow: hidden;
}

#navi_bio {
	float: left;
	width: 412px;
	height: 59px;
	text-align: center;
	margin-top: 125px;
}

#navi_bio_spacer {
	float: left;
	width: 90px;
	height: 220px;
}

#filmo_spacer_wort {
	width: 1024px;
	height: 235px;
	text-align: left;
}

#filmo_wort{
	margin: 0 0 0 136px;
}

#filmo_textbox {
	width: 824px;
	height: 390px;
	padding: 0 100px 0 100px;
	text-align: left;
	padding-top: 32px
}

#navi_filmo {
	float: right;
	width: 492px;
	height: 59px;
	text-align: left;
	margin: 30px 20px 0 0;
}


#footer {
	clear:both;
	display:block;
	height: 16px;
	text-align: center;
	color: #444444;
	font-size: 12px;
	padding-top: 4px;
	
}

.img {
	border: none;
}

.bold {
	font-weight: bold;
}