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

/* STANDARD HTML TAGS */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #BDAF85;
}
h1 {
	color: #0D2B5D;
	font-size: 22px;
	font-weight: 500;
}
h2 { font-size: 14px; }

/* LAYOUT */
#maincontainer {
	width: 920px;
	border: 1px solid #FFF;
	margin: 20px auto;
	text-align: left;
}

/* LANGUAGESELECT */
#languageselect {
	width: inherit;
	background: #FC0 url(/grafik/langselect_bg.gif) repeat-x;
	height: 23px;
	vertical-align: middle;
	text-align: right;
}
#languageselect img { margin: 6px 3px 0 0; }

/* HEADER */
#header {
	width: inherit;
	height: 150px;
	background: url(/grafik/header_bg.jpg) no-repeat left top;
}
#header div {
	float: right;
	margin: 20px 10px 0 0;
}
#header div, #header div td  { font-size: 11px; }
#header img { float: left; }
#sitemap { 
	margin-top: 3px; 
	font-size: 10px; 
}
#sitemap a { 
	font-weight: normal;
	text-decoration: none;
}
#sitemap a:hover, #copyright a:hover { 
	text-decoration: underline;
	color: #433B20;
}

/* CONTENT */
#contenttable { 
	width: 920px;
	background: #EAE1C3 url(/grafik/content_bg.gif) no-repeat right top; 
}
#content {
	line-height: 140%;
	margin-right: 10px;
}

/* MENU */
#menu, #copyright {
	width: 275px;
	background: url(/grafik/menu_bg.gif) repeat-y left top;
	font-weight: normal;
}
#menu ul, #menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul { 
	margin: 40px 0 20px 45px;
	width: 200px;
	border-bottom: 1px solid #E6DBB9;
}
#menu ul li { border-top: 1px solid #E6DBB9; }
#menu ul li a {
	display: block;
	width: 100%;
	text-indent: 25px;
	padding: 5px 0;
	background: url(/grafik/menu_ul.gif) no-repeat left center;
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #BFB081;
	color: #433B20;
}

#menu ul ul { 
	margin: 0;
	border-bottom: none;
}
#menu ul ul li a {
	text-indent: 40px;
	background: #D6C89D url(/grafik/menu_ul_ul.gif) no-repeat left center;
}
#menu ul ul li a:hover { background-color: #C7BA90; }

#menu ul ul ul{ 
	margin: 0;
	border-bottom: none;
}
#menu ul ul ul li a {
	text-indent: 53px;
	background: #E7DBB7 url(/grafik/menu_ul_ul_ul.gif) no-repeat left center;
	border-top: 1px solid #D6C89D;
}
#menu ul ul ul li a:hover { background-color: #D6CBA8; }


/* COPYRIGHT */
#copyright {
	font: 10px Arial, Helvetica, sans-serif;
	text-indent: 50px;
	padding-bottom: 3px;
}
#copyright a { text-decoration: none; }


/* TABELLE */
.tabelle {
	border-top: 1px solid #CDBD8C;
	border-left: 1px solid #CDBD8C;
}
.tabelle th, .tabelle td { padding: 3px 6px; }
.tabelle th {
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #CDBD8C;
	border-right: 1px solid #CDBD8C;
	background: #E7DBB7;
}
.tabelle td {
	border-bottom: 1px solid #CDBD8C;
	border-right: 1px solid #CDBD8C;
	background: #EAE1C3;
}
.tabelle td td, .tabelle th th { border: none; }

