@charset "utf-8";
/* CSS Document */

/* RESET */
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: normal;
font-size: inherit;
}

ul, ol, li, form, body {
margin: 0;
padding: 0;
}

li {
list-style-type: none;
}

/* ################################# */

/* Allgemein */

body {
background-image: url(../images/bg_body.gif);
background-repeat: repeat-x;
color: #3c3c3b;
font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
font-size: 13px;
}

#page {
width: 940px;
margin: 0 auto;
border-left: 10px solid #fff;
border-right: 10px solid #fff;
}

#header {
background-image: url(../images/bg_header.gif);
background-repeat: no-repeat;
height: 330px;
background-position: 240px top;
}

#header .logo {
background-image: url(../images/logo.gif);
background-repeat: no-repeat;	
height: 97px;
width: 220px;
display: block;
text-decoration: none;
}

#nav_slider {
width: 940px;
height: 220px;
background-color: #30F;	
margin-top: 13px;
}

#nav {
width: 230px;
height: 220px;
float: left;
border-right: 10px solid #fff;
background-color: #f9b233;
}

#nav li {
width: 140px;
border-bottom: 1px solid #3c3c3b;
padding: 10px 45px;
text-transform: uppercase;
text-align: right;
font-size: 16px;
background-color: #fff;
}

#nav li a {
color: #3c3c3b;
text-decoration: none;
}

#nav li.last_v {
border-bottom: 1px solid #fff;
}

#nav li.current {
border-bottom: 1px solid #f9b233;
font-weight: bold;
}

#nav li.current a, #nav li a:hover {
color: #f9b233;
}

#slider {
width: 700px;
height: 220px;
background-image: url(../images/slider_01.jpg);
background-repeat: no-repeat;
float: left;
}

#main {
padding: 30px 0px;	
}

#content {
margin-left: 240px;
width: 540px;
float: left;
display: inline;
}

#footer {
border-top: 6px solid #f9b233;
margin-left: 240px;
padding: 10px 0px;
text-transform: uppercase;
font-size: 11px;
color: #666;	
}

.footer_sep {
padding: 0px 10px;	
}

.footer_sep_bullet, .footer_sep_bullet_first {
padding: 0px 10px;
background-image: url(../images/bullet.gif);
background-position: left 2px;
background-repeat: no-repeat;
margin-left: 10px;
}

.footer_sep_bullet_first {
margin-left: 0px;
}



/* Content */

#content h2 {
font-size: 18px;
text-transform: uppercase;
margin-bottom: 20px;
}

#content h3 {
font-size: 14px;
font-weight: bold;
text-transform: uppercase;	
margin-bottom: 10px;
background-image: url(../images/bullet.gif);
background-position: left 5px;
background-repeat: no-repeat;
padding-left: 20px;
}

#content p {
font-size: 13px;
line-height: 20px;
}

#content ul {
margin-bottom: 20px;
}

#content ul li {
list-style-type: disc;
margin-left: 20px;
}

.list_wrap {
float: left;
width: 250px;
margin-right: 20px;	
}



/* Diverses */

a {
color: #dd9617;
text-decoration: none;	
}

a:hover {
color: #e7a022;
text-decoration: underline;	
}

.hidden {
display: none;	
}

.clear {
clear: both;	
}


/* Formular */
.form_item {
clear: both;
margin-bottom: 20px;	
}

label {
display: block;	
margin-bottom: 5px;
}

.input_text, .input_textarea {
width: 300px;
padding: 5px;
color: #3c3c3b;
border: 1px solid #f9b233;
background-color: #fff;
font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
font-size: 13px;
}

.input_textarea {
width: 400px;
height: 150px;
}

.input_submit {
border: 1px solid #f9b233;
background-color: #f9b233;	
color: #fff;
font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
font-size: 13px;
text-transform: uppercase;
font-weight: bold;
padding: 5px 30px;
cursor: pointer;
}

.msg {
border: 1px solid #ddd;
background-color: #f1f1f1;
padding: 5px;
margin-bottom: 20px;
}

.msg_success {
border: 1px solid #060;
}

.msg_error {
border: 1px solid #600;
}


/* Splash */

#splash {
width: 400px;
margin: 150px auto;	
text-align: center;
}