@import url("norm.css");

/**
* Erfolgscoaching.com
* ======================
* 
* 
* Die Programmierung erfolgte durch weblines design (Pascal Koller).
*
* @site            www.erfolgscoaching.com
* @version         1.0.2
* @date            2010-07-18
* @lastmodified    2010-07-18 (19.22) 
* @author          Pascal Koller
* @see             http://www.weblines.ch
*
* @note            Getestet auf folgenden Browsern:
* @note            Firefox (3.5), Internet Explorer (7 und 8)
* @note            Google Chrom (3), Safari (3 und 4)
*
* @note            Das Layout wurde normalisiert:
* @see             norm.css
* @note            Korrektur von IE6 und IE7 durch das IE9-Script:
* @see             http://ie7-js.googlecode.com/svn/version/2.1(beta2)/IE9.js
*
*/

html, body {
position:relative;
margin: 0 auto;
text-align:center;
width: 650px;
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;		
}

#wrapper {
position:relative;
text-align:center;
width: 650px;
margin-top: 60px; 
margin-bottom: 60px;
min-height: 100%; /* Mindesthöhe für moderne Browser */
height:auto !important; /* Important Regel für moderne Browser */
height:100%; /* Mindesthöhe für den IE */
overflow: hidden !important; /* FF Scroll-leiste */
}

/*--------------------------------*/
/*        Start Typografie        */
/*--------------------------------*/


h1 {/* Seitentitel  */

}

p {margin-top:17px;
}

a:link {  }/* Links im Text */
a:visited { }

.soli { display:none; }


/* Body-Text siehe ganz oben bei body Definitionen */

/*--------------------------------*/
/*        Ende Typografie         */
/*--------------------------------*/

/*--------------------------------*/
/*        Start Kopfbereich       */
/*--------------------------------*/


#header {

}


/*--------------------------------*/
/*        Ende Kopfbereich        */
/*--------------------------------*/

/*--------------------------------*/
/*        Start Inhaltsbereich    */
/*--------------------------------*/

#main {
margin-top:40px;

}

#content {

}

.sopsi {
display:none;
}

/*--------------------------------*/
/*     Start Navigation  */
/*--------------------------------*/

#menu {
position: relative;
top: 0px;
}

#menu ul {
height: 16px;
margin: 0 0 0 0;
}

#menu li {
float: left;
height: 100%;
padding: 0 0;
}

/*--------------------------------*/
/*     Ende Navigation   */
/*--------------------------------*/


/*--------------------------------*/
/*         Ende Inhaltsbereich    */
/*--------------------------------*/

/*--------------------------------*/
/*          Start Footer          */
/*--------------------------------*/

#footer {
position:absolute;
top: 500px;
left: 222px;
width: 210px;
text-align:center;
}

/*--------------------------------*/
/*          Ende Footer           */
/*--------------------------------*/

