body {
	background: url(/images/webcard/natural/bg.jpg) #fff repeat-x top right;
	/*background-size: cover;*/
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	background-attachment: fixed;
}
* { padding:0; margin:0; }
#wrapper {
	width: 800px;
	margin: 0 auto 0 0;
}
a { color: #7db0e5; text-decoration: none; }
a:hover { text-decoration: underline; }
.clearTop { clear: none; }

#menu {	float: left; width: 191px; margin-top: 20px; }
#menu ul { list-style: none; }
#menu ul li { }
#menu ul li a { padding-left: 16px; display:block; color: #fff; text-shadow: 1px 1px 1px #000; text-decoration: none; font-size: 1.1em; line-height: 46px; background: transparent; }
#menu ul li a:hover, #menu ul li a.active { text-shadow: none; color: #000; background: url(/images/webcard/natural/menuBg.png); }

#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 { padding-left: 30px; }

#header { margin: 0 auto; padding: 0; font-size: 1.3em; height: 160px; }
#logo { font-size: 2.2em; color: #fff; font-weight: bold; text-align: left; padding: 46px 0 0 210px; }
#slogan { font-size: 0.3em; color: #fff; }

.efeu1, .efeu2, .efeu3, .efeu_loch { display: none; }

/* ################# CONTENT ###################### */
#content_wrapper { }
#content .sidebar { float:right; width: 200px; margin-left: 26px; background:none; }
#content h1 {  }
#content h2 { font-family: Helvetica, sans-serif; font-size: 1.5em; font-weight: normal; margin: 1em 0; }
#content {
    background: url(/images/webcard/natural/contentBg.png);
    color: #fff; text-align: justify; font-size: inherit;
    margin-left: 191px; padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
#content p { margin: 1em 0; }
#content p, #content span { line-height: 1.5em; }

#footer { color: #fff; text-shadow: 1px 1px 1px #000; height: 29px; text-align: left; padding-top: 10px; margin-left: 210px; }
#footer a { color: #fff; }

/* ################# 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: #424242;
    border: 1px solid #555;
    padding: 2px;
    color: #fff;
}
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: #484848;
}
.error { padding: 4px; }

.ed-hover { background-color: #383838; border-color: #666; }
.message { color: #333; }
#content li.inactive { background-color: #53616A; border-color: inherit; }
.editDummy { color: #dfdfdf; }

* + html #menu li a { color: #000; }

#lang { margin-left: 0; width: 790px; }
#lang #label { color: #fff; text-shadow: 1px 1px 2px #000; }