/* LINKS
--------------------------------------------------*/

a:link          { text-decoration:none; font-family: Arial; color: #427844; }
a:visited       { text-decoration:none; font-family: Arial; color: #427844; }
a:hover         { text-decoration:none; font-family: Arial; color: #ee5f0e; }

a.navi_bottom:link      { text-decoration:none; font-family: Arial; color: #7e4e2e; font-size: 14; margin-left: 5px; font-weight: bold; line-height: 1.5; }
a.navi_bottom:visited   { text-decoration:none; font-family: Arial; color: #7e4e2e; font-size: 14; margin-left: 5px; font-weight: bold; line-height: 1.5; }
a.navi_bottom:hover     { text-decoration:none; font-family: Arial; color: #ee5f0e; font-size: 14; margin-left: 5px; font-weight: bold; line-height: 1.5; }

a.fblink:link      { color: rgb(24, 119, 242); }
a.fblink:visited   { color: rgb(24, 119, 242); }
a.fblink:hover     { color: rgb(24, 119, 242); }

/* BODY
--------------------------------------------------*/

body {
	margin-top:0;
    margin-left:3;
	margin-bottom:0;
	padding: 0px;
	background-image: url('images/layout/pattern.jpg');
	background-repeat: repeat;
	background-color:#222222;
	overflow-y: scroll;
}

table#container {
	background-image: url('images/layout/background.png');
	background-position: bottom;
	background-repeat: repeat;
	table-layout: fixed;
	box-shadow: 0px 0px 5px 5px #000000;
}

td.text { 
	font-size: 15px;
	line-height: 20px;
}

/*
.navigation {
	margin-top:0px;
    margin-left: 20px;
	margin-bottom:0px;
    margin-right: 0px;
	padding: 0px;
    font-family: Arial;
	font-size: 11px;
	text-align: left;
	}
*/

p, td { 
    font-family: Arial;
    color:#7e4e2e;
}

p.text { 
	margin-top: 12px;
    margin-left: 70px;
    margin-right: 70px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 20px;
}

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

p.legende { 
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
	
p.disclaimer { 
	margin-top: 20px;
    margin-left: 70px;
    margin-right: 70px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
}

p.navigation_bottom {
    margin-top: 150px;
    margin-right: 25px;
	padding: 0px;
	font-size: 11px;
	text-align: right;
}

h1 {
    margin-left: 70px;
    margin-right: 70px;
	margin-bottom: 0px;
  	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	color: #7e4e2e;
}

h2 {
	margin-top: 20px;
    margin-left: 70px;
    margin-right: 70px;
	margin-bottom: 0px;
  	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	color: #7e4e2e;
	letter-spacing: 0.03em;
}

form { 
	margin-top: 20px;
    margin-left: 70px;
	margin-right: 70px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 15px;
	color:#7e4e2e;
	line-height: 20px;
}

ul {
	margin-top: 20px;
    margin-left: 90px;
    margin-right: 70px;
	margin-bottom: 0px;
	padding: 0px;
    font-family: Arial;
	font-size: 15px;
    color:#7e4e2e;
	line-height: 20px;
}

img.standard {
    margin-left: 70px;
}

img.border, img.bordernohov, img.standard {
	border-width: 1px;
	border-style: solid;
	border-color: #7e4e2e;
}

img.border:hover {
	border-color: #ee5f0e;
}

img.gallery {
	margin: 0px 18px 12px 0px;
}

div#header {
	background-color: transparent;
	width: 940px;
	height: 250px;
	position: relative;
	top: 0px;
	left: 0px;
}

div#wappen {
	background-color: transparent;
	width: 130px;
	height: 160px;
	text-align: center;
	position: absolute;
	top: 190px;
	left: 765px;
	z-index: 99;
}

div#wappen img {
	margin: 0px;
}

/* NAVIGATION
--------------------------------------------------*/

#menu {
	position: absolute;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

#menu ul {
	margin: 0px 0px 0px 60px;
	padding: 0px;
}

#menu li {
	position: relative;
	float: left;
	list-style: none;
}

#menu li:hover {
	background: #552d20;
}

#menu li a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #dcc69f;
	text-decoration: none;
	display: block;
	line-height: 20px;
	padding: 10px 30px 10px 10px;
}

#menu li ul {
	margin: 0px;
	position: absolute;
	display: none;
	background: #552d20;
}

#menu li.submenu {
	float: none;
	width: auto;
	border-top: 1px solid #dcc69f;
}

#menu li.submenu:hover {
	background: #9a6858;
}

#menu li.submenu a {
	padding: 5px 10px;
}

#menu li:hover > ul {
	display: block;
}

/*
.topmenu a {
	float: left;
	width: 60px;
	text-align: left;
	white-space: nowrap;
	background-color: black;
	margin: 0px 25px 0px 0px;  
}
.topmenu a.close {
	width: 32px;
	padding: 0;
	border: 0;
	margin-left: -32px;
	background-color: transparent;
}

.submenu a {
	width: 100px;
	margin: 0px;  
}

.topmenu ul {
	display: none;
}
.topmenu ul.visible {
	display: block;
	z-index:500;
}

.submenu a {
	padding: 5px 8px;
}

.topmenu:hover ul {
	display: block;
	z-index:500;
}
*/

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