/* Reset
------------------------------------------------------------------------- */
 
/* Based on http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
 
ol, ul { list-style: none; }
 
blockquote, q { quotes: none; }
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
:focus { outline: 0; }
 
ins { text-decoration: none; }
 
del { text-decoration: line-through; }
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}
 
a { outline: none; }
 
/* Reset
------------------------------------------------------------------------- */

a{
    color: #28f;
    text-decoration: none;
}

#page{
	width: 960px;
	margin: 0 auto;
    margin-top: 20px;
	background-color: #eee;
	-moz-box-shadow: 0px 5px 50px #222;
    -webkit-box-shadow: 0px 5px 50px #222;
    
    -moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
    
    border: solid 1px #000;
}

#header{

}

#content{
	width: 620px;
	float: left;
	padding: 10px 5px 10px 20px;
	font-size: 0.9em;
}

#content h1{
    font-size: 1.5em;
}

#content p{
    margin-bottom: 10px;
}

#menu{
	width: 290px;
	float: right;
	padding: 44px 10px;
	font-size: 0.9em;
}

#menu ul{
    list-style: none;
    font-weight: bold;
    font-size: 1.1em;
}

#menu ul ul {
    list-style: none;
    padding-left: 25px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 0.9em;
}


#footer{
    clear: both;
    width: 100%;
    border-top: 1px solid #28f;
    text-align: center;
    font-size: 12px;
    padding: 12px 0px 10px 0px;
}

.gallery{
    padding: 10px 10px 10px 10px;
    margin: 20px 3px 3px 3px;
    border: solid 1px #999;
}

#infobox{
    width: 250px;
    padding: 10px 10px 10px 10px;
    margin: 20px 3px 20px 3px;
    border: solid 1px #999;
    background-color: #bbb;
    font-size: 0.8em;
}

#infolist{
    margin-top: 14px;
}

#infobox ul{
    list-style: none;
    font-weight: bold;
    padding-top: 6px;
}

#infobox ul ul{
    list-style: none;
    font-weight: normal;
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 15px;
}

.alist{
    list-style: disc;
    margin-left: 30px;
}

/*
----------------Kontaktformular-------------------
*/


#contact_hints{
    background-color: #fa4;
    border: solid 1px #d21;
    padding: 10px;
    margin-bottom: 10px;
}


#id_contact_form input textarea select{
    display: block;
}

p.validationerror input, p.validationerror textarea { background: #FFD6C4 url(/mediafiles/images/alert.png) no-repeat right top; border: 1px solid #E16357; border-right: 3px solid #E16357; }

input:focus, textarea:focus { background: #8be; border: 1px solid #059 ; } 
input.button { background: #EEE; width: auto; }

/*
----------------END Kontaktformular-------------------
*/





/*
----------------LIGHTBOX-------------------
*/


#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(http://www.kuhlsolutions.de/mediafiles/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.kuhlsolutions.de/mediafiles/images/lightbox/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/*
----------------END LIGHTBOX-------------------
*/


