body {
    background: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9em;
}
* { padding:0; margin:0; }
#wrapper {
    width: 840px;
    margin: 0 auto;
    background: #FBFCFE;
    box-shadow: 0 1px 3px #777;
    -webkit-box-shadow: 0 1px 3px #777;
    -moz-box-shadow: 0 1px 3px #777;
    -o-box-shadow: 0 1px 3px #777;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
table { margin: 0.5em 0; }
table th, table td { padding: 4px 8px 4px 0; }
a { color: #4394CD; text-decoration: none; }
a:hover { text-decoration:underline; }
h3 { color: #ccc; }
hr { background: #cbe9f4; color: #cbe9f4; height: 1px; border: none; }
.clearTop { clear: none; }
#menu {	float: left; width: 191px; }
#menu ul { list-style: none; }
#menu ul li { border-bottom: 1px solid #dedede; border-right: 1px solid #dedede; }
#menu ul li a { padding-left: 16px; display:block; color: #4394CD; text-decoration: none; font-size: 1.1em; line-height: 46px; background: #fff; }
#menu ul li a:hover, #menu ul li a.active { color: #333333; background: #f3f3f3; }

#menu .sub { display: none; }
#menu .sub.current { display: block; }
#menu .sub ul li { border: none; padding-bottom: 0; background: none; }
#menu .sub ul li a { background: url(/images/webcard/search/arrow.png) no-repeat 16px 19px; padding-left: 30px; }

#header { font-size: 1.2em; height: 100px; background: #fff; width: 840px; margin: 0 auto; }
#header_content {  }
#logo { font-size: 1.5em; color: #333; font-weight: bold; padding: 16px; }
#slogan { font-size: 0.6em; color: #999999; }

.efeu1, .efeu2, .efeu3, .efeu_loch { display: none; }

/* ################# CONTENT ###################### */
#content_wrapper { padding: 0; }

#content { margin-left: 192px; background: #fff; padding: 8px 20px 20px;  color: #333; text-align: left; }
#content .sidebar { float:right; width: 200px; margin-left: 26px; background:none; }
#content h1 {  }
#content h2 { line-height: 1.5em; font-size: 1.5em; color: #333; font-weight: normal; margin: 5px 1px; padding: 6px 0 0 0; }
#content p { margin: 1em 0; }

#footer { width: 745px; color: #a5c3e1; height: 29px; text-align: center; padding-top: 16px; margin: 0 auto; }
#footer a { color: #a5c3e1; text-decoration: underline; }

/* ################# FORMS ########################## */
dl { margin: 1em 0; }
dt { margin-bottom: 6px; }
dt label { padding: 2px; font-size: 1.2em; }
dd { margin-left: 0; margin-bottom: 1.5em; }
dd input, dd textarea {
    margin-bottom: 2px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    padding: 4px;
    color: #333;
}
dd input.text, dd textarea {
    width: 320px;
}
.addr, .addr input, .chk { display: none; }
dd input[type=text]:focus, dd input[type=password]:focus, dd textarea:focus, textarea:focus {
    background-color: #efefef;
}
.error { padding: 4px; }

/* IE 7 sucks */
* + html #menu { margin: 1px 0 0 1px; }
* + html #header { border-bottom: none; }
* + html #content_wrapper { border: 1px solid #dedede; }