
/* special elements ***************************************/

.eyecatcher {
		color: #CC0000;
		}

span.lead {
		font-family: 'Georgia';
		font-style: italic;
		font-size: 18px;
		line-height: 24px;
		color: #2E1C86;
		}

span.quotes {
		font-family: 'Georgia';
		font-style: italic;
		font-size: 24px;	
		color: #A8CDEE;
		}

table.center {
		width: 816px;
		}

table.center td {
		text-align: center;
		}

table.norm, table.links {
		width: 816px;
		}

table.norm td, table.links {
		text-align: left;
		}

table.links td	{
		border-bottom: 1px solid #A8CDEE;
		line-height: 24px;
		}

table.preise th, table.preise td {
		padding: 4px 12px 2px 8px;
		border-bottom: 1px solid #A8CDEE;
		text-align: left;
		}

table.preise th {
		border-right: 1px solid #A8CDEE;
		}

table.preise td.r {
		text-align: right;
		}

/* basic elements *****************************************/

body	{
		background-image: url("../_images/background.jpg");
		background-repeat: no-repeat;
		background-position: center top;
        background-color: #FFFFFF;
        font-family: 'Trebuchet MS','Arial',sans-serif;
        font-size: 15px;
        line-height: 20px;
        color: #333333;
        margin: 0px;
        overflow: -moz-scrollbars-vertical;
        }

table	{
		table-layout: auto;
		border-collapse: seperate;
		border-style: none;
		border-width: 0px;
		border-spacing: 0px;
		}

th		{
		text-align: left;
		}


td		{
        font-family: 'Trebuchet MS','Arial',sans-serif;
        font-size: 15px;
        line-height: 20px;
        color: #333333;
        padding: 0px;
		vertical-align: top;        
		}

a		{
		color: #336600;
		text-decoration: underline;
        }

a:hover, a:active {
		color: #336600;
		text-decoration: none;
        }

a img	{
		border: 0px;
		}

h1		{
		font-family: 'Trebuchet MS','Arial',sans-serif;
		font-size:24px;	
		}

h2		{

		}

img		{
		border: 0px;
        }


/* forms **************************************************/

form	{
		margin: 0px;
		padding: 0px;
		}

input, select, textarea	{
		font-family: 'Trebuchet MS','Arial',sans-serif;
		font-size:15px;
		border: 1px solid #A8CDEE;
		width: 240px;
		margin-bottom: 8px;
		}

input:focus, select:focus, textarea:focus	{
		font-family: 'Trebuchet MS','Arial',sans-serif;
		font-size:15px;		
		border: 1px solid #A8CDEE;
		width: 240px;
		margin-bottom: 8px;
		background-color: #DEECF8;
		}

input.btn:focus, input.btn:hover {
		background-color: #DEECF8;
		cursor: pointer;
		}


/* basic layout *******************************************/

#page_margins	{
		margin-top: 48px;
		}


#page	{
		width: 864px;
        }


#header	{
		position: relative;
		clear: both;
        }


#topnav	{

        }


#nav	{
		clear: both;
		width: auto;
		margin-left: 24px;
        }

#nav div	{
		float: left;
		margin-bottom: 8px;
		}

#photoslide	{
		position: relative;
		clear: both;
		width: 816px;
		height: 240px;
		text-align: left;
		margin-bottom: 24px;
		}

#photoslide.none	{
		position: relative;
		clear: both;
		width: 816px;
		height: 0px;
		text-align: left;
		margin-bottom: 16px;
		}

#main	{
		float: left;
		clear: both;
		width: auto;
		background-color: #FFFFFF;
        }

#content	{
		position: relative;
		margin: 0px 24px 0px 24px;
		padding-bottom: 24px;
		background-color: #FFFFFF;
		min-height: 260px;
		}

#footer {
		clear: both;
		width: 864;
		height: 16px;
		font-size: 11px;
		color: #999999;
		padding: 24px 24px 16px 24px;
		margin-bottom: 64px;
		background-image: url("../_images/footer.gif");
		background-repeat: no-repeat;
		background-position: center bottom;
        }

#footer #copy	{
		float: left;

}

#footer #footnav	{
		float: right;
}

#footer a		{
		color: #999999;
		text-decoration: underline;
        }

#footer a:hover, a:active {
		color: #336600;
		text-decoration: none;
        }


/* 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(../_images/_lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../_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; }
