
/* --- PNGFIX */
 img, .pngfix { behavior: url("/css/iepngfix.htc") }


.content_position {
	position: absolute;
	left: 0px;
	top: 0px;
	clip: rect(0,0,0,0)
}

/* allg. CSS-Angaben fuer eine browsergleiche darstellung der Seiten */

body {
	padding:0;
	margin: 25px;
	text-align: center;
	background: #ffffff url(/img/background.jpg) repeat-x 0 0;
}

.box {
	width: 850px;
	margin: 15px auto;
	position: relative;
}
.box_top_left {
	width: 13px;
	background: url(/img/corner_top_left.png) no-repeat 0 0;
	height: 14px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
.box_top {
	background: url(/img/border_top.png) repeat-x 0 0;
	height: 14px;
	margin: 0;
	padding: 0;
	float: left;
	width: 820px;
	position: relative;
}
.box_top_right {
	width: 13px;
	background: url(/img/corner_top_right.png) no-repeat 0 0;
	height: 14px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
.box_left {
	width: 13px;
	background: url(/img/border_left.png) repeat-y 0 0;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
.content {
	background: url(/img/border_right.png) repeat-y right 0;
	margin: 0 13px ;
	padding: 0;
	position: relative;
	width: 833px;
	text-align: left;
}

.box_bottom_left {
	width: 13px;
	background: url(/img/corner_bottom_left.png) no-repeat 0 0;
	height: 14px;
	margin: 0;
	padding: 0;
	float: left;
}
.box_bottom {
	background: url(/img/border_bottom.png) repeat-x 0 0;
	height: 14px;
	margin: 0;
	padding: 0;
	float: left;
	width: 820px;
}
.box_bottom_right {
	width: 13px;
	background: url(/img/corner_bottom_right.png) no-repeat 0 0;
	height: 14px;
	margin: 0;
	padding: 0;
	float: left;
}

.clear {
	clear: both;
	float: none;
}

.left {
	float: left;
	margin: 0 10px 10px 0;
}

.right {
	float: right;
	margin: 0 0 15px 20px;
}

.center {
	text-align: center;
	margin: 10px;
}

.form {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px
}

.inhalt {
	width: 820px;
	height: 550px
}

#sprachwahl {
	width: 100px;
	height: 40px;
	text-align: left;
	margin-bottom: 10px;
}

#RefInhaltAppl {
	position: absolute;
	width: 450px;
	height: 200px;
	top: 320px;
	margin-left: 115px;
	z-index: 3;
	visibility: hidden;
	background-color: #eeeeee;
	border-style: solid;
	border-width: thin;
	border-color: #333333
}

#RefInhalt {
	position: absolute;
	width: 260px;
	height: 350px;
	top: 170px;
	margin-left: 330px;
	z-index: 3;
	visibility: hidden;
	background-color: #fff;
	border-style: dashed;
	border-width: thin;
	border-color: #cccccc
}

#Inhalt {
	position: relative;
	width: 650px;
	height: 65px;
	z-index: 1;
	left: 0px;
	top: 0px;
	visibility: visible;
}

/* Link-Definitionen */

a {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:active {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #CC3300;
	text-decoration: none;
}

#Inhalt .tdContent a {
	color: #006699;
	text-decoration: none;
	border-bottom: 1px #CCCCCC dotted;
}

.linknohover {
	color: #006699;
	text-decoration: none;
}

.linknohover:visited {
	color: #006699;
	text-decoration: none;
}

.linknohover:active {
	color: #006699;
	text-decoration: none;
}

.redlink {
	color: #CC3300
}

.redlink:active {
	color: #CC3300
}

.redlink:visited {
	color: #CC3300
}

.redlink:hover {
	color: #006699
}

.orangelink {
	color: #CC6600
}

.orangelink:active {
	color: #CC6600
}

.orangelink:visited {
	color: #CC6600
}

.orangelink:hover {
	color: #CC6600
}

.sprachlink_de_de {
	background: transparent url("/img/flagge_de_gr.png") no-repeat top center;
}

.sprachlink_de_de:hover {
	background: transparent url("/img/flagge_de.png") no-repeat top center;
}

.sprachlink_de_en {
	background: transparent url("/img/flagge_en_gr.png") no-repeat center center;
}

.sprachlink_de_en:hover {
	background: transparent url("/img/flagge_en.png") no-repeat center center;
}

.sprachlink_en_de {
	background: transparent url("/img/flagge_de_gr.png") no-repeat top right
}

.sprachlink_en_de:hover {
	background: transparent url("/img/flagge_de.png") no-repeat top right;
}

.sprachlink_en_en {
	background: transparent url("/img/flagge_en.png") no-repeat top right;
}

.font34 {
	font-size: 34px;
	text-decoration: none
}

.fontRed {
	color: #CC3300
}

.fontOrange {
	color: #CC6600
}

.ONEpx_frame {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC
}

.tdBackground {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: center;
}

.tdContent {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	width: 700px;
	margin: 0 auto;
}

.tdKlein {
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
}

.tdLogo {
	font-family: arial, verdana, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	padding-bottom: 0px;
}

.tdMiniLogo {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	font-variant: small-caps;
	text-align: left;
}

.tdMenue {
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #CC3300;
	text-decoration: none;
	padding-bottom: 0px;
}

.tdMenueAkt {
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #CC6600;
	text-decoration: none;
	padding-bottom: 0px;
}

.tdNav {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}

.rahmen {
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	margin: 5 0 5 0;
	padding: 3 0 3 0;
}

.block h1 {
	font-variant: small-caps;
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}

.block p {
	text-align: justify;
}

.block a, .block a:visited {
	color: #CC3300;
}
.block a:hover {
	color: #006699;
}

.framed {
	border: 1px dashed #cccccc;
	padding: 0 20px 20px 20px;
	margin: 0 0 20px 0;
}

.framed p {
	margin: 15px 0 0 0;
}

.reference {
	border: 1px dashed #cccccc;
	padding: 20px;
	margin: 20px 0;
}

.reference img.logo {
	float: left;
	position: relative;
	margin-right: 30px;
	margin-bottom: 10px;
}
.reference img.preview {
}

.reference h1 {
	font-size: 16px;
	margin: 0;
}
.reference h2 {
	font-size: 14px;
	font-style: italic;
	margin: 2px 0 0;
	font-weight: normal;
}
.reference h3 {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	margin: 3px 0 0;
	position: relative;
}
.reference h4 {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	position: relative;
}
.reference p {
	margin: 2px 0 0;
}
.reference p.headline {
	font-size: 13px;
	margin: 20px 0 0;
	font-weight: bold;
}


/* Formulare */

.form_eingabe_kurz {
	FONT: 10px arial, verdana, Geneva, Helvetica;
	WIDTH: 90px;
	border-width: 1px;
	border-color: #999999;
	BORDER-STYLE: solid;
	HEIGHT: 16px;
	BACKGROUND-COLOR: #FFFFFF;
}

.form_eingabe_mittel {
	FONT: 10px arial, verdana, Geneva, Helvetica;
	WIDTH: 200px;
	border-width: 1px;
	border-color: #999999;
	BORDER-STYLE: solid;
	HEIGHT: 16px;
	BACKGROUND-COLOR: #FFFFFF
}

.form_eingabe_lang {
	FONT: 10px arial, verdana, Geneva, Helvetica;
	WIDTH: 300px;
	border-width: 1px;
	border-color: #999999;
	BORDER-STYLE: solid;
	HEIGHT: 16px;
	BACKGROUND-COLOR: #FFFFFF
}

.form_textfeld {
	FONT: 11px arial, verdana, Geneva, Helvetica;
	WIDTH: 300px;
	border-width: 1px;
	border-color: #1D78B0;
	BORDER-STYLE: solid;
	HEIGHT: 80px;
	BACKGROUND-COLOR: #FFFFFF
}

.form_textfeld_breit {
	FONT: 11px arial, verdana, Geneva, Helvetica;
	WIDTH: 500px;
	border-width: 1px;
	border-color: #1D78B0;
	BORDER-STYLE: solid;
	HEIGHT: 80px;
	BACKGROUND-COLOR: #FFFFFF
}

.form_schnellsuche {
	FONT: 09px arial, verdana, Geneva, Helvetica;
	WIDTH: 150px;
	border-width: 1px;
	border-color: #1D78B0;
	BORDER-STYLE: solid;
	HEIGHT: 16px;
	BACKGROUND-COLOR: #FFFFFF
}

.form_dropdown {
	FONT: 10px arial, verdana, Geneva, Helvetica;
	border-color: #999999;
	border-width: 1px;
	BORDER-STYLE: solid;
	HEIGHT: 16px;
	BACKGROUND-COLOR: #EEEEEE
}

.form_liste {
	FONT: 10px arial, verdana, Geneva, Helvetica;
	border-color: #999999;
	border-width: 1px;
	BORDER-STYLE: solid;
	BACKGROUND-COLOR: #EEEEEE
}

.form_check {
	FONT: 10px arial, verdana, Geneva, Helvetica;
	HEIGHT: 12px
}

.form_button {
	FONT: 11px arial, verdana, Geneva, Helvetica;
	border-color: #555555;
	border-width: 1px;
	BORDER-STYLE: solid;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #EEEEEE
}


/**************************
// Lightbox
**************************/
.gallery {padding:10px 0px;}
.gallery h1{font-size:17px;font-weight:normal;margin:0;margin-bottom:10px}
.thumbnail{float:left;width:100px;height:100px;padding:2px;margin-right:5px;background:#EDF2DF;border: 1px solid #006699;margin-bottom:10px}
.thumbnail p{font-size:11px;}

#galleryimage
{
	background-color: #590601;
	width: 100%;
	text-align: center;
}

ul.gallerythumbs
{
	list-style-type: none;
	margin: 0 0 10px 30px;
	padding: 0;
}

.gallerythumbs li
{
	float: left;
	margin: 0;
	padding: 20px 21px 0 0;
	line-height: 0;
}

.gallerythumbs li.last
{
	padding: 20px 0 0 0;
}

.gallerythumbs img
{
	border: 0;
    background:#EDF2DF;
    border: 1px solid #006699;
}

#gallerytext
{
	padding-top: 5px;
}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
#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(/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; 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; }




