body{
	font-family:'Source Sans Pro',sans-serif;
	font-size:16px;
	margin:0px;
	padding:0px;
	line-height:1.5em;
}

::selection{
	background-color:#690000;
	color:#fff;
}

a{
	text-decoration:none;
	color:#690000;
}

h1{
	font-family:'Courgette',cursive;
	color:#fff;
	text-shadow:0px 1px 0px #000;
	font-size:40px;
	font-weight:100;
}

h2,h3,h4,h5,h6{
	font-size:1.3em;
	margin-top:20px;
}

#wrapper{
	width:960px;
	position:relative;
	margin:0 auto;
}

	#header{
		/*background-image:url(../images/top-bar.png);*/
		background-position:top;
		background-repeat:repeat-x;
		padding-top:0px;
	}
	
		#header h1{
			padding-top:20px;
			padding-bottom:20px;
			padding-left:20px;
		}
		
			#header h1 a{
				color:#fff;
			}
		
	#navi{
		background-image:url(../images/nav-bar.png);
		background-repeat:repeat-x;
		float:left;
		width:960px;
		height:50px;
		box-shadow:inset 0px -4px 4px rgba(0,0,0,0.2);
	}
	
		#navi ul{
			margin:0px;
			padding:0px;
		}
		
			#navi ul li{
				list-style:none;
				float:left;
			}
			
				#navi ul li a{
					color:#fff;
					padding-left:20px;
					padding-right:20px;
					text-shadow:0px 1px 0px #000;
					display:block;
					padding-top:13px;
					height:37px;
				}
				
				#navi ul li a.active,
				#navi ul li a:hover{
					background-image:url(../images/hover.jpg);
					color:#000;
					text-shadow:0px 1px 0px #fff;
				}
				
	#content{
		background-color:#fff;
		padding:0px 20px;
		position:relative;
		float:left;
		width:920px;
	}	
	
		#leftcol{
			width:612px;
			float:left;
		}
	
		#rightcol{
			width:288px;
			float:right;
			padding-top:30px;
		}
		
			.box .headline{
				background-image:url(../images/nav-bar.png);
				background-position:0px 2px;
				color:#fff;
				padding-left:10px;
				height:33px;
				padding-top:7px;
				font-weight:700;
				text-shadow:0px 1px 0px #000;
			}
			
			.box p{
				padding-left:10px;
			}
		
	#footer{
		clear:both;
		background-image:url(../images/nav-bar.png);
		background-repeat:repeat-x;
		width:960px;
		height:50px;
		padding-top:12px;
	}
	
		#footer ul{
			margin:0px;
			padding:0px;
			width:205px;
			margin:0 auto;
		}
		
			#footer ul li{
				float:left;
				list-style:none;
				border-right:1px solid #fff;
				padding-right:10px;
				margin-right:10px;
			}
			
			#footer ul li.last{
				border-right:none;
				padding-right:0px;
				margin-right:0px;
			}
			
				#footer ul li a{
					color:#fff;
					text-shadow:0px 1px 0px #000;
				}
				
					#footer ul li a:hover{
						text-decoration:underline;
					}
					
	form{
		float:left;
		margin-bottom:30px;
	}
	
	#form{
		float:left;
	}
	
	input{
		border:1px solid #7A8197;
	}
	
	textarea{
		border:1px solid #7A8197;
	}
	
	#content #form{
		width:337px;
		font-family:sans-serif;
		position:relative;
	}
		table#form tr td{
			height:15px;
			font-size:16px;
			width:150px;
			color:#000;
		}
		
		table#form tr{
			height:20px;
		}
		
		table#form tr.spacer{
			height:10px;
		}
	
		#textarea{
			resize: none;
			width:322px;
		}
	
		#form .form-text{
			vertical-align:top;
		}
		
		textarea{
			font-family:sans-serif;
			font-size: 13px;
		}
		input#plzort,
		input#strasse,
		input#email{
			width:318px;
		}
		
		.errorbox{
			float:left;
			width:255px;
			position:relative;
			height:273px;
			margin-top:20px;
			padding-left:10px;
			margin-left:10px;
		}
		
		#submit{
			background-color:#690000;
			border:none;
			height:25px;
			padding-bottom:3px;
			cursor:pointer;
			color:#fff;
			border-radius:5px;
			text-shadow:0px 1px 0px #000;
		}
		
		#content .errorbox span{
				padding-left:25px;
				font-family:sans-serif;
				color:#802440;
				display:block;
				padding-top:5px;
				background-image:url(../images/error.png);background-repeat:no-repeat;
				background-position:center left;
			}
		
		#content .errorbox span.success{
			background-image:url(../images/success.png);background-repeat:no-repeat;	
			color:#24802E;
		}
		
		#content .errorbox span.fail{
			background-image:none;
		}
		
		input.antibot{
			display:none;
		}
		
		#showcase{
			margin-bottom:30px;
		}
		
		.showcase-button-wrapper span{
			background-image:url(../images/reddot.png);
			background-repeat:no-repeat;
			background-position:4px 2px;
			padding-bottom:1px;
			width:23px;
			height:23px;
			display:inline-block;
			font-size:15px;
			font-weight:700;
			color:#fff;
			text-shadow:0px 1px 0px #000;
		}
		
		.showcase-button-wrapper span.active{
			color:#000;
			text-shadow:0px 1px 0px #fff;
			background-image:url(../images/whitedot.png);
		}