/**
* CSS
* 
* @version 1.1
* @author Ingo Walde
* @author einmalich.com
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: url(http://www.thworks.de/files/bg/bg01.png) repeat;
	
	color: #fff;
	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #fff;}
a:active { text-decoration: none; color: #fff;}
a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; color: #fff;}

a:link.col { text-decoration: none; color: #D2E2AC;}
a:active.col { text-decoration: none; color: #D2E2AC;}
a:visited.col { text-decoration: none; color: #D2E2AC; }
a:hover.col { text-decoration: underline; color: #D2E2AC;}

a img { border: none; }

#bottompos {
       
	 bottom: 20px;
position: absolute;   

}

#toppos {
       
	 top: 95px;
position: absolute;   

}

#profilpic {
       
	 top: 95px;
	left:800px;
position: absolute;   

}

#bgnav {
       	z-index:-1;
	top: 0px; 
	left:0px;
position: absolute;   

}

#colorstripe {
       
	top: 90px; 
	left:38px;
position: absolute;   

}

#navbottom {
       
	 bottom: 20px;
	left:42px;
position: fixed;   

}




#menu {
    width: 210px;
    overflow: auto;
    top: 185px;
    bottom: 0;
	left: 33px;
    position: absolute;
    height: 100%;
	
	

	
	

}

#menu ul {
	list-style: none;
	margin: 0px 0px 0px 38px;

font-size: 14px;



	
}

#menu ul li.section-title { 
margin: 0px 0px 0px -38px; 
padding: 20px 0px 0px 5px;
font-size: 14px;
color:#fff;

filter:alpha(opacity=100);/**transparenzIE*/
	-moz-opacity:1; /**transparenz Mozilla Netscape Old*/
	-khtml-opacity: 1; /**transparenz old safari*/
	opacity: 1; /**transparenz curentstandart*/


}

#content {
    height: 100%;
	
    margin: 0 0 0 270px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;

}

#content p { width: 830px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }