/* 1.0 | hannes | 2006-10-03 | template */
body {
	margin: 0;
	background: #000;
	color: #fff;
	text-align: center;
}
h1 { 
	font-size: 18px;
	font-weight: 600;
}
h2 {
	font-size: 14px;
	clear: both;
}
h3 {
	font-size: 12px;
	clear: both;
}

/* LAYOUT */
#header, #maincontainer, #copyright {
	margin: 0 auto;
	text-align: left;
}
#languageselect {
	float: right;
	padding: 26px 4px 0 0;
}
#languageselect a {	
	color: #C2C2C2;
	font-size: 11px;
	text-decoration: none;
}
#languageselect a:hover { text-decoration: underline; }
#header { 
	width: 780px;
	height: 45px; 
}
#header img { float: left; }
#maincontainer {
	border: 10px solid white;
	width: 760px;
	overflow: hidden;
}
#contentcontainer {
	border-top: 10px solid white;
	color: #333;
}

#contentdiv { padding: 10px; }

/* MENU */
#menu {
	width: 181px;
	background: black;
	overflow: hidden;
	position: absolute;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid white;
}
#menu ul li a {
	line-height: 30px;
	border-bottom: 1px solid white;
	display: block;
	background: url(/grafik/menu_bg.gif) repeat-y left top;
	padding-left: 20px;
	text-decoration: none;
	color: white;
}
#menu ul li a:hover { color: #CCC; }
#menu blockquote {
	margin: 20px 0 10px 10px;
	padding: 0;
	line-height: 20px;
	vertical-align: middle;
}
.suchen {
	width: 134px;
	font-size: 10px;
	color: #666;
	float: left;
}
#menu blockquote img { float: left; }

/* EXTRAMENU */
#extramenu ul {
/*	list-style: auto;*/
	border: none;
	margin-top: 20px;
}
#extramenu ul li a {
	border: none;
	line-height: 20px;
	display: inline;
	background: none;
	text-decoration: none;
	color: white;
}
#menu #extramenu ul li a.active { 
	color: #CCC;
	background: none;
}

/* CONTENT */
#content { 
	width: 569px;
	min-height: 300px;
	padding: 0 0 30px 191px;
}

#submenu { line-height: 30px; }
#submenu a {
	padding-left: 10px;
	text-decoration: none;
}
#submenu a:hover, #submenu a.active { text-decoration: underline; }

/* COPYRIGHT */
#copyright {	
	font: 10px Arial, Helvetica, sans-serif;
	padding: 4px;
	width: 780px;
	color: #C2C2C2;
}
#copyright a { 
	text-decoration: none;
	color: #C2C2C2;
}
#copyright a:hover { text-decoration: underline; }

/* KLASSEN */
/*TABELLEN*/
.tabelle { border: 1px solid #FFE995; }
.tabelle td,
.tabelle th {
	padding: 2px;
}
.tabelle td { text-align: center; }
.tabelle th {
	padding: 4px;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
}

/* BILD */
.imagebox { margin: 1em 0; }
.imagebox img { margin: 1px; }
#print { display: none; }

/* THEMABOXEN */
.boxen dl {
	width: 170px;
	margin: 1em 6px;
	float: left;
}
.boxen dd, .boxen dt {
	margin: 0;
	padding: 0;
}
.boxen dt {
	height: 24px;
	vertical-align: middle;
	overflow: hidden;
	font-weight: bold;
}
.boxen dt a { 
	line-height: 24px;
	display: block;
	padding-left: 5px;
	text-decoration: none;
}
.rubrikbox { 
	padding-bottom: 10px;
	min-height: 90px;
}

/* NEWS */
.news dt, .news dd {
	margin: 0;
	padding: 0;
}
.news dt { 
	font-weight: bold; 
	padding: 10px 0 0 0;
}
.news dd { padding: 4px 0 10px 0; }

/* SHOPBOXEN */
.shopboxen dl {
	width: 170px;
	margin: 6px;
	float: left;
}
.shopboxen dl dd, .shopboxen dldt {
	margin: 0;
	padding: 0;
}
.shopboxen dl dt {
	height: 30px;
	overflow: hidden;
	font-weight: bold;
	background: #FDECA2;
}
.shopboxen dl dt a { 
	display: block;
	padding-left: 5px;
	text-decoration: none;
	color: #DCAE00;
}
.shopboxen dl dd { 
	margin: 0;
	padding: 0;
	height: 100px;
}

/* ALLGEMEIN */
.rahmen { border: 1px solid black; }
