/*=== BOXES: ================*/

#total
{
         position: relative;
         top: 0px;
         left: 50%;
         width: 880px;
         margin-left: -450px;
         display: block;
         z-index:1;
         background-color: white; 
         overflow: hidden;
}

#banner
{
  float: left;
}

#brot
{
 position: absolute; 
 top: 197px; 
 left: 213px;
 z-index: 10;
 height: 20px; 
 width: 386px; 
 display: block;
 font-family: arial;
}

#contentframe
{
  float:left;
  width: 832px;
  overflow: hidden;
  border-top: 35px solid white;
  border-right: 24px solid white;
  border-left: 24px solid white;
  border-bottom: 24px solid white;
  background-color: white;
}

	
	#mm 
	{
	float: left;
	width: 165px;
	border-right: 24px solid white;
	overflow: hidden;
	}
	
	#maincontent 
	{
	float: left;
	width: 434px;
	border-right: 24px solid white;
	background-image: url(main_bg.gif);
	overflow: hidden;	
	margin: 0px;
	}	
	
		.mainborder
		{
		float: left;
		overflow: hidden;
		width: 434px;
		height: 1px;
		}
	
		#maincontent_inner
		{
		margin: 24px 24px 24px 24px;
		width: 386px;
		float: left;
		overflow: hidden;
		}
		
		*html #maincontent_inner{margin-left: 12px;}
	
	#sitecontent 
	{
	float: left;
	width: 185px;
	overflow: hidden;	
	}	
	
#footer
{
 color: white;
 background-color: #8D1521;
 border-bottom: 15px solid  #8D1521;
}
	#footer_inner
	{
	 border-left: 187px solid #8D1521;
	 font-family: verdana;
	 font-size: 10px; 
	 font-weight: normal;
	}
	
		#footer_inner a
		{
		 font-family: verdana;
		 color: white;
		 font-size: 10px; 
		 text-decoration: none;
		 border-right: 10px solid #8D1521;
		}	
		
	
		#footer_inner img
		{
		display: inline;
		border-top: 8px solid #8D1521;
		}
		
		
/*=== FORMS ===*/

form 
{
 float: left;
 margin: 0px;
}

.csc-mailform
{
 border: 0;
 display: block;
 margin-left: -10px;
}

.csc-mailform-label h1
{
 margin-bottom: -10px;
}

.csc-mailform-field
{
 height: 35px;
}

.csc-mailform-label
{
	 font-family: verdana; 
	 font-size: 12px; 
	 font-weight: normal;
	 color: #636363;
	 margin-bottom: 16px;

}

	.csc-mailform-field label
	{
	 float: left; 
	 width: 80px;
	 margin-right: 20px;
	 font-family: verdana; 
	 font-size: 12px; 
	 font-weight: bold;
	 color: #636363;
	 text-align: right;
	}

	.csc-mailform-field input
	{
	 float: left; 
	 width: 240px;
	 font-family: verdana; 
	 font-size: 12px; 
	 color: #636363;
         border: 1px solid #E2D9CC;
	}

	
.csc-mailform-radio
{
 margin: 0px; 
 padding: 0px;
 float: left;
}
	
	.csc-mailform-radio fieldset	
	{
	 border: 0px;
	 float: left;
	 width: 220px;
	}

	.csc-mailform-radio legend
	{
	 display: none;
	}

	.csc-mailform-radio input
	{
	 float: left; 
	 width: 20px;
	}
	
	.csc-mailform-radio label
	{
	 float: left; 
	 width: 200px;
	 font-weight: normal;
	 margin-bottom: 8px;
	 text-align: left;
	 margin-right: 0px;
	 font-size: 11px;
	}	
	

.csc-mailform-field textarea
{
 float: left; 
 width: 240px;
 font-family: verdana; 
 font-size: 12px; 
 color: #636363;
 border: 1px solid #E2D9CC; 
}

#mailformformtype_mail
{
 margin-left: 100px; 
 margin-top: 8px;
 width: 80px;
 background-color: white;
 cursor: pointer;
 float: left;
}
