/* hier sind festen Werte, definiert,
   um jedem Browser zu erklären, was zu tun ist
*/

table,body,html,ul,h1,h2,h3,h4,h5,p,form
{	margin:0px;
	padding:0px;
	font-family: Verdana, sans-serif;
	outline:none;
	color: #fff;
}



html
{	height:100%;
}


body
{	background-color:#252525;
	
	font-size:1em;
	font-family: Verdana, sans-serif;
}

img
{	border-width:0px;
}

a.link {
	color: #FFD733;
	text-decoration: none;
}
a.link:hover {
 	text-decoration: underline;
}
.clear
{	clear:both;
}

.my_clear
{	font-size:1px;
	height:1px;
	overflow:hidden;
	clear:both;
}

.right
{	float:right;
}

.left
{	float:left;
}


address {
	font-style: normal;
	line-height: 1.2em;
	}
	

/* die positionierung und der hintergrund des layouts */
#container
{	margin:0px auto;
	width:900px;
	
		
}
#wrapper {
	width: 900px;
	background-color:#030212;
	float: left;
}

/* der header */

#header


{	width: 900px;
	height: 93px;
    background: url(../img/bg_logo_home.jpg) repeat-x ;
	position:relative;
}

#logo {
	width: 220px;
	height: 69px;
	padding-left: 80px;
	padding-top: 10px;
}


/* der slogan_tower */

#slogan_tower {
	
	width: 900px;
	float: left;
	background: #001355;
}
#slogan_tower #film {
	float: left;
	width: 480px;
	height: 230px;
	padding-left: 10px;
	

}


#slogan_tower img.tower {
	width: 407px;
	height: 241px;
	float: right;
	
}

/* die navigation */

#navigation {
	width: 900px;
	height: 64px;
	background: url(../img/bg_nav.jpg) no-repeat;
	float: left;
}

#navigation ul {
	width: 790px;
	height:55px;
	float: left;
	padding-left: 105px;
	padding-top: 9px;
	
	
}
#navigation ul li {
	display: inline;
	height: 55px;
	padding: 0 0px 0 0px;
	font-size: 0.9em;
	
}
#navigation ul li a {
	
	
	float: left;
	padding: 3px 30px 3px 30px;
	border: 1px solid #666;
	margin-left: 2px;
	text-align: center;
	
}

#navigation ul li.last {
	border: none;
}
#navigation a.hier {
	text-decoration: underline;
}

#navigation a {
	color: #fff;
	text-decoration: none;
}
#navigation a:hover {
	background: #F6AE1B;
	color: #000027;
}

/* text */

#text {
	width: 746px;
	height: 187px;
	float: left;
	background: url(../img/cont_home_bg.jpg) repeat-x;
	margin-left: 73px;
	margin-top: 30px;
	padding-bottom: 50px;
}

* html #text {
	width: 746px;
	height: 187px;
	float: left;
	background: url(../img/cont_home_bg.jpg) repeat-x;
	margin-left: 36px;
	margin-top: 30px;
	padding-bottom: 50px;
}
#text h1 {
	background: url(../img/cont_top.jpg) no-repeat left top;
	padding: 30px 0 0px 30px;
	font-size: 1em;
	font-weight: normal;
	color: #FFD733;
}
#text p {
	font-size: 0.8em;
	padding: 10px 30px 5px 30px;
}
img.report {
	width: 450px;
	padding-left: 65px;
	padding-top: 30px;

}
img.cover_pdf {
	width: 126px;
	padding-bottom: 5px;
	padding-left: 35px;
	padding-top: 5px;

}
div.handschrift {
	width: 450px;
	height: 150px;
	background: url(../img/handschrift.png) no-repeat;
	background-position: 62px 30px;
	padding-left: 70px;
	float: left;
}

* html div.handschrift {
	width: 450px;
	height: 150px;
	background: url(../img/handschrift.gif) no-repeat;
	background-position: 62px 30px;
	padding-left: 70px;
	float: left;
}
