/******************************************************************/
/* Allgemeine Seitenelemente													*/																			
/*																						*/																												
/*																						*/
/*																						*/
/******************************************************************/

*{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#939393;
}

body {
	background-color: white;
	margin: 0px 0px 0px 27px;
	padding: 0px;
}
/********************** Body ENDE ************************************/


/********************** Page Container Start **********************/
#pagecontainer{
	margin: 0px auto;
	width:933px;
	height:auto;

	/*background-color:#996699;*/
	background-image: url("/fileadmin/_media/gfx/pagebg-linie.gif");
	background-repeat:repeat-y;
}
/********************** Page Container Ende ***********************/
/********************** Page Head Start ***************************/
#pageheadcontainer{
	width:933px;
	height:92px;
}


#pagehead-left-container{
	float:left;
	
	width:437px;
	height:92px;
	
	background-color:white
}

#pagehead-left{
	width:360px;
	height:57px;
	background-color:#EAEAD8;
	margin-left:77px;
}


#pagehead-right{
	float:left;

	width:485px;
	height:92px;

	margin-left:11px;
	background-color:white;
}

#pagehead-logo{
	margin:16px 0px 0px 13px;
	display:block;
}
/********************** Page Head Ende ************************/
/********************** Navigationsbereich Start ************************/
#navibereich{
	width:933px;
	height:140px;
}


#nc-design{
	float:left;
	
	width:66px;
	height:140px
}

#nc-image{
	float:left;
	
	width:360px;
	height:140px;
	
	margin-left:11px
}


#navicontainer{
	float:left;
	
	width:470px;
	height:135px; /* + 5px*/
	
	margin-left:11px;
	padding-left:15px;
	padding-top:5px;
	
	background-color:#F5F5EA;
}
/********************** Navigationsbereich Ende ************************/
/********************** Contentbereich Start ************************/
#contentbereich{
	display:block;
	
	width:856px; /* 933 - 77 */
	height:255px; /* 270-15 */
		
	padding-left:77px;
/*	background-color:#999933;*/
}
/* als Hintergrund für den contentbereich, wenn die erste Spalte "small" und die zweite "big" */
.contentbreit{
	background-image: url("/fileadmin/_media/gfx/contentbreit-bglinie.gif");
	background-repeat:repeat-y;
}

/**** linke Spalte ****/
#lc-big{
	float:left;
	width:360px;

	padding-top:15px;
/*	background-color:#0099FF*/
}

#lc-small{
	float:left;
	width:171px;
	
	padding-top:15px;
/*	background-color:#0099FF */
}
/***********************/

/**** rechte Spalte ****/
#rc-small{
	float:left;
	
	width:470px;

	margin-left:11px;
	padding-left:15px;
	padding-top:15px;

/*	background-color:green*/
}

#rc-big{
	float:left;
	
	width:590px;
	
	margin-left:11px;
	padding-left:15px;
	padding-top:15px;
	
/*	background-color:#99FF33; */
}

#rc-big-scroller{
	float:left;
	
	width:659px;
	
	margin-left:11px;
	padding-left:15px;
	padding-top:15px;
	
/*	background-color:#99FF33; */
}




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

/********************** Content Container Ende ******************/
/********************** Footer Container ************************/
#footer{
	display:block;
	width:933px;
	
	color:#FFFFFF;
	
	background-color:white;
	background-image: url("/fileadmin/_media/gfx/x-linie.gif");
	background-repeat:repeat-x;
}
/********************** Footer Ende *******************************/


/********************** News ************************/
#newscontainer{
	float:left;
	padding-left:10px;	
	width:350px;					/* 360 - 10 - 10*/

	/*background-color:red; */
}

.newshometeaser{
	margin-bottom:10px;
}

/********************** Fieldset Ende *******************************/

