

/* CSS
--------------------------------------------------*/
html {
	height:100%;
	background:#222222;
}

body {
	width:1224px;
	min-height:100%;
	margin:0 auto;
	color:#999999;
	background:#2e2e2e;
	border-left:1px solid;
	border-color:#383838;
}

#inhalt {
	margin: 0 auto;
	width:1064px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#c0c0c0;
}

/* Links
--------------------------------------------------*/
a:link, a:visited, a:active {
	color:#437d93;
	text-decoration:none;
}

a:hover {
	color:#c0c0c0;
	text-decoration:none;
}

a img {
	border:0;
}

/* IDs
--------------------------------------------------*/
#titel {
	padding:10px 0 45px;
	font-family: "Verdana", Helvetica, sans-serif;
	font-size:11px;
	color:#c0c0c0;
	letter-spacing:5px;
}

#titel a img {
	margin-top: 30px;
}

#copyright {
	position: relative;
	width:1064px;
	margin: 0 auto;
	margin-top:30px;
	padding:10px 0 22px;
	clear:both;
	text-align:center;
	font-family: "Verdana", Helvetica, sans-serif;
	font-size:10px;
	color:#c0c0c0;
	letter-spacing:4px;
	border-top:1px solid;
	border-color:#444444;
}

/* Classes
--------------------------------------------------*/
#inhalt img {
	padding-bottom: 40px;
}

#inhalt a img {
	padding-bottom: 0px;
}

#inhalt .text img {
	padding-bottom: 0px;
}

.hidepics {
	width:0px;
	height:0px;
	visibility:hidden;
}


/* Images
--------------------------------------------------*/
#overview_headline {
	margin-top: 20px;
	padding-bottom: 7px;
	padding-left:30px;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#c0c0c0;
	letter-spacing:8px;
}

#overview_box {
	width:1064px;
	margin: 0 auto 0;
	padding: 20px 0pt 0pt 30px;
	text-align:center;
	background:#2e2e2e;
}

.overview_image {
	float:left;
	margin: 0pt 30px 30px 0pt;
	background:#333333;
	border:1px solid;
	border-color:#383838;
	}

.overview_image img {
	border:1px solid;
	border-color:#383838;
}

#overview_foot {
	clear:left;
	height:200px;
}

/* Headings
--------------------------------------------------*/
#img_head {
	margin: 0 auto;
	width:1064px;
	padding:36px 0 36px;
	padding-bottom:36px;
	font-family: "Verdana", Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing:2px;
	color:#c0c0c0;
	border-bottom:1px solid;
	border-color:#444444;
}

#img_counter {
	height:0px;
	margin-right:-10px;
	text-align:right;
	font-size:12px; letter-spacing:0px;
	color:#383838;
}

#img_image {
	margin: 0 auto;
	text-align:center;
	background:#2e2e2e;
	border:1px solid;
	border-color:#383838;
}

#img_image img {
	border:1px solid;
	border-color:#383838;
}

#img_space {
	height:25px;
}

#img_foot {
	position: relative;
	margin: 0 auto;
	margin-top:10px;	
	width:1064px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#888888;
	line-height: 20px;
	letter-spacing:3px;
}

#img_number {
	position: relative;
	margin: 0 auto;
	margin-top:20px;	
	width:1064px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#888888;
	line-height: 20px;
	letter-spacing:3px;
}

/* Specifications
--------------------------------------------------*/

a.img_specs img {
	position: relative;
	bottom: 0px;
	border: 0;
}
a.img_specs:hover img {display:none;}

.img_sdata {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #888;
	background: #2e2e2e;
	text-align:center;
	line-height: 20px;
	letter-spacing:3px;
}
a.img_specs .img_sdata {display:none;}
a.img_specs:hover .img_sdata {display:block;}


/* Navigation
--------------------------------------------------*/
.paginate {
	color: #c0c0c0;
	font-family: "Verdana", Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 16pt;
	color:#c0c0c0;
	padding: 0px 7px 11px 7px;
	margin: 0px;
	text-align: center;
}

.paginate a {
	padding: 2px 7px;
	border: solid 1px #383838;
	color: #c0c0c0;
	text-decoration: none;
}

.paginate .this-page {
	padding: 2px 7px;
	font-size: 7pt;
	border: solid 1px transparent;
	color: #555555;
}

.paginate a:hover {
	color: #c0c0c0;
	background: #437d93;
	border-color: #c0c0c0;
	text-decoration: none;
}

.imagenav .left, .imagenav .right {
	padding: 6px 0;
}

.imagenav {
	color: #c0c0c0;
	margin-bottom: 10px;
	text-align: center;
}

.imagenav a {
	color:#437d93;
	padding: 3px 6px;
	border: solid 1px #383838;
	text-decoration: none;
}

.imagenav a:hover {
	color: #c0c0c0;
	background: #437d93;
	border-color: #c0c0c0;
	text-decoration: none;
}

.imagenav .this-page {
	color: #383838;
	padding: 3px 6px;
	border: solid 1px transparent;
	text-decoration: none;
}

.left {
	float: left;
	clear: right;
	background: transparent;
}

.right {
	float: right;
	background: transparent;
}

.center {
	text-align: center;
	margin: 0 auto;
}

