body {
    background: #3a4750;
    font-family: Tahoma, serifSansSerifMonospace;
    font-size: 0.8em;
}
* { padding:0; margin:0; }
#wrapper {
    width: 745px;
    margin: 0 auto;
    border-bottom: 1px solid #4d575f;
    background: url(/images/webcard/fogies/wrapperBg.jpg) repeat-y;
}
table { margin: 0.5em 0; }
table th, table td { padding: 4px 8px 4px 0; }
a { color: #7e99ac; 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; margin-left: 1px; }
#menu ul { list-style: none; }
#menu ul li { background: url(/images/webcard/fogies/menuItemBg.jpg) repeat-x top; }
#menu ul li a { background: url(/images/webcard/fogies/menuArrow.jpg) no-repeat 16px 20px; padding-left: 32px; display:block; color: #a6abaf; text-decoration: none; font-size: 1.1em; line-height: 46px; }
#menu ul li a:hover, #menu ul li a.active { color: #fff; background-image: url(/images/webcard/fogies/menuArrowHover.jpg); }

#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 { margin-left: 12px; }

#header { font-size: 1.2em; height: 100px; background: #fff; }
#header_content { margin: 0 auto; width: 745px; }
#logo { font-size: 1.5em; color: #3b4851; font-weight: bold; padding: 16px; }
#slogan { font-size: 0.6em; color: #999999; }

.efeu1, .efeu2, .efeu3, .efeu_loch { display: none; }

/* ################# CONTENT ###################### */
#content_wrapper { padding: 0 9px; }
#content { border-top: 1px solid #4d575f; margin-left: 191px; padding: 20px;  color: #c6cacc; text-align: justify; font-size: inherit; font-family: Georgia, "Times New Roman", serif; }
#content .sidebar { float:right; width: 200px; margin-left: 26px; background:none; }
#content h1 {  }
#content h2 { font-size: 1.5em; color: #ecedee; font-weight: normal; margin: 5px 1px; padding: 6px 0 0 0; }
#content p { line-height: 1.5em; margin: 1em 0; }
#content span {
    line-height: 1.5em;
}

#footer { width: 745px; color: #c6cacc; height: 29px; text-align: center; padding-top: 16px; margin: 0 auto; }
#footer a { color: #c6cacc; 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: #4d5760;
    border: 1px solid #666;
    border-radius: 3px 3px 3px 3px;
    padding: 4px;
    color: #ecedee;
}
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: #57636d;
}
.error { padding: 4px; }

.ed-hover { background-color: #596c7a; border-color: #3d4a53; }
#content li.inactive { background-color: #53616A; border-color: inherit; }
.message { color: #333; }

#lang { width: 745px; margin-bottom: -22px; }