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


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


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color:black;

	background-color:white;
}
/********************** Body ENDE *********************************/

/********************** Root Container Start **********************/
#rootcontainer{
	margin-top:15px;
	margin-left:20px;

	width:830px;
	height:auto;

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

/******************************************************************/
/*								 Page Head Container Start 											*/
/******************************************************************/
#pagehead{
	width:830px;
	height:105px;
}


#logocontainer{
	float:left;
	width:130px;
	height:85px;
}


#logo{
	margin:0px;
	padding:0px;
}


#mediacontainer{
	float:left;
	margin-left:30px;


	width:670px;
	height:85px;
}
/******************************************************************/

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

	background-color:#979797;	
	border:5px solid white;

	background-color:#999933;
}
/*******************************************************************/



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

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


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

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

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

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

#content-2sp-container #columncontent{
	float:left;
	margin-left:30px;

	width:670px;
	height:auto;
}

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

/** Drei Spalten **/
#content-3sp-container{
	width:830px;
	height:auto;

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

#content-3sp-container #columnleft{
	float:left;
	
	width:130px;
	height:auto;
}
#content-3sp-container #columnleft .content{}

#content-3sp-container #columncontent {
	float:left;
	margin-left:30px;

	width:500px;
	height:auto;

	/*background-color:#99CC00;*/
}
#content-3sp-container #columncontent .content{}


#content-3sp-container #columnright{
	float:left;
	margin-left:20px;

	width:150px;
	height:auto;
}
#content-3sp-container #columnright .content{}

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



/*******************************************************************/
/*										 Seiten Fuss																 */
/*******************************************************************/
#pagefooter{
	width:830px;
	height:25px;
}

#pagefooter #footer{
	float:left;
	width:530px;
	height:25px;

	text-align:left;
	line-height:25px;
}
#pagefooter #footer .content{
	font-size:10px;
	color: #8F8E94;
	line-height:25px;
}


#pagefooter #lastupdated{
	float:left;
	width:300px;
	height:25px;
}
#pagefooter #lastupdated .content{
	text-align:right;
	font-size:10px;
	color: #8F8E94;
	line-height:25px;
}
/*******************************************************************/


/*******************************************************************/
/*										 Navigationscontainer Start									 */
/*******************************************************************/
#breadcumbnavcontainer{
	width:670px;
	height:20px;

	margin-left:160px;
}

#mainnavcontainer{
	width:130px;
	height:auto;
}
/*******************************************************************/

/*******************************************************************/
/*										 Pageheadlinecontainer Start								 */
/*******************************************************************/
#pageheadlinecontainer{
	float:left;
	width:670px;
	margin-left:30px;
	margin-bottom:10px;
}
/*******************************************************************/
