/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #203902;
font-family: Verdana, Arial, Tahoma, sans-serif;
background-color: #ffffff;
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
}
body {
font-size: 100.01%;  /* statt 100% */
}

* html body {
font-size: 100.01%;  /* statt 100,01% (Komma!) */
}

p {padding: 7px 0 7px 0;}

th,td {
    font-size: 70%;
}

p,li {  /* ul weg, da kaskadiert */
    font-size: 70%;
    line-height: 120%;
}

ul,ol {  /* ul ergaenzt */
	font-size: 100%;
}

ul li, ol li  {  /* ergaenzt */
	font-size: 70% !important;
}

ol ul li {  /* ergaenzt */
	font-size: 100% !important;
}

a {
color: #203902;
text-decoration: underline;
}

a:active{
color: #203902;
}

a:hover{
color: #203902;
text-decoration: none;
}

h1, h2, h3 {
font-weight: 800;
padding-bottom: 5px;
}
h1 {
    font-size: 140%;
    line-height: 120%;
}
h2 {
    font-size: 130%;
    line-height: 120%;
}
h3 {
    font-size: 120%;
    line-height: 120%;
}


.clear { clear: both; }



#mainContainer {
width: 960px;
margin: 0 auto; /*** Centers the design ***/
min-height: 100%;

background-image: url(/fileadmin/images/rechts_links.jpg);
background-repeat: repeat-y;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/

#header1 {
margin-left:30px;
margin-right:30px;
background-image: url(/fileadmin/images/trailer_verlauf.jpg);
background-repeat:repeat-y;
}


#header {
background: #203902;
padding-left: 4px;
padding-bottom: 4px;
padding-top: 4px;
margin-left: 30px;
margin-right: 15px;
margin-bottom: -10px;
text-align: left;
vertical-align:bottom;
}

* html #header {
margin-top:0px;
position: relative;
}


div#top {
    
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 160px;
}
* html .outer {
padding-right: 120px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
width: 760px; /* verschiebung des rechten randes - breite der mittleren Spalte*/
/*width: 595px;*/ /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
padding-bottom: 30px;
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 800px; /* linker rand des inhalts */
margin-left: -160px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
width: 600px;
background: #ffffff;
}
* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap{
padding: 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}

#content ul li {
	font-size: 100%;  /* statt 120% */
} 


#left_column {
float:left;
width:160px;
display:inline;
position:relative;
height:600px;
padding-bottom:10px;
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left,
div.left is carried over into the proper position.
***/
#left {
float: left;
width: 160px;
padding-left: 10px;
padding-top: 0px;
padding-right:4px;
margin-top: -8px;
margin-left: 15px;
background: #455b2d;
height: 550px;
padding-bottom:100px;
}
* html #left {
position: absolute;  /*** IE needs this  ***/   /***... aber die neue version braucht absolute und nicht relative...***/
margin-top:-9px;
width:170px;
margin-left:18px;
}


/**************************
LEFT COLUMN_STIFTUNG
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left,
div.left is carried over into the proper position.
***/
#left_stiftung {
position:relative;
float: left;
width: 160px;
padding-left: 10px;
padding-top: 0px;
padding-right:2px;
padding-bottom:0px;
margin-top: 0px;
margin-bottom: -10px;
margin-left: 16px;
background: #ffffff;
height: 10px;
padding-bottom:100px;
border-right-style:groove;
border-right-width:1px;
border-right-color:#455b2d;
border-bottom-style:solid;
border-bottom-width:4px;
border-bottom-color:#455b2d;
}
* html #left_stiftung {
position: absolute;  /*** IE needs this  ***/   /***... aber die neue version braucht absolute und nicht relative...***/
width:170px;
margin-left:18px;
height:50px;
margin-bottom:10px;
}



/*** schriften ***/


#left ul {
list-style: none;
padding-bottom: 4px;
}

#left li {
padding-bottom: 10px;
padding-left:10px;
}


#menu_links {
padding-top:0px;
padding-left:0px;
}

.menu1 li a, .menu1 li a:link, .menu1 li a:visited, .menu1 li a:hover, .menu1 li a:active {
font-size:120%; /* statt 160% */
font-weight:bold;
line-height:110%;
color:#ffffff;
text-decoration:underline;
}

* html .menu1 li a, * html .menu1 li a:link, * html  .menu1 li a:visited, * html .menu1 li a:hover, * html .menu1 li a:active {
font-size:120%; /* statt 170% */
}


#left .menu2 {
padding-left:0px;
padding-top:4px;
}

.menu2 li a, .menu2 li a:link, .menu2 li a:visited, .menu2 li a:hover, .menu2 li a:active {
font-size:140%; /* statt 300% */
line-height:110%;
color:#ffffff;
text-decoration:underline;
}


* html .menu2 li a, * html .menu2 li a:link, * html .menu2 li a:visited, * html .menu2 li a:hover, * html .menu2 li a:active {
font-size:140%; /* statt 300% */
}


#left .menu3 {
padding-left:2px;
padding-top:8px;
padding-bottom:0px;
}

.menu3 ul li {
padding-left:0px;
padding-bottom:0px;
margin-bottom:-10px;
}

.menu3 li a, .menu3 li a:link, .menu3 li a:visited, .menu3 li a:hover, .menu3 li a:active {
font-size:160%; /* statt 580% */
line-height: 120%;
color:#ffffff;
text-decoration: underline;
}

* html .menu3 li a, * html .menu3 li a:link, * html .menu3 li a:visited, * html .menu3 li a:hover, * html .menu3 li a:active {
font-size:160%; /* statt 580% */
line-height:130%;
}

/* ergaenzt fuer Menu hover */
.menu1 li a:hover, .menu2 li a:hover, .menu3 li a:hover {
text-decoration: none;
}

/* ergaenzt fuer Bildunterschriften */
dd {
font-size: 70%; 
padding-top: 4px;
}






/*************************
RIGHT COLUMN
**************************/
#right {
float: right;
width: 40px;
padding: 5px;
background: #ffffff;
/*height: 500px;*/
}
* html #right {
position: relative;  /*** IE needs this  ***/
margin-right: -120px; /*** IE gets this margin. ***/
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}



