body {
	background: #484848;
	color: #635e5e;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	font-size:12px;
}

blockquote {
	border-color: #767676;
}

a {
	text-decoration: none;
	color: #978138;
}

a:hover{
	text-decoration:underline;
	color:#706b57;
}

#main {
	background-color: #FFF;
	color: #635e5e;
}

#links,#footer,#menu,#menu li a {
	background-color: #978138;
	color: #FFF;
}

#links a,#footer a,#links a:hover,#footer a:hover {
	background: transparent;
	color: #DBD7D1;
}

#logo {
	background: #FFF url(site_logo.jpg) no-repeat;
	color: #70695A;
}

h1 {
	background: transparent;
	color: #EA8916;
	border-color: #CAAE90;
}

hr.strichel{
	margin:0;
	padding:0;
	border:0;
	height:1px;
	background-image:url(/templates/default/style/bg_h4.jpg);
}

.c1, .c2, .c3, .c4{
	clear:both;
	margin-bottom:10px;
}

.c1 h2{
	font-size:15px;
	text-transform:uppercase;
	background-image:url(bg_h2.png);
	background-position: bottom left;
	background-repeat: repeat-x;	
}

.c1 .teaser_txt h3{
	margin:0 0 10px 0;
	font-size:14px;
	text-transform:uppercase;
}

.c1 .teaser_txt h3.red{
	border-bottom:2px solid #9d3d00;
}

.c1 .teaser_txt h3.blue{
	border-bottom:2px solid #005ba2;
}

.c1 .teaser_txt h3.green{
	border-bottom:2px solid #96ae00;
}

.c3 .teaser_pic{
	margin: 0 10px 10px 0;
	width: 98px;
	height: 97px;
	overflow:hidden;
	float:left;
}

.c3 .teaser_txt{
	float:left;
	border:1px solid white;
	margin: 0 0 0 10px;
	width:560px;
}

.c3 .teaser_txt h3{
	margin:0 0 10px 0;
	font-size:14px;
	text-transform:uppercase;
}

.c3 .teaser_txt h3.red{
	border-bottom:2px solid #9d3d00;
}

.c3 .teaser_txt h3.blue{
	border-bottom:2px solid #005ba2;
}

.c3 .teaser_txt h3.green{
	border-bottom:2px solid #96ae00;
}

.c3 .teaser_txt div.small {
	width:440px;
	text-align:justify;
}

.c3 .teaser_txt div.right {
	width:100px;
	float:right;
}

.c4 .teaser_pic{
	margin: 0 0 10px 10px;
	width: 183px;
	float:right;
	text-align:right;
}

.c4 .teaser_txt{
	float:left;
	border:1px solid white;
	margin: 0 10px 0 0 ;
	width:470px;
}

.c4 .teaser_txt h3{
	margin:0 0 10px 0;
	font-size:14px;
	text-transform:uppercase;
}

.c4 .teaser_txt h3.red{
	border-bottom:2px solid #9d3d00;
}

.c4 .teaser_txt h3.blue{
	border-bottom:2px solid #005ba2;
}

.c4 .teaser_txt h3.green{
	border-bottom:2px solid #96ae00;
}

ul.grey_box{
	background-color:#5C584F;
	color:white;
	height:28px;
	list-style:none outside none;
	margin:0 0 10px 0;
	width:100%;
}

ul.grey_box li {
	display:block;
	float:left;
	list-style:none outside none;
	margin:0;
	padding:5px 0 0 5px;
	text-align:left;
	width:55%;
}

ul.grey_box li.small{
	width:20%;
	text-align:center;
}

#contact-form { clear:right; width:100%; overflow:hidden; padding:15px 0 0 0;}
#contact-form fieldset#left { border:none; float:left; width:295px; }
#contact-form fieldset#right { border:none; float:left; width:330px; }
#contact-form input { width:175px; padding:1px 0 1px 3px; border:1px solid #958138; color:#706b57;}
#contact-form textarea { width:330px; height:227px; padding:1px 0 1px 3px; border:1px solid #958138; color:#706b57; margin-bottom:15px; overflow:auto;}

fieldset#left dt{ 
	margin:0;
	padding:0;
	width:85px;
	float:left;
	color:#0059a4;	
}
fieldset#left dd{
	margin:0 0 5px 0;
	padding:0; 
	width:210px;
	float:left;	
}

fieldset#right dt{ 
	margin:0;
	padding:0;
	width:150px;
	color:#0059a4;	
}
fieldset#right dd{
	margin:0 0 5px 0;
	padding:0; 
	width:330px;
}
div.captcha{ 
	width:330px;
	background-color:#e0e0e0;
	padding:5px;
}
img.captcha{
	float:right;
	margin-top:-10px;
}
#contact-form input.radio { width:25px; padding:1px 0 1px 3px; border:0px solid transparent; color:#005aa1;}


