* {
	margin:0;
	padding:0;
	list-style:none;
}

body {
	color:#F6E9C1;
	font-size:15px;
	font-family:Times;
	font-weight:bold;
	text-transform:uppercase;
	line-height:26px;
	letter-spacing:0.05em;
	background:#dd8213;
}

:focus {
	outline:none;
}

a {
	color:#8A8579;
	text-decoration:none;
}

a:hover {
	color:#FFF;
}

a:active {
	color:#F6E9C1;
}

img {
	border:0;
}


.justify {
	text-align:justify;
}

.left {
	float:left;
}

.right {
	float:right;;
}

.clearer {
	clear:both;
}


#main {
	width:760px;
	margin:0 auto;
}


	#header {
		height:120px;
		background:url(../img/bg/logo.png) no-repeat 0 0;
	}

	#mainNav {
		height:60px;
		position:relative;
	}
	
		#mainNav ul {
			position:absolute;
			top:13px;
			left:293px;
		}
		
			#mainNav ul li {
				float:left;
				margin:0 12px 0 0;
			}
		
	/* -- Content -- */	
	#content {
		margin:0 auto;
		height:365px;
	}
	
		#content strong {
			color:#8A8579;
		}
		
		/* Start */
		#content.pagelayout-start {
			width:750px;
			position:relative;
		}
		
			#start-splash-overlay {
				width:750px;
				height:365px;
				position:absolute;
				top:0;
				left:0;
				background:url(../img/clear.gif);
			}
			
			#start-splash {
				line-height:26px;
			}
	
				#start-splash span {
					margin:0 10px 0 0;
					white-space:nowrap;
				}
	
		/* Home */
		#content.pagelayout-home {
			width:750px;
		}
	
	
		/* Text Framework */
		#content.pagelayout-text {
			width:750px;
		}
		
			#content.pagelayout-text #content-col-left {
				width:470px;
			}
			
			#content.pagelayout-text #content-col-right {
				width:220px;
			}
			
		/* Kontakt Framework */
		#content.pagelayout-contact {
			width:750px;
		}
		
			#content.pagelayout-contact #content-col-left {
				width:300px;
			}
			
			#content.pagelayout-contact #content-col-right {
				width:393px;
			}
			
			#disclaimer {
				margin:40px 0 0 0;
				font-size:11px;
				line-height:16px;
			}
			
		/* Team Framework */
		#content.pagelayout-team {
		}
		
			#content.pagelayout-team table {
				width:100%;
			}
			
				#content.pagelayout-team table td {
					width:25%;
					height:246px;
					vertical-align:top;
				}
				
					#content.pagelayout-team table td .img {
						padding:0 0 5px 0;
					}
					
					#content.pagelayout-team table td .name {
						font-size:11px;
						line-height:16px;
					}
					
			/* Navigation unten */
			#team-nav {
				height:13px;
			}
			
				#team-nav a {
					width:14px;
					height:13px;
					display:block;
					float:left;
					overflow:hidden;
				}
				
				#team-nav a.prev {
					background:url(../img/bg/sprite/team-nav-prev.png) no-repeat 0 0;
				}
				
				#team-nav a.prev:hover,
				#team-nav a.prev:active {
					background:url(../img/bg/sprite/team-nav-prev.png) no-repeat 0 -13px;
				}
		
				#team-nav a.next {
					background:url(../img/bg/sprite/team-nav-next.png) no-repeat 0 0;
				}
				
				#team-nav a.next:hover,
				#team-nav a.next:active {
					background:url(../img/bg/sprite/team-nav-next.png) no-repeat 0 -13px;
				}				

		
		/* Diashows */
		.diashow {
			margin:0 auto;
		}
		
		.diashow-nav {
			
		}
		
			.diashow-nav a {
				margin:0 10px 0 0;
			}
		
			.diashow-nav .activeSlide {
				color:#F6E9C1;
			}
		
		
		/* News */
		#news {
		}
		
			.news-item {
				margin:0 0 20px 0;
			}
		
		
		
	/* -- Footer -- */
	#footer-links {
		padding:20px 0 0 0;
	}		
	
		#footer-links a {
			display:block;
			float:right;
			overflow:hidden;
		}
		
		#footer-link-music {
			width:66px;
			height:20px;
			background:url(../img/bg/sprite/footer-link-music.png) no-repeat 0 0;
		}
		
		#footer-link-music:hover {
			background:url(../img/bg/sprite/footer-link-music.png) no-repeat 0 -40px;
		}
		
		#footer-link-music:active {
			background:url(../img/bg/sprite/footer-link-music.png) no-repeat 0 -20px;
		}
		
		#footer-link-home {
			width:40px;
			height:20px;
			background:url(../img/bg/sprite/footer-link-home.png) no-repeat 0 0;
		}
		
		#footer-link-home:hover {
			background:url(../img/bg/sprite/footer-link-home.png) no-repeat 0 -40px;
		}
		
		#footer-link-home:active {
			background:url(../img/bg/sprite/footer-link-home.png) no-repeat 0 -20px;
		}
		

		
		
				
		
		
		

		
		
		
		
		
		
	
	
