/*--- clean alls ---*/
html, body, div, span,   
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
img, ins, kbd, q, s, samp,  
small, strike, strong,   
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
	margin: 0;  
  padding: 0;  
  border: 0;  
} 

/*ALLGEMEINES
---------------------------------------------------------*/
body {
	color: #4d4d4d;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 100%;
	line-height: 1.4em;
	width: 100%;
}

p {
	padding-bottom: 10pt;
}

a {
	color: #4d4d4d;
}

a img {
	border: 0 none;
}

h1 {
	color: #f4a32d;
	font-weight: normal;
	font-size: 20pt;
	line-height: 1.4em;
	padding-bottom: 10pt;
}

h2 {
	color: #4d4d4d;
	font-size: 12pt;
	line-height: 1.4em;
	margin-bottom: 10pt;
}

li {
	color: #f4a32d;
}	

/*DIV ID
---------------------------------------------------------*/
/*top+logo*/

#top {
	padding: 0;
	margin: 0;
	left: 20pt;
	top: 0;
}

#logo , #main_menu, #left, #sub_menu {
	display: none;
}

/*content*/
#content { 
	left: 20pt;
	top: 0pt;
	border: 0pt solid #fff;
	padding: 12pt;
	height: auto;
	overflow: visible;
	position: static;
}

#content ol {
	margin: 0 0 10pt 45pt;
}
#content ul {
	margin: 0 0 10pt 45pt;
}

/*img-teaser*/

.image, .slide, .image_over {
	display: none;
}

/*footer*/
#footer {
	display: none;
}


/*kooperation*/

.koop_img {
	width: 100px;
	float: left;
	padding: 0px;
	margin: 15px 0 15px 0;
}
.koop_img img {
	border: none;
}

.koop_text {
	margin: 15px 0 12px 160px;
	padding: 0px;
}

.koop_clear{
	clear: both;
	border-bottom: #f4a32d 1px solid;
}

/*tabelle*/

table {

}

td, th {
	font-size: 12px;
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid #f4a32d; 
	text-align: left;
}

th {
	font-weight: bold;
	width: 280px;
}

.thin {
	font-weight: normal;
}

td {
	width: 150px;
}

/*kontakt formular*/

fieldset {
	padding: 10px;
	border: #999 1px solid;
}

legend {
	font-size: 14px;
	color: #f4a32d;
	font-weight: bold;
	padding:0 10px 0 2px;
}

.form_key {
	float: left;
	width: 120px;
	padding: 0 0 0 5px;
}

.form_input input {
	border: #f4a32d solid 1px;
}

.form_input textarea {
	border: #f4a32d solid 1px;
	width: 220px;
	height: 130px;
}

.form_input span {
	font-size: 10px;
}

/*sitemap links*/

.sitemap li a {
	font-weight: normal;
	text-decoration: none;
}

.sitemap li a:hover {
	font-weight: normal;
	text-decoration: underline;
}

/*andere formatierungen*/

.orange_line{
	border-top: #f4a32d solid 1px;
}

.grey_line {
	border-top: #ccc solid 1px;
}

.orange {
	color: #f4a32d;
}

.grey {
	color: #4d4d4d;
}

.date {
	color: #999;
	font-size: 11px;
}

.hidden {
	visibility: hidden;
}	