/* Start of CMSMS style sheet 'Strictly_CSS : Two column CSS layout - header and left menu' */
/*
CSS-file for Strictly CSS three column layout 2006

Two column CSS layout - header and left menu | Strictly CSS

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: #000; 
font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
background-color: white; 
background-image: url(img/backdot.jpg);
background-repeat:repeat;
text-align: center; /*** Centers the design in old IE versions ***/
}
body {
font-size: 80%;
}
p {padding: 7px 0 7px 0;}

a {
color: #000000;
text-decoration: none;
}
a:hover{
color: #84b839;
text-decoration: none;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
color: #84b839;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
width: 912px;
margin: auto auto; /*** Centers the design ***/
background-image: url(img/imprbar.png);
background-repeat: no-repeat;
min-height: 300px;
margin-top: 30px;
float: center; 
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
margin-top: 20px; /*** Make some space for the header menu ***/
background-image: url(img/top.png);
background-repeat: no-repeat;
padding: 0px;
height: 228px;
width: 914px; 
}
/**************************
CONTENT AND COLUMNS
**************************/
.lefty {
width: 700 px;
padding-right: 70px;
padding-top: 25px;
text-align: right;
}
.outer {
padding-left: 165px;  
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 896px; /*** 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 ***/
}
* 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: 915px;
margin-left: -164px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: left;
width: 596px;
height: 264px;
background: #fff;
background-image: url(flexscroll/contentback.jpg);
background-repeat: no-repeat;
}
* html #content {
position: relative; /*** IE needs this  ***/
}
.contentWrap{
padding: 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
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: 139px;
background: white;
margin-left: -1px;
margin-top: 0px;
min-height: 158px;
padding-top: 20px;
padding-bottom: 86px;
padding-left: 53px;
padding-right: 53px;
}
* html #left {
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
height: 200px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}

/**************************
RECHTER ABSCHLUSS
**************************/
.rightcolumn {
float: left;
}

/*************************
PADDING IN DER SCROLLBOX
NOETIG DAMIT DER CUSTOMBUTTON
AUF DER LEISTE LIEGEN BLEIBT
*************************/
.truecontent {
padding-left: 20px;
padding-right: 20px;
width: 590 px;
}

/*************************
RIGHT COLUMN - nix drin / transparent
**************************/
#right {
margin: -228px 0 0 -668px; /*** Moves the right column to the top of the page. This is now our top menu above the header ***/
float: left; 
width: 595px;
padding: 0px;
height: 218px;
}
* html #right {
position: relative; /*** IE needs this. ***/
margin-top: -125px; /***Since IE is threating padding different than other browsers we need to move it a little bit more ***/
}
#right ul {
float: right;
list-style: none;
}
#right li {
display: inline; /*** Making the links horisontal aligned ***/
padding-right: 15px;
}
/**************************
FOOTER
**************************/
#footer {
width: 912px;
height: 96px;
margin: auto auto; /*** Since the footer is outside the #mainContainer we also need to center the footer ***/
text-align: center;
}

div#home {
/* you can set your own image here */
   margin-left: 247px;         /* set image similar position */
   background-image: url(img/header/home.jpg);
   width: 595px;
   height: 222px;             /* adjust according your image size */
   text-align: left;
}

div#nachwuchspreis {
/* you can set your own image here */
   margin-left: 247px;         /* set image similar position */
   background-image: url(img/header/nachwuchspreis.jpg);
   width: 595px;
   height: 222px;             /* adjust according your image size */
   text-align: left;
}

div#selbstverstandnis {
/* you can set your own image here */
   margin-left: 247px;         /* set image similar position */
   background-image: url(img/header/selbstverstandnis.jpg) ;
   width: 595px;
   height: 222px;             /* adjust according your image size */
   text-align: left;
}

div#kategorien {
/* you can set your own image here */
   margin-left: 247px;         /* set image similar position */
   background-image: url(img/header/kategorien.jpg) ;
   width: 595px;
   height: 222px;             /* adjust according your image size */
   text-align: left;
}

div#bewerbung {
/* you can set your own image here */
   margin-left: 247px;         /* set image similar position */
   background-image: url(img/header/bewerbung.jpg) ;
   width: 595px;
   height: 222px;             /* adjust according your image size */
   text-align: left;
}

div#geschichte {
/* you can set your own image here */
   margin-left: 247px;         /* set image similar position */
   background-image: url(img/header/geschichte.jpg) ;
   width: 595px;
   height: 222px;             /* adjust according your image size */
   text-align: left;
}

div#downloads {
/* you can set your own image here */
   margin-left: 247px;         /* set image similar position */
   background-image: url(img/header/downloads.jpg) ;
   width: 595px;
   height: 222px;             /* adjust according your image size */
   text-align: left;
}

div#impressum {
/* you can set your own image here */
   margin-left: 247px;         /* set image similar position */
   background-image: url(img/header/impressum.jpg) ;
   width: 595px;
   height: 222px;             /* adjust according your image size */
   text-align: left;
}
/* End of 'Strictly_CSS : Two column CSS layout - header and left menu' */

