@charset "utf-8";

body {
	background: #707071;
	font-family: Arial, Gadget, sans-serif;
	font-size:12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#0058a6;
	font-size: 20px;
	text-align:center;
}


h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0058a6;
	font-size: 20px;
	text-align: center;
	border-bottom:solid thin gray;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0058a6;
	font-size: 18px;
	margin-left: 30px;
}

h4 {font-family:Arial, Helvetica, sans-serif;
	color:#0058a6;
	font-size:14px;
}

h5 {font-family:Arial, Helvetica, sans-serif;
	color:#0058a6;
	font-size:16px;
}

h6 {
	font-family:Arial, Gadget, sans-serif;
	color:#050233;
	font-size:15px;
	font-weight:bold;
}


p {
	font-family:Arial, Gadget, sans-serif;
	color:#050233;
	font-size:14px;
}

p2 {
	font-family:Arial, Gadget, sans-serif;
	color:#050233;
	font-size:12px;
}

.cookie-text {
	background-color: grey;
	padding: 10px;
}

img {
	border: none;
}

#preload { display: none 
}

#preload img { height: 0; width: 0; border: none; position: absolute; bottom: 0; left: 0; z-index: -30;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
}

#header {
	float: left;
	height: 150px;
	width: 910px;
	background-image:url(img/header.png);
	background-repeat: no-repeat;
	text-align:center;
	color:#FFF;
	font-size:10px;
}

#header:hover {
	float: left;
	height: 150px;
	width: 910px;
	background-image:url(img/header_h.png);
	background-repeat: no-repeat;
}

#navigation ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation li {
	float:left;
}

#navigation a {
	display: block;
	width: 151px;
	height: 50px;
}

a.button1:link, a.button1:visited {
	background-image: url(img/home.png);
}

a.button1:hover {
	background-image: url(img/home_h.png);
}

a.button2:link, a.button2:visited {
	background-image: url(img/leistungen.png);
}

a.button2:hover {
	background-image: url(img/leistungen_h.png);
}

a.button3:link, a.button3:visited {
	background-image: url(img/referenzen.png);
}

a.button3:hover {
	background-image: url(img/referenzen_h.png);
}

a.button4:link, a.button4:visited {
	background-image: url(img/partner.png);
}

a.button4:hover {
	background-image: url(img/partner_h.png);
}

a.button5:link, a.button5:visited {
	background-image: url(img/anfahrt.png);
}

a.button5:hover {
	background-image: url(img/anfahrt_h.png);
}

a.button6:link, a.button6:visited {
	background-image: url(img/kontakt.png);
}

a.button6:hover {
	background-image: url(img/kontakt_h.png);
}

#textleft {
	width:270px;
	height:auto;
	float:left;	
}

#textleft #top {
	background-image: url(img/border_left_top2.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 270px;
	float:left;
}
	
#leftcol {
	background-image: url(img/leftcol2.png);
	float: left;
	height: auto;
	width: 220px;
	padding: 0px 25px;
}

#textleft #bottom {
	background-image: url(img/border_left_bottom2.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 270px;
	float:left;
	}
	
#textright {
	float:right;
	width:640px;
	height:auto;
}

#textright #top {
	background-image: url(img/border_right_top2.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 640px;
	float:right;
}
	
#infobox {
    height: 120px;
    left: 145px;
    line-height: 18px;
	position: relative;
    top: 45px;
    width: 230px;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 11px;
}
	
#rightcol {
	background-image: url(img/rightcol2.png);
	float: right;
	height: auto;
	width: 570px;
	padding: 0px 35px;
	
}

#textright #bottom {
	background-image: url(img/border_right_bottom2.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 640px;
	float:right;
	}

#footer {
	background-image:url(img/footer.png);
	background-repeat: no-repeat;
	float: left;
	height: 90px;
	width: 910px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	clear: both;
	color:#333;
	text-align: center;
	padding-top: 40px;
	a:link: color:black;
}

a:link {
	color:#0058a7;
	text-decoration: none;
	border: none
}

a:hover {
	color:#333;
	text-decoration: none;
}

a:active {
	text-decoration:none;
}
a:visited {
}