/* 1.0 | hannes | 2008-04-29 | template */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background: #4E524B url(/grafik/body_bg.jpg) no-repeat center top;
}
* html #maincontainer { height: 100%; }

h1 { 
	font-size: 22px;
	font-weight: normal;
}
h2 { font-size: 14px; }
h3 { font-size: 13px; }

#maincontainer {
	width: 800px;
	margin: 0 auto;
	height: 100%;
	text-align: left;
}
/* HEADER */
#header {
	width: 800px;
	height: 156px;
	background: #4E524B url(/grafik/header_bg.jpg) no-repeat left top; 
}
#header img {
	position: absolute;
	margin: 55px 0 0 35px;
}
#languageselect {
	float: right;
	margin: 40px 25px 0 0;
	font-size: 10px;
}
#languageselect a {
	color: #9C9C7E;
	text-decoration: none;
}
#languageselect a:hover { color: #666; }

/* CONTENT */
#contentmaincontainer {
	width: 760px;
	margin: 0 20px;
	top: 0;
}

/* MENU*/
#menu {
	float: left;
	width: 200px;
}
#menu ul, #menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul {
	margin:  10px 5px;
	border-bottom: 1px dotted white;
}
#menu ul li {
	border-top: 1px dotted white;
	padding: 5px 10px;
}
#menu ul li a {
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu ul li a:hover, #menu ul li a.activ { color: #B3C9DF; }

/* CONTENT */
#content {
	position: relative;
	overflow: auto;
	width: 480px;
	top: 0;
	bottom: 10px;
	margin: 0;
	padding: 20px 10px 0 30px;
	color: white;
	line-height: 130%;
	min-height: 240px;
	
/* scrollbar x IE */
	scrollbar-base-color: #00377A;
	scrollbar-highlight-color: #003F8A;
	scrollbar-3dlight-color: #003F8A;
	scrollbar-arrow-color: #9FC2D4;
	scrollbar-darkshadow-color: #9FC2D4;
	scrollbar-shadow-color: #002E66;
}
#content a, #content, #content table td, #content table th {
	color: white;
	font-size: 12px;
}
#content a:hover { color: #B0C5DA; }
#content h2 {
	margin: 10px 0;
	padding: 0;
}

/* ADRESSE */
#adresse {
	font-size: 10px;
	margin-top: 40px;
	height: 70px;
	color: #9FC2E4;
	bottom: 10px;
	background: url(/grafik/adresse_bg.gif) no-repeat center top;
	clear: both;
	position: relative;
}
#adresse blockquote { padding: 20px 0 20px 210px; }
#adresse blockquote a {
	padding-left: 18px;
	color: #B0C5DA;
	background: url(/grafik/adresse_email.gif) no-repeat left center;
}
#adresse blockquote a:hover {
	color: white;
	background-image: url(/grafik/adresse_email_over.gif);
}

/* COPYRIGHT */
#copyright {
	float: left;
	margin: 30px 0 4px 30px;
}
#copyright, #copyright a {
	font: 10px Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}
#copyright a:hover { text-decoration: underline; }

.imagebox {
	white-space: nowrap;
	width: 478px;
	overflow: hidden;
	margin-top: 1em;
}
.imagebox img { margin: 1px 0 0 1px; }

ul { margin-left: 10px; padding-left: 10px; }