
/* BASIC */

body {
	margin: 0;
	padding: 0;
	background-color: #98817d;
	text-align: center;
}

ol,ul {
	margin: 0px;
	padding: 0px;
}

img {
border: 0px;
}

#wrapper {
width: 1000px;
margin-left: auto;
margin-right: auto;
text-align: left;
position: relative;
}

#contentWrapper {
width: 1000px;
height: 505px;
position: relative;
background: #e5d2d2;
}

/* MAIN PAGE/INDEX */

#wrapper_language {
background: url(img/picture.jpg) no-repeat bottom;
height: 600px;
}

#nav_language {
	position: absolute;
	top: 375px;
	left: 431px;
}

#nav_language li {
	float: left;
	list-style-type: none;
}


/* BANNER */

#banner {
	background: url(img/banner.gif) no-repeat left bottom;
	position: relative;
	height: 195px;
}

#banner_de {
	background: url(img/banner_de.gif) no-repeat left bottom;
	position: relative;
	height: 195px;
}

#banner_en {
	background: url(img/banner_en.gif) no-repeat left bottom;
	position: relative;
	height: 195px;
}

#logo {
	position: absolute;
	top: 16px;
	left:398px;
}

/* MAIN NAV */

#mainNav {
	position: absolute;
	top: 137px;
	left: 248px;	
}

#mainNav_de {
	position: absolute;
	top: 137px;
	left: 263px;
}

#mainNav_en {
	position: absolute;
	top: 137px;
	left: 283px;
}

#mainNav li {
	float: left;
	list-style-type: none;
}

#mainNav_de li {
	float: left;
	list-style-type: none;
}

#mainNav_en li {
	float: left;
	list-style-type: none;
}


/* MAIN NAV 2 */

#nav {
	position: absolute;
	top: 165px;
	left: 180px;
}

#nav li {
	list-style-type: none;
	float: left;
}

/* SIDEBAR */

#sidebar {
	width: 177px;
	position: absolute;
	top: 12px;
	left: 0px;
}

#news li {
	display: inline;
}

/* hack for IE 6 < to make entire block clickable */
* html #news a {
	height: 1px; 
}

ul#news {
	list-style-type: none;
		display: block;
	padding-left:12px;
	width: 150px;
}

ul#news a {
	display: block;
	padding-left:12px;
	width: 150px;
	height: 53px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	color: #726260;
	line-height: 110%;
	text-decoration: none;
	background: url(img/news.gif) no-repeat center left; 
}

ul#news a:hover {
	display: block;
	color: #D69F9F;
	text-decoration: none;
}

ul#news a.firstNews {
	background: url(img/news_first.gif) no-repeat center left; 
}


/* MAIN */

#main {
	position: absolute;
	width: 815px;
	height: 497px;
	background: #f3f3f3;
	top: 0px;
	left: 177px;
}

/* COPYRIGHT INFO AND LANGUAGES INFO  */

#copyright {
padding: 7px;
color: #e5d2d2;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
float: left
}

#copyright a {
color: #e5d2d2;
text-decoration: none;
}

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

#language {
padding: 10px;
color: #e5d2d2;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
float: right;
}

#language a {
color: #e5d2d2;
font-size: 11px;
text-decoration: none;
}

#language a:hover {
color: #d69f9f;
font-size: 11px;
text-decoration: none;
}








