


body {
	margin: 0px;
	background-color: #1d1d1d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 1.3;
}

#page {
	width: 940px;
	margin:0px auto;
	text-align:left;
}

#main {
	width:940px;
	height: auto;
	float: left;
	background-image: url(images/main.gif);
}

#content {
	padding-left: 40px;
}

#header_de {
	background-image: url(images/header_de.jpg);
	width: 940px;
	height: 161px;
}

#header_en {
	background-image: url(images/header_en.jpg);
	width: 940px;
	height: 161px;
}

#menu {
	padding-top: 8px; 
	padding-left: 423px;
}

#footer {
	background-image: url(images/footer.jpg);
	width: 940px;
	height: 75px;
	clear: both;
	color: #939393

}

#copyright {
	padding-top: 30px; 
	padding-left: 120px; 
	padding-right: 25px;
}

#pictures {
	border: 1px solid #CCCCCC; 
	width: 288px; 
	height: 333px; 
	padding-left: 2px; 
	padding-top: 2px;
}

.highlight1 {
	color: #990000;
	font-weight: bold;
}

.highlight2 {
	color: #990000;
	background-color: #e5e5e5;
	padding-left: 40px;
	width: 250px;
	line-height: 1.4;
	margin-top: 10px;
	
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

img {
	border: 0px;
}

#title {
	color: #7E050A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}

