/*
 *   CSS Layout für www.viereck.net
 */

body {
  font-family: Arial, Helvetica, Sans-Serif;
  color:#999999;
  font-size:12px;
}

h1 {font-size: 20px; color:#666666;}
h2 {font-size: 16px; color:#666666;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {}
h6 {}

body {background-color: #A8A7A7;}

#header{
	background: url(../images/bg-header.gif);
	background-repeat:no-repeat;
	height:96px;
	width:981px;
	float:left;
}

	#htop {
		float:left;
		width:100%;
		height:60px;
	}
	
		#logo {
			float:left;
			width:20%;
			height:33px;
			margin-top:22px;
			margin-left:50px;
		}
		
		#topmenu {
			float:right;
			text-align:right;
			width:60%;
			height:20px;
			margin-top:15px;
			margin-right:25px;
		}
		
	#hmenu {
		float:right;
		width:80%;
		height:24px;
		margin-top:9px;
		margin-left:170px;
	}
	
#breadcrump{
  background: url(../images/bg-body.gif); 
  background-repeat:no-repeat;
  height:20px;
  width:981px;
  float:left;
  padding-left:50px;
  font-size:10px;
}
#cwrap{
  background: url(../images/bg-body.gif); 
  background-repeat:repeat;
  height:inherit;
  width:981px;
  float:left;
}

	#cleft {
		width:600px;
		height:auto;
		float:left;
		padding-top: 20px;
		padding-left: 50px;
		padding-right: 20px;
	}
	
	#cright {
	  width:278px;
	  height:470px;
	  float:left;	  
	}

#footer{
  background: url(../images/bg-footer.gif); 
  background-repeat:no-repeat;
  height:10px;
  width:981px;
  float:left;
}

#copyright{
  height:10px;
  width:981px;
  float:left;
  color:#333333;
  font-size:10px;
  padding-left:380px;
}

#mailform input,#mailform textarea,#mailform select {
  border:1px solid #000;
  color:#000;width:210px;
  font-size:1em;font-family: Arial, Helvetica, sans-serif;
  padding:0 2px;
}

#mailform #mailformtv{
  width:13px;
}
#mailform fieldset {
  border: none; 
  width: 486px; 
  margin: 5px 0; 
  border-top: 1px solid #ccc
}
#mailform fieldset ol{
  list-style-type:none;
  margin:0 !important
}
#mailform fieldset ol li{
  clear:both;
  margin:0;
  padding:3px 5px 3px 10px;
  /*background:#D2DFE9 url(/typo3conf/ext/dfv_forms/img/bg-forms-neu.gif) repeat-y scroll center bottom;*/
  border-bottom:1px solid #ccc;
}
#mailform fieldset label{
  float:left;
  margin-right:26px;
  width:220px; 
  color:black;
}
.mailforminput:focus{
  border:1px solid #000;
  color:#000
}
.mailformcheck{
  width:auto !important;
  border:none !important
}
#mailform input.mailformsubmit{
  margin:20px 0 0 366px;
  width:119px !important;
  border-color:#000000;
  /*background: #005192 url(../images/mailform-submit-btn.png) no-repeat; */
  font-weight: 700;
  color:black !important; 
  padding:3px 5px 4px 20px;
  text-align:left
}