/* Firefox gepunktete Linie um Links verhindern, bei Klick */
   :focus { outline-color:-moz-use-text-color; outline-style:none; outline-width:0; }

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:17px;
	color:#333333;
	letter-spacing:0.055em;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 { 
	font-size: 11px;
	font-width:bold;
	margin-top:0;
	margin-bottom: 0px;
}
p {
	margin-top:3px;
}
a {
	color:black;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(/fileadmin/template/images/UL-Spiegelstrich.gif);
	padding-left:11px;
}

/* FORMULAR ELEMENTE */

input {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom:1px solid #999999;	
	border-left:1px solid #999999;
	border-right:0;	
	border-top:0;
	padding-left:5px;
}

.flexyFormField-text {
	margin-left:50px;
}

textarea {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top:1px solid #999999;	
	border-left:1px solid #999999;
	border-right:0;	
	border-bottom:0;
	padding-left:5px;
}

.flexyFormField-textarea {
	margin-left:35px;	
}

.contenttable p {
	margin-bottom: 5px;
}

.flexyFormImgLink img{
	border:0;
	margin-left:35px;
}

/* DIV CONTAINER */

#logo {
	position:absolute;
	left:410px;
	top:0px;
	width:440px;
	height:80px;
	z-index:1;
}
#navi {
	position:absolute;
	left:410px;
	top:80px;
	width:440px;
	height:40px;
	z-index:1;
}

#navi img { margin-right: 20px; }

#content {
	position:absolute;
	left:410px;
	top:180px;
	width:590px;
	z-index:1;
}

#content2 {
	position:absolute;
	left:10px;
	top:180px;
	width:190px;
	z-index:1;
}

#content3 {
	position:absolute;
	left:410px;
	top:180px;
	width:590px;
	z-index:1;
}

#galleryimage {
	position:absolute;
	left:410px;
	top:180px;
	width:590px;
	z-index:1;
}

#gallerythumbs {
	position:absolute;
	left:10px;
	top:180px;
	width:390px;
	z-index:1;
}

#gallerysubthumbs {
	position:absolute;
	left:410px;
	top:608px;
	width:390px;
	z-index:1;
}


.gallerytitle {
	margin-right:5px;
	margin-bottom:10px;
}

.gallerypic {
	margin-right:0px;
	margin-bottom:10px;
	border:0px;
}

.gallerythumblabel {
	margin-right:6px;
	margin-bottom:11px;
}

.gallerythumb img {
	filter:alpha(opacity=50); /* IE */
	-moz-opacity: 0.50; /* Gecko */
	opacity: 0.50; /* Opera */
}
.gallerythumb img {
	border: 1px solid #000;
	margin-right:5px;
	margin-bottom:10px;
}

a.gallerythumb:hover img {
filter:alpha(opacity=90); /* IE */ !important
-moz-opacity: 0.90; /* Gecko */
opacity: 0.90; /* Opera */
}

.gallerythumbactive {
	filter:alpha(opacity=90);  /* IE */ 
	-moz-opacity: 0.90;  /* Gecko */
	opacity: 0.90; /* Opera */
}
.galleryimage-hidden {
display: none;
}
.subthumbs-hidden {
display: none;
}
.hidden {
display: none;
}


.emptyline {
	height: 60px;
}

.gallerysubthumbs-label { vertical-align:top; }


#blackthumboverlay, #blacksubthumboverlay { background-color: #000; position: absolute; z-index: 100; }
