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

#contenttablecontainer {
	width: 100%;
	background-color: #C7C7C7;
}
#contenttable { width: 938px; }

#panoramabild {
	width: 100%;
	height: 274px;
}
#languageselect {
	text-align: right;
	color: white;
	font-size: 11px;
	position: absolute;
	top: 10px;
	left: 740px;
	z-index: 100;
	width: 200px;
	text-align: right;
	text-transform: lowercase;
}
#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 */
td#menu { width: 260px; }
#menu ul {
	border-top: 1px dotted #BCBCBC;
	margin: 60px 30px 40px 20px;
	padding: 0;
	list-style: none;
}
#menu ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #BCBCBC;
}
#menu ul li a {
	padding: 6px 0 6px 16px;
	background: url(/grafik/menu_ul.gif) no-repeat left center;
	display: block;
	color: #5A5A5A;
	text-decoration: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#menu ul li a:hover, #menu ul li a.activ { background-image: url(/grafik/menu_ul_over.gif); }
#menu a:hover { color: #A4A4A4; }
#menu blockquote {
	margin: 1em 0;
	padding: 0 0 0 20px;
	font-size: 11px;
}

/* CONTENT */
#contenttablecontainer { background: url(/grafik/content_bg.jpg) no-repeat left top;  }
#content {
	padding: 40px 40px 40px 40px;
	line-height: 150%;
	color: #696969;
}
#content a { color: #3065AC; }
#content a:hover { color: #36F; }
#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;
	font-size: 14px;
}

/* COPYRIGHT */
#copyright {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #928F8F;
	padding: 4px;
	margin-top: 1em;
}
#copyright a {
	color: #928F8F;
	text-decoration: none;
}
#copyright a:hover { text-decoration: underline; }

/* KLASSEN */
.imagebox {
	width: 200px;
	float: right;
	margin: 0 0 10px 20px;
}
.imagebox img { margin-bottom: 3px; }
