/* Misc */

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;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
	
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

header, 
nav, 
article, 
footer, 
address { 
	display:block; 
}

/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* PAGE */

body {
	font-family: Courier New,Courier,Georgia,serif;
	color: #000;
	font-size: 11px;
	background: #fff url(../images/gradient.gif) repeat-x;
	overflow-x: hidden;
}

#container {
	z-index: 1000;
	position: relative;
	width: 981px;
	height: 800px;
	margin: 0 auto;
}

	#contactInfo {
		visibility: hidden;
		position: absolute; right: -532px; top: 200px;
		padding: 20px 15px 0 15px;
		line-height: 17px;
		background: url(../images/contact_bg.png) no-repeat;
		width: 502px; height: 99px;
		z-index: 5000;
	}
	
		#contactInfo .address {
			float: left;
			padding: 0 10px;
			width: 165px;
		}
		
		#contactInfo .mob-mail,
		#contactInfo .networks {
			float: left;
			width: 140px;
			margin: 0 0 0 40px;
		}
		
		#contactInfo .networks {
			margin: 0;
			width: 90px;
			padding: 0 0 0 40px;
		}

	#crossfade,
	#vita {
		position: absolute;
	}
	
		#btns {
			z-index: 1000;
			position: absolute;
		}
			
			#btnLeft {
				position: absolute;
				margin: 292px 0 0 6px;
			}
			
			#btnRight {
				position: absolute;
				margin: 292px 0 0 918px;
			}
			
		#photoContainer {
			position: absolute;
			width: 981px;
			height: 651px;
			overflow: hidden;
		}
	
			#overlayDiv,
			#underlayDiv,
			#overlay,
			#underlay {
				position: absolute;
				padding: 0;
				margin: 0;
			}
			
			#thumbnails {
				z-index: 300;
				position: absolute;
				bottom: 0;
				left: 0;
				margin: -129px 0 0 0;
				width: 100%; height: 129px;
				background: transparent url(../images/thumbnails_bg.png) repeat;
			}
			
				#thumbnails .btn {
					position: absolute;
					width: 54px; height: 100%;
					padding: 52px 0 0 28px;
				}
				
				#thumbnails .btn.left {
					left: 0;
				}
				
				#thumbnails .btn.right {
					right: 0;
				}
				
				#thumbnails .thumbs {
					position: relative;
					margin: 0 auto;
					width: 830px;
					height: 99px;
					overflow: hidden;
					padding: 14px 0 0 14px;
				}
					
					#thumbnails .thumbs a img {
						position: absolute;
						-moz-border-radius: 0; 
						-webkit-border-radius: 0;
						border: none;
					}
					
					#thumbnails .thumbs a span {
						background: #000;
						width: 151px;
						height: 100%;
						position: absolute;
						top: 15px;
						display: block;
						visibility: hidden;
					}

						#thumbnails .thumbs a span img {
							display: inline;
							position: absolute;
							top: 50%;
							left: 50%;
							margin: -16px 0 0 -8px;
						}
						
					#thumbnails .thumbs a {
						border: 0;
						float: left;
						display: block;
						width: 151px;
						height: 99px;
						margin: 2px 15px 0 0;
					}
					
					#thumbnails .thumb a.last {
						margin: 0;
					}
					
					#thumbnails .thumbs a:hover {
						border: none;
					}
			
			#imageInfo {
				width: 635px;
			}
		
		#init {
			visibility: hidden;
			position: absolute;
			padding: 0; margin: 0;
			left: 460px; top: 297px;
		}
	
		#crossfade div.imageContent,
		#vita div.content {
			width: 951px;
			position: relative;
			line-height: 17px;
			padding: 15px;
			top: 650px;
		}
			#vita div.content {
				top: 550px;
			}
			
				#vita div.content div.left {
					float: left;
					width: 625px;
				}
				
				#vita div.content div.right {
					float: right;
					width: 295px;
				}
		
			#crossfade div.imageContent div.info {
				float: left;
			}
			
			#crossfade div.imageContent div.pageNo {
				float: right;
				line-height: 12px;
				text-align: right;
			}
			
				a#control,
				a#toggleThumbnails {
					font-weight: bold;
					text-decoration: none;
				}
				
			footer.imprint {
				width: 100%;
				clear: both;
				float: left;
				margin: 25px 0 0 0;
				font-size: 10px;
				color: #ccc;
			}
			
				footer.imprint a {
					color: #999;
					text-decoration: none;
				}
				
				footer.imprint a:hover {
					text-decoration: line-through;
				}
				
				footer.imprint p.copyright {
					float: left;
				}
				
				footer.imprint p.authors {
					float: right;
				}

	#page {
		z-index: 1000;
		position: absolute;
	}

	header {
		width: 200px;
		height: 250px;
		padding: 0 0 0 15px;
		background: url(../images/header_bg.png) no-repeat;
	}
	
	header #logo {
		width: 144px;
		height: 122px;
		margin: 0 0 20px 0;
		text-indent: -9999px;
	}
	
		header #image {
			width: 144px;
			height: 122px;
			display: block;
			background: url(../images/logo.png) no-repeat;
			background-position: 0 0;
		}
		
		.morph {
			background-position: 0 -122px;
		}
		
	header nav#main {
		line-height: 14px;
	}
	
	header nav#main a,
	header nav#main span {
		color: #333;
		font-weight: normal;
		font-size: 14px;
		float: left;
		margin: 0 10px 0 0;
	}
	
	header nav#main a {
		font-size: 13px;
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}
	
	header nav#main a:hover {
		color: #666;
	}
	
	header nav#sub {
		margin: 15px 0 0 0;
		float: left;
		line-height: 17px;
		color: #333;
	}
		
		header nav#sub a {
			text-decoration: none;
			color: #333;
			padding: 0 0 0 3px;
		}
		
		header nav#sub a:hover {
			font-weight: bold;
		}
		
		header nav#sub a.active {
			color: #fff;
		}
		
		* html header nav#sub a.active {
			color: #333;
		}
	
		header nav#sub ul {
			padding: 0;
			margin: 0;
		}
			
			header nav#sub li span {
				color: #00ccff;
				font-weight: bold;
			}
			
			header nav#sub li.active a,
			a.active {
				font-weight: bold;
				background: #333;
				padding: 2px 3px 2px 3px;
				color: #fff;
				-moz-border-radius: 5px; 
				-webkit-border-radius: 5px;
				text-decoration: none;
			}

	a {
		color: #000;
		text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;
	}