/* General */
	html {
		height: 100%;
	}
	
	body {
		height: 100%;
		
		margin: 0px;
		padding: 0px;
		
		background-color: #232323;
		color: #fff;
		
		font-size: 12pt;
		font-family: Verdana, sans-serif;
	}
	
	img {
		border-width: 0px;
	}
	
	a {
		color: #ccc;		
		text-decoration: none;
	}
	
	a:hover {
		color: #ff9000;
	}
	
/* Special */
	h2 {
		font-weight: normal;
		font-size: 14pt;
	}
	
	form {
		color: #969696;
	}

/* IDs */	
	#content {
		width: 800px;
		
		position: absolute;
		top: 50%;
		left: 50%;
		
		margin-left: -400px;
	}
	
	#logo {
		width: 800px;
		
		position: absolute;
		top: -56px;
	}
	
	#summer {
		position: absolute;
		bottom: 25px;
		right: 0px;
	}
	
	#contact {
		width: 200px;
		height: 25px;
		
		background-image: url(contact.gif)
	}
	
	#contact:hover {
		background-image: url(contact_hover.gif)
	}
	
	#slogan {		
		float: right;
	}
	
	#imprint {
		position: absolute;
		top: 5px;
		right: 5px;
		
		font-family: Verdana;
		font-size: 8pt;
		color: #969696;
	}
	
	#grey_light {
		height: 50%;
		
		background-color: #3a3a3a;
	}
	
	#preloader {
		display: none;
	}
	
/* Classes [Positions] */
	.top_right {
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
	
	.bottom_head {
		position: relative;
		top: 10px;
	}
	
	.bottom {
		position: absolute;
		top: 10px;
		left: 200px;
	}
	
	.bottom_right {
		position: absolute;
		top: 10px;
		right: 0px;
	}
	
/* Classes [Design] */
	.text_lined {
		padding: 15px;
	
		font-size: 10pt;
		font-weight: normal;
		line-height: 16pt;
		
		text-align: justify;
		border-left: 3px solid #3a3a3a;
	}
	
	.small {
		font-size: 7pt;
	}
	
	.textinput {
		width: 200px;
		margin-bottom: 5px;
		
		border-width: 0px;
		border-bottom: 1px solid #3a3a3a;
		
		background: none;
		color: #fff;
		
		font-size: 8pt;
	}
	
	.textarea {
		width: 260px;
		height: 160px;
		margin-bottom: 5px;

		border: 1px solid #3a3a3a;
		
		background: none;
		color: #fff;
		
		font-size: 8pt;
	}
	
	.button {
		width: 100px;
	
		border: 1px solid #3a3a3a;
		
		background: none;
		color: #fff;
	}
