* {
	border:0px;
	margin:0px;
	padding:0px;
}


/* BOXES PANEL */

#panel_all {
	position:absolute;
	z-Index:0;
	width:1000px;
	top:0px;
	left:50%;
	margin-left:-502px;
	overflow:hidden;
} 

#header {
	widht: 1000px;
	height: 202px;
	background: url(bg_header.jpg) no-repeat center;
	}
	

#menue {
	width: 188px;
	background: #c10a15 url(bg_navi.jpg) no-repeat top; 
}


#content_all {
	float: right;
	width: 780px;
	overflow: auto;
}

#content1 {
	float: left;
	width: 470px;
}

#content2 {
	margin-top: 12px;
	margin-left: 506px;
	width: 250px;
}


#content_branchen1 {
	float: left;
	width: 470px;
}
#content_branchen2 {
	margin-top: 22px;
	margin-left: 526px;
	width: 220px;

}


#backlink {
	position: absolute;
	top:-30px;
	left:4px;
}

#footer {
	clear: both;
	position: absolute;
	margin-top: 1300px;
}


input, textarea {
	border: solid 1px;
}


/* Zeichen-Formatierungen */

body, td, th, p, span {
	text-align:left;
	font-family: Arial;
	font-size: 13px;
	color: #404040;
	
}

.georgia, h1 {
	font-family: Verdana, san-serif;
	font-weight: bold; 
	font-size: 23px;
	color: #c10a15;
}

.georgia18, h2 {
	font-family: Verdana, sans-serif;
	font-weight: bold; 
	font-size: 16px;
	line-height: 20px;
	color: #c10a15;
}

h3 {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}

a  { color: #000000; text-decoration: none }
a:visited {
	color: #5d0710;
}
a:hover {
	color: #300308;
}

blockquote {
	font-family: Verdana, Arial, san-serif;
	font-weight: bold; 
	font-size: 13px;
	color: #c10a15;
}

/* MENUE Liste */

ul {
	list-style: none;

}

.menue1 li {
	padding-top:6px;
	padding-bottom:2px;
}

.menue1 li a {
	height:24px;
	margin-top:7px;
	padding-left:12px;
	font-family: Verdana;
	font-size:14px;
	text-decoration:none;
	color:#ffffff;
}


.menue1 li #current {
	background-color: #e4cc79;
	padding-top:2px;
	display: block;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color:#000000;
}

.menue2 li {
	padding-top:1px;
}

.menue2 li a {
	margin: 0px;
	padding-left:20px;
	list-style-type:none;
	font-family: Arial;
	font-size:11px;
	text-decoration:none;
	color:#000;
}

.menue2 li #current {
	margin:0px;
	padding-left:20px;

	display: block;
	font-family: Arial;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	background: #e4cc79;
}

.menue2 {
	margin-bottom: 6px;
}


.link_u_blau { color: #861726; font-weight: bold; text-decoration: underline }
.line { 
	border: dotted #e4cc79 1px;
	margin: 12px 0; 
}
