/* CSS Document */

html {
		}
	
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: small;
	background: #fff url(../images/body_bg.jpg) repeat-x;
	color: #023B6B;
	text-align:center

}

/* Nullen */

* {
	margin: 0; 
	padding: 0; 
	
}

/* Tags */

p {
	font-size: 90%;
	line-height: 1.4em;
	margin: 0 0 1em 0
}

strong {
	font-weight:bold
}

h1 {
	display:block;
	width:900px;
	height: 100px;
	background: url(../images/h1_bg.jpg) top left no-repeat;
	margin: 0 auto;
	text-indent: -3000px
}

h2 {
	font-size: 160%;
	padding: 15px 0 0 0;
	background: url(../images/h2_bg.jpg) 0 25px no-repeat;
	margin: 0 0 1em 0
}

h3 {
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 1em 0;
	border-bottom: 1px dashed #ccc
	
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 1em 0
}

/* Klassen */

.bild_standard {
	padding: 1px;
	border: 1px solid #ccc
}

.bild_text {
	padding: 1px;
	border: 1px solid #ccc;
	float:left;
	margin: 0 15px 10px 0
}

.textfeld {
	border: 1px solid #85CCF1;
	padding: 2px;
	color: #023B6B;
	
	background: #fff url(../images/tf_bg.jpg) left bottom repeat-x;
}




/* Angebote */

.angebot {
	height: 220px
}

#desc {
	display:none
}

.an_text {
	float:right;
	width: 600px
}
.galerie ul {
	list-style-type: none;
}
.galerie li {
	float:left;
	margin: 0 2px 0 0
}
.galerie li a {
	display:block;
	width: 25px;
	height: 17px;
	background: #D9E1E9;
	color:#023B6B;
	text-align: center;
	font-size: 1.3em;
	text-decoration: none;
	border: 1px solid #567696
	
	
}



/* Layout */

#header {
	width: 850px;
	height: 20px;
	margin:0 auto;
	background: url(../images/header_bg.jpg) 5px 0 no-repeat;
	text-align: right;
	padding: 15px 60px 0 0;
	color: #fff
}

#header a {
	text-decoration:none;
	color: #fff;
	font-size:85%;
	padding: 2px
}

#header a:hover {
	background: #85CCF1;
	color: #023A6A
}

#nav {
	height: 34px;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	
}

#nav ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#nav li {
	float:left;
}

#nav a {
	display:block;
	height: 34px;
	text-indent: -3000px;
}

#nav a.anl {
	width: 126px;
	background: url(../images/a_anl2.jpg) no-repeat;
}
#nav a.anl:hover {
	background: url(../images/a_anl2.jpg) 0 -34px no-repeat;
}


#nav a.schr {
	width: 135px;
	background: url(../images/a_schr2.jpg) no-repeat;
}
#nav a.schr:hover {
	background: url(../images/a_schr2.jpg) 0 -34px no-repeat;
}

#nav a.serv {
	width: 85px;
	background: url(../images/a_serv2.jpg) no-repeat;
}
#nav a.serv:hover {
	background: url(../images/a_serv2.jpg) 0 -34px no-repeat;
}

#nav a.kont {
	width: 90px;
	background: url(../images/a_kont_hv.jpg) no-repeat;
}

#nav a.kont:hover {
		background: url(../images/a_kont_hv.jpg) 0 -34px no-repeat;
}

#content {
	width: 870px;
	padding: 15px;
	text-align: left;
	margin: auto 
}

#content ul {
	margin: 0 0 0 30px;
	font-size: 100%;
	list-style-type: square;
}

#start {
	width: 260px;
	float:right;
	padding: 0 10px 0 10px;
	margin: 0 0 0 10px
}

#start a {
	text-decoration:none;
	color:#023B6B;
	background: url(../images/starta_bg.png) no-repeat;
	padding: 0 0 0 20px;
	font-weight: bold;
}

#footer {
	width: 900px;
	margin: 0 auto;
	height: 40px;
	background: url(../images/footer_bg.jpg) no-repeat;
	padding-top: 20px;
	font-size: 85%
}

#footer a {
	color: #023A6A
}



#footer a:hover {
	background: #85CCF1;
	
}

