/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	line-height:130%;
	font-weight: normal;
	color: #000;
	background-color: #fff;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	line-height: 100%;
	font-weight:bold;
	color: #000;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	line-height:150%;
	font-weight:normal;
	color: #000;
}
.h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #000;
	font-size: 130%;
}
.h3 a:visited {
	text-decoration: none;
}
.h3 a:hover {
	text-decoration: underline;
	color: #000;
}


a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.textfett {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	font-weight: bold;
	color: #000;
}

.textfett a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #bcbcbc;

}
.textfett a:visited {
	text-decoration: none;
}
.textfett a:hover {
	text-decoration: none;
	color: #000;
}

#container {
	width: 100%;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
	margin-top: 10px;
	/*font-size:1.0em;*/

	
}

#header {
	height:90px;
	width:100%;
	text-align: center;
	background-color:#fff;
}


#nav {
	width:100%;
	background-color:#fff;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color:#000;
	padding-top:3px;
	padding-bottom:2px;
	border-top:1px solid #bcbcbc;
	border-bottom:1px solid #bcbcbc;
	margin-top:20px;

}

#content {
	width:100%;
	height:375px;
	background-color:#fff;
	/*border-top:1px solid #bcbcbc;*/
	/*border-bottom:1px solid #bcbcbc;*/
	overflow:hidden;
	text-align:center;
	/*font-size:1.0em;*/
	padding-bottom:0px;
	padding-bottom:10px;
	

}

#content_full {
	width:100%;
	height:375px;
	background-color:#fff;
	/*border-top:1px solid #bcbcbc;*/
	/*border-bottom:1px solid #bcbcbc;*/
	overflow:auto;
	text-align:center;
	/*font-size:1.0em;*/
	padding-bottom:10px;
	

}

#image_right {
	margin:0px 0px 10px 10px;
	border:1px solid #000;
	float:right;
	
}

#image_left {
	margin:0px 20px 10px 0px;
	border:1px solid #000;
	float:left;
	
}

#image_center {
	margin:10px 10px 0px 10px;
	
}

/*#content a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: underline;
}
#content a:visited {
	color: #000;
	text-decoration: underline;
}
#content a:active {
	color: #000;
	text-decoration: underline;
}

#content a:hover {
	color: #000;
	text-decoration: underline;
}
*/
#content_800 {
	width:820px;
	height:375px;
	background-color:#fff;
	text-align: left;
	margin:auto;
	padding-bottom:10px;
	/*font-size:1.0em;*/
}

#content_800 img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;

}

#pic{
	float:left;
	width:390px;
	padding-top:20px;
}

#text{
	float:left;
	width:380px;
	height:375px;
	text-align:left;
	overflow:auto;
	margin-left:20px;
	padding-right:20px;
}


/*#content_800 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: underline;
}
#content_800 a:visited {
	color: #000;
	text-decoration: underline;
}
#content_800 a:active {
	color: #000;
	text-decoration: underline;
}

#content_800 a:hover {
	color: #000;
	text-decoration: underline;
}
*/
#footer	{
	clear: both;
	background-color:#fff;
	width: 100%;
	margin: auto;
	text-align: center;
	font-size:0.8em;
	color: #bcbcbc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
}
#footer a:visited {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#modelle_text {
	height:190px;
	width:100%;
	text-align: center;
	background-color:#fff;
}

#modelle_pic {
	width:100%;
	height:200px;
	background-color:#fff;
	text-align:center;
	font-size:1.0em;
	overflow:auto;
	padding-bottom:5px;
}

