/* 
##############################CSS Document ©2006 by www.makoweb.de##############################
###################created by MaKoWeb - Marcel Koch / E-Mail: mail@makoweb.de###################
*/

	html, body { height: 100%; }	
	
	body
	{
	margin: 0;
	padding: 0;
	background-color:#e0d2b8;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#333333;
	text-align:center;
	}
	
	#container {
	margin: auto;
	margin-top: 1%;
	width: 990px;
	border: 1px solid #303030;
	text-align:left;
	}
	
	#box-ges {
	margin: auto;
	margin-top:0px;
	width: 990px;
	height: 765px;
	background: #e0d2b8;
	background-image:url(start_bg.jpg);
	}

	#oben {
	margin: auto;
	margin-top:0px;
	width: 990px;
	height: 450px;
	}

	#lang {
	margin: auto;
	margin-top:0px;
	width: 990px;
	height: 100px;
	}

	#lang-links {
	margin: auto;
	margin-top:0px;
	width: 490px;
	height:50px;
	float:left;
	}

	#lang-rechts {
	margin: auto;
	margin-top:0px;
	width: 500px;
	height:50px;
	}


	#unten {
	margin: auto;
	margin-top:0px;
	width: 990px;
	height: 100px;
	text-align:right;
	}

	
	#copyright {
	font-size:9px;
	color:#999999;
	background-color: #fff;
	border-top: 1px solid #e61f1e;
	text-align:center;
	padding:10px;
	}
	
	.flagge {
	padding: 15px 40px 0 50px;
	}
	
	.trotzkopf {
/*	padding: 75px 40px 0 0;*/
	margin: 75px 40px 0 0;
	}
	

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */	
	
	
	/* ############################ LINK KLASSEN ############################ */


	a:link {
		color: #999;
		text-decoration: none;
	}
	
	a:visited {
		color: #999;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: none;
		color: #999;
	}
	
	a:active {
	color: #999;
	text-decoration: none;
	}

	


