 /*---BASICS---*/
* {
	margin:0;
	padding:0;
}

body, html {
	height:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url(../images/bg.gif) repeat-x #fff;
	font: 12px/19px Verdana, Arial, Helvetica, sans-serif;
	color:#585858;
}


a:link, a:visited {
	color: #780001;
	text-decoration: underline;
}
a:hover, a:active  {
	color: #780001;
	text-decoration: none;
}

div#footera a:link, div#footera a:visited {
	color: #fff;
	text-decoration: underline;
}
div#footera a:hover, div#footera a:active  {
	color: #fff;
	text-decoration: none;
}


img {
	border:0;
}

h1 {
	font-size:20px;
	font-weight:bold;
	color:#780001;
	margin:0 0 25px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
	color:#780001;
}

h3 {
	font-size:12px;
	font-weight:bold;
	margin:0 0 5px 0;
	color:#780001;
}

h4 {
	font-size:13px;
	font-weight:bold;
	color:#585858;
}
 

p {
	margin:0 0 10px 0;
}

 /*---WRAPPER---*/

#wrapper {
	min-height:100%;  /*hierdurch + die 100% Angabe im Body/Html nimmt der wrapper 100% des Browserfensters in der Höhe ein*/
	width:894px;
	margin:0 auto;
}
* html #wrapper {
	height:100%
}

/*---HEAD---*/

#head {
	height:296px; 
	width:894px;
	background:url(../images/layout/head.jpg) 0 0 no-repeat;
	position:relative;
}

/*---CONTENT---*/

div#content {
	width:894px;
	min-height:333px;
	background:url(../images/layout/content_bg.gif) 0 0 no-repeat;
}

div#content li {
	line-height:24px;
	margin:0 0 20px 0;
}

* html div#content {
	height:333px;
}

div#content_left {
	width:255px;
	padding:20px 21px 0 21px;
	float:left;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
}

div#content_left p {
	
	padding:0 15px 0 15px;

}

div#content_left img{
	border:0;
	margin:15px 0 15px 0;
}

div#content_left dl{
	padding:0 15px 0 15px;
}

div#content_left dt{
	float:left;
	width:110px;
	color:#780001;
}

div#content_left dd{
	float:left;
	width:115px;
	color:#780001;
}

div#content_text {
	width:532px;
	padding:55px 40px 0 25px;
	float:left;
}

div#content_text ul li {
	margin: 0 0 0 30px;
}


/*---FOOTER---*/

div#footer {
	width:100%;
	height:203px;
	background:url(../images/layout/footkachel.gif) 0 0 repeat-x;
}

div#footera { 
	margin:0 auto;
	width:894px;
	height:203px;
	z-index:4;
	background: url(../images/layout/footer.jpg) 0 0 no-repeat;
	position:relative;
	font-size:11px;
	color:#fff;
	line-height:18px;
}

.footer_adresse_l {
	float:left;
	padding:115px 0 0 58px;
	width:200px;
}

.footer_adresse_m {
	float:left;
	padding:115px 0 0 64px;
	width:224px;
}

.footer_adresse_r {
	float:left;
	padding:115px 0 0 48px;
	width:194px;
}

/*---CLASSES---*/

.clear {
	float:none;
	clear:both;
	height:1px;
	line-height:1px;
	margin:-1px 0 -1px 0;
}

.linie {
	float:none;
	clear:both;
	width:505px;
	height:15px;
	margin:10px 0 10px 0;
	background:url(../images/layout/linie.gif) 0 0 no-repeat;
}

.linieb {
	float:none;
	clear:both;
	width:99%px;
	height:1px;
	margin:15px 0 15px 0;
	border-bottom:1px dashed #ddd;
}

.rot {
	color:#780001;
	font-weight:bold;
}

.rot_normal {
	color:#780001;
}

.grau {
	color:#585858;
	font-size:16px;
	font-weight:bold;
}

.adobe {
	font-size:10px;
	color:#585858;
}

.img_border_l {
	border:1px solid #780001;
	background:#ffe3c6;
	padding:2px;
	float:left;
	margin:5px 25px 25px 0;
}

.img_border_r {
	border:1px solid #780001;
	background:#ffe3c6;
	padding:2px;
	float:right;
	margin:5px 0 25px 25px;
}

.img_border {
	border:1px solid #780001;
	background:#ffe3c6;
	padding:2px;
}

div.kontakt_l {
	width:260px;
	float:left;
	margin-right:12px;
}

div.kontakt_r {
	width:260px;
	float:left;
}


div.cms_l {
	width:160px;
	margin-right:10px;
	float:left;
}

div.cms_r {
	width:352px;
	float:left;
}

/*---NAVIGATIONEN---*/

/*---NAVIGATION - HAUPTTSEITEN---*/

#navi_main {
	width:288px;
	height:35px;
	padding:0 0 0 576px;
}

#navi_main ul {
	list-style-type:none;
	padding:0 0 0 0;
	width:288px;
	height:35px;
	overflow:hidden;
	text-indent:-9999px;
}

#navi_main li {
	float:left;
	display:block;
	padding:0 0 0 0;
	height:35px;
	list-style-type:none;
}

a.navi_maina, a.navi_maina:visited {
	outline:none;
	display:block;
	height:35px;
	width:79px;
	background:url(../images/navi/startseite_off.gif) no-repeat 0 0;
	padding:0 0 0 0;
}

a.navi_maina:hover, a.navi_maina:active {
	outline:none;
	display:block;
	height:35px;
	width:79px;
	background:url(../images/navi/startseite_on.gif) no-repeat 0 0;
	padding:0 0 0 0;
}

a.navi_mainb, a.navi_mainb:visited {
	outline:none;
	display:block;
	height:35px;
	width:65px;
	background:url(../images/navi/kontakt_off.gif) no-repeat 0 0;
	padding:0 0 0 0;
}

a.navi_mainb:hover, a.navi_mainb:active {
	outline:none;
	display:block;
	height:35px;
	width:65px;
	background:url(../images/navi/kontakt_on.gif) no-repeat 0 0;
	padding:0 0 0 0;
}

a.navi_mainc, a.navi_mainc:visited {
	outline:none;
	display:block;
	height:35px;
	width:63px;
	background:url(../images/navi/anfahrt_off.gif) no-repeat 0 0;
	padding:0 0 0 0;
}

a.navi_mainc:hover, a.navi_mainc:active {
	outline:none;
	display:block;
	height:35px;
	width:63px;
	background:url(../images/navi/anfahrt_on.gif) no-repeat 0 0;
	padding:0 0 0 0;
}

a.navi_maind, a.navi_maind:visited {
	outline:none;
	display:block;
	height:35px;
	width:81px;
	background:url(../images/navi/impressum_off.gif) no-repeat 0 0;
	padding:0 0 0 0;
}

a.navi_maind:hover, a.navi_maind:active {
	outline:none;
	display:block;
	height:35px;
	width:81px;
	background:url(../images/navi/impressum_on.gif) no-repeat 0 0;
	padding:0 0 0 0;
}


/*---NAVIGATION - PRODUKTSEITEN---*/

#navi_prod {
	width:567px;
	height:41px;
	padding:220px 0 0 297px;
	position:relative;
	z-index:5;
}

#navi_prod ul {
	list-style-type:none;
	padding:0 0 0 0;
	width:567px;
	height:41px;
	overflow:hidden;
	text-indent:-9999px;
}

#navi_prod li {
	float:left;
	display:block;
	padding:0 0 0 0;
	height:41px;
	list-style-type:none;
}

a.navi_proda, a.navi_proda:visited {
	outline:none;
	display:block;
	height:41px;
	width:73px;
	background:url(../images/navi/aktionen_off.gif) no-repeat 0 0;
	padding:0 0 0 0;
}

a.navi_proda:hover, a.navi_proda:active {
	outline:none;
	display:block;
	height:41px;
	width:73px;
	background:url(../images/navi/aktionen_on.gif) no-repeat 0 0;
	padding:0 0 0 0;
}

a.navi_prodb, a.navi_prodb:visited {
	outline:none;
	display:block;
	height:41px;
	width:88px;
	background:url(../images/navi/neuheiten_off.gif) no-repeat 0 0;
	padding:0 0 0 0;
}

a.navi_prodb:hover, a.navi_prodb:active {
	outline:none;
	display:block;
	height:41px;
	width:88px;
	background:url(../images/navi/neuheiten_on.gif) no-repeat 0 0;
	padding:0 0 0 0;
}

a.navi_prodc, a.navi_prodc:visited {
	outline:none;
	display:block;
	height:41px;
	width:58px;
	background:url(../images/navi/kurse_off.gif) no-repeat 0 0;
	padding:0 0 0 0;
}

a.navi_prodc:hover, a.navi_prodc:active {
	outline:none;
	display:block;
	height:41px;
	width:58px;
	background:url(../images/navi/kurse_on.gif) no-repeat 0 0;
	padding:0 0 0 0;
}

a.navi_prodd, a.navi_prodd:visited {
	outline:none;
	display:block;
	height:41px;
	width:94px;
	background:url(../images/navi/farbkarten_off.gif) no-repeat 0 0;
	padding:0 0 0 0;
}

a.navi_prodd:hover, a.navi_prodd:active {
	outline:none;
	display:block;
	height:41px;
	width:94px;
	background:url(../images/navi/farbkarten_on.gif) no-repeat 0 0;
	padding:0 0 0 0;
}

a.navi_prode, a.navi_prode:visited {
	outline:none;
	display:block;
	height:41px;
	width:138px;
	background:url(../images/navi/dienstleistungen_off.gif) no-repeat 0 0;
	padding:0 0 0 0;
}

a.navi_prode:hover, a.navi_prode:active {
	outline:none;
	display:block;
	height:41px;
	width:138px;
	background:url(../images/navi/dienstleistungen_on.gif) no-repeat 0 0;
	padding:0 0 0 0;
}

a.navi_prodf, a.navi_prodf:visited {
	outline:none;
	display:block;
	height:41px;
	width:116px;
	background:url(../images/navi/unternehmen_off.gif) no-repeat 0 0;
	padding:0 0 0 0;
}

a.navi_prodf:hover, a.navi_prodf:active {
	outline:none;
	display:block;
	height:41px;
	width:116px;
	background:url(../images/navi/unternehmen_on.gif) no-repeat 0 0;
	padding:0 0 0 0;
}

/*---SUBNAVIGATION - PRODUKTSEITEN---*/

#subnavi_prod {
	width:101px;
	height:55px;
	padding:15px;
	position:absolute;
	left:747px;
	top:296px;
	background:#eee;
	z-index:5;
	line-height:normal;
	display:none;
}

#subnavi_prod ul {
	padding:0 0 0 0;
	width:101px;
	overflow:hidden;
}

#subnavi_prod li {
	display:block;
	padding:0 0 0 0;
	width:116px;
	line-height:25px;
}
