body {
	background-color: #959595;
	font-family: arial;
	font-size: 13px;
	color: #ffffff;
}

a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
h1 {
	text-transform: lowercase;
	font-size: 16px;
	border-bottom: 2px solid #ffffff;	
}
.rot {color: #DA251D;}

	
#container {
	position: relative;
	top: 30px;
	height:655px;
	width: 1000px;
	text-align:left;
	background-color: #ffffff;
}
#logo {
	position: absolute;
	background-color: #ffffff;
	margin-top: 20px;
	margin-left: 20px;
	vertical-align: middle;
	z-index: 100;
}
#top {
	position: absolute;
	margin-top: 20px;
	margin-left: 290px;
	width: 690px;
	height: 80px;
	background-color: #dfdfdf;
	
}
#title {
	position: absolute;
	margin-top: 45px;
	margin-left: 15px;
	padding-left: 10px;
	padding-top: 7px;
	width: 644px;
	//width: 655px;
	height: 23px;
	//height: 30px;
	border: 1px solid #d4d4d4;
	background: url(../images/transparent.png);
	//background-color: #ffffff;
	font-weight: bolder;
	font-size: 18px;
	color: #616161;
	filter:Alpha(opacity=70);
	z-index: 200;
	
	
}
#images {
	position: absolute;
	margin-top: 15px;
	margin-left: 350px;
	

}
.top-image {padding-left: 20px;}
#left {
	position: absolute;
	top: 120px;
	margin-left: 20px;
	width: 250px;
	height: 500px;
	z-index: 100;
}
#menu {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 250px;
	z-index: 200;
	
}

#menu .menu-item {
	height: 30px;
	border: 1px solid #d4d4d4;
	background-color: #ffffff;
	z-index: 300;
}
#menu .transparent-breit {
	height: 30px;
	background: url(../images/transparent60.png);
	//background-color: #ffffff;
	filter:Alpha(opacity=50);
}
#menu .transparent  {
	height: 20px;
	background: url(../images/transparent60.png);
	//background-color: #ffffff;
	filter:Alpha(opacity=50);
}
#content_container {
	position: absolute;
	margin-left: 290px;
	top: 120px;
	width: 650px;
	//width: 690px;
	height: 460px;
	//height: 500px;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	background-color: #727272;
	
}
#content {
}
#prev {
	position: absolute;
	left: 20px;
	bottom: 0px;
	//bottom: 10px;
	text-transform: lowercase;	
}
#next {
	position: absolute;
	right: 20px;
	bottom: 0px;
	//bottom: 10px;
	text-transform: lowercase;
}
#bottom {
	position: absolute;
	bottom: 10px;
	text-align: left;
	color: #a7a7a7;
	font-weight: bolder;
	z-index: 100;
	
}
#bottom a {
	color: #a7a7a7;
	font-weight: bolder;
	padding-left: 20px;
	padding-right: 20px;
}


#copy {
	position: absolute;
	bottom: 10px;
	right: 20px;
	text-align: left;
	color: #a7a7a7;
	font-weight: bolder;
	z-index: 100;
}

#lang a {color: #DA251D;}
