

/* *** Farb-Definitionen *** */
.orange { color: #FF6D00; }
.blaugrau { color: #6D9CAD; }
.blaulight { color: #A8C5D4; }
.blaudunkel { color: #1E4453; }
.black { color: #000000; }
.red { color: #FF0000; }
.green { color: #00B900; }

.plus { text-transform: uppercase; font-weight: bold; }

* { margin: 0; padding: 0; border: 0; }

html, body { height: 100%; }

body { 
 color: #353535; 
 font: 100.01%/1.5;
 font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;  
 background: #C6DAE4;
 background: #FFFFFF;
 background: #E1EAEF url(images/body-bg.gif) repeat-y 50% 0%;
 text-align: center;
}

/* *** global Format *** */
/*
a {
 color: #000000;
}
a:hover {
 text-decoration: none;
}
*/
a {
 color: #FF6D00;
}
a:hover {
 color: #417488;
 color: #1E4453;
}
a .orange { color: #353535; }
a:hover .orange { color: #FF6D00; }
#rootline .orange { color: #353535; }

.c {
 clear: both;
}
.l {
 font-size: .9em;
}
.error {
 color: #FF0000;
}
.minierror {
 color: #FF0000;
 font-size: .8em;
}
.mini {
 font-size: .8em;
}
.klein {
 font-size: .9em;
}

/* *** global Formulare *** */
input, select, textarea {
 font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;  
 border: 1px solid #FF6D00; 
 border: 1px solid #A8C5D4; 
 border-top: 2px solid #A8C5D4;
 border-left: 2px solid #A8C5D4;
}
input:focus, select:focus, textarea:focus {
 border: 1px solid #FF6D00; 
 border-top: 2px solid #FF6D00;
 border-left: 2px solid #FF6D00;
}
input.submit {
 border: 1px solid #FF6D00; 
}
input.noborder {
 border: 0;
}
textarea {
 font-size: 1em;
}
input, select {
}
input.submitButton {
 font-size: 1em;
}
input.inputganzlang {
 width: 480px;
}
input.inputlang, select.inputlang, textarea.textareanormal, textarea.textarealang {
 width: 300px;
}
textarea.textareanormal {
 height: 75px;
}
textarea.textarealang {
 height: 150px;
}

input.inputnormal, select.inputnormal {
 width: 160px;
}
input.inputmittel {
 width: 120px;
}
input.inputschmal {
 width: 80px;
}
input.inputplz {
 width: 50px;
}
input.inputort {
 width: 105px;
 margin-left: 3px;
}

/* *** main Wrap *** */
#wrappage { 
 margin: 0px auto;
 position: relative;
 width: 886px; 
 font-size: .75em;
 text-align: left;
/* background: #FFFFFF;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000; */
 height: 100%; 
}

/* *** Areas *** */
#head {
 position: relative;
 height: 200px;

}

#mainmenu {
 position: absolute;
 top: 142px;
 left: 177px;
 font-weight: bold;
}

#mainmenu li {
 list-style-type: none;
 float: left;
 padding: 1px; 
}
#mainmenu a {
 background: #FFFFFF;
 padding: 5px 10px; margin: 0; display: block;
}
#servicemenu {
 position: absolute;
 top: 8px;
 right: 10px;
 font-size: .9em;
 font-weight: bold;
}

#sidebarleft {
 float: left;
 position: relative;
 width: 140px;
 margin: 0 0 10px 15px;
 font-size: 1em;
}

#menu {
 float: left;
 position: relative;
 width: 400px;
 padding: 0 10px 10px 0;
 margin: 0 0 15px 35px;
 font-weight: bold;
}

#content {
 float: left;
 position: relative;
 margin: 0 30px 30px 40px;
 margin: 0 10px 30px 30px;
 width: 470px;

 line-height: 1.6;
 color: #000000;
 color: #1E4453;
}
#sidebarright {
 float: right;
 position: relative;
 width: 180px;
 margin: 0 15px 10px 0;
 font-size: .9em;

/* background: #E1EAEF; */
/* height: 340px;*/
}
#sidebarright p {
 margin-top: 3px; margin-bottom: 3px;
}

#wrapbottom {
 clear: both;
 position: relative;
 padding: 15px 15px 10px 15px;
}
#bottom {
 font-size: .9em;
 border-top: 1px solid #6D9CAD;
}

/* *** Head *** */
#logo {
 position: absolute;
 left: 15px;
}
#teaser {
 position: absolute;
 top: 30px;
 left: 175px;
}

/* *** Sidebar allgemein ***/ 

#sidebarleft .sidebarblock {
/* border: 1px solid #A8C5D4; */
 background: #E1EAEF; 
 margin-bottom: 20px;
 background: #EEF7FB;
 border: 1px solid #A8C5D4;
}

#sidebarleft #login {
/* border: 1px solid #FF6D00; */
/* background: #FFE0CA; */
}
#sidebarleft p {
 padding: 4px 4px 2px 6px; 
}
#sidebarleft hr {
 border: 0;
 margin-top: 3px;
 padding-top: 5px;
 border-top: 1px solid #A8C5D4; 
 color: #A8C5D4;
 height: 1px;
}

#sidebarleft #login, #sidebarleft #sidebar_news {
/* padding: 4px 4px 2px 6px; */
}

#sidebarleft li {
 list-style-type: none;
 padding: 2px 0 2px 10px;
 background: url(../images/pfeile/rechts.gif) no-repeat 0 5px;
 margin-left: 5px;
}
#sidebarleft li a {
}

#sidebarleft h5 {
 color: #FFFFFF;
 padding: 4px 4px 4px 6px;
 font-size: 1em;
/* width: 130px; */
/* border-top: 1px solid #FFFFFF; */
 text-align: center;
 background: #A8C5D4;
 background: #6D9CAD;
}
#sidebarleft #login h5 {
 background: #FF6D00;
}
#sidebarleft li a {
 text-decoration: none;
 color: #417488; 
 color: #353535;
 text-decoration: none;
}
#sidebarleft li a:hover {
 color: #FF6D00;
}
/*
.sidebarblock {
 width: 140px;
 border: 1px solid #A8C5D4;
 margin: 0 0 15px 0;
 background: #FFFFFF;
}
.sidebarblock h5 {
 background: #A8C5D4;
 color: #FF6D00;
 padding: 3px;
 text-align: center;
 font-size: 1em;
}
*/
/* *** Sidebar-Navigation *** */
#servicemenu li {
 list-style-type: none; display: inline; margin: 0 5px;
}
#servicemenu a {
 color: #6D9CAD;
 text-decoration: none;
}
#servicemenu a:hover {
 color: #FF6D00;
 text-decoration: underline;
}
#servicemenu li.ub a {
 color: #FF6D00;
}
#servicemenu li.ub a:hover {
 color: #6D9CAD;
}

/* *** Bottom-Navigation *** */
#bottommenu li {
 list-style-type: none; float: left; margin: 0 10px 0 0; padding: 8px 0;
}
#social {
 float: right;
}
#social li {
 list-style-type: none; float: left; margin: 0 0 0 3px; padding: 4px 0;
}
#social li img {
 border: 1px solid #A8C5D4;
}



/* *** Main-Navigation *** */
#menu ul {
 margin: 5px 0;
}
#menu li {
 list-style-type: none; display: inline; margin: 5px;
}
#menu a {
 text-decoration: none;
 color: #6D9CAD;
 font-size: 1.05em;
}
#menu a:hover {
 text-decoration: underline;
 color: #FF6D00;
}

/* *** Content-Formatierung *** */
h1 {
 font-size: 1.2em;
 margin-top: 10px;
 padding-bottom: 5px;
 color: #1E4453; 
}
h2 {
 font-size: 1.1em;
 padding-top: 8px;
 border-top: 1px solid #6D9CAD;
/* border-top: 1px solid #6D9CAD;*/
}
h3 {
 font-size: 1.1em;
}
h4 {
 font-size: 1em;
 font-weight: normal;
 padding-bottom: 0;
}

/* Überschriften in schwarz */
h1, h2, h3, h4 {
 color: #000000;
}

#content a {
 font-weight: bold;
}

#content p, #content ul, #content ol {
 padding-top: 4px;
 padding-bottom: 4px;
 text-align: justify;
}
#content p.right {
 padding-top: 0; 
 padding-bottom: 1px;
 padding-right: 4px;
 text-align: right;
 font-size: .9em;
 background: #ECF5FA;
}
#content p.right a {
 font-weight: normal;
}
#content form p {
 text-align: left;
}
#content ul, #content ol {
 padding-left: 25px;
 text-align: left;
}

#content .list {
 clear: both;
 border: 1px solid #A8C5D4;
 background: #EEF7FB;
 margin: 8px 0 8px 0;
 padding: 5px;
 width: 458px;
 position: relative;
}
#content #rootline {
/* border-top: 1px solid #6D9CAD; */
 font-size: .9em;
 font-weight: bold;
 color: #FF6D00; 
 padding-bottom: 5px;
}
#content #rootline a {
 font-weight: normal;
 color: #1E4453; 
}

#content hr, #sidebarright hr {
 border: 0;
 margin-top: 3px;
 padding-top: 5px;
 border-top: 1px solid #A8C5D4; 
 color: #A8C5D4;
 height: 1px;
}

.maennchen {
 float: left;
 margin: -4px 8px 0 0;
}
.maennchenlinks {
 position: absolute;
 left: -30px;
}
/*
.orange { color: #FF6D00; }
.blaugrau { color: #6D9CAD; }
.blaulight { color: #A8C5D4; }
.blaudunkel { color: #1E4453; }
.blauschrift { color: #417488; }
.black { color: #000000; }
.red { color: #FF0000; }
.green { color: #00B900; }
*/

/* *** Spalten *** */
.s1 { width: 0; }
.s { float: left; width: 150px; }
.s20 { float: left; width: 20px; }
.s30 { float: left; width: 30px; }
.s60 { float: left; width: 60px; }
.s70 { float: left; width: 70px; }
.s80 { float: left; width: 80px; }
.s100 { float: left; width: 100px; }
.s120 { float: left; width: 120px; }
.s140 { float: left; width: 140px; }
.s180 { float: left; width: 180px; }
.s200 { float: left; width: 200px; }
.s250 { float: left; width: 250px; }

.label { float: left; width: 140px; text-align: right; font-weight: bold; padding-right: 10px;}
.list .label { width: 134px; }
.list .s { width: 144px; }


/* Paging */
.border-top {
 border-top: 1px solid #6D9CAD;
}
.paging {
 clear: both;
 padding: 5px;
 width: 460px;
 font-size: .9em;
 font-weight: bold;
 height: 18px;
 text-align: center;
/* background: #C7D8E1; */
}
.paging .left {
 float: left;
 width: 100px;
 text-align: left;
}
.paging .right {
 float: right;
 text-align: right;
 width: 100px;
}

/* #faq h2.faqopened, #faq h2.faqclosed {cursor: pointer;padding: 0 0 0 15px;border-bottom: dotted 1px #ccc;margin-bottom: 0;} */
/* #faq h2.faqclosed:hover {color: black;} */
#faq h3.faqopened, #faq h3.faqclosed { cursor: pointer; border-top: 0; }
#faq h3.faqclosed { background: transparent url(images/collapsed.png) no-repeat scroll 0 7px; padding-left: 15px; }
#faq h3.faqopened { background: transparent url(images/expanded.png) no-repeat scroll 0 7px; padding-left: 15px; }

#changeInfo {
 display: none;
}