/****************************************************************/
/* Layoutdaten																									*/
/* SteraTrans																										*/
/* TobiasPierschel.COM																					*/
/* Last Update: 27.05.2006																			*/
/****************************************************************/


/********************** Body Start ******************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#5A7F99;

	margin: 0px;
	padding: 0px;
	
	background-color:#003366;
}
/********************** Body ENDE *********************************/

/********************** Root Container Start **********************/
#rootcontainer{
	width:952px;
	
	margin: 0px auto;
	margin-top:20px;
	margin-bottom:20px;

 	/*background-color:#0000FF;*/
}
/********************** Root Container Ende **********************/


/********************** Page Head Container Start ****************/
#pageheadcontainer{
	width:950px;
	height:94px;

	border:1px solid white;

	background-image:url(/fileadmin/media/img/bg-pageheader.jpg);
	background-repeat:repeat-x;
}

	#logocontainer{
		float:left;
		width:300px;
		height:94px;
	}

		#logo{
			margin-top:29px;
			margin-left:27px;
		}


#mediaheadcontainer{
	float:left;

	width:650px;
	height:94px;

	text-align:right;
}
/********************** Page Head  Container Ende *****************/


/********************** Page Container Start ****************/
#pagecontainer{
	width:930px;
	height:auto;
	
	padding-left:20px;
	
	border:1px solid white;
	border-top:none;
	border-bottom:none;

	background-image:url(/fileadmin/media/gfx/bg-pagecontainer.gif);
	background-repeat:repeat-y;
}

#pagecontainerhome{
	width:930px;
	height:auto;
	
	padding-left:20px;
	padding-bottom:50px;	

	border:1px solid white;
	border-top:none;
	border-bottom:none;
}
/********************** Page Container Ende ****************/


/********************** Mainnavlogincontainer Start ****************/
#mainnavlogincontainer{
	width:950px;
	height:70px;

	padding-bottom:10px;

	border:1px solid white;
	border-top:none;
	border-bottom:none;
}
/********************** Mainnavlogincontainer Ende ****************/

/********************** Content Container Start ****************/
#contentcontainer{
	float:left;

	width:580px; /*600*/
	height:auto;
	
	padding:10px;	

	/*background-color:#00CC00;*/
}

#contentcontainerhome{
	width:785px;
	height:auto;
	
	padding:25px 0px 25px 0px;

	background-color:white;
}

/********************** Content Container Ende ****************/

/********************** PageFootContainer Start ***************/
#pagefootcontainer{
	width:952px;
	height:95px;
	background-color:white;
}

#adresscontainer{
	float:left;

	padding-left:20px;
	width:400px;
	height:95px;
}



#certificationcontainer{
	float:left;

	width:532px;
	height:95px;
	
	text-align:right;
}


/********************** PageFootContainer Ende ****************/


/********************** Seitennahme Start ****************/
#pagename{
	padding-left:10px;
	padding-bottom:5px;
}
/********************** Seitennahme Ende ****************/


/********************** Navigationen  Start ****************/
#headnavcontainer{
	width:952px;
	height:24px;
}

#languagenav{
	float:left;

	padding-left:20px;

	width:280px;
	height:24px;	
	
	/*background-color:#0000FF;*/
}

#servicenav{
	float:left;

	width:652px;
	height:24px;
	
	text-align:right;
	/*background-color:#000099;*/
}

#mainnavcontainer{
	float:left;
	
	padding-left:20px;	

	width:710px;	/*730*/
	height:20px;
}


#logincontainer{
	float:left;
	
	width:220px;
	height:70px;

	background-image:url(/fileadmin/media/gfx/bg-logincontainer.gif);
	background-repeat:no-repeat;
	/*background-color:#0000FF;*/
}


#subnavcontainer{
	float:left;
	
	width:185px;
	height:400px;
	
	padding-top:10px;	
	
	/*background-color:#00FFFF;*/
}
/********************** Navigationen  Ende ****************/


/******************************************************/
/* Contentelemente																		*/
/******************************************************/
/*Downloadcontainer*/
.downloadcontainer{
	float:left;
	
	width:140px;
	height:120px;
	
	margin:3px 5px 3px 0px;

	background-color:#D8E0E7;
}

.downloadcontainer h2{
	height:auto;
	
	padding:0px 3px;
}

.downloadcontainer .date{
	height:15px;
	
	padding-left:3px;
}

.downloadcontainer .description{
	padding-left:3px;
}

.downloadcontainer .download{
	margin-top:3px;
	padding-left:3px;
}


/**** zweispalten Content (fuer die Seitenteaser) ****/
.zweispalten{
	width:766px;
	height:auto;
}

.zweispalten .linkespalte{
	float:left;	

	width:380px;
	height:auto;

	border-left:1px solid white;
	/*background-color:red;*/
}



.zweispalten .rechtespalte {
	float:left;	

	width:365px;
	height:auto;

	margin-left:20px;
	/*background-color:red;*/
}
/******************************************************/





