body{
		background-image:url('./Images/bg.jpg');
		background-color:#97989C;
		background-position: left top;
		background-repeat:repeat-x;
		color:#F6DF7E;
		font-size:11pt;
		font-family:Arial;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:15px;
		margin-top:15px;
		margin-width:0px;
		margin-height:0px;
		scrollbar-base-color:#000000;
		scrollbar-arrow-color:#DDCD46;
		scrollbar-face-color:#76040E;
		}

a:link{
		font-weight:bold;
		color:#76040E;
		text-decoration:underline
		}

a:visited{
		font-weight:bold;
		color:#76040E;
		text-decoration:underline
		}

a:active{
		font-weight:bold;
		color:#76040E;
		text-decoration:underline
		}

.gross{
		font-size:13pt;
		font-weight:bold;
		text-decoration:underline
		}

#table0{
		background-image:url('./Images/top_b.gif');
		background-position: left top;
		background-repeat:no-repeat;
		}

#table0_a{
		background-image:url('./Images/top3_a_r1.jpg');
		background-position: left top;
		background-repeat:no-repeat;
		}

#table0_b{
		background-image:url('./Images/top3_a_r2.jpg');
		background-position: left top;
		background-repeat:no-repeat;
		}

#table1{
		background-image:url('./Images/bg_left.jpg');
		background-position: left top;
		background-repeat:no-repeat;
		background-color:#76040E;
		}

#table2{
		background-color:#CCCCCC;
		color:#000000;
		font-family:Verdana, Arial;
		font-weight:bold;
		font-size:10pt;
		text-decoration:none;
		}

#table3{
		background-color:#76040E;
		color:#DDCD46;
		font-family:Verdana, Arial;
		font-weight:normal;
		font-size:7pt;
		text-decoration:none;
		}
		
#table4{
  border: 0px;
		}

#table_mail{
		background-color:#CCCCCC;
		color:#000000;
		font-family:Verdana, Arial;
		font-weight:bold;
		font-size:8pt;
		text-decoration:none;
		}

.text{
    	font-family:Verdana, Arial;
		font-size:11pt;
		font-weight:normal;
		color:#000000;
		text-decoration:none;
		}

.textklein{
	    font-family:Verdana, Arial;
		font-size:8pt;
		font-weight:normal;
		color:#99CCCC;
		text-decoration:none;
		}
	
.inputtext2{
		font-family:Verdana, Arial;
		font-size:9pt;
		font-weight:normal;
		color:#000000;
		text-decoration:none;
		background-color:#eeeeee;
		padding:2px;
		height:20px;
		width:55px;
		border:1px solid #76040E;
		}
		
.inputcap{
		border:1px solid #76040E;
		}
	
.inputtext{
		font-family:Verdana, Arial;
		font-size:9pt;
		font-weight:normal;
		color:#000000;
		text-decoration:none;
		background-color:#eeeeee;
		padding:2px;
		height:20px;
		width:300px;
		border:1px solid #76040E;
		}
	
.inputtextarea{
		font-family:Verdana, Arial;
		font-size:9pt;
		font-weight:normal;
		color:#000000;
		text-decoration:none;
		background-color:#eeeeee;
		padding:2px;
		height:150px;
		width:300px;
		border:1px solid #76040E;
		}
	
.inputbutton{
		font-family:Verdana, Arial;
		font-size:9pt;
		font-weight:bold;
		color:#000000;
		text-decoration:none;
		background-color:#eeeeee;
		padding:2px;
		border:1px solid #76040E;
		}
	
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url('./lightbox/images/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('./lightbox/images/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('./lightbox/images/nextlabel.gif') right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/* ab hier folgen die Einstellungen fürs Gästebuch */

.guestbook_table {
  font-family: Tahoma, Verdana, Helvetica;
  font-size: 11px;
  color: #000000;
  background-color: #76040E;
}
.guestbook_table2 {
  font-family: Tahoma, Verdana, Helvetica;
  font-size: 11px;
  color: #000000;
}
textarea {
  background-color: #f2f2f2;
  border: 1px solid #76040E;
  color: #000000;
  font-size: 11px;
  font-family: Tahoma, Verdana, Helvetica;
}
input {
  background-color: #f2f2f2;
  border: 1px solid #76040E;
  color: #000000;
  font-size: 11px;
  font-family: Tahoma,Verdana,Helvetica;
}
select {
  background-color: #f2f2f2;
  border: 1px solid #76040E;
  color: #000000;
  font-size: 11px;
  font-family: Tahoma, Verdana, Helvetica;
}
.checkboxloeschen {
  background-color: #f2f2f2;
  border: 1px solid #76040E;
}
#captcha {
  border: 1px solid #76040E;
}
.tableinborder {
  background-color: #000000;
}

.tdinstall1 {
  background-color: #f2f2f2;
}

.tdinstall2 {
  background-color: #ffffff;
}

.tdinstall3 {
  background-color: #ffffff;
}
	