/* 1.0 | hannes | 2006-02-21 | erica.it */

/* STANDARD HTML TAGS */

body {
	margin: 40px 0;
	padding: 0;
	text-align: center;
	background: #585463;
}

hr { 
	clear: both; 
	border: 1px solid #FFF;
	border-bottom: 1px dashed #EEE;
}
h1 {
	font: 500 20px Verdana, Arial, Helvetica, sans-serif;
	color: #47566A;
	margin: 52px 0 15px 0;
	padding: 0;
}
h2 { font-size: 14px; }
h3 { font-size: 12px; }

a { color: #2B63B0; }
a:hover { color: #C93E31; }

/* LAYOUT */
#header, #contentcontainer {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#header {
	height: 147px;
	background: url(/grafik/header_bg.gif) no-repeat left top;
	color: #585463;
}
#header h2 {
	color: #362E71;
	margin: 12px 0 0 0;
	padding: 0;
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header th { width: 380px; }
#header td { 
	vertical-align: top;
	font-size: 11px;
}
#header td a {
	color: #4E5D72;
	text-decoration: none;
}
#header td a:hover { color: #C93E31; }
#languageselect { padding: 0 0 0 37px; }

#contentcontainer {	background: url(/grafik/contentcontainer_bg.gif) repeat-y; }

#menu { 
	width: 202px;
	padding: 55px 0 100px 0;
	background: url(/grafik/menu_bg.gif) repeat-x; 
	min-height: 300px;
}
#menu ul { 
	width: 186px; 
	margin: 0 0 0 16px;
	padding: 0;
	overflow: hidden;
	border-bottom: 1px solid #FFF;
}
#menu ul li { border-top: 1px solid #FFF; }
#menu ul li a {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 3px 0 3px 20px;
	background: url(/grafik/menu_ul.gif) no-repeat 5px 10px;
}
#menu ul li a:hover { background: #E2DFEB url(/grafik/menu_ul_active.gif) no-repeat 5px 10px; }
#menu ul li.active a {
	font-weight: bold;
	background: #E2DFEB url(/grafik/menu_ul_active.gif) no-repeat 5px 10px;
}

#menu ul ul {
	margin: 0;
	border-bottom: none;
}

#menu ul ul li a, #menu ul li.active li a {
	font-weight: normal;
	font-size: 13px;
	padding-left: 36px;
	background: #E2DFEB url(/grafik/menu_ul_ul.gif) no-repeat 23px 10px;
}
#menu ul ul li.active a {
	font-weight: bold;
	background: #E2DFEB url(/grafik/menu_ul_ul_active.gif) no-repeat 23px 10px;
}
#menu ul ul li a:hover { 
	background: #E2DFEB url(/grafik/menu_ul_ul_active.gif) no-repeat 23px 10px; 
	text-decoration: underline;
}

#content { 
	padding: 0 66px 50px 50px; 
	line-height: 20px;
}
#content img { border: 1px solid #4E5D72; }

#copyright { padding-right: 4px; }
#copyright, #copyright a {
	text-align: right;
	color: #FFF;
	font: 10px Arial, Helvetica, sans-serif;
}
#copyright a { text-decoration: none; }
#copyright a:hover { text-decoration: underline; }

/* BILDBOX */
.bildbox img { margin: 10px 2px; }

/* TABELLE */
#tabelle th { width: 220px; }
#tabelle table td th {
	width: auto;
	font-weight: normal;
	padding-right: 10px;
}