/* Initialisierung & Grund-Layout*/

/*Initialisierung*/
* {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	
	color: #414141;
	font-size: 11px;
}

a {
	color: #414141;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #202020;
	
	background-image: url(/fileadmin/templates/img/start/bg_start00.gif);
	background-repeat: repeat-x;
}

img {
	border: none;
}

.clearer {
	position: relative;
	clear:both;
}

/*Grundlayout*/
#center_body {
	width: 100%;
	height: 550px;
	
	background-image: url(/fileadmin/templates/img/start/bg_start01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#start_header {
	width: 960px;
	height: 56px;
	
	padding: 18px 0 0 0;
	margin: 0px auto;
}

#start_flash {
	width: 960px;
	height: 350px;
	
	padding: 50px 0 0 0;
	margin: 0px auto;
}

#start_footer {
	border-top: 1px solid #2b2b2b;

	text-align: center;
}
