/* CSS Document */

/* Grundlayout */


div#main_frame{
  position:absolute;
  left:0px; top:0px; 
	width:100%;
	margin:0px;
	padding:0px;
}

div#center_frame{
  position:relative;
	width:970px;
	padding:0px 0px 0px 0px;
	margin: 0 auto; 
}

div#hilfsnavi{
	width:970px;
	padding:0px 0px 0px 0px;
	height:20px;
	margin-top:10px;
	text-align:right;
	border-bottom:1px solid #737373;
}

div#hauptnavi{

  margin-top:12px;
	width:970px;
	padding:0px 0px 0px 0px;
	height:30px;
	
}

div#seitenkopf{

  margin-top: 7px;
	width:794px;
	padding:0px 0px 0px 0px;
	height:120px;
	
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	padding-left:176px;
	
}

div#content{
  
	width:970px;
	margin-top: 7px;
	padding:0px 0px  7px 0px;
	

	background:url(../images/bg-kachel-content.gif) repeat-y;
}

div#content-left{
  
	width:168px;
	padding:0px 0px 0px 0px;
	float:left;
}

div#content-center{
  
	width:588px;
	padding:0px 15px 0px 15px;
	margin-bottom:0px;
  margin-left: 8px; 
  
	float:left;
}

INPUT, TEXTAREA, SUBMIT { border: 1px solid rgb(200, 148, 156); background: rgb(227,230,240); margin:0px; }

TEXTAREA, INPUT[type="text"] { width: 235px;}


*html INPUT[type="checkbox"]{ border: 0; }

INPUT[type="submit"]:hover { color:rgb(108,125,178) }

div#content-right{
 
	width:168px;
	padding:0px 0px 0px 0px;
	margin-left: 8px;
	
	float:left;
}

div#seitenfuss{
 
  width:970px;
  margin-top: 7px;
  margin-bottom: 28px; 
	padding:0px 0px 0px 0px;
	height:30px;
	background-image:url(../images/seitenfuss.gif);
	background-repeat:no-repeat;
	text-align:center;
}


	

