
body {
	margin:				0px;
	padding:			0px;
	background-image:	url('../uc_images/back-pic2.jpg');
	background-color:	#fff;
	background-repeat:	repeat-x;
	background-attachment:	fixed;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#000;
}


a {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			14px;
	color:				#fff;
	text-decoration:	none;
}


a:hover {
	text-decoration:	underline;
}


.clear {
	clear:				both;
	font-size:			1px;
	margin:				0;
	padding:			0;
	height:				0;
}



form {
	margin:				0px;
	padding:			0px;
}




.error
{
	color:				#f00 !important;
}

.error input,
.error select,
.error textarea
{
	border:				1px solid #f00 !important;
}




/* ============ grundaufbau =============== */


#mainWrapper {
	width:				970px;
	margin-bottom:		0;
	margin-left:		auto;
	margin-right:		auto;
	margin-top:			0px;
	padding:			0px;
	/*background-image:	url('../images/main-back.jpg');*/
}



.content { 
	position: relative; 
	width: 400px; 
	margin-top:40px; 
	margin-left:auto; 
	margin-right:auto; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	z-index: 10; 
	color:#fff; 
} 



.headVerlauf {
	background-image:url('../uc_images/head-verlauf.png'); 
	width:400px; 
	height:56px;
}


.headVerlauf h1 {
	font-size:			16px;
	font-weight:		normal;
	padding:			20px 0 0 0;
	margin:				0 0 15px 0;
	color:				#ceb36e;
	text-align:			center;
	/*border-bottom:		1px dotted #ceb36e;*/
}


#logo {
	
}




/* ============ grundaufbau end =============== */




/* content formatierung */


#mainContent {
	padding:30px; 
	margin:0 0 0 0; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	z-index: 10; 
	color:#fff; 
	text-align:center;
	background-image:url('../uc_images/trans.png'); 
}


#mainContent h1 {
	font-size:			16px;
	font-weight:		normal;
	padding:			0 0 5px 0;
	margin:				0 0 15px 0;
	color:				#ceb36e;
	border-bottom:		1px dotted #ceb36e;
}


#mainContent h2 {
	font-size:			16px;
	font-weight:		normal;
	padding:			0px 0px 15px 0px;
	margin:				0 0 0 0;
	color:				#fff;
}


#mainContent p {
	font-size:			14px;
	padding:			0 0 10px 0;
	margin:				0 0 0 0;
	color:				#fff;
	line-height:		1.4em;
}



/* teaser kontakt */


#teaserKontakt {
	width:				205px;
	padding:			9px;
	margin:				0 0 20px 0;
	background-color:	#fff;
	border:				1px solid #8b8577;
}


#teaserKontakt h3 {
	font-size:			14px;
	text-transform:		uppercase;
	font-weight:		normal;
	padding:			8px 0 9px 10px;
	margin:				0 0 10px 0;
	color:				#fff;
	background-image:	url('../uc_images/startteaser-head-back.jpg');
}


#teaserKontakt p {
	padding:			0 0 0 0;
	margin:				0 0 0 0;
	color:				#352f22;
}


#teaserKontakt a {
	color:				#857238;
	text-decoration:	none;
}


#teaserKontakt a:hover {
	text-decoration:	underline;
}


.picCallcenter {
	float:				right; 
	margin:				0 0 0 10px;
}


.telNummmerKontaktBox {
	border-top: 		1px dotted #352f22; 
	border-bottom: 		1px dotted #352f22; 
	margin-bottom:		15px;
}


/* teaser news */


#teaserNews {
	width:				205px;
	padding:			9px;
	margin:				0 0 20px 0;
	background-color:	#fff;
	border:				1px solid #8b8577;
}


#teaserNews h3 {
	font-size:			14px;
	text-transform:		uppercase;
	font-weight:		normal;
	padding:			8px 0 9px 10px;
	margin:				0 0 10px 0;
	color:				#fff;
	background-image:	url('../uc_images/startteaser-head-back.jpg');
}


.teaserNewsEintrag {
	padding:			0 0 5px 0;
	margin:				0 0 15px 0;
	border-bottom:		1px dotted #352f22;
}


.teaserNewsEintrag p {
	padding:			0 0 0 0;
	margin:				0 0 0 0;
	color:				#352f22;
}


.teaserNewsEintrag a {
	color:				#857238;
	text-decoration:	none;
}


.teaserNewsEintrag a:hover {
	text-decoration:	underline;
}


.teaserNewsEintrag img {
	float:				left; 
	border:				0px;
}


.newsDate {
	font-weight:		bold;
	color:				#857238;
}



/* ============ suche formatierung ========================== */


.searchInput
{
	float:				left;
	width:				166px;
	height:				20px;
	color:				#000;
  	border-left:		0px;
	border-top:			0px;
	border-right:		0px;
	border-bottom:		1px solid #59503c;
  	font-family: 		arial,sans-serif;
	font-size:			12px;
  	padding:     		3px 2px 0px 5px;
	margin:				0 0 3px 0;
	background-color:	#e9e8e6;
}


input.butSuchen {
	float:				right;
	border:				0px;
	background-image:	url('../uc_images/brown-but-back.gif'); 
	color:				#fff; 		
	text-transform:		uppercase; 
	font-family:		Arial, Helvetica, sans-serif;
	padding:			3px 0 4px 0; 
	font-size:			12px; 
	cursor:				hand;
	cursor: 			pointer;
	width:				75px; 
	height:				24px;
	text-align:			center;
}


input.butSuchenhov {
	background-color:	#b69b63;
	background-image:	none;
}


/* ============ suche formatierung end ====================== */



.listUlContent {
	margin: 			0 20px 5px 2px;
	padding:			0px 0px 0px 0px;
	list-style: 		none;
}

.listUlContent li {
	padding: 			0 0 10px 18px;
	background:			url('../uc_images/arrow_list.gif') no-repeat;
	background-position:0px 1px;
	line-height: 		14px;
	font-size:			12px;
	/*font-weight:		bold;*/
}


.listUlContent li a {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#857238;
	text-decoration:	underline;
}


.listUlContent li a:hover {
	text-decoration:	none;
}




/* ============ footer formatierungen ============= */


#mainBottomList {
	padding:			25px 0 20px 26px;
	color:				#fff;
}
	

#mainBottomList ul {
         float:			left; 
         list-style:	none; 
		 line-height:	14px;
         margin:		0 0 0 0; 
         padding:		0 0 0 0; 
}


#mainBottomList ul li {
         margin:		0; 
         padding:		0 0 3px 0; 
         font-size: 	12px;
		 color:			#fff;
}


#mainBottomList ul li a {
         font-size: 	12px;
		 color:			#fff;
         text-decoration: none;
}


#mainBottomList ul li a:hover {
         text-decoration: underline;
}


.bigArrow {
	font-size:			14px;
}


.footerPicPos {
	float:				left; 
	margin:				0 10px 0 0;
	border:				0;
}




/* ============= formular felder =============== */


.dataInput
{
	width:				260px;
	height:				19px;
	color:				#000;
  	border-left:		1px solid #890006;
	border-top:			0px;
	border-right:		0px;
	border-bottom:		0px;
  	font-family: 		arial,sans-serif;
	font-size:			12px;
  	padding:     		3px 2px 0px 2px;
	margin:				2px 0 3px 0;
	background-color:	#eee8e2;
  	/*background-image:	url('images/kontaktfield_back.gif');*/
}

.textInput
{
	width:				536px;
	height:				100px;
	color:				#000;
	border-left:		1px solid #890006;
	border-top:			0px;
	border-right:		0px;
	border-bottom:		0px;
  	font-family: 		arial,sans-serif;
	font-size:			12px;
  	padding:     		3px 2px 0px 2px;
	margin:				2px 0 3px 0;
	background-color:	#eee8e2;
  	/*background-image:	url('images/kontaktfield_back.gif');*/
}


.sendButton
{
	width:				78px;
	height:				23px;
  	border:				1px solid #fff;;
  	font-family: 		arial,sans-serif;
	font-size:			12px;
	font-weight:		bold;
  	padding:     		0 0 2px 0;
	margin:				5px 0 0 0;
	background-color:	#f49b00;
	color:				#fff;
	text-align:			center;
}
