
/* allgemein
--------------------------------------------------*/
div#nav {
	top:100px; 
}	

div#headerstreifen{
	height: 100px;
}

div#content_bild{
	top: 200px;
	min-height: 400px;
	height: 400px;
}

div#content_bild_ausschnitt{
	top: 100px;
}


div#abstand{
	min-height: 500px;
	height: 500px; 
}

div#kurzinfoBox{
	position:relative;
	height: 61px;	
	_height: 49px;		
}

div#infoleiste{
	position:absolute;
	bottom: 0px;;	
	width:100%;
}

div#infolink {
	float:right;
	padding-bottom: 2px;
}

div#infolink a{
	text-decoration:none;
	font-weight: bold;
	color: #aa0a0a;
	font-size: 0.65em;	
}

div#sprachenboxPosition{
	position:absolute;
	background: #f2efe2;
	top:75px;
	left: 0px;
	width: 560px;	
	height: 25px;
	padding:  2px 0px 0px 0px;
}




/* Teaser Varianten
--------------------------------------------------*/

div#TeaserContainer{
	float:right;
	width: 510px;
	height: 400px;
}

div#TeaserContainer .teaser{
	float:left;
	width: 166px;
	height: 200px;
}

div#TeaserContainer .teaser2{
	width: 338px!IMPORTANT;
}

div#TeaserContainer .teaser.abstand{
	margin-right:6px;
}

        div#TeaserContainer.teaser1Verlauf {
		background: url(../images/teaser_verlauf_1.jpg) no-repeat top left;
		}
		
		div#TeaserContainer.teaser2Verlauf {
		background: url(../images/teaser_verlauf_2.jpg) no-repeat top left;
		}
		
		
		div#TeaserContainer.teaser3Verlauf {
		background: url(../images/teaser_verlauf_3.jpg) no-repeat top left;
		}		
		
		div#TeaserContainer p{
		font-weight: normal;
		font-size: 0.7em;
		margin:3px 5px 0px 9px;
		line-height: 1.2em;
		overflow:hidden;
		}

		div#TeaserContainer p.teaserVariant1{
		height:54px;
		}
		
		div#TeaserContainer p.teaserVariant2{
		height:133px;
		*height:129px;
		margin-top:7px!IMPORTANT;
		line-height: 1.3em;
		*line-height: 1.25em;
		}	
			
					
		div#TeaserContainer h2{
		margin:9px 5px 0px 9px;
		*margin:6px 5px 0px 9px;
		padding-bottom:3px;
		font-size: 0.70em;
		}
		
		div#TeaserContainer .h2abstand{
		margin-top: 11px!IMPORTANT;
		}

div#TeaserContainer ul {
		margin:5px 0px 0px 9px;
}
	div#TeaserContainer li {
		float: left;
		position: relative;
		cursor: pointer;
		font-weight: normal;
		font-size: 0.70em;
		letter-spacing: 0.01em;
		line-height: 1.2em;
		padding: 0px 15px 0px 16px;
		background: url(../images/teaserpfeil_rot.gif) no-repeat center left;
		}
		div#TeaserContainer li a { 
			color:#660000;
			text-decoration: none;
			}
		div#TeaserContainer li a:hover { 	
			color:#660000;
			text-decoration: none;
			}



/* Sumo Text
--------------------------------------------------*/


div#su_box{
	background:transparent;
    position:absolute;
	top: 200px;
	left: 560px; 
	min-height: 400px;
	height: 400px;
	width: 430px;
	overflow: hidden;
	z-index:2;
}

div#su_text {
	background:transparent;
	position: absolute;
	width: 430px;
	left: 0px;
	top:400px;
	font-size: 0.70em;
	z-index:10;
}
	h3 {
	padding: 7px 10px 0px 10px;
	color: #FFFFFF;
	}

	div#su_text p a {
	text-decoration: underline;
	color:#FFFFFF;
	}
	
	div#su_text p {
			color: #FFFFFF;
			padding: 10px;
	}
				
		
	div#textHintergrund {
		background-color: #000;
		opacity: 0.75;
		-moz-opacity: 0.75;
		filter:Alpha(opacity=75);
			}
		
	div#InfoZeigen img{
		cursor:pointer;
		margin-left: 417px;
	}
	

	
	
	