/****************************************************************/
/* Layoutdaten																									*/
/* NETINVENTORS.de																				*/
/* Ekornes																											*/
/* Last Update: 21.01.2009																				*/
/****************************************************************/


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

	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#61524e;
}
/****************************************************************/


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

	margin: 0px auto;
	margin-top:35px;
}
/****************************************************************/


/****************************************************************/
/* Page Head Container Start																		*/
/****************************************************************/
#pagehead{
	width:774px;
	height:35px;
}
/****************************************************************/

/****************************************************************/
/* Logo Container 																							*/
/****************************************************************/
#toplogocontainer{
	width:774px;
	height:35px;
	display:none;
}

#toplogocontainer .logo{
	width:118px;
	height:17px;
	
	margin-left:10px;
}

#contentlogocontainer{
	position:relative;
	
	width:170px;
	height:100px;
}
#contentlogocontainer .logo{
	position:absolute;
	
	width:92px;
	height:72px;

	left:35px;
	top:15px;
}


#bottomlogocontainer{
	float:left;
	width:152px;
	height:47px;
}
/****************************************************************/

/****************************************************************/
/* SchattenContainer																						*/
/****************************************************************/
 #top{
	width:774px;
	height:6px;
	
	background-image:url(/fileadmin/media/gfx/shadow-top.png);
	background-repeat:no-repeat;
}


table#pageshadowcontainer{
	width:774px;
	height:auto;
	
	margin:0px;
	padding:0px;
	
	border:none;
	
	background-image:url(/fileadmin/media/gfx/shadow-pagecontainer.png);
	background-repeat:repeat-y;
}


#pageshadowcontainer #left{
	width:6px;
	height:auto;
	
	margin:0px;
	padding:0px;

	background-image:url(/fileadmin/media/gfx/shadow-left.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#pageshadowcontainer #middle{
	width:762px;
	height:auto;
	
	margin:0px;
	padding:0px;
}


#pageshadowcontainer #right{
	width:6px;
	height:auto;
	
	margin:0px;
	padding:0px;
	
	background-image:url(/fileadmin/media/gfx/shadow-right.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.shadowcontainer{
	width:auto;
	height:16px;

	background-image:url(/fileadmin/media/gfx/bg-mainnavshadow.gif);
	background-repeat:repeat-x;
}
/****************************************************************/

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


/****************************************************************/
/* eine Spalte	(1)																							*/
/****************************************************************/
#content-1sp-container{
	width:762px;
	height:auto;
}

#content-1sp-container #columncontent {
	width:762px;
	height:auto;
}
#content-1sp-container #columncontent .content {
	width:auto;
	height:auto;
}
/****************************************************************/
/* zwei Spalten (1,2)																						*/
/****************************************************************/
#content-2sp-container{
	width:762px;
	height:auto;
}

#content-2sp-container #columnleft{
	float:left;
	
	width:170px;
	height:500px;
}
#content-2sp-container #columnleft .content{}

#content-2sp-container #columncontent{
	float:left;
	width:592px;
	height:auto;
}
#content-2sp-container #columncontent .content{}
/****************************************************************/


/****************************************************************/
/* drei Spalten	(1,2,1)																					*/
/****************************************************************/
#content-3sp-container{}

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

#content-3sp-container #columncontent {}
#content-3sp-container #columncontent .content {}

#content-3sp-container #columnright{}
#content-3sp-container #columnright .content{}
/****************************************************************/



/****************************************************************/
/* Seiten Fuss																									*/
/****************************************************************/
#pagefoot{
	width:774px;
	height:57px;

	margin-top:5px;
}

#pagefoot .content{
	float:left;
	width:200px;
	height:20px;
	
	margin-top:8px;
	
	color:#999999;
	line-height:20px;
	
	font-size:11px;
}
/****************************************************************/


/****************************************************************/
/* Navigationscontainer Start																		*/
/****************************************************************/
#servicenavcontainer{}

#mainnavcontainer{
	width:760px;
	height:30px;
	
	background-image:url(/fileadmin/media/gfx/bg-mainnavcontainer.gif);
	background-repeat:repeat-x;

	border:1px solid white;
	border-top:none;
}
#mainnavcontainer{height:10px;}


#servicenavcontainer{
	float:left;

	width:400px;
	height:20px;

	margin-top:8px;
}
/****************************************************************/
