/* CSS Document
 * basic styles for xhtml-tags
 */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

*, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
/* fieldset, form, label, legend, */
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color:#000000;
    background-color: #ffffff;
}

a{ height: auto; }

.blau-normal {  color:rgb(66,101,159); }
.orange-normal { color:rgb(221,136,0); }
.grau-normal { color:rgb(153,153,153); }

/* Content mit Bild rechts */
.content-rechts{float:right; margin-right:-20px;width:30%;}
.content-rechts img {width:100%;}
.content-links{float:left; margin-left:0px;width:70%;}
.clear{clear:both;}
/* Content mit zwei Spalten */
#textspalte_links{float:left; margin-left:0px;width:70%;}
#textspalte_rechts{float:left; margin-left:20px;margin-right:-20px;width:30%;}
/* Im Kontakt genutzt */
#textspalte_links img {float:left; margin-left:-48px;margin-right:20px;}


/* Header */
h1,h2,h3,h4,h5,h6{
    line-height: 20px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 12px;
}
h1,h2,h3{ font-weight:bold;}
h4,h5,h6{}

h1,b{ color:rgb(66,101,159);}
h2{	color:rgb(221,136,0);}
h3{}
h4{	color:rgb(221,136,0);}
h5{}
h6{}

/* Fliesstext */
p {	line-height: 20px;}
b, strong{ font-weight:bold;}
em{ font-style: italic;}
hr{
    display:block;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background-color: #999999;
    height:1px;
}

#content hr{
    margin: 10px -72px 10px -48px;
    height:2px;
    background-color: #CCC;
    border-top: 0px solid #CCC;
    border-bottom: 0px solid #CCC;

}

#content ul{
    margin-left: 20px;

}


/* Layout
 * main boxes
   wrapper umschlie�t im XHTML-Quelltext die drei anderen divs (header, center und footer)

      Eine (wenig intuitive) M�glichkeit, den Wrapper "umschlie�end" zu stylen, ist es, Ihm den
      STYLE "overflow:hidden;" zu geben.

*/


#wrapper, #header, #center, #footer {
    max-width: 1000px;	
	width: 100%;
}

#wrapper {
    margin: 20px 0 0 0;
    background-color: #ffffff;
    overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	width: 99%;
}
#header {
    background-color: #cccccc;
}
#header, #center, #footer {
    float: left;
}
#header, #header_left , #header_right{
    float: right;
/*    height: 135px; */
}
#header_left {
 /*   width: 230px; */
	width: 23%;
    background-color: #cccccc;
}

#header_right{
/*    width: 770px; */
	width: 77%;
}
#header_right img {
	width: 100%;
}

#center, #center_left,#center_right {
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0 ;
    min-height: 450px;
}
#center{
    margin-top: 2px;
    background-color:#cccccc; /* um die linke Seite grau zu halten, wenn der Inhalt rechts w�chst */
}

#center_left{
    width: 23%;
    background-color: #cccccc;
}

#center_right{
    width: 77%;
    background-color: #ffffff;
}



#pre_content{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#content{
    margin: 0 0 0 0;
    padding: 20px 72px 0 48px ;}




#footer, #footer_left , #footer_right{
    /*
    height: 35px;
    */
    background-color: #cccccc;
}
#footer_left , #footer_right{
    float: left;
    width: 230px;
}
#footer_right{
    float: right;
    width: 770px;
    background-color: #ffffff;	
}


/*
 * header_left ul, nav_v ul       == Navigation vertikal / Textbasiert
 */

#center_left #nav_v ul, #header_left ul {
		margin-left: 9%;
        width:100%;
	}

#header_left>div{
    padding-top:10px;
    font-size:14px;
    color: #42659f;
}


#nav_v, #header_left {
    font-weight:bold;
    text-decoration:none;
    float: left;
}

#nav_burger ul, #nav_v ul, #header_left ul {
    list-style-type: none;
    margin: 20px 0 0 35px;
    padding: 0 0 0 0;
}
li a {
    text-decoration:none;
    display: block;
    color:#666666;
    height: 16px;
    padding: 0px 0 8px 0px;
}
li a:link,  li a:visited {
    color:#42659f;
}
li a:hover {
    color:#f3f3f2;
}
#nav_v li.active>a ,  li.active>a:link, #nav_burger li.active>a{
    color:#666666;
}


#content a:link {color:#666666;text-decoration:none;}
#content a:visited {color:#666666;}
#content a:active {color:#666666;}
#content a:hover {color:#dd8800;}


/*
 Joomla-Tooltips
        .tip-wrap{z-index: 10000;}

*/

.tip {
    padding:4px;   
    float: left;
    background: #f2f2ff;
    border: 1px solid #42659f;
    max-width: 250px;
}

.tip-title {
    padding: 5px 0 5px 5px;
    margin: -15px 0 4px 0;
    font-size: 110%;
    font-weight: bold;
    color: #ffffff;
    background-color:#42659f;
    /*
    background: url(../images/selector-arrow.png) no-repeat;
    */
}

.tip-text {
    font-size: 100%;
    margin: 0;
}


