body{
	background-color:#FBFBFB;	
	}
 


.main_container {
	margin-top:30px;
	border:1px solid black;
	width:1000px;
	background-color:white;
	min-height:200px;
	}
	
.header {
background: url('/img/header.png');
background-color:white;
min-height:140px;
background-repeat:no-repeat;
}

.nav_element{
background-color:#3e29a0;
color:white;
border:1px solid black;
padding:2px;
height:30px;
line-height:30px;
width:192px;
vertical-align:middle;
float:left;		
-moz-user-select:none;
/* Safari */
-khtml-user-select: none;
font-weight:bold;
}

.nav_link { 
color:white;
text-decoration:none;
}
	
.nav_element:hover {	
	background-color:#80a1f8;
	cursor:pointer;
}

.content {
	text-align:left;
	margin:10px;
	color:#666;
	background-color:white;
	word-break:break-strict;
	}

.bildcontainer_wrapper {
margin-top:20px;		
}

.bildcontainer {
margin-left: 50px;	
}

.bildcontainer img {
margin:10px;
height:150px;
width:250px;
border:1px solid black;	
}


 
