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


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

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

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

/********************** Root Container Start **********************/
#rootcontainer{
	position: absolute;
	
	width:870px;
	height:auto;
	
	left: 50%;
	top: 50%;	

	margin-left: -435px;
	margin-top: -310px;
}
/********************** Root Container Ende **********************/

/*******************************************************************/
/* Page Head Container 																						 */
/*******************************************************************/
#pageheader{
	width:870px;
	height:35px;
}


#logocontainer{
	float:left;

	width:215px;
	height:35px;
}

#logo{}
/*******************************************************************/


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

#content-1sp-container #columncontent{
	width:868px;
	height:375px;

	border:1px solid #972520;
}

/** Zwei Spalten **/
#content-2sp-container {
  height: 375px;
  width: 870px;
}

#content-2sp-container #columnleft {
  background: #F4F0EF;
  float: left;
  height: 375px;
  margin-right: 15px;
  width: 435px;
}

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


#content-2sp-container #columncontent {
  border-bottom: 1px solid #972520;
  float: left;
  height: 375px;
  width: 420px;
}

#content-2sp-container #columncontent .content{
	padding-right:15px;
}

#content-2sp-container #columncontent.short {
  border: none;
  height: 280px;
}



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

/** 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																 */
/*******************************************************************/
#pagefooter {
  height: 25px;
  position: relative;
  width: 870px;
}

#pagefooter #footer {
  color: #696464;
  height: 25px;
  left: 0;
  line-height: 25px;
  position: absolute;
  top: 0;
  width: 400px;
}

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


/*******************************************************************/
/*										 Navigationscontainer Start									 */
/*******************************************************************/
#mainnavcontainer{
	float:left;

	width:655px;
	height:35px;
}

#subnavcontainer {
  background-color: #972520;
  height: 120px;
  margin: 15px 0;
  width: 870px;
}

#crumbnavcontainer {
  display: none;
  height: 25px;
  width: 870px;
}

#servicenavcontainer {
  height: 20px;
  position: absolute;
  right: 0;
  width: 420px;
}

#contentnavcontainer {
  border-bottom: 1px solid #972520;
  float: left;
  height: 94px;
  width: 420px;
}
/*******************************************************************/



