body {
    height: 100%;
	padding: 0px;
	margin: 0px;
	background-color:#e7e7e7;
	font-family: Myriad pro, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
		
		
a:link {color: #333333; text-decoration: none;}
a:visited {color: #3366cc; text-decoration: none; }
a:hover {color: #3366cc; text-decoration: underline;}
a:active {color: #3366cc; text-decoration: underline; } 
img {margin: 10px;border: none;}

	
	
#site {
    padding-top: 0px;
	margin-left: 30px;
	
	
}

#nav {
	width:  940px;
	height: 20px;
	margin-top: 20px;
	padding-right: 25px;
	padding-bottom: 0px;
	text-align: right;
	font-size: 14px;
	word-spacing: 8px;
	text-transform: uppercase;
}



	
	

#border {
	width: 980px;
	min-height: 750px; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
	border: 2px solid #3366cc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

	
#content {
    width: 940px;
    min-height: 700px; /* Mindesthöhe für moderne Browser */
    height:auto !important; /* Important Regel für moderne Browser */
    height:100%; /* Mindesthöhe für den IE */
    overflow: hidden !important; /* FF Scroll-leiste */ 
	margin: 20px;
	background-color:#ffffff;
	border: 2px solid #ffffff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
}



#content_mag {
    width: 964px;
    height: 734px;
	margin: 5px;
	background-color:#e7e7e7;
	border: none;
	
}

#titel {
	width: 925px;
	border: 0px solid #3366cc;
}


#lsp {
	float: left;
	position: relative;
	margin-left: 15px;  
	width: 370px;
	
}

#rsp { 
    margin-left: 430px;  
	width: 450px;
}

#tsp {
	float: left;
	width: 810px;
	position: relative;
	margin-left: 30px;  
	margin-top: 10px;
	
	
}
#bsp {
	float: left;
	width: 810px;
	position: relative;
	margin-left: 30px;  
	margin-top: 10px;
	
	
}
		
#fbMenu {
	float: right;
	margin:  5px;;
}
		
 

