@charset "UTF-8";
/* CSS Document */

/*BASICS*/

body {
	margin: 0;
	background: url(../img/body-background.jpg) repeat-x #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
img a {
	border: 0;
}
a {
	text-decoration: underline;
	color: #3c8db7;
}
a:hover, a:visited {
	color: #666666;
}
p {
	padding-bottom: 20px;
}

/*IDs*/
#header {
	height: 106px;
	width: 800px;
	background: url(../img/header-background.jpg) top left no-repeat;
}
#header h1, h2 {
	display: none;
}
#navigation {
	z-index: 2;
	float: left;
	width: 800px;
	height: 29px;
	background: url(../img/navigation-background.jpg) no-repeat #FFFFFF;
}
#navigation ul {
	position: relative;
	z-index: 10;
	margin: 0;
	padding: 0;
	padding-left: 23px;
	line-height: 30px;
	list-style-image: url(../img/navigation-a.jpg);
	color: #ffffff;
}
#navigation li {
	margin: 0;
	padding: 0;
	padding-right: 80px;
	display: inline;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 9px;
	background: url(../img/navigation-a-hover.jpg) no-repeat transparent;
	background-position: top left;
}
#navigation a:hover {
	color: #b5def4;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 12px;
	background: url(../img/navigation-a-hover.jpg) no-repeat transparent;
	background-position: top left;
}
#wrapper {
	width: 834px;
	background: url(../img/wrapper-background.jpg) repeat-y #b5def4;
	float: left;
}
#topic {
	width: 34px;
	float: left;
	background-color: #b5def4;
}
#content {
	width: 798px;
	float: left;
	background: #FFFFFF;
	border: 1px solid #b5def4;
	line-height: 200%;
}
#text {
	width: 428px;
	padding: 20px;
	float: left;
	text-align: justify;
}
#text h1 {
	font-weight: normal;
	text-align: left;
	color: #3c8db7;
	font-size: 20px;
}
#text a {
	text-decoration: underline;
	color: #3c8db7;
}
#text a:hover, #text a:visited {
	color: #666666;
}
#rightcolumn_home {
	width: 310px;
	padding-top: 200px;
	padding-right: 20px;
	float: left;
	background: url(../img/columnpic-home-background.jpg) top right no-repeat #ffffff;
}
#rightcolumn_leistungen {
	width: 310px;
	padding-top: 200px;
	padding-right: 20px;
	float: left;
	background: url(../img/columnpic-leistungen-background.jpg) top right no-repeat #ffffff;
}
#rightcolumn_impressum {
	width: 310px;
	padding-top: 200px;
	padding-right: 20px;
	float: left;
	background: url(../img/columnpic-impressum-background.jpg) top right no-repeat #ffffff;
}
#rightcolumn_preise {
	width: 310px;
	padding-top: 200px;
	padding-right: 20px;
	float: left;
	background: url(../img/columnpic-preise-background.jpg) top right no-repeat #ffffff;
}
#rightcolumn_kontakt {
	width: 310px;
	padding-top: 200px;
	padding-right: 20px;
	float: left;
	background: url(../img/columnpic-kontakt-background.jpg) top right no-repeat #ffffff;
}
#rightcolumn_impressum {
	width: 310px;
	padding-top: 200px;
	padding-right: 20px;
	float: left;
	background: url(../img/columnpic-impressum-background.jpg) top right no-repeat #ffffff;
}
#all {
	width: 900px;
	margin: auto;
}
#home {
	display: block;
	min-height: 140px;
	background: url(../img/topic-background-home.jpg) no-repeat;
}
#home h1 {
	display: none;
}
#leistungen {
	display: block;
	min-height: 250px;
	background: url(../img/topic-background-leistungen.jpg) no-repeat;
}
#leistungen h1 {
	display: none;
}
#preise {
	display: block;
	min-height: 200px;
	background: url(../img/topic-background-preise.jpg) no-repeat;
}
#preise h1 {
	display: none;
}
#kontakt {
	display: block;
	min-height: 200px;
	background: url(../img/topic-background-kontakt.jpg) no-repeat;
}
#kontakt h1 {
	display: none;
}
#impressum {
	display: block;
	min-height: 280px;
	background: url(../img/topic-background-impressum.jpg) no-repeat;
}
#impressum h1 {
	display: none;
}
#footer {
	margin-top: 3px;
	padding-left: 33px;
	padding-bottom: 20px;
	width: 804px;
	min-height: 40px;
	float: left;
	background: url(../img/footer-background.jpg) no-repeat #ffffff;
	font-size: 9px;
	color: #bbbbbb;
}
#footer a {
	text-decoration: none;
	color: #717171;
}
#footer a:hover {
	text-decoration: none;
	color: #bbbbbb;
}

/*CLASSES*/
.rightcolumn li {
	color: #3c8db7;
	font-size: 12px;
	line-height: 150%;
	list-style-image: url(../img/rightcolumn-li.jpg);
	padding-bottom: 20px;
}
.rightcolumn a {
	color: #666666;
	font-size: 12px;
	text-decoration: underline;
}
.rightcolumn a:hover, a:visited {
	color: #000000;
}
.navi {
	color: #b5def4;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 12px;
	background: url(../img/navigation-a-hover.jpg) no-repeat transparent;
	background-position: top left;
}
