body {
	background-color: #ccc;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
* { padding:0; margin:0; }
#wrapper {
	margin: 0 auto;
	background: url(/images/webcard/ebene13/headerBg.jpg) repeat-x;
}
th { text-align: left; padding-right:10px; }
#menu {	background: #0f161c; height: 31px; margin: 0 auto; }
#menu ul { list-style: none; margin:0 auto; width: 860px; }
#menu ul li { float:left; text-align: center; margin-right: 4px; position: relative; z-index: 97; }
#menu ul li:hover { z-index: 99; }
#menu ul li a { color: #c9cacb; text-decoration: none; background: #0f161c; font-size: 0.9em; display:block; float:left; height: 17px; padding: 6px 12px; margin-top:2px; }
#menu ul li:hover>a, #menu ul li a:hover, #menu ul li a.active { color: #595c60; background: #fff; }

/* Submenu */
#menu div.sub { background: #fff; display:none; left:-1px; position:absolute; top:31px; width:186px; z-index: 98; border: 1px solid #0f161c; border-width: 0 1px 1px 1px; }
#menu div.sub ul { margin: 0; padding: 0; width: auto; }
#menu div.sub li { margin: 0; text-align: left; float: none; width: 186px; }
#menu div.sub li a { float: none; border: none; height: auto; color: #595C60; background: #fff; }
#menu div.sub li a:hover, #menu div.sub li a.active { text-decoration: underline; }
#menu div.sub .left, #menu div.sub .right { display: none; }
#menu div.sub .text {  }
#menu li:hover div.sub { display: block; }

#header { height: 115px; }
#header_content { margin: 0 auto; width: 886px; }
#logo { font-size: 1.5em; color: #fbfbd9; padding: 30px 0 0 26px; }
#slogan { font-size: 0.6em; color: #afc7df; }

/* ################# CONTENT ###################### */
#content_wrapper { margin: 0 auto; background: #fff; width: 860px; }
#content { padding: 10px 20px; }
#content h2 { color: #2c6aa3; font-size: 1.2em; border-bottom: 1px solid #2c6aa3; }
#content .banner {
	margin-top: -10px;
}
#content { color: #333; text-align: justify; }
#content p, #content span { line-height: 1.5em; }

#footer { width: 700px; margin: 0 auto; text-align: center; color: #000; }
#footer a { color: #000; }

/* ################# FORMS ########################## */
dl { margin-bottom: 2em; }
dt { float:left; color: #666; }
dd { margin-left: 90px; margin-bottom: 10px; }
dd input.text, dd textarea {
	width: 420px;
	border: 1px solid #999; 
	border-color: #999 #ccc #ccc #999;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	margin-bottom: 2px;
}
.addr, .addr input, .chk { display: none; }
dd input[type=text]:focus, dd input[type=password]:focus, dd textarea:focus, textarea:focus {
	border-color: #666 #aaa #aaa #666; 
	background-color: #f6f6f6;
}
dd input[type=submit] { padding: 0 16px; }
dd em { color: #666; }

#lang { width: 850px; margin-bottom: -22px; }
#lang #label { color: #afc7df; }