body {
	margin:      25px 0 0 0; 
	padding:     0;
	text-align:  center;
	font-family: Times,serif;
	font-size:   12px;
	line-height: 18px;
	background:  #000000;
}

/*** Globale Formatierungen ***/

form { margin: 0; padding: 0; }
img, table { border: none; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; font-size: 0px; line-height: 0px; height: 0px; }

.small-upper {
	font-size:      9px;
	font-weight:    bold;
	line-height:    16px;
	letter-spacing: 0.6px;
	text-align:     center;
	text-transform: uppercase;
}

/*** Layout ***/
#wrapper {
	position:   relative;
	width:      954px;
	margin:     0 auto;
	text-align: left;
}
	/** Header **/
	#header {
		position:   relative;
		width:      954px;
		height:     270px;
		background: transparent url('/images/layout/bg-header.gif') no-repeat 14px 0;
	}
		#header-top {
			position:   absolute;
			top:        24px;
			left:       0px;
			width:      954px;
			height:     270px;
			background: transparent url('/images/layout/bg-header-top.png') no-repeat;
		}
			#header-top-subtitle {
				position: absolute;
				top:      172px;
				left:     332px;
				width:    297px;
				color:    #32373B;
			}
		
		/* Navigation */
		#nav {
			position: absolute;
			top:      91px;
			left:     0px;
			height:   44px;
			margin:   0;
			padding:  0;
		}
			.nav-item {
				position:   absolute;
				list-style: none;
				float:      left;
			}
				.nav-item a {
					display:  block;
					position: relative;
					width:    100%;
					float:    left;
					height:   44px;
					color:    transparent;
				}
					.nav-item a span {
						display:  block;
						position: absolute;
						top:      -9999px;
					}
				
				#nav-home { left: 97px; }
				#nav-home a {
					width:      75px;
					background: url('/images/layout/nav-sprite.png') no-repeat -6px 0px;
				}
				#nav-home a:hover { background: url('/images/layout/nav-sprite.png') no-repeat -159px 0px;}
				
				#nav-portfolio { left: 183px; }
				#nav-portfolio a {
					width:      133px;
					background: url('/images/layout/nav-sprite.png') no-repeat -6px -59px;
				}
				#nav-portfolio a:hover { background: url('/images/layout/nav-sprite.png') no-repeat -159px -59px;}
				
				#nav-about { left: 605px; }
				#nav-about a {
					width:      138px;
					background: url('/images/layout/nav-sprite.png') no-repeat -6px -119px;
				}
				#nav-about a:hover { background: url('/images/layout/nav-sprite.png') no-repeat -159px -119px;}
				
				#nav-contact { left: 757px; }
				#nav-contact a {
					width:      112px;
					background: url('/images/layout/nav-sprite.png') no-repeat -6px -179px;
				}
				#nav-contact a:hover { background: url('/images/layout/nav-sprite.png') no-repeat -159px -179px;}
				
	/** Footer **/
	#footer {
		position:   relative;
		margin-top: 20px;
		width:      954px;
		height:     359px;
		color:      #2F363A;
		background: transparent url('/images/layout/bg-footer.gif') no-repeat 0 57px;
	}
		/* Navigation unten */
		.nav-item-bottom {
			display:   block;
			position:  absolute;
			color:     transparent;
		}
			.nav-item-bottom span {
				display:  block;
				position: absolute;
				top:      -9999px;
			}
		
		#nav-bottom-contact {
			right:      175px;
			width:      137px;
			height:     60px;
			background: url('/images/layout/nav-sprite-bottom.png') no-repeat 0px 2px;
		}
			#nav-bottom-contact:hover { background: url('/images/layout/nav-sprite-bottom.png') no-repeat -191px 2px; }
			
		#nav-bottom-impressum {
			top:        79px;
			right:      119px;
			width:      106px;
			height:     50px;
			background: url('/images/layout/nav-sprite-bottom.png') no-repeat 0 -81px;
		}
			#nav-bottom-impressum:hover { background: url('/images/layout/nav-sprite-bottom.png') no-repeat -193px -80px; }
	
	#footer-logo {
		position: absolute;
		top:      117px;
		left:     125px;
	}
	
	#copyright {
		position:    absolute;
		top:         120px;
		left:        202px;
		text-align:  center;
		line-height: 12px;
	}
	
	#contact-info {
		position:    absolute;
		top:         107px;
		left:        462px;
		padding:     0 0 16px 0;
		text-align:  center;
		line-height: 12px;
		background:  url('/images/layout/footer-vcard-underline.png') no-repeat bottom center;
	}
	#footer a {
		color:           inherit;
		text-decoration: none;
	}
	#footer a:hover { text-decoration: underline; }
	
	#leather-bottom {
		display:    none;
		margin:     -381px 0 0 18px;
		width:      924px;
		height:     115px;
		background: transparent url('/images/layout/bg-leather-bottom.gif') no-repeat;
	}
	
/*** Startseite ***/
#slider-box {
	position: relative;
	width:    844px;
	height:   346px;
	margin:   0 auto;
	z-index:  2;
	background: transparent url('/images/home/slider-overlay.png') no-repeat;
}
	#slider {
		position: absolute;
		top:      20px;
		left:     18px;
		z-index:  3;
	}
		#slider ul {
			margin:  0;
			padding: 0;
		}
			
	#cs-buttons-slider { display: none; }
	
	#cs-navigation-slider {
		z-index: 100;
	}
		#cs-prev-slider,
		#cs-next-slider {
			color:       transparent;
			font-weight: bold;
			font-size:   18px;
			margin:      0;
			padding:     0;
		}
		
		#cs-prev-slider {
			width:  134px;
			height: 85px;
			background: transparent url('/images/home/slider-nav-prev.png') no-repeat;
		}
		
		#cs-next-slider {
			width:  150px;
			height: 114px;
			background: transparent url('/images/home/slider-nav-next.png') no-repeat;
		}