/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color: #131313;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#989898;
	padding:0px;
	margin:0px;	
	text-align:center;
	}

#right
{
	text-align:right;
}

html, body {
     min-height:100.1%;
	}

/* .............................. */
/* Links */
/* .............................. */

a {
	color:#276e9d;
	text-decoration:none;
	}

a:hover {
	color:#47b6ff;
	text-decoration:none;
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 {
    float:left;
	clear:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:2px;
	color:#eee;
	margin:0px;
	margin-left:5px;
	padding:0px;
	top:10px;
	position:static; /*hier verändert*/
	}
	
h1 a {
    text-decoration:none;
	color:#eee;
	}

h1 a:hover {
    text-decoration:none;
	color:#999999;
	}

.title {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#eee;
	margin:0px;
	margin-bottom:5px;
	margin-left:5px;
	padding:0px;
	}

h3 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#ddd;
	text-align:left;
	}

/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
    background:#333333;
	border-bottom:1px solid #505050;
	padding:5px;
	height:15px; /*hier verändert*/
	margin-bottom:20px;
	}

.menu {
    float:right;
	/*clear:right;
	text-align:right;*/	
	font-size:11px;
	top:10px;
	position:static; /*hier verändert*/
	}
.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	color:#989898;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#FFFFFF;
	} /*für das menü links oben*/
	
/* .............................. */
/* Content*/
/* .............................. */

	
#photo {
    background:#131313;
    padding:10px;
	border:1px solid #313131;
	}

#image-navigate {
    background:#131313;
	padding:20px;
	height:15px;
	width:70%;
	margin:0px auto;
	}
	
#image-navigate a {
	padding:10px;
	}

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

#image-info {
    background:#232323;
	border:1px solid #505050;
	padding:20px;
	text-align:justify;
	width:70%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	color:#818181;
	}
		

/* .............................. */
/* Browse */
/* .............................. */

#page {
    background:#232323;
	border:1px solid #505050;
	padding:10px;
	text-align:left;
	width:80%; /*geändert*/
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}	
	
	/*für die Map Seite*/
#pagemap {
	border:1px solid #505050;
	padding:20px;
	text-align:left;
	width:65%;/*hier verändert*/
	margin:0px auto;
	margin-bottom:25px;
	margin-top:25px;
	line-height:16px;
	}	
#pageborder
	{
	border:1px solid #505050;
	padding: 15px;
	}		
/*---------------------------------*/
#page a {
    font-weight:bold;
	}
	
#page img {
	background:#131313;
    padding:25px;
	border:1px solid #505050;
	}

.column{
	width:50%;
	text-align:left;
	vertical-align:top;
	}
	
.thumbnails {
	border:1px solid #ffffff;
	padding:3px;
	margin:3px;
	}

/* .............................. */
/* Comments */
/* .............................. */

#tables
{
	border:1px solid #989898;
	padding:15px;
	text-align:left;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#989898;
}
#tablescenter
{
	text-align:center;
}
	
/* .............................. */
/* Footer */
/* .............................. */

#footer {
   text-align:center;
   margin-bottom:20px;
   }

