/*	undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:00; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

body, div,p,li { background-repeat:no-repeat; }

/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 10px;
}

/*	body
*******************************************************************************/
body {
	background-image:url(bg_body_1.gif);
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.flLeft { float:left; }
.flRight { float:right; }

.warning { color:#f00; }


/*	website
*******************************************************************************/
#website {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	height:100%;
	width:1000px;
	color:#000;
	text-align:left;
}

/*	header
*******************************************************************************/
#header {
	position:relative;
	margin:0;
	padding:0;
	height:250px;
	background-image:url(bg_header.gif);
}

/*	logo / breadcrumb
*******************************************************************************/
#logo {
	position:absolute;
	top:0px;
	left:0px;
}

#logo a {
	display:block;
	height:200px;
	width:250px;
	text-indent:-700em;
}


#breadcrumb {
	position:absolute;
	bottom:16px;
	left:27px;
	color:#335f87;
}

#breadcrumb a, 
#breadcrumb a:link {
	color:#335f87;
}

#breadcrumb a:hover {
	color:#335f87;
	text-decoration:underline;
}
/*	content
*******************************************************************************/


#content, #content2 {
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
}


/* hide from IE/MAC \*/
* html #content, * html #content2 {
	height:1px;
}
/* end hide */


#content {}

#content2 {
	background-image:url(bg_content.jpg);
}

#main {
	float:left;
	width:715px;
}

#main-block {}

#main-block2 {
	padding:14px;
	text-align:justify;
}

/* Hausmodul */
div.hm_container {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
div.hm_container .hm_bild_left {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	height: auto;
	width: auto;
	border: 1px solid #CCCCCC;
}
div.hm_container .hm_bild_right {
	padding: 0px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: right;
	height: auto;
	width: auto;
	border: 1px solid #CCCCCC;
}
div.hm_container .hm_zbueberschrift {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

div.hm_container .hm_galeriebild{
	background: #DCDCDC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	height: 100px;
	width: 100px;
}
* html div.hm_container .hm_galeriebild{
	margin: 6px;
	padding: 0px;
}
div.hm_container .hm_galeriebild .hm_qformat {
	border: 1px solid #999999;
	padding: 0px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	height: 60px;
	width: 80px;
}
div.hm_container .hm_galeriebild .hm_hformat {
	border: 1px solid #999999;
	padding: 0px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	height: 80px;
	width: 60px;
}
div.hm_container .hm_galeriebild_text {
	float: left;
	font-size: 8.5pt;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	margin-top: 7px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
div.hm_container .clearing {
	clear: both;
}

/*	Navigation vertical - 
	Wenn die Navigation mit der ID 3 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
------------------------------------------------------------------------------*/
#navigation {
	float:left;
	width:10px;
	height:840px
	padding:14px 0;
}

#navigation ul.nav1st {
	width:10px;
}


#navigation ul.nav1st li {
	padding:0 0 8px 14px;
}

#navigation ul.nav1st li.active {
	background:#ebf3f8;
}


#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link {
	color:#6A6AFE;
}

#navigation ul.nav1st a, 
#navigation ul.nav1st a:link {
	display:block;
	color:#606060;
	font-size:1.2em;
	font-weight:bold;
}

#navigation ul.nav1st a:hover {
	color:#008800;
}


#navigation ul.nav1st li ul.nav2nd li {
	padding:0;
	margin-left:14px;
	list-style-type:square;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display:block;
	padding:4px 0 4px 0;
	font-size:1.1em;
	font-weight:normal;
}

#navigation ul.nav2nd a.current {
	background:#C30027;
	color:#ffffff;
	text-decoration:none;
}

#navigation ul.nav2nd a.current:link {
	background:#183E7C;
	color:#ffffff;
	text-decoration:none;
}

#navigation ul.nav2nd a:hover {
	background:#183E7C;
	color:#ffffff;
	text-decoration:none;
}


/*	Navigation horizontal and vertical - 
	Wenn die Navigation mit der ID 2 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
------------------------------------------------------------------------------*/

#header-nav {
	position:absolute;
	bottom:34px;
	left:15px;
	width:840px;
}

#header-nav ul.nav1st {
}


#header-nav ul.nav1st li {
	display:block;
	float:left;
	padding:3px 7px 5px 7px;
}

#header-nav ul.nav1st li.active {
  background-image:url(headernav_background_activ.gif);
}

#header-nav ul.nav1st li.active a,
#header-nav ul.nav1st li.active a:link {
	color:#ffffff;
}

#header-nav ul.nav1st a,
#header-nav ul.nav1st a:link {
	color:#335f87;
	font-size:1.2em;
	font-weight:bold;
}

#header-nav ul.nav1st a:hover {
	color:#990000;
	text-decoration:none;
}


#navigation {
	color:#555555;
	margin-top:18px;
	float:left;
	width:10px;
	padding:4px 10px 8px 10px;
	text-indent:10px;
}

#navigation ul.nav1st li {
	background:#ababab;
	padding:8px 0 8px 14px;
}

#navigation ul.nav1st li.active {
	background:#ababab;
	color:#ffffff;
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link {
	background:#ababab;
	color:#ababab;
}

#navigation ul.nav1st a, 
#navigation ul.nav1st a:link {
	background:#ababab;
	display:block;
	color:#606060;
	font-size:1.2em;
	font-weight:bold;
}

#navigation ul.nav1st a:hover {
	color:#ababab;
}

#navigation ul.nav2nd li {
	color:#555555;
	margin-left:0px;
	font-size:1.0em;
}

#navigation ul.nav2nd a, #navigation ul.nav2nd a:link {
	display:block;
	color:#555555;
}

#navigation ul.nav2nd a.current: {
	background:#ababab;
	color:#555555;
	text-decoration:none;
}

#navigation ul.nav2nd a.current:link {
	background:#ababab;
	color:#555555;
	text-decoration:none;
}

#navigation ul.nav2nd a:hover {
	background:#3c3c3c;
	color:#ffffff;
	text-decoration:none;
}

/**
* @package Dreispalter
* @name DS CSS
* @author ZFeN - sven@zfen.de - http://www.zfen.de
* @version 1.0.1
*/

.dreispalter {
  width: 680px;
}

.dreispalter_1 {
  width: 215px;
}

.dreispalter_2 {
  width: 215px;
  margin-left: 15px;
}

.dreispalter_3 {
  width: 215px;
  margin-left: 15px;
}

.dreispalter_1, 
.dreispalter_2, 
.dreispalter_3 {
  float: left;
}

.clboth {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}

/* zweispalter_links
*******************************************************************************/

#zweispalter_links {
	position:absolute;
	top:15px;
	width:180px;
	left:10px;
}

/* zweispalter_rechts
*******************************************************************************/

#zweispalter_rechts {
	position:absolute;
	top:14px;
	width:200px;
	left:760px;
}

/* Beispiel CSS von Sven Jansen
im Feld "Block-Name" zweier für die Spaltenart "zweispaltig" und dreier für die Spaltenart "dreispaltig" angegeben */

/* 2+3 */
.zweier, .dreier {
 margin: 15px;
 width: 600px;
}

/* 2 */
.zweier .spalte_1 {
 width: 290px;
 float: left;
 background: red;
}

.zweier .spalte_2 {
 width: 290px;
 float: right;
 background: yellow;
}


/* 3 */
.dreier .spalte_1 {
 width: 15%;
 float: left;
 margin-right: 10px;
}

.dreier .spalte_2 {
 width: 25%;
 float: left;
 text-align: center;
}

.dreier .spalte_3 {
 width: 55%;
 float: right;
}

/**
* @package Zweispalter
* @name ZS CSS
* @author ZFeN - sven@zfen.de - http://www.zfen.de
* @version 1.0
*/

.zweispalter {
  width: 150px; 
}

.zweispalter_1 {
  width: 450px;
}

.zweispalter_2 {
  width: 250px;
  margin-left: 30px;
}

.zweispalter_1, 
.zweispalter_2 {
  float: left;
}

.clboth {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}

/* Linkliste ***********************************************/

.contentlinklist {
 margin-left: 0%;
 margin-top: 0px;
}

/* bei fixer Breite ggf.  width: 500px; einbauen */

.linkarea {
 background: none;
 margin-top: 10px;
 margin-bottom: 10px;
 padding: 0px;
}

.linkarea_head {
 font-size : 1.2em;
 font-weight: bold;
 text-transform : uppercase;
 background-color : transparent;
 padding : 5px 0px;
 margin : 0;
}

.linkarea_img {
 padding: 2px;
 background: #fff;
 float: left;
 margin-right: 15px;
 border: 0px;
}

.linkarea_txt {
 position: relativ;
 margin-left: 40%;
 border: 0px;
}

.linkarea_imgmax {
 padding: 10px;
 background: none;
}

.clean {
 clear: both;
}

/*	back
------------------------------------------------------------------------------*/
#back {
 	font-size : 1.1em;
	color:#afafaf;
	width: 675px;
	height: 20px;
	line-height:2.0em;
	background-image:url(background_zurueck_1.gif);
	margin:1em 0 8px 43px;
}
#back a:link {
	color:#666;
}
#back a:hover {
	color:#c40000;
	text-decoration:underline;
}

/*	eintragen
------------------------------------------------------------------------------*/
#eintragen {
	width: 700px;
	margin:1em 0 8px 191px;
}

/*	Hinweis Fachhandel
------------------------------------------------------------------------------*/
#hinweis {
  	width: 750px;
	color:#afafaf;
	margin:1em 0 8px 191px;
}

/*	Datum
------------------------------------------------------------------------------*/
#datum {
	position:absolute;
	bottom:6px;
	left:775px;
}

/*	Navigation Oben
------------------------------------------------------------------------------*/
#navoben {
	position:absolute;
	bottom:147px;
	left:751px;
	color:#f2f2f2;
}

#navoben a, #navoben a:link {
	color:#747474;
	text-decoration:none;
}

#navoben a:hover {
	color:#c30027;
	text-decoration:underline;
}

/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
	background-image:url(background_h1.gif);
	color:#025d97;
	font-family:arial, helvetica, verdana, sans-serif;
	padding-left: 25px;
	margin-top:0px;
	margin-bottom:16px;
	font-size:1.4em;
	line-height:3.0em;
}

#main-block .teaser h1 {
	font-size:1.4em;
}

/* Headline 2 */
#main-block h2 {
	color:#025d97;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
}

/* Headline 3 */
#main-block h3 {
	background-image:url(background_h3.gif);
	margin-left: 0px;
	color:#c40000;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.7em;
}

/* Headline 4 */
#main-block h4 {
	margin-left:1px;
	color:#8c8c8c;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.1em;
}

/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
	margin-bottom:1.2em;
	font-size:1.2em;
	line-height:1.6em;
}
#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size:1em;
}

#main-block ul {
	margin-left:14px;
	list-style-type:square;
}

#main-block ol {
	list-style-type:decimal-leading-zero;
}


/*	Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	color:#025d97;
	font-size:1.0em;
	text-decoration:none;
}

#main-block a:hover {
	color:#c30027;
	font-size:1.0em;
	text-decoration:underline;
}


/*	Images
*******************************************************************************/
#main-block div.image {
	width:absolute;
	margin-bottom:0;
	background:#ffffff;
	padding:0.3em 3px;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
}
#main-block div.image p {
	margin:0;
	font-size:0.9em;
}
#main-block div.flLeft {
	margin-right:14px;
}
#main-block div.flRight {
	margin-left:14px;
}


/*	footer
------------------------------------------------------------------------------*/
.footer {
	display:block;
	width:100%;
	background-image:url(bg_body.jpg);
	background-position:0 -100px;
}
.footer2 {
	padding:0 10px;
}
.footer p {
	margin:0;
	padding:12px 0;
	font-size:10px;
	text-transform:uppercase;
}

.footer p, 
.footer p a,
.footer p a:link {
	color:#555555;
}
.footer p a:hover {
	text-decoration:underline;
}

.footer .col-left {
	float:left;
	width:206px;
}
.footer .col-right {
	float:left;
}



/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:500px;
	background-color:#f4f4f4;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.1em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	color:#666;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
	background-color:#e4e4e4;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:320px;
	border:1px solid #d4d4d4;
}

#form-module input.text {
	width:250px;
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	width:200px;
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#5d9348;
	color:#ffffff;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#9e2a2a;
	color:#ffffff;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

/* form-exhibitor
*******************************************************************************/
#form-exhibitor * {
	padding:0px;
	margin:0px;
}

#form-exhibitor {
	margin:0px;
	padding:0px;
	background-color:#fff;
	color:#666;

}

#form-exhibitor fieldset {
	margin: 20px 0px 10px 0px;
	padding: 5px 10px;
	border: 1px solid #e7e7e7;
}

#form-exhibitor legend {
	background-color: white;
	color: #000;
	padding: 2px 10px;
	border: 1px solid #e7e7e7;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}


#form-exhibitor p {
	margin:0;
	padding-bottom:1em;
	font-size:1em;
	font-weight:bold;
}

#form-exhibitor h2 {
	padding:1em 0 1em 0;
}

#form-exhibitor .element {
	display:block;
	clear:both;
	background-color:#fff;
	border-top:2px solid #fff;
}

#form-exhibitor label {
	display:block;
	float:left;
	padding:0px;
	width:120px;
	border-right:2px solid #fff;
}

#form-exhibitor label.checkbox {
	width:252px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-exhibitor label.checkboxinner {
	width:250px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-exhibitor input, 
#form-exhibitor select, 
#form-exhibitor textarea {
	float:left;
	margin:2px;
	font-size:1em;
	width:250px;
	border:1px solid #999;
}

#form-exhibitor input:focus, #form-exhibitor input:hover,
#form-exhibitor select:focus, #form-exhibitor select:hover, 
#form-exhibitor textarea:focus, #form-exhibitor textarea:focus {
	background-color: #EFEEEE;
 	border:  1px solid #000;

}

#form-exhibitor input.text {
	height:1.4em;
}

#form-exhibitor input.textshort {
	width:30px;
}

#form-exhibitor input.textshortdisabled {
	display:none;
	float:none;
	width:50px;
	border:none;
}

#form-exhibitor input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-exhibitor input.checkboxinner {
	width:30px;
	padding:0;
	margin:0 0 0 123px;
	border:none;
}

#form-exhibitor input.submit { 
	margin:5px 5px 5px 123px;
	padding:2px 5px;
	width:120px;
	background-color:#f7f7f7;
	color:#000;
	font-size:1em;
	text-align:center;
	cursor:pointer;
}

#form-exhibitor input.submit:hover { 
	background-color:#DE2100;
	color:#fff;
}

#form-exhibitor label.textarea, 
#form-exhibitor textarea.textarea {
	height:96px;
}

#form-exhibitor-thanks {
	display:block;
	color:#666;
	font-size:1.2em;
}

.el_left {
	display:block;
	float:left;
	padding:0px;
	width:50%;
	border-bottom:1px solid black;
}

.el_right {
	display:block;
	width:50%;
	float:right;
	border-bottom:1px solid black;	
}

.el_left_place {
	padding-top:30pt;
	margin-top:30pt;
	padding-bottom:10pt;
	height:30pt;
	width:50%;
	border-bottom:1px solid black;
}

.el_right_stamp {
	padding-top:30pt;
	margin-top:30pt;
	height:30pt;
	width:50%;
	border-bottom:1px solid black;
}

.justforprint h2 {
	font-size:9pt;
	padding-top:20pt;
	orphans:5;
}

div.onearticle  {
	font-size:6pt; 
	line-height:130%;
	padding:1em 0;
} 

.noprintpage { display:none; }

.onearticle ul {
	list-style-image: none;
	list-style-position: inside;
}

.onearticle li {
	list-style-image: none;
	list-style-position: inside;	
}

.justprintnewpage {
	page-break-before:always;
}

/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin:0;
}
#main-block .download-hdl p {
	padding:3px 7px;
	background-color:#555555;
	font-weight:bold;
	color:#fff;
}

#main-block .download-file {
	padding:1.0em 7px;
	border-left:1px solid #555555;
	border-right:1px solid #555555;
}

#main-block .download-desc {
	margin-bottom:1.2em;
	padding:1.2em 7px;
	background-color:#9e2a2a;
	border-left:1px solid #555555;
	border-right:1px solid #555555;
	border-bottom:1px solid #555555;
}

#main-block .download-without-desc {
	margin-bottom:1.2em;
	border-top:1px solid #555555;
}

/* lightbox
*******************************************************************************/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }
#lightbox a:hover{ background-color: transparent; }

#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('blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { margin-top:10px; left: 0; float: left;}
#nextLink { margin-top:10px; right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/* JAOS Lightbox Style-Sheet
Einfaches Style-Sheet zur (X)HTML-validen Darstellung
der Thumbnails, ausgelegt auf eine Thumbnail-Grösse
von 60 x 80 Pixel.
Hoch- bzw. Querformat (ls/pt) wird vom Modul berechnet
und dem jeweiligen div's zugeordnet.
*/

div.jaosg_thumbnail{
	float: left;
	background: #DCDCDC;
	border: 1px solid;
	border-color: #AAA #444 #444 #AAA;
	margin: 5px 3px;
}

div.jaosg_thumbnail img{
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}
/* ls=landscape-Format der Thumbs */
div.ls img{
	height: 60px;
	width: 80px;
	margin: 20px 10px;
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 80px;
	width: 60px;
	margin: 10px 20px;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
}

/**
* @package Zweispalter
* @name ZS CSS
* @author ZFeN - sven@zfen.de - http://www.zfen.de
* @version 1.0
*/

.zweispalter {
  width: 700px; 
}

.zweispalter_1 {
  padding-left:10px;
  width: 250px;
}

.zweispalter_2 {
  width: 250px;
  margin-left: 30px;
}

.zweispalter_1, 
.zweispalter_2 {
  float: left;
}

.clboth {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}

/* zweispalter2
*******************************************************************************/

.zweispalter2 {
  padding-left:10px;
  width: 733px; 
}

.zweispalter2_1 {
  width: 240px;
}

.zweispalter2_2 {
  width: 190px;
  margin-left: 10px;
}

.zweispalter2_3 {
  width: 280px;
  margin-left: 10px;
}

.zweispalter2_1, .zweispalter2_2, .zweispalter2_3 {
  float: left;
}
