/* CSS Document */

html,body { margin: 0; padding: 0; }

body {
	background: #FF6600 url(../img/background.jpg) repeat-y fixed center;
	font: 100.01% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
	
#container {
	position: relative;
	text-align: left;
	width: 760px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	}

#header {
	color: white;
	border-bottom: 1px solid black;
	background: url(../img/banner.png) no-repeat;
	height: 120px;
}

/* Start Navi
------------- */
#navigation {
	position: relative;
	float: left;
	width: 190px;
	height: 340px;
	font: 70% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#navigation ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	width: 185px;
}
#navigation a {
	display: block;
	padding: 8px;
	width: 170px;
	background-color: black;
	border-bottom: 1px solid white;
	line-height: 15px;
	color: #EEE;
	text-decoration: none;
	}
#navigation a:hover { 
	background-color: #FF6600; 
	color: #EEE;
	}
#nav-gallery  {
	background-color: black;
	border-bottom: 1px solid white;
}
#nav-gallery a {
	width: 150px;
	margin: 0 0 0 20px;
	color: black;
	background-color: #FFBE7D;
}
/* Ende Navi */

/* Start Inhalt
--------------- */
#content {
	position: relative;
	width: 515px;
	min-height: 340px;
	height:auto;
	margin: 15px 0 0 200px;
	padding: 0 0 0 10px;
	border-left: 1px solid black;
	line-height: 15px;
	word-spacing: 2px;
	}
	
* html #content { height: 340px; }	/* bis IE 6 */
html + body #content { height: 340px; }  /* IE 5*/
* html .prop { display: none }/* bis IE 6 */
.prop {
	height: 340px;
	float: right;
	width: 1px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
#content a { color: #FF6600 }
#content a:hover { text-decoration: none }
#content p { font-size: 70%; margin-bottom: 10px; padding: 0 0 10px 15px; border: 0px solid;}
#content ul { 
	list-style-image: url(../img/icon_list.png);
	margin-left: 28px;
	font-size: 70%; 
}
.whitelink { color: white; text-decoration: underline }
.whitelink:hover { text-decoration: none }
.blacklink { color: black; text-decoration: underline }
.blacklink:hover { text-decoration: none }
.orange { color: #FF6600 }
.black { color: black }
.white { color: white }
.normal { font-size: 70%; font-weight: normal }
.strong{	font-weight: bold }
.underline { text-decoration: underline }

h1,h2,h3,h4,h5 { 
	font-weight:  bolder;
	letter-spacing: -1px; 
}
h5 {
	padding-left: 15px;
	}
h4 {
	padding-left: 15px;
	}
h3 {
	font-style: oblique;
	padding: 10px 0 0 28px;
	margin: 15px 0 15px 0;
	}
h3:first-letter { 
	color: #FF6600; 
	font-size: 120%; 
	}
/* Ende Inhalt */

/* Start Footer
--------------- */
#footer { 
	clear: both;
	color: #FF6600;
	margin: 5px 25px 25px 25px; 
	padding: 1px; 
	font-size: 60%; 
	\height: 70px;/* IE5-Hack */
	he\ight: 66px;/* IE6-Hack */
	}
#footer-content { 
	margin: 30px 0px 10px 0;
	padding: 0; 
	border-top: 1px solid black;
	}
#footer-content p { 
	line-height: 8px; 
	margin: 5px 0 0 0;
	}
#footer-content a { 
	color: #FF6600;
	text-decoration: none; 
	}
#footer-content a:hover { 
 	color: #FF6600;
	text-decoration: underline; 
	}
/* Ende Footer */

/* Start Link-Grafik-Hover
-------------------------- */
#image-hover a {
	background: url(../img/gotop2.png) no-repeat;
	display: block;
	width:87px;
	}
#image-hover img {
	display: block;
	width:87px;
	height:10px;
	border: 0;
	}
#image-hover a:hover img { visibility: hidden; }
* html #image-hover a { margin: 0 1px 0 0; }
* html #image-hover a:hover {
   	width:87px; 
	margin-right: 0; /* Workaround fuer IE 5.x und 6 */
	}
/* Ende Link-Grafik-Hover */

/* Grafik
------------------- */
img { border: 0; }
/* Drop Shadows mit gif */
.img-shadow {
  float:left;
  background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../img/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}
.rightalign {
	float: right;
	margin-left: 10px;
	margin-right: -5px;
}
.leftalign {
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}
/* Ende Grafik */

/* Start Tabellen
----------------- */
.table {	
	margin: 0 0 15px 15px;
	font-size:70% 
}
.tab-dark {
	margin: 10px 10px 10px 10px;
	background-color : black;
	word-spacing: 1px;
	font-size : 70%;
	}
.tab-mid {
	background-color : #FF6600;
	color : white;
	font-weight: bold;
	}
.tab-clear {
	background-color : #FFBE7D;
	color: black;
	}
/* Ende Tabellen */

/* Start Formulare
------------------ */
.form {
	border: 1px solid #FF6600;
	line-height: 200%;
	font-size: 70%;
	color: Black;
	margin-left: 10px;
	padding: 10px 0px 10px 15px;
	}
.form br { clear: both; }/* die floats wieder aufheben, sonst floatet es munter weiter */
.formtab {
	color: black;
	font-weight: bold; 
	background-color: #FFBE7D;
	border: 1px solid #FF6600;
   padding: 0 5px 0 5px;
	}
label, select,	input {/* Mauspfeil = Hand */
	cursor: pointer;
	color: black;
	background: white;
	}
label.left {/* Label ausrichten */
   float: left;
   text-align: left;
   width: 80px;
   margin-right: 6px;
	}
input.kontakt {
	width: 366px; 
	border: 1px solid #FF6600;
	}
textarea { border: 1px solid #FF6600;	}

input:focus, textarea:focus {/* Felder einfärben */
	color: black;
 	background: #FFBE7D;
 	}
/* Ende Formulare */

/* orange Button
---------------- */
.button  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 16px;
	background-color: #FFBE7D;
	color: black;
	font-weight: bold;
	font-size: 90%;
	border: 1px solid #FF6600;
	}

/* Beginn Infobox */
a.infobox { 
  	border-bottom: 1px dashed #FF6600;
	text-decoration: none; 
	color: Black; 
	}
a.infobox:hover { 
  	cursor:help; color:#FF6600; 
  	background: white; 
  	}
a.infobox span { 
  	visibility:hidden; 
  	position:absolute; 
  	right: 235px;
	width: 225px;
  	margin-top: -130px; 
	padding: 10px 35px 10px 10px; 
  	text-decoration: none; 
  	}
a.infobox:hover span { 
  	visibility:visible; 
	width:24em;
	left:150px; 
	padding-right:0; 
  	border:1px solid #FF6600;
  	color: black;
	background: white; 
  	}
/* Ende Infobox */

/* Start Service
---------------- */
.service-box{
	position: relative;
	height: 105px;
	width: 450px;
	margin: 0;
	padding: 0 0 0 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.service-pic{
	position: absolute;
	z-index: 20;
}
.service-title{
	position: absolute;
	top: -11px;
	left: 60px;
	width: 360px;
	height: 15px;
	margin: 0; 
	padding: 2px 10px 3px 0;
	border: 1px solid #E49547;
	text-align: right;
	font-size: 80%;
	font-weight: bold;
	z-index: 10;
}
.service-text{
	position: absolute;
	top: 15px;
	left: 130px;
	z-index: 30;
	width: 300px;
	height: 20px;
	padding: 5px 10px 0 0;
	font-size: 70%;
}
/* Ende Service */

/* Start Counter
---------------- */
#counter-box {
	position: relative;
	margin: 5px 0 0 5px;
	width: 185px;
	height: 110px;
}
#counter-box a, #counter-box a:visited {
	position: absolute;
	background:url(../img/icon_stats.png) no-repeat;
	width: 1px;
	height: 1px;
}
#counter-box a span { display: none; }
#counter-box a:hover { white-space: normal; }
#counter-box a:hover span {
	display: block;
	position: absolute;
	width: 185px;
	top: 30px;
	left: 0;
	font-size: 80%;
}
#counter-box a:active span, #counter-box a:focus span {
	display: block;
	position: absolute;
	width: 185px;
	height: 70px;
	top: 30px;
	left: 0;
	font-size: 80%;
}
/* Ende Counter */

/* Start Admin-Bereich
---------------------- */
#admin-box {
	position: relative;
	width: 50px;
	height: 20px;
	top: -110px;
	left: 134px;
}
#admin-box a {
	float:right;
	padding: 0 3px 0 0;
	width: 15px;
	height: 15px;
}
/* Ende Admin-Bereich */