/* Initialisierung & Grund-Layout*/

/*Initialisierung*/
* {
	font-family: "Book Antiqua", Georgia, "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	color: #563e1c;
	font-size: 14px;
}

div, p {
	font-size: 14px;
}

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;
}

/* Marken-Carousel */
.jCarouselLite ul {
	padding: 0;
	margin: 0;
}
.jCarouselLite ul li {
	float: left;
	width: 120px;
	float: left;
	padding: 0;
	margin: 0;
	padding-right:20px;
}
