
/* GLOBAL #################################### */

body {
	background-image: url('../img/gbl_bg.jpg') ;
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #f5f5f5;
}

html, body {
	padding:0;
	margin:0;
}

body, div, table, td, tr, li, a, input, select, area  {
	font-family: Arial, Helvetica, Sans;	
	color: #888888;
}

td {
	
}

a, a:link, a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	margin-top: 0px;
	margin-bottom: 8px;
	text-align: justify;
}


h1{
	margin: 30px 0 0 25px;
}

h2{
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px;
	color: #666666;
}

h3{
	font-size: 13px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 6px;
	color:#666666;
}

h4{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	color:#666666;
}

ul {

}

li {

}



/* CONTAINER #################################### */

#container{ 
	width: 850px; 
	position: absolute;
	left: 50%;
	margin-left: -425px; 
	top: 0;
}



/* HEADER #################################### */

#header {
	height: 270px;
	width: 850px; 
	float: left; 
	position: relative; 
	padding: 0px;
	display: block;
	overflow: hidden;
}


#nav-main {
	width: 850px; 
	height: 55px;
	position: absolute;
	bottom: 20px;
	left: 35px;

}
#nav-main ul {
	list-style-type: none;
	padding: 0px; 
	margin: 0px; 
}

#nav-main li {
	width: 100px;
	height: 55px;
	list-style-type: none;
	float: left;	
	overflow: hidden;
}

#nav-main .con{
	background: url(../img/advolution_tools_small.png);
	background-repeat:no-repeat;
	background-position: -675px 5px;
}

#nav-main .cre{
	background: url(../img/advolution_tools_small.png);
	background-repeat: no-repeat;
	background-position: -220px 5px;
}


#nav-main .dyn{
	background: url(../img/advolution_tools_small.png);
	background-repeat:no-repeat;
	background-position: -905px 5px;
}

#nav-main .heat{
	background: url(../img/advolution_tools_small.png);
	background-repeat: no-repeat;
	background-position: -455px 5px;
}

#nav-main .med{
	background: url(../img/advolution_tools_small.png);
	background-repeat:no-repeat;
	background-position: -790px 5px;
}

/* ##################################### */

#nav-sub {
	width: auto; 
	height: 30px;
	position: absolute;
	top: 20px;
	right: 35px;
	font-size: 11px;
}

#nav-sub ul {
	list-style-type: none;
	padding: 0px; 
	margin: 0px; 
}

#nav-sub li {
	margin-right: 20px;
	width: auto;
	height: 55px;
	list-style-type: none;
	float: left;	
	overflow: hidden;
}

/* CONTENT ################################### */
.content {
	width: 850px; 
	float: left; 
	position: relative; 
	font-size: 12px;
	line-height: 17px;
}

.row11 {
	float:left;
	width: 850px;
}

.row31, .row32, .row33 {
	float:left;
	width: 283px;

}
.row33 {
	clear:right;
}
.row21 {
	float:left;
	width: 425px;

}

.row22 {
	float:left;
	width: 425px;
	clear:right;

}
.redaktion {
	margin: 20px 20px 0px 20px;
}

#con-home{
	display: block;
} 

#con-cre, #con-heat, #con-cntl, #con-med, #con-dyn, #con-imp, #con-data, #con-kon {
	display: none;
} 

#con-cre h2, #con-cre h3 {
	color: #ff6600;
}


#con-heat h2, #con-heat h3 {
	color: #ff0099;
}

#con-cntl h2, #con-cntl h3 {
	color: #33ccff;
}

#con-med h2, #con-med h3 {
	color: #99cc00;
}

#con-dyn h2, #con-dyn h3 {
	color: #339900;
}



/* FOOTER #################################### */

#footer {
	font-size: 11px;
	text-align:left;
	color: #888888;
	width: 850px; 
	float: left; 
	position: relative; 
}

#footer .redaktion{
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #cccccc;
}
