body {
    background: #f1f1f1;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9em;
}
* { padding:0; margin:0; }
#wrapper {
    width: 840px;
    margin: 0 auto;
}
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: 180px; border-radius:10px 10px; -moz-border-radius:10px 10px; -webkit-border-radius:10px 10px; -o-border-radius:10px 10px; margin:10px; background:url(/images/webcard/olive/logo-olive.jpg) repeat-x #666c50;}
* + html #menu {margin:10px;}

#menu ul { list-style: none; }
#menu ul li {border:0;border-bottom:1px solid #888c69;}
#menu ul li.end {border:0;}
#menu ul li.first a {border-radius:10px 10px 0 0; -moz-border-radius:10px 10px 0 0; -webkit-border-radius:10px 10px 0 0; -o-border-radius:10px 10px 0 0;}
#menu ul li.end a {border-radius:0 0 10px 10px; -moz-border-radius:0 0 10px 10px; -webkit-border-radius:0 0 10px 10px; -o-border-radius:0 0 10px 10px;}
#menu ul li a { padding-left: 16px; display:block; color:#f2f6d3; text-decoration: none; font-size: 1.1em; line-height: 46px; background:none; }
#menu ul li a:hover, #menu ul li a.active {background:#343629;color:#fff;}

#menu .sub { display: none; }
#menu .sub.current { display: block; background:#56584a; }
#menu .sub ul li { border: none; padding-bottom: 0; background: none; }
#menu .sub ul li a { background: url(/images/webcard/olive/arrow.png) no-repeat 16px 18px; padding-left: 30px; line-height:40px; }
#menu .sub a:hover, #menu .sub a.active { background-color: transparent; }
#menu ul li a.sub-trigger { 
    background-image: url('/images/webcard/olive/arrow_down.png');
    background-repeat: no-repeat;
    background-position: 160px 22px; 
}

/* NO BORDER-RADIUS IN SUBMENU */
#menu ul.sub li a { 
    border-radius: 0; 
    -moz-border-radius: 0;
    -webkit-border-radius: 0; 
    -o-border-radius: 0; 
    -ms-border-radius: 0; 
}

#header { font-size: 1.2em; height:auto; background:#fff; margin:10px auto; border-radius:10px 10px; -moz-border-radius:10px 10px; -webkit-border-radius:10px 10px; -o-border-radius:10px 10px; border-bottom:1px solid #ccc;}
#header_content {  }
#logo { font-size: 1.5em; color: #333; font-weight: bold; padding: 16px;}
#logo h1 {display:inline;border-radius:10px 10px; -moz-border-radius:10px 10px; -webkit-border-radius:10px 10px; -o-border-radius:10px 10px;padding:5px 10px;background:url(/images/webcard/olive/logo-olive.jpg) repeat-x #666c50;color:#fff;}
#logo h2 {margin:10px 0 0 10px;}
#slogan { font-size: 0.6em; color: #999999; }

.efeu1, .efeu2, .efeu3, .efeu_loch { display: none; }

/* ################# CONTENT ###################### */
#content_wrapper { padding: 0; background: #FBFCFE;
		   box-shadow:none;
		   border-radius: 10px 10px;
		   -moz-border-radius: 10px 10px;
		   -webkit-border-radius: 10px 10px;
		   -o-border-radius: 10px 10px;
		   padding:10px;
		   background:#fff;
		   border:0;
		   border-bottom:1px solid #ccc;
}
* + html #content_wrapper {border:0;border-bottom:1px solid #ccc;}

#content { margin-left: 192px; background:url(/images/webcard/olive/ct-olive.jpg) repeat-x #f4face; padding: 8px 20px 20px;  color: #333; text-align: left; border-radius:10px 10px; -moz-border-radius:10px 10px; -webkit-border-radius:10px 10px; -o-border-radius:10px 10px; width:588px;}
#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: 840px; color:#666c50; height: 29px; text-align: center; padding:20px 0 15px 0; margin: 10px auto; }
#footer a { color:#666c50; text-decoration: underline; }
#footer, #footer a { color: #777; }

/* ################# 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; }