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


/********************** Body Start ******************************/
body {
	margin: 0px;
	padding: 0px;


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color:#696969;

	background-color: #004179;
}
/********************** Body ENDE *********************************/

/********************** Root Container Start **********************/
#rootcontainer{
	width:900px;
	height:auto;

	margin: 0px auto;
	margin-bottom:30px;
}
/********************** Root Container Ende **********************/


/********************** Page Head Container Start ****************/
#pagehead{
	width:900px;
	height:175px;

	background-color:white;
}


#logocontainer{
	float:left;
	width:180px;
	height:125px;

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


#logo{
	margin-left:20px;
	margin-top:15px;
}


#mediacontainer{
	float:left;

	width:720px;
	height:125px;
}


/********************** Page Head  Container Ende *****************/


/********************** Page Container Start ****************/
#pagecontainer{
	width:970px;
	height:auto;

	background-color:#979797;	
	border:5px solid white;
}
/********************** Page Container Ende ****************/



/*******************************************************************/
/*										 Spalten Layouts														 */
/*******************************************************************/

/** eine Spalte **/
#content-1sp-container{
	width:900px;
}

#content-1sp-container #columncontent{
	width:970px;
	height:auto;
}




/** Zwei Spalten **/
#content-2sp-container{
	width:900px;
	height:auto;

	padding-top:10px;
	
	background-color:white;
}

#content-2sp-container #columnleft{
	float:left;
	
	width:180px;
	height:400px;
}

#content-2sp-container #columnleft .content{}

#content-2sp-container #columncontent{
	float:left;
	width:720px;
	height:auto;

	padding-bottom:15px;
}

/**************/

/** Drei Spalten **/
#content-3sp-container{}
#content-3sp-container #columnleft{}
#content-3sp-container #columnleft .content{}
#content-3sp-container #columncontent {}
#content-3sp-container #columnright{}
#content-3sp-container #columnright .content{}

/*******************************************************************/



/*******************************************************************/
/*										 Seiten Fuss																 */
/*******************************************************************/
#pagefoot{
	width:900px;
	height:25px;

	color:white;
	text-align:right;
	line-height:25px;
}
/*******************************************************************/


/*******************************************************************/
/*										 Navigationscontainer Start									 */
/*******************************************************************/
#servicenavcontainer{
	width:900px;
	height:20px;
	background-color:white;
}

#mainnavcontainer{
	width:900px;
	height:20px;
}
/*******************************************************************/



