/* 1.0 | hannes | 2006-10-03 | template */
body {
	margin: 0;
	background: #0044A9 url(/grafik/body_bg.jpg) repeat-x left top;
	text-align: center;
}
h1 { 
	font-size: 18px;
	font-weight: 600;
	color: #FF6600;
}
h2 { font-size: 12px; }
h3 { font-size: 11px; }

#maincontainer, #languageselect, #footer, #contenttable, #copyright {
	margin: 0 auto;
	width: 950px;
}

#maincontainer {
	height: 580px;
	background: url(/grafik/panoramabild/willkommen.jpg) no-repeat right top;
}
#languageselect {
	height: 21px;
	text-align: right;
	color: white;
	font-size: 10px;
}
#languageselect a {
	color: white;
	text-decoration: none;
	line-height: 21px;
	margin-right: 10px;
}
#languageselect a:hover { text-decoration: underline; }

#adresse {
	width: 250px;
	height: 199px;
	background: url(/grafik/adresse_bg.jpg);
	color: #696969;
}
#adresse blockquote {
	margin: 5px 0 0 25px;
	padding: 0;
}
#adresse a { color: #696969; }

/* MENU */
#menu {
	background-color: #EDECEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
}
#menu ul {
	border-top: 1px dotted #BCBCBC;
	margin: 20px;
	padding: 0;
	list-style: none;
}
#menu ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #BCBCBC;
}
#menu ul li a {
	padding: 4px 0 4px 20px;
	background: url(/grafik/menu_ul_li_bg.gif) no-repeat left center;
	display: block;
	color: #5A5A5A;
	text-decoration: none;
}
#menu ul li a:hover, #menu ul li a.activ {
	background-image: url(/grafik/menu_ul_li_bg_over.gif);
	color: #A4A4A4;
}

/* CONTENT */
#contentcontainer { background-color: white; }
#content {
	padding: 20px 40px 40px 40px;
	line-height: 150%;
}
#content h1 {
	margin-top: 0;
	border-bottom: 2px solid #F5F7FB;
	font: normal 18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#content h2 { margin: 0.75em auto; }

/* FOOTER */
#footer {
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #4A4646 url(/grafik/footer_bg.jpg) repeat-x left top;
	color: #ACACAC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer img { display: none; }

/* COPYRIGHT */
#copyright {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5582C4;
	padding-top: 2px;
}
#copyright a {
	color: #5582C4;
	text-decoration: none;
}
#copyright a:hover { text-decoration: underline; }

/* KLASSEN */
.contentbox { width: 400px; }
.imagebox {
	width: 200px;
	float: right;
	margin-bottom: 1em;
}
.imagebox img { margin-bottom: 3px; }
