/*CSS Reset*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
:focus
{
	outline: 0;
}
INS
{
	text-decoration: none;
}
DEL
{
	text-decoration: line-through;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}
TD
{
	vertical-align: top;
}
/*Standard*/
.clearL
{
	clear: left;
}
H1,H1.csc-firstHeader,
H2.csc-firstHeader
{
	font: normal 24px Arial, Sans-Serif;
	color: #E75F19;
}
H2
{
	font: normal 20px Arial, Sans-Serif;
	color: #E75F19;
	margin: 10px 0 0;
}
H3
{
	color: #105C6D;
	font: bold 13px Verdana, Arial, Sans-Serif;
}
P
{
	margin: 10px 0 0;
}
/*Template*/
BODY
{
	font: normal 13px Verdana, Arial, Sans-Serif;
	border-top: 5px solid #115D6E;
	color: #454545;
	margin-top: 20px;
}
#site
{
	width: 960px;
	margin: 0 auto;
}
#head
{
	height: 130px;
	background: #FFF url(../img/head.png) no-repeat left bottom;
	position: relative;
}
H1#logo
{
	position: absolute;
	top: 20px;
	left: 5px;
	background: transparent url(../img/logo.png) no-repeat center;
	width: 293px;
	height: 72px;
}
H1#logo A
{
	display: block;
	width: 293px;
	height: 72px;
}
H1#logo A SPAN
{
	display: none;
}
#pic
{
	width: 500px;
	height: 130px;
	margin-left: 230px;
	float: left;
	display: inline;
}
#contact
{
	float: left;
	width: 220px;
	height: 120px;
	overflow: hidden;
	padding-top: 5px;
}
#contact P
{
	text-align: center;
	font-size: 13px;
	color: #E8601A;
	line-height: 1.4em;
}
#contact P A
{
	font-size: 10px;
	color: #E8601A;
}
#contact P A:hover
{
	color: #777777;
}
#contact A.rueckruf
{
	display: block;
	background: transparent url(../img/rueckruf.png) no-repeat center top;
	width: 197px;
	height: 21px;
	padding: 4px 0 0;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 0 11px;
}
#contact UL
{
	list-style-type: none;
	margin: 0 0 0 11px;
}
#contact UL LI
{
	float: left;
	font: 10px Verdana, Arial, Sans-Serif;
	color: #777777;
	padding: 0 0 0 5px;
	height: 30px;
}
#contact UL LI A
{
	color: #777777;
	text-decoration: none;
}
#contact UL LI A:hover
{
	color: #E75F19;
}
#allcont
{
	background: url(../img/allcont.png) repeat-y left top;
	height: 100%;
}
#left
{
	float: left;
	width: 230px;
	margin-left: 10px;
	display: inline;
}
#nav UL
{
	list-style-type: none;
	margin: 5px 0 0px 0;
	
}
#nav UL LI
{
	padding: 0 0 0 10px;
}
#nav > UL > LI
{
	margin-bottom: 20px;
}

#nav UL LI A
{
	color: #115D6E;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 211px;
	margin: 0 0 0 -10px;
	padding: 2px 0 2px 15px;
}
#nav UL LI UL
{
	margin: -3px 0 0px -10px;
	width: 220px;
	background: transparent url(../img/border.png) no-repeat left top;
}
#nav UL LI UL LI
{
	padding-top: 2px;
}
#nav UL LI UL LI A
{
	font-weight: normal;
	padding: 2px 0 2px 25px;
	display: block;
	width: 201px;
	margin-left: -10px;
}
#nav UL LI A:hover, 
#nav UL LI A.aktiv
{
	background: transparent url(../img/cur.png) no-repeat left top;
}
#cont
{
	float: left;
	width: 460px;
	padding: 0 20px 0 10px;
	display: inline;
}
#cont UL
{
	padding: 10px 0 10px 40px;
}
#cont UL LI
{
	padding: 3px 0;
}
#cont DIV#news
{
	padding-top: 5px;
}
#cont DIV#news DIV
{
	border-top: 1px dashed #F6C781;
	padding: 5px 0 0;
}
#cont DIV#news DIV IMG
{
	float: left;
	padding: 3px;
	border: 1px solid #C0C0C0;
	margin: 0 10px 5px 0;
	display: block;
}
#cont DIV#news DIV P
{
	margin: 5px 0 -5px;
}
#cont DIV#news DIV A
{
	color: #0F5B6C;
}
#cont DIV#news .news-list-morelink A
{
	padding-left: 11px;
	background: transparent url(../img/link.png) no-repeat left center;
}

#cont .news-single-item img {
	float:left;
	margin: 0 30px 15px 0;
	
}
#cont a {
	color: #0F5B6C;
}

#cont DIV#news DIV A:hover
{
}
#right
{
	float: left;
	width: 198px;
	margin-right: 10px;
	display: inline;
	padding: 0 11px;
}
A.pdf
{
	background: transparent url(../img/pdf.png) no-repeat left top;
	display: block;
	width: 143px;
	height: 46px;
	padding: 3px 0 0 55px;
	font: 12px/1.5em arial, sans-serif;
	color: #282828;
	text-decoration: none;
	margin: 5px 0 11px;
}
A.meinung
{
	display: block;
	width: 143px;
	height: 42px;
	border-top: 1px dashed #F5C680;
	font: 12px/1.5em arial, sans-serif;
	color: #282828;
	text-decoration: none;
	background: transparent url(../img/meinung.png) no-repeat left top;
	padding: 5px 0 0 55px;
}
A.best
{
	display: block;
	width: 143px;
	height: 42px;
	border-top: 1px dashed #F5C680;
	font: 12px/1.5em arial, sans-serif;
	color: #282828;
	text-decoration: none;
	background: transparent url(../img/best.png) no-repeat left top;
	padding: 5px 0 0 55px;
}
A.item
{
	display: block;
	width: 198px;
	height: 47px;
	border-top: 1px dashed #F5C680;
	font: 12px/1.5em arial, sans-serif;
	color: #282828;
	text-decoration: none;
}
#foot
{
	border-top: 1px dashed #F6C781;
	padding: 0 10px 30px;
	margin: 10px 10px 0;
	font-size: 10px;
	text-align: right;
}
/*#pic {
 	background: transparent url(../img/gewerbegebiet.jpg) no-repeat center top;
}
body.skizze2 #pic {
 	background: transparent url(../img/skizze_header_2.jpg) no-repeat center top;
}*/
body #pic {
	margin-left: 10px;
	width:720px;
 	background: transparent url(../img/header_stellen_sie_sich_auf.jpg) no-repeat 0 0px;
}


