/* Standard CSS-Datei fuer das Layout(Main)
 der Website ebg-systeme */

html {
   height: 100%; 
}

body {
	background-color: #aaa;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font: normal 100.01% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* Alle Abstaende werden auf 0 gestetzt */
* {
	padding: 0;
	margin: 0;
	text-align: left;
}

h1, h2, h3, h4, h5, h6	{
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
}

h1 {
	font: normal 1.1em Arial, Helvetica, sans-serif;
	margin: 15px 0 20px 20px;
}

img {
	border: 0;
}

label {
	cursor: pointer;
}

/* Mainbox der Website */
#mainborder{
	text-align: left;
	background-color: #136;
	margin: 10px auto;
	padding: 0;
	border: 1px solid #6580A8;
	width: 770px;
}

#headbox{
	height: 65px;
	width: 760px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color:  transparent;
	/*
	background-image: url(../img/higru.gif);
	background-position: right;
	background-repeat: no-repeat;
	*/
}

#headbanner{
	width: 160px;
	height: 66px;
	float: left;
	background-color: transparent;
	border-right: 1px solid #fff;
	background-image: url(../img/backgrstyle.gif);
	background-position: right 20px;
	background-repeat: no-repeat;
}

span.headslog{
	font-size: .95em;
	letter-spacing: 1px;
}

#headbanner #logo{

}

#headcontent{
	background-color: transparent;
	margin-left: 10px;
	padding-top: 12px;
	width: 589px;
	color: #F1F1F1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	float: left;
	vertical-align: bottom;
}

#bar{
	background-color: transparent;
	height: 140px;
	margin: 0 5px;
	border-bottom: 5px solid #136;
	border-top: 5px solid #6580A8;
	background-image: url(../img/bild_home.jpg);
	background-repeat: repeat;
}

#bar h1{
	margin: 0;
	padding: 100px 0 0 180px;
	font-size: 27px;
	font-weight: normal;
	letter-spacing: 1px;
}

#bar img{
}

#middlebox{
	width: 760px;
	margin: auto;
	padding: 0;
	border: 0;
	background-color: #6580A8;
}

#navibox{
	width: 160px;
	float: left;
	position: relative;
	min-height: 400px;
	background-color: transparent;
	border: 0;
	padding-top: 20px;
}

#contentbox, #contentboxhome{
	position: relative;
	float: left;
	width: 600px;
	background-color: #136;
	min-height: 420px;
}

#contentboxhome{
	background-image: url(../img/geschaeftf.gif);
	background-repeat: no-repeat;
	background-position: 375px 15px;
}

#footer{
	background-color: transparent;
	margin: 10px 0 0 0;
	border-top: 1px solid #6580A8;
	padding: 3px 15px 3px 15px;
	color: #eee;
	font-size: 0.7em;
	text-align: center;
}

#contentboxhome div.content{
	font-size: 0.8em;
	line-height: 1.4em;
	margin-left: 20px;
	height: 250px;
}

a.mailto:link, a.mailto:visited{
	color: #333;
	text-decoration: underline;
}

a.mailto:hover{
	color: #fff;
	text-decoration: none;	
}

a.extern, a.extern:visited{
	padding: 0 0 0 20px;
	background-image: url(../img/extern.gif);
	background-position: 3px 2px;
	background-repeat: no-repeat;
	color: #eee;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a.extern:hover{
	border-bottom: none;
}

/* CSS Navigation */

#navibox ul {
}

#navibox li {
	list-style: none;
}

#navibox li a{
	display: block;
	margin:  auto;
	padding: 5px 0 2px 6px;
	width: 130px;
	border-bottom: 1px dotted #eee;
	font: normal 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #eee;
	text-decoration: none;
}

#navibox li a:link, #navibox li a:visited{
	text-decoration: none;
}

#navibox li a:hover, #navibox li a:active{
	text-decoration: none;
	color: #fff;
	background-color: #7C95B8;
}

#navibox li a#linkactive{
	font-weight: bold;
	color: #fff;
}
/* Verschachtelung der Navigation*/
#navibox ul ul{
	list-style-type: none;
}

#navibox li li{
	border: none;
}

#navibox li li a{

}

#navibox li li a:link, #navibox ul ul a:visited{
	text-decoration: none;
	background-color: #fff;
	border: none;
	border-left: 1px solid #F10032;
}

#navibox li li a:hover, #navibox ul ul a:active{
	text-decoration: none;
	font-weight: normal;
	color: #000;
	border: none;
	background-color: #F4F4F4;
}

#navibox #lastsubkat{
	border-bottom: 1px solid #F10032;

}

/* footer bzw Fuss-Box der Website */

#footer a {
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #eee;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #333;
	text-decoration: underline;
}

/* Page Style */

span.zitat{
	color: #333;
	font-size: 0.95em;
	text-align: right;
	font-style: italic;
	line-height: 1.2em;
}


/* Formular Style */

#contentbox div#form{
	margin: 20px 0 20px 33px;
}

#form p{
	margin: 10px 0;
	color: #fff;
}

#contentbox fieldset{
	padding: 15px;
	width: 500px;
	background-color: transparent;
	border: none;
}

#contentbox label{
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
}

#contentbox label.kontakt{
	display: block;
	width: 9em;
	margin: 2px 5px 0 0;
	float: left;
}

#contentbox input{
	border: 1px solid #ccc;
	font-size: 0.8em;
	margin: 0;
}

#contentbox input.kontakt{
	margin: 2px 0 0 0;
}

#contentbox textarea.kontakt{
	margin: 2px 0 2px 0;
	width: 25em;
	background-color: #fff;
}

#contentbox input.submit{
	width: 7em;
	cursor: pointer;
	font-weight: normal;
	text-align: center;
	font-size: 0.9em;
	background-color: #F1F1F1;
	margin: 0 0 0 120px;
}

#close {
	background-color: #113366;
	color: #fff;
	width: 110px;
	height: 20px;
	padding: 0 0 0 30px;
	margin: 5px 10px 0 0;
	border: 1px solid #fff;
	background-image: url(../img/close.gif);
	background-repeat: no-repeat;
	background-position: 3px 0;
	cursor: pointer;
}

#contentbox p.legend{
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 5px 30px;
	padding: 0;
	color: #555;
}

#contentbox p.kontakt{
	font-size: 0.8em;
	margin: 0 0 0 35px;
}

#slogan{
	position: absolute;
	top: 330px;
	left: 0px;
	width: 520px;
	font-size: .75em;
	font-style: italic;
	line-height: 1.8em;
	text-align: right;
}

#grstart{
	position: absolute;
	left: 350px;
	top: 50px;
}

.text{
	margin: 80px 0 0 20px;
	width: 300px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

div.standorte{
	float: left;
	width: 250px;
	margin-top: 20px;
	padding-left: 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
}

div.standorte h3{
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
}

p.content{
	margin: 30px 10px 0 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
}

img.angebote{
	float: left;
	margin-right: 20px;
}

ul.angebote{
	margin: 5px 0 0 130px;
	list-style-type: none;
}

ul.angebote li{
	font-size: 0.8em;
	margin: 0.5em 0;
}

ul.list{
	margin: 10px 0 -15px 40px;
	padding: 0 0 0 0px;
	line-height: 1.5em;
}

ul.list li{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.contlink{
	color: #fff;
}

.contlink:hover{
	color: #fff;
	text-decoration: none;
}

.contlink_ext{
	color: #fff;
	padding-left: 25px;
	background-image: url(../img/extern.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.contlink_ext:hover{
	text-decoration: none;
}
