/* 
styles.css for WP Experts 
version 2010-03-25 (msc) 
*/



/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* basics: reset all browser defaults, project-specific css-basics, basic layout: */




html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-family: "Tahoma", "Myriad", Arial, Helvetica,  sans-serif;
vertical-align: baseline;
background: transparent;
}

body {
line-height: 1;
font-size: 14px;
background: #fff url(bgi/bg_body.gif) repeat-x;
color: #333;
overflow-y: scroll;
}
ol,ul {
list-style: none
}
:focus {
outline: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
font-size: 14px
}
caption,th,td {
text-align: left;
vertical-align: top;
font-weight: normal
}
img {
display: block;
border: 0
}
strong {
font-weight: bold
}
.floatRight {
float: right
}
.floatLeft {
float: left
}
.clearBoth {
clear: both
}
.alignRight {
text-align: right
}
.displayBlock {
display: block
}
.jqHide,
.displayNone {
display: none
}
.caf:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden
}
.hide {
position: absolute;
left: -10000px;
top: -10000px;
width: 3px;
height: 3px;
overflow: hidden
}

div.fakeHR {
width: 100%;
height: 1px;
background-color: #000
}
div.fakeHR hr {
display: none
}
.upperCase {
text-transform: uppercase
}
.hovered {
text-decoration: underline
}
.highlight,
em,b,strong {
font-size: 100%;
}




#site960 {
width: 960px;
min-height: 400px;
margin: 0 auto;
}











/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* service.css WP Experts */

#service {
width: 960px;
height: 40px;
color: #fff;
position: relative;
}

#service ul {
position: absolute;
top: 0;
right: 200px;
}
#service ul li {
display: inline-block;
float: left;
}


#service ul li a, #service ul li a:link, #service ul li a:visited {
position: relative;
font-size: 11px;
display: inline-block;
line-height: 28px;
min-width: 10px;
text-align: center;
color: #fff;
text-decoration: none;
margin-left: 20px;
}
#service ul li a:focus, #service ul li a:hover, #service ul li a:active, #service ul li a.aktiv {
color: #fff;
text-decoration: underline;
}

#s-kontakt {
background: transparent url(bgi/icon_s-kontakt.gif) no-repeat 0 10px;
padding-left: 20px;
}
#s-english {
background: transparent url(bgi/icon_s-english.gif) no-repeat 0 10px;
padding-left: 20px;
}
#s-sitemap {
background: transparent url(bgi/icon_s-sitemap.gif) no-repeat 0 10px;
padding-left: 20px;
}
#s-tellafriend {
background: transparent url(bgi/icon_s-tellafriend.gif) no-repeat 0 10px;
padding-left: 20px;
}



#search {
position: absolute;
top: 4px;
right: 0;
}
#search label {
display: none;
}

#searchfield {
padding: 3px 10px 3px 25px;
width: 146px;
height: 14px;
background: transparent url(bgi/bg_s-searchfield.gif) no-repeat;
outline: 0;
border: none;
color: #999;
}

#searchfield.fokus {
color: #333;
}




/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* header */

#header {
position: relative;
width: 960px;
height: 232px;
}

#keyvisual {
position: absolute;
bottom: 0;
left: 0;
width: 960px;
height: 150px;
/* overflow: hidden; */
}

#keyvisual img {
position: absolute;
top: 0;
left: -60px;
}

#header h1 {
}










#tabNav {
position: absolute;
bottom: 150px;
right: 0;
z-index: 100;
}
#tabNav ul {
}
#tabNav ul li {
display: inline-block;
float: left;
width: 145px;
height: 30px;
margin-left: 3px;
position: relative;
}

#tabNav ul li a, #tabNav ul li a:link, #tabNav ul li a:visited {
position: relative;
display: inline-block;
width: 145px;
line-height: 30px;
text-align: center;
font-weight: bold;
color: #fff;
background: #fff url(bgi/bg_tabNav.gif) no-repeat;
text-decoration: none;
cursor: default;
}
#tabNav ul li a:focus, #tabNav ul li a:hover, #tabNav ul li a:active, 
#tabNav ul li.jqActive a, /* #tabNav ul li a.menu_current  */ #tabNav ul li.activeTab a {
color: #333;
background: #fff url(bgi/bg_tabNav_aktiv.gif) no-repeat;
text-decoration: none;
}

/* what a bloody hack :-)  */
#preloadBG {position: absolute; left: -500px; top: -500px; width: 10px; height: 10px; overflow: hidden; background: #fff url(bgi/bg_tabNav_aktiv.gif) no-repeat; }

/* Level 2 ausklapp: */

#tabNav ul li ul {
display: none;
position: absolute;
left: 0;
top: 30px;
background: #cccc29;
padding: 0 5px 10px 10px;
	/* width: 143px;  */
	width: 128px;
min-height: 10px;
border-right: 1px solid #abaa25;
border-bottom: 1px solid #abaa25;
border-left: 1px solid #abaa25;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
}
#tabNav ul li.jqActive ul {
display: block;
}


#tabNav ul li ul li {
background: transparent;
width: 100%;
height: auto;
margin: 5px 0;
}

#tabNav ul li ul li a, #tabNav ul li ul li a:link, #tabNav ul li ul li a:visited {
position: relative;
display: inline;
width: auto;
line-height: 1.2;
text-align: left;
font-weight: normal;
color: #333;
background-color: transparent;
background-image: none;
text-decoration: none;
cursor: pointer;
}
#tabNav ul li ul li a:focus, #tabNav ul li ul li a:hover, #tabNav ul li ul li a:active {
color: #000;
background-color: transparent;
background-image: none;
text-decoration: underline;
}






/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* 
import_main.css WP Experts 
version 2010-03-11 (msc)
*/


#main {
width: 960px;
min-height: 100px;
}



#content {
width: 700px;
min-height: 100px;
float: left;
}

#content h2, #content h3 {
color: #005b8e;
}
#content h2 {
font-size: 18px;
line-height: 1.4;
margin-bottom: -5px;
}
#content h3 {
font-size: 16px;
margin: 10px 0;
}
#content p, #content ul, #content ol {
margin: 10px 0 20px 0;
line-height: 1.6;
}

#content p strong, #content p b, #content strong, #content b {
font-size: 13px;
}

#content ul {
list-style-type: square;
margin: 10px 0 20px 20px;
}
#content ol {
list-style-type: decimal;
margin: 10px 0 20px 26px;
}
#content ol li {
margin-bottom: 5px;
}


#content div.video {
float: left;
margin: 0 20px 10px 0;
width: 320px;
}
#content div.video p {
font-size: 12px;
margin: 5px 0;
font-style: italic;
line-height: 1.2;
}

#main a, #main a:link, #main a:visited {
text-decoration: underline;
color: #333;
}
#main a:focus, #main a:hover, #main a:active {
color: #005b8e;
text-decoration: underline;
}

#content img.picLeft {
float: left;
margin: 5px 10px 5px 0;
}


#content a.single-image img {
border: 1px solid #005B8E;
}
#content a.single-image:hover img {
border: 1px solid #dece39;
}


#content div.vorteile {
border: 1px solid #005b8e;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 5px 10px 10px 0;
width: 320px;
float: left;
}
#content div.vollebreite {
margin: 5px  0 15px  0;
width: 100%;
}
#content div.vorteile h3 {
margin: 0;
padding: 10px 10px 5px 10px;
}
#content div.vorteile ul {
padding: 0 5px 0 10px;
list-style-image: url(bgi/ul_haken.gif);
color: #005b8e;
margin-bottom: 7px;
}
#content div.kombileft {
float: left;
width: 340px;
padding-bottom: 15px;
}



#content div.expand {
display: none;
padding: 9px 18px 9px 18px;

}
#content h3.controler {
font-size: 14px;
cursor: pointer;
padding: 9px 18px 9px 18px;
background: #fff url(bgi/sprite-plus-minus.gif) no-repeat 0 10px;
margin: 0;
}
#content h3.selected {
background: #fff url(bgi/sprite-plus-minus.gif) no-repeat 0 -90px;
}



#footer {
margin-top: 40px;
padding-top: 8px;
border-top: 1px solid #005b8e;
}



#footer, #footer a {
font-size: 11px;
font-weight: normal;
}







#aside {
width: 240px;
min-height: 100px;
margin: 0 0 0 20px;
float: right;
}

#aside h2 {
font-size: 16px;
}
#aside ul {
margin: 5px 0;
}
#aside ul li {
/* font-size: 12px; */
padding: 16px 0 10px 20px;
border-top: 1px solid #005b8e;
background: #fff url(bgi/wp_arrow.gif) no-repeat 0 20px;
/* line-height: 1.2; */
line-height: 1.6;
}
	
#aside ul li b, #aside ul li strong {
font-size: 13px;
font-weight: bold;
}
#aside ul li a {
font-size: 13px;
font-weight: bold;
}
#aside ul li a.mp3 {
padding-right: 20px;
background: #fff url(bgi/icon_mp3.gif) no-repeat right 1px;
}
#aside ul li a.pdf {
padding-right: 20px;
background: #fff url(bgi/icon_pdf.gif) no-repeat right 1px;
}
#aside ul li a.link {
padding-right: 20px;
background: #fff url(bgi/icon_extern.gif) no-repeat right 1px;
}
#aside ul li a.video {
padding-right: 20px;
background: #fff url(bgi/icon_video.gif) no-repeat right 2px;
}


#aside ul li br {
margin-bottom: 3px;
}

#aside p {
font-size: 14px;
padding: 16px 0 10px 0;
line-height: 1.6;
}



