/* CSS document for cy-cms  */
/* (c) ChypsoTech, 2010     */
/* for cms V1.0           */

body {
	behavior: url("csshover3.htc"); 	
}

div.centerdiv {
text-align:center;
}

img {
border:0;
}

div.cleardiv {
	clear:both;
}

/* cms Infos Formatieren ***********************************************/
div.cmsinfo {
position:absolute;
text-align:right;
top:0px;
width:320px;
left:830px;
height:12px;
vertical-align:top;
}

a.cmsinfo, a.cmsinfo:link, a.cmsinfo:visited, a.cmsinfo:active {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:none;
font-weight:normal;
color:#e18a19;
}

a.cmsinfo:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:underline;
font-weight:normal;
color:#FFFFFF;
}

/* Menu Gestaltung *****************************************************/
/* ul umformatieren */
ul.menuul {
display:block;
list-style-type:none;
padding:0px;
margin-top:-1px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
float:left;
z-index:100;
}

/* Hoehe eines Menuepunktes */
ul.menuul li {
position:relative;
margin:0px;
height:30px;
float:left;
}


/* Sublevel formatieren */
ul.menuul ul.menuul {
position:absolute;
display:none;
width:200px;
top:0px;
left:200px;
z-index:10;
}

/* Subsublevel formatieren */
ul.menuul ul.menuul ul.menuul {
position:absolute;
display:none;
width:200px;
top:0px;
left:200px;
z-index:10;
}


/* Sublevels sichtbar machen  */
ul.menuul li:hover ul, ul.menuul a:hover ul {
display:block;
z-index:10;
}

/*Subsublevels sichtbar machen */
ul.menuul li ul.menuul li:hover ul {
display:block;
z-index:10;
}




/* Menuelinks formatieren ******************************************* */
a.hlink, a.hlink:link, a.hlink:visited, a.hlink:active {
display:block;
float:inherit;
margin-bottom:0px;
margin-top:0px;
text-indent:15px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#FFFFFF;
font-size:14px;
font-weight:400;
width:201px;
height:30px;
line-height:30px;
z-index:9;
border-style:solid;
border-width:1px;
border-color:#FFFFFF;
background-color:#e18a19;
border-collapse:collapse;
}

a.hlink:hover {
display:block;
float:inherit;
text-indent:15px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#FFFFFF;
font-size:14px;
font-weight:400;
width:201px;
height:30px;
line-height:30px;
margin:0px;
z-index:9;
border-style:solid;
border-width:1px;
border-color:#FFFFFF;
background-color:#ffa628;
border-collapse:collapse;
}

a.sublink, a.sublink:link, a.sublink:visited, a.sublink:active {
display:block;
text-indent:10px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#FFFFFF;
font-size:14px;
font-weight:400;
width:200px;
height:30px;
line-height:30px;
margin:0px;
background-color:#e18a19;
z-index:9;
float:inherit;
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
background-color:#e18a19;
border-collapse:collapse;
}

a.sublink:hover {
display:block;
text-indent:10px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#FFFFFF;
font-size:14px;
font-weight:400;
width:200px;
height:30px;
line-height:30px;
margin:0px;
background-color:#e18a19;
z-index:9;
float:inherit;
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
background-color:#ffa628;
border-collapse:collapse;
}

a.subsublink, a.subsublink:link, a.subsublink:visited, a.subsublink:active {
display:block;
text-indent:10px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#FFFFFF;
font-size:14px;
font-weight:400;
width:200px;
height:30px;
line-height:30px;
margin:0px;
background-color:#e18a19;
z-index:9;
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
background-color:#e18a19;
border-collapse:collapse;
}

a.subsublink:hover {
display:block;
text-indent:10px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#FFFFFF;
font-size:14px;
font-weight:400;
width:200px;
height:30px;
line-height:30px;
margin:0px;
background-color:#e18a19;
z-index:9;
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
background-color:#ffa628;
border-collapse:collapse;
}

/* ID fuer Format des aktuell selektierten Links */
a#activelink {
background-color:#a76613;
color:#FFFFFF;
}

/* end of Menu Gestaltung **************************************************/


/*Kontaktformular, Gaestebuch */

input, textarea {
border-spacing:0px;
border:1px solid;
border-width:1px;
border-style:solid;
border-color:#333333;
margin:0px;
padding:0px;
width:200px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background-color:#FFFFFF;
}

input[type="submit"] {
	width:202px;
	margin-top:3px;
}

td.kontakttddescription {
width:130px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:400;
color:#a76613;
}

tr.kontakttr {
height:20px;
}

table.guestbooktable {
width:100%;
border:solid;
border-width:thin;
border-collapse:separate;
border-style:solid;
border-bottom-color:#666666;
margin-bottom:10px;
}

tr.guestbooktiteltr {
background-color:#e18a19;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:600;
color:#DDDDDD;
}

tr.guestbooktiteltr td {
	width:50%;
}

tr.guestbookbetrefftr {
background-color:#DDDDDD;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:600;
}

tr.guestbookmitteilungtr {
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:300;
}

/* Rueckruf Anforder Formate ********************/
div.rueckrufmodul {
position:relative;
top:52px;
left:0px;
margin:0px;
width:290px;
height:138px;
background-image:url(page_images/rueckrufbg.jpg);
}

div.rueckrbez1 {
position:absolute;
display:block;
top:5px;
margin:0px;
left:0px;
height:25px;
width:100px;
}
div.rueckrbez2 {
position:absolute;
display:block;
top:40px;
margin:0px;
left:0px;
height:25px;
width:100px;
}

div.rueckrvalue1 {
position:absolute;
display:block;
top:5px;
height:25px;
line-height:25px;
margin:0px;
width:140px;
left:122px;
}
div.rueckrvalue2 {
position:absolute;
display:block;
top:40px;
height:25px;
line-height:25px;
margin:0px;
width:140px;
left:122px;
}

div.rueckrbutton {
position:absolute;
display:block;
width:265px;
height:25px;
left:-3px;
top:70px;
}

input.rueckrbutton {
background-image:url(page_images/button_rueckr_bg.jpg);
border:none;
height:25px;
width:265px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

input.rueckrbutton:hover {
background-image:url(page_images/button_rueckr_bg.jpg);
border:none;
height:25px;
width:265px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

input.rueckrvalue {
background-image:url(page_images/input_rueckr_bg.jpg);
border:none;
border-width:0px;
width:140px;
height:25px;
line-height:25px;
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
margin:0px;
padding:0px;
color:#000000;
}

p.rueckr {
font-family:Arial, Helvetica, sans-serif;
top:0px;
margin:0px;
font-size:11px;
text-decoration:none;
font-style:normal;
color:#000000;
line-height:25px;
margin-left:0px;
}

/* Lastupdate Format */
p.lastupdate {
display:block;
height:14px;
line-height:14px;
background-image:url(page_images/lastupdateline.gif);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:400;
text-align:left;
color:#999999;
}

/* Fotogalerie formate **************************/

/* Albeninhalts�bersichtstabelle */
table.fotogal {
width:100%;
}

td.fotogalfotobackground {
/*background-color:#CCCCCC;*/
padding:5px;
border:solid;
border-width:1px;
border-color:#CCCCCC;
}

td.fotogalfotobackground:hover {
background-color:#d78d22;
padding:5px;
border:solid;
border-width:1px;
border-color:#000000;
}

/* Alben�bersichtstabelle */
table.fotogalalbentable {
width:100%;
border:solid;
border-color:#e18a19;
border-width:1px;
margin-bottom:20px;
}

td.fotogalalbentiteltd {
font-family:Arial, Helvetica, sans-serif;
height:20px;
background-color:#F4FBF8;
font-size:12px;
color:#006633;
font-weight:600;
}

td.fotogalalbenpreviewtd {
width:120px;
vertical-align:top;
background-color:#F4FBF8;
}

td.fotogalalbenbeschrtd {
vertical-align:top;
}

td.fotogalalbentdungerade {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#006633;
font-weight:300;
background-color:#00CC99;
}

td.fotogalalbentdgerade {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#006633;
font-weight:300;
background-color:#00CC88;
}

td.fotogalalbenlastupdtd {
height:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#999999;
background-color:#F4FBF8;
}


/* Bild oeffnen css styles **************************/
#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(page_images/vorherigesbild.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(page_images/naechstesbild.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: 100px; 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; }
