body {
	background:url(../img/gb.png);
	background-repeat:repeat-x;
}
a:link, a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#af0000;
	text-decoration:underline;
}
img {
	border:0px;
}
input {
	font-family:Tahoma, Verdana, Sans-Serif;
	font-size:14px;
	width:100px;
	border:1px;
}
.contact_form {
	font-family:Tahoma, Verdana, Sans-Serif;
	font-size:14px;
	height:20px;
	width:250px;
}
.contact_text {
	font-family:Tahoma, Verdana, Sans-Serif;
	font-size:14px;
	height:150px;
	width:250px;
}
.empfehlen1 {
	text-align:right;
	border:1px;
}
.name {
	width:120px;
}
.mail {
	width:150px;
}
.table1 {
	width:280px;
}
.table2 {
	width:70px;
}
.table3 {
	width:60px;
}
.facebook {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	bottom:10px;
	width:290px;
	z-index:10;
}

.kontak_pic {
	margin-top:250px;
	margin-left:10px;
}
.button {
	float:left;
	width:80px;
	height:16px;
	padding:0px 1px;
	text-align:center;
}
.thumbs {
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	width:133px;
	height:103px;
	padding:4px;
	border:1px solid;
	background-color:transparent;
}
.thumbs:hover {
	background-color:#af0000;
}
#vertical {
	height:660px;
	width:1030px;
	overflow:hidden;
}
#site {
	width:1030px;
	height:600px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	min-margin-left:0px;
}
#name {
	position:relative;
	margin-left:65px;
	text-align:center;
	float:left;
	width:1000px;
	height:125px;
	z-index:1;
}
#body {
	background:url(../img/bg.png);
	/* background:#FFD700; */
	background-repeat:no-repeat;
	position:relative;
	float:left;
	width:1000px;
	height:480px;
	z-index:0;
	border: 0px solid #F1FFE6;
	border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: 0px 0px 10px 5px #c92f00;
	-moz-box-shadow: 0px 0px 10px 5px #c92f00;
	-webkit-box-shadow: 0px 0px 10px 5px #c92f00;
}
#gb {
	position:relative;
	top:30px;
}
#head {
	font-family:helvetica;
	font-size:16px;
	color:#C8C86E;
	top:-130px;
	position:relative;
	margin-left:240px;
	width:200px;
	height:100px;
	z-index:2;
}
#navi {
	width:160px;
	height:16px;
	margin-left:40px;
	top:-350px;
	font-family:helvetica;
	font-size:14px;
	font-weight:bold;
	position:relative;
	z-index:2;
}
#main {
	width:630px;
	height:388px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	font-family:helvetica;
	font-size:14px;
	color:#4a0000;
	text-align:left;;
	border:2px solid #680000;
	overflow-y:scroll;
	padding:10px;
}
#footer {
	font-family:helvetica;
	font-size:12px;
	color:#C8C86E;
	height:36px;
	float:left;
	width:1000px;
	position:relative;
	border:0px solid;
}
#address {
	width:600px;
	text-align:center;
	display:none;
}
#copyright {
	width:400px;
	text-align:center;
}
#contact {
	position:relative;
	font-size:14px;
	top:-20px;
	text-align:left;
	width:250px;
}
#contact2 {
	font-size:14px;
	margin-top:10px;
	text-align:left;
	border:1px solid;
	width:260px;
}
#content {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:620px;
	height:auto;
}
#content2 {
	text-align:center;
	border:0px;
}

/* Gallery */

#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;
	border-radius:12px 12px 0px 0px;
	-moz-border-radius:12px 12px 0px 0px;
}
#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(../img/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(../img/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/next.gif) right 15% no-repeat; }
#imageDataContainer {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#fff;
	margin:0 auto;
	line-height:1.4em;
	border-radius:0px 0px 12px 12px;
	-moz-border-radius:0px 0px 12px 12px;
}
#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:40px; float:right;  padding-bottom:0.3em; padding-right:0.5em; }	
#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; }
