* {
/* Außen- Innenabstände global zurücksetzen */
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  border: none;
	  outline: none;
	  text-decoration: none;
}
html, body {
	height: 100%;
	font: 13px arial, helvetica, tahoma, sans-serif;
	color: #c8cacb;
	letter-spacing: 0.1em
}

/*--------------------------------Anfang Layout-------------------------------*/


#inhalt {
		position: relative;
		width:1024px;
		margin-top:0;
		margin-bottom:0;
		margin-left:auto;
		margin-right:auto;
		background-color:#fff;
}


#tabelle_01 {
		position:absolute;
		left:0px;
		top:0px;
		width:1024px;
		height:1300px;
}


#a-01 {
	position:absolute;
	left:0px;
	top:75px;
	width:118px;
	height:351px;
}

#a-02 {
		position:absolute;
		left:118px;
		top:0px;
		width:906px;
		height:54px;
}

#a-03 {
		position:absolute;
		left:118px;
		top:54px;
		width:906px;
		height:1115px;
}

#a-04 {
		position:absolute;
		left:0px;
		top:351px;
		width:118px;
		height:148px;
}

#a-05 {
		position:absolute;
		left:0px;
		top:499px;
		width:118px;
		height:701px;
}

#a-06 {
		position:absolute;
		left:118px;
		top:1169px;
		width:906px;
		height:31px;
}

/*------------------------------ Ende Layout----------------------------------*/






/*------------------------------- Textformatierung ---------------------------*/


h1 {
		font-size:14px; 
		font-style:normal;
		line-height:40px;
}


h2 {
		font-size:12px; 
		font-style:normal;
		line-height:20px;
}



p {
		font-size:15px; 
		font-style:normal;
		line-height:16px;
}

#abstand {
line-height:30px;
}




#text_gal {
		position: absolute;
		top: 530px;
		margin-left:auto;
		margin-right:auto;
		left: 0px;
		width: 906px;
		height: 700px;
		font-size: 90%;
		text-align: center;
		line-height: 22px;
		letter-spacing: 0.1em;
		color: #fff;
}



#text_gal a {
		color: #c8cacb;
		font-weight: bold;
		line-height:22px;
		text-decoration: underline;
}


#text_gal a:hover { 
		color: #fff;
}


#text {
    position: absolute;
  	left: 80px;
  	top: 30px;
  	width: 650px;
  	height: 800px;
  	font-size: 12px;
  	text-align: left;
  	line-height: 20px;
  	letter-spacing: 0.1em;
  	color: #fff;
}


#texthf {
  font-weight: bold;
}

#aktuelltext {
    position: absolute;
  	left: 80px;
  	top: 30px;
  	width: 680px;
  	height: 800px;
  	font-size: 12px;
  	text-align: left;
  	line-height: 25px;
  	letter-spacing: 0.1em;
  	color: #fff;
}

#aktuelltext a{
  color: #c8cacb;
  font-weight: bold;
  line-height:60px;
  text-decoration: underline;
}  

#aktuelltext a:hover { 
  color: #fff;
}

#impressum {
    position: absolute;
  	left: 80px;
  	top: 20px;
  	width: 780px;
  	height: 820px;
  	font-size: 12px;
  	text-align: left;
  	line-height: 16px;
  	letter-spacing: 0.1em;
  	color: #fff;
}

#aktuell {
  	position: absolute;
  	left: 80px;
  	top: 780px;
  	width: 800px;
}

#kontakt {
  	position: absolute;
  	left: 80px;
  	top: 30px;
  	width: 800px;
    color: #fff;
    letter-spacing: 0.1em;
   	text-align: left;
    font-size: 90%;
    line-height: 12px;
}

#kontakt_3 {
  	position: absolute;
  	left: 80px;
  	top: 640px;
  	width: 800px;
    color: #fff;
    letter-spacing: 0.1em;
   	text-align: left;
    font-size: 90%;
    line-height: 18px;
}

#daten {
    position: absolute;
  	left: 80px;
  	top: 550px;
  	width: 680px;
  	height: 800px;
  	font-size: 12px;
  	text-align: left;
  	line-height: 25px;
  	letter-spacing: 0.1em;
  	color: #fff;
}

#daten a{
  color: #c8cacb;
  font-weight: bold;
  line-height:60px;
  text-decoration: underline;
}

#daten a:hover { 
  color: #fff;
}

#a_1{
  color: #c8cacb;
  font-weight: bold;
  line-height:22px;
  text-decoration: underline;
}

#a_1:hover { 
  color: #fff;
}






/*------------------------------- Ende Textformatierung ---------------------*/








/*--------------------------- Anfang Navigation vertikal-----------------------
---------------------------------------------------------------------------- */

#menue {
	position:absolute;
	left:10px;
	top:0px;
	width: 118px;
	background-color: #727779;
	font-size: 92%;
	text-align: right;
	letter-spacing: 0.15em;
}
#menue ul {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
}
#menue li {
	display: block;
}
#menue li a, #menue li a:link {
	text-decoration: none;
	display: block;
	color: #c8cacb;
	width: 85px;
	padding: 5px;
}
#menue li a:visited {
	color: #c8cacb;
}
#menue li a:hover {
	color: #fff;
}

#menue li a:active {
	color: #fff;
}
#menue li a:focus {
	color: #000;
}

#anker a {
	position: absolute;
	top: 1200px;
	left:80px;
	width: 906px;
	font-size: 80%
	color: #c8cacb;
	text-align:left;
	letter-spacing: 0.1em;
}

#anker a:visited {
	color: #c8cacb;
}

#anker a, #anker a:link {
	text-decoration: none;
	color: #c8cacb;
}

#anker a:hover, #anker a:active, #anker a:focus {
	color: #fff;
}

/*---------------------------Ende  Navigation vertikal-----------------------*/




/*------------------------- Anfang Navigation horizontal---------------------*/



#ganr {
	width: 906px;
	position: absolute;
	top: 410px;
	margin-left:auto;
	margin-right:auto;


	font-size: 100%;
	text-align: center;
	letter-spacing: 0.15em;
}

#ganr a, #horizontal  a:link {
	text-decoration: none;
	color: #c8cacb;
	width: 85px;
	padding: 5px;
}

#ganr a:visited {
	color: #c8cacb;
}

#ganr a:hover, #ganr  a:active, #ganr  a:focus {
	color: #fff;
}







/*<style type="text/css"><!-- 
 a:link{color:#000;}
 a:visited{color:#ff0;}
 a:hover{color:#f00;}
 a:active{color:#f00;}
--></style> */









#horizontal {
	width: 906px;
	position: absolute;
	top: 480px;
	margin-left:auto;
	margin-right:auto;
	font-size: 100%;
	text-align: center;
	letter-spacing: 0.15em;
}

#horizontal a {
	color: #c8cacb;
/*	width: 85px;
	padding: 5px;*/
}


  #horizontal  a:link {
}



#horizontal a:visited {
	color: #c8cacb;
}

#horizontal  a:hover {
	color: #fff;
}

/*#horizontal  a:focus {
}*/

#horizontal  a:active {

	color: #fff;
  font-weight:bold;
  
}

/*-------------------------------- Ende Navigation horizontal----------------*/






/*----------------------------- Anfang Kleine Bildvorschau -----------------*/


#container {
		position: absolute;
		left: 0px;
		top: 20px;
  width: 850px;/*wert geändert 830 war 800*/
		height: 500px;
}

#links {
		position: absolute;
		left: 30px;
		top: 35px;
		width: 906px;
		height: 480px;
}

#links ul#auswahl li {
		float: left;
		margin: 5px 15px 20px 15px;/*wert geändert 5 war 25*/
		border-color:#aaaaaa;
		border-style:solid;
		color: #727779;/*war fff*/
		display: block;
		width: 130px;
	/*text-align: center; */
}

#links ul#auswahl li a img {
		padding: 0px;
		background: #727779;/*war fff*/
		display: block;
		margin: 0 auto;
}

#links ul#auswahl li a:hover img , #links ul#auswahl a:focus img {
		background: #fff;
		border: 0px solid #fff;
}


/*-----------------------------Ende Kleine Bildvorschau ----------------------*/








/*------------------------------------- Portfolio ---------------------------*/



#text_port {
		position: absolute;
		top: 20px;
		left: 120px;
		width: 906px;
		height: 300px;
		font-size: 90%;
		text-align: left;
		line-height: 22px;
		letter-spacing: 0.1em;
		color: #fff;
}



	#portfol_1 { 
		position: absolute;
		left: 100px;
		top: 100px;
		width: 100px;
		height: 300px;
		margin: 0px 40px 40px 20px;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 98%
		color: #ffffff;
		width:100%; 
}


	#portfol_2 { 
		position: absolute;
		left: 250px;
		top: 100px;
		width: 100px;
		height: 300px;
		margin: 0px 40px 40px 25px;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 98%
		color: #ffffff;
		width:100%; 
}


	#portfol_3 { 
		position: absolute;
		left: 400px;
		top: 100px;
		width: 100px;
		height: 300px;
		margin: 0px 40px 40px 25px;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 98%
		color: #ffffff;
		width:100%; 
}


	#portfol_4 { 
		position: absolute;
		left: 550px;
		top: 100px;
		width: 100px;
		height: 300px;
		margin: 0px 40px 40px 25px;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 98%
		color: #ffffff;
		width:100%; 
}


	#portfol_5 { 
		position: absolute;
		left: 100px;
		top: 250px;
		width: 100px;
		height: 300px;
		margin: 10px 40px 40px 25px;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 98%
		color: #ffffff;
		width:100%; 
}


	#portfol_6 { 
		position: absolute;
		left: 250px;
		top: 250px;
		width: 100px;
		height: 300px;
		margin: 10px 40px 40px 25px;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 98%
		color: #ffffff;
		width:100%; 
}

	#portfol_7 { 
		position: absolute;
		left: 400px;
		top: 250px;
		width: 100px;
		height: 300px;
		margin: 10px 40px 40px 25px;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 98%
		color: #ffffff;
		width:100%; 
}

	#portfol_8 { 
		position: absolute;
		left: 550px;
		top: 250px;
		width: 100px;
		height: 300px;
		margin: 10px 40px 40px 25px;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 98%
		color: #ffffff;
		width:100%; 
}


/*-------------------------------- Ende Portfolio ----------------------------*/








/*-------------------------------- Lightbox ---------------------------------*/


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/*---------------------------------Ende Lightbox-------------------------------





/*---------------------------------Formular------------------------------------
-----------------------------------------------------------------------------*/




#kontakt_2 {
			position: absolute;
			width: 550px;
			height: 800px;
			left: 40px;
			top: 110px;
}


fieldset {
			position: absolute;
			left: 30px;
			border: 1px double #989c9e;
			background-color: transparent;
			color: #000;
}

* html fieldset {
			position: relative;/*war relative*/
			margin: -0.5em 0 0 0;
			padding: 0 10px 15px 10px;
}



table {
/*			margin: 10px auto 0 auto;
			border-collapse: collapse;*/
			border: 0px solid #fff;

}
* html table {
			margin: 0 10px;
}

table td {
			margin: 0;
			padding: 5px 10px;
			background-color: #727779;
			color: #727779;
}

table td.farbig {
			margin: 0;
			padding: 5px 10px;
			border: 0px solid #fff;
			background-color: #727779;
			color: #c8cacb;
			font-weight: normal;
			font-size: 90%;
			text-align: right;
			letter-spacing: 0.15em;

}

input.inpt {
			width: 300px;
			height: 20px;
			border: 0px solid #c8cacb;
			margin: 0;
			padding: 3px 0 0 10px;
			background-color: #95989a; 
			color: #000;
}

input.name {
			width: 143px;
			height: 20px;
			border: 0px solid #c8cacb;
			margin: 0;
			padding: 3px 0 0 10px;
			background-color: #95989a;
			color: #000;
}

input.vorname {
			width: 143px;
			height: 20px;
			border: 0px solid #c8cacb;
			margin: 0;
			padding: 3px 0 0 10px;
			background-color: #95989a;
			color: #000;
}

input.ort {
			width: 234px;
			height: 20px;
			border: 0px solid #c8cacb;
			margin: 0;
			padding: 3px 0 0 10px;
			background-color: #95989a;
			color: #000;
}

input.plz {
			width: 52px;
			height: 20px;
			border: 0px solid #c8cacb;
			margin: 0;
			padding: 3px 0 0 10px;
			background-color: #95989a;
			color: #000;
}

input.strasse {
			width: 242px;
			height: 20px;
			border: 0px solid #c8cacb;
			margin: 0;
			padding: 3px 0 0 10px;
			background-color: #95989a;
			color: #000;
}

input.nr {
			width: 42px;
			height: 20px;
			border: 0px solid #c8cacb;
			margin: 0;
			padding: 3px 0 0 10px;
			background-color: #95989a;
			color: #000;
}

textarea {
			text-align: left;
			overflow: auto;
			width: 290px;
			height: 100px;
			border: 0px solid #c8cacb;
			padding: 8px 10px;
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-size: 10pt;
			background-color: #95989a;
			color: #000;
}

input.senden {
      border: 0px solid #000;
			text-align: center;
			width: 310px;
			height: 22px;
			margin: 1px 0;
			padding: 0 0 2px 0;
			font-weight: normal;
			font-size:12pt;
			background-color: #4d5659;
			font-size: 90%;
			letter-spacing: 0.15em;
			color: #fff;
			cursor: pointer;
}

input.loeschen {
			border: 0px solid #000;
			text-align: center;
			width: 310px;
			height: 22px;
			margin: 1px 0;
			padding: 0 0 2px 0;
			font-weight: normal;
			font-size:12pt;
			background-color: #4d5659;
			font-size: 90%;
			letter-spacing: 0.1em;
			color: #fff;
			cursor: pointer;
}




