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

/* STANDARD HTML TAGS */

body {
	margin: 20px 0;
	padding: 0;
	text-align: center;
	background: #6881A4;
	color: #4E5D72;
}

hr { 
	clear: both;
	border: 1px solid #FFF;
	border-bottom:  1px dashed #D2DBEE;
}
h1 { font: normal 22px Arial, Helvetica, sans-serif; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

a { color: #2B63B0; }
a:hover { color: #7F9ED2; }

/* LAYOUT */
#maincontainer {
	width: 940px;
	margin: 0 auto;
	background: #FFF;
	border: 3px solid #FFF;
}

/* MENU */
#menucontainer { 
	width: 100%;
	margin-top: 3px;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
	background: #7F9ED2; 
	text-align: right;
}

/* CONTENT */
#content { padding: 20px; }
#sitemap {
	font: 10px Arial, Helvetica, sans-serif;
}
#sitemap a {
	color: #4E5D72;
	text-decoration: none;
}
#sitemap a:hover { text-decoration: underline; }

/* LINKE SPALTE */
#leftcontainer, #bottom {
	width: 228px;
	color: #FFF;
	background: #2B63B0 url(/grafik/leftcontainer_bg.gif) repeat-y right;
	font-weight: normal;
}
#leftcontainer blockquote { margin: 60px 15px 0 15px; }
#leftcontainer a { color: #FFF; }
#leftcontainer blockquote a { text-decoration: none; }
#leftcontainer blockquote a:hover { text-decoration: underline; }

/* EXTRAMENU */
#extramenu { 
	width: 228px;
	overflow: hidden;
}
#extramenu ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
	margin-right: 4px;
}
/* Level 0 */
#extramenu h1 { 
	padding: 4px 0;
	margin: 0;
	width: 224px;
	font-size: 13px;
	border-top: 1px solid #FFF; 
	background: #7F9ED2 url(/grafik/menu_h1.gif) no-repeat left center;
	text-indent: 20px;
}
/* Level 1 */
#extramenu ul li { 
	list-style: none;
	border-top: 1px solid #FFF; 
}
#extramenu ul li a { 
	color: #FFF;
	background: #7F9ED2 url(/grafik/menu_ul.gif) no-repeat left center;
	text-decoration: none;
	display: block;
	width: 224px;
	padding: 4px 0;
	text-indent: 35px;
}
#extramenu ul li a:hover {  background-color: #7294CD; }

/* Level 2 */
#extramenu ul ul {
	border-bottom: none;
	margin: 0;
}
#extramenu ul ul li a { 
	text-indent: 50px; 
	color: #275595;
	background: #A6BBE0 url(/grafik/menu_ul_ul.gif) no-repeat left center;
}
#extramenu ul ul li a:hover { background-color: #9DB4DD; }
/* Level 2 - ACTIVE */
/*#extramenu ul ul li.active a, #extramenu ul ul li.active a:hover {	background-color: #CAD6EC; }*/

/* Level 3 */
#extramenu ul ul li.active ul li a,  /* zur Neutralisierung */
#extramenu ul ul ul li a { 
	text-indent: 65px; 
	font-size: 11px;
	color: #275595;
	background: #D3DDF0 url(/grafik/menu_ul_ul_ul.gif) no-repeat left center;
}
#extramenu ul ul ul li a:hover { background-color: #D3DDF0; }
/* Level 3 - ACTIVE */
#extramenu ul ul ul li.active a, #extramenu ul ul ul li.active a:hover { 
	background-color: #FFF;
	text-decoration: none; 
}


/* MENU */
#menu { 
	text-align: right; 
	height: 23px;
}
#menu a {
	line-height: 23px;
	padding: 4px 15px 4px 30px;
	background: url(/grafik/menu_bg.gif) no-repeat left top;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover { text-decoration: underline; }
#languageselect { float: left; }
#languageselect img { margin: 7px 0 0 5px; }


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


/* KLASSEN */

.tabelle { width: 100%; }
.tabelle td, .tabelle th {
	padding: 2px 4px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.tabelle th { background: #D3DDF0; }
.tabelle td { background: #E9EEF7; }


/* INFOBOX */
.infobox {
	float: right;
	padding: 0 0 20px 20px;
}
.infobox ul {
	border: 1px solid #D2DBEE;
	margin: 10px 0 0 0;
	padding: 0;
	background: #E9EDF7;
	width: 200px;
}
.infobox ul li { list-style: none; }
.infobox ul li a {
	padding: 10px 0;
	text-indent: 35px;
	width: 100%;
	display: block;
	border-bottom: 1px solid #FFF;
}
.infobox ul li a:hover { 
	color: #2B63B0;
	background-color: #F4F6FB; 
}
.infobox .pdf { background: url(/grafik/infobox_pdf.gif) no-repeat left center; }
.infobox .gallery { background: url(/grafik/infobox_gallery.gif) no-repeat left center; }
.infobox .video { background: url(/grafik/infobox_video.gif) no-repeat left center; }
.infobox .anfrage { background: url(/grafik/infobox_anfrage.gif) no-repeat left center; }

/* BILDBOXEN */
.imagebox { 
	margin: 1em 0;
	clear: both;
	text-align: center;
}
.imagebox img { 
	margin: 3px 3px 0 0;
	border: 1px solid #4E5D72;
}