@import url(content.css);
@import url(navigation.css);

/*Der restliche Inhalt des stylesheets wird importiert aus navigation.css*/

body {
     font-size : 1em;
     font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
     text-align : center;
     margin-top : 0;
     padding-top : 0;
     background-color: #3B64AC;
}

div#seite {
     position: relative;
     width : 830px;
     text-align : left;
     margin-left : auto;
     margin-right : auto;
     background: no-repeat;
}
/*
div#navi {
     margin : 0 auto;
     background : url(../images/top_navi.gif) no-repeat;
     height : 22px;	
     width: 830px;
}
*/

div#header {
	margin : 0 auto;
	background-image : url(../images/header.jpg);
	height : 231px;
	width: 830px;
	background-repeat: no-repeat;
}

div#header img {
	border: 0px;
    height : 209px;
	width: 320px;
	z-index: 5;
}

div#header .headerimg {
	position: absolute;
	border: 0px;
    height : 190px;
	width: 190px;
	top:12px;
	left: 302px;
	z-index: 10px;
}

div#content {
	position: relative;
	margin : 0px auto;
/*	background-image: url(../images/content.jpg);*/
	height : 352px;
	width: 830px;
	background-repeat: no-repeat;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content {
	margin-top: -3px;
} 
/* End hide from IE5/mac */


div#content img {
	border: 0px;
    	height : 340px;
	width: 600px;
}

#divScrollTextCont {
	position:absolute; 
	left:230px; 
	top: 40px; 
	width:250px; 
	height:250px; 
	clip:rect(0px, 250px, 250px, 0px); 
	overflow:hidden; 
	/*visibility:hidden;*/
}

#divText {
	position:absolute; 
	left:0px; 
	top:0px;
}

div#divText IMG{
	width: 245px;
	height: 164px;
}

div#footer {
	 position: relative;
     margin : 0 auto;
     background: url(../images/footer.jpg) no-repeat;
	 height: 80px;
     width : 830px;
}


#footer_img {
	position: absolute;
	bottom: 35px;
	right: 60px;
}

#leftmenu {
	float: left;
	width: 200px;
	padding-top: 40px;
}

div#sternchen {
	position:absolute;
	left:600px;
	top:50px;
}
div#sternchen img {border:0px;}
div#schattenlinks {
	position:absolute;left:-1px;top:0px;
	width:14px;height:390px;
	background : url(../images/sh_links.jpg) repeat-y;
}
div#schattenrechts {
	position:absolute;left:817px;top:0px;
	width:14px;height:390px;
	background : url(../images/sh_rechts.jpg) repeat-y;
}
div#content_vari {
	background : url(../images/vari_mitte.jpg) repeat-y;
	width:830px;
}
div#text_vari {padding:20px 50px 20px 50px;}

#weitweg {position:absolute;left:0px;top:-1000px;}
#rasani {position:relative;left:600px;top:-10px;z-index:99;}
#rasani a:link, #rasani a:visited {font-size:10px;color:#fff;
		text-decoration:none;font-family:Georgia, Verdana, Arial;}
#rasani a:hover {font-size:10px;color:#ddd;}