/*------------------------------------------------------*/
/*----------------------- Layout -----------------------*/
/*------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0 none;
}

body {
	background: #525353 url('./../layout/background.jpg');
}

#wrapper {
	width: 850px;
	margin: 0 auto;
}

#menu {
	/*background: #fff url('./../layout/menu-background.gif') repeat-x scroll left bottom;*/
	border: 1px solid #000;
	border-radius: 5px;
	
	/* proprietär */
	-khtml-border-radius: 5px; /* Safari, Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	/* proprietär */
	
	margin: 50px 0 0 0;
	list-style-type: none;
}

#content {
	/*background: #fff;*/
	border-bottom: 1px solid #000;
	padding-bottom: 25px;
}

#footer {
	padding-bottom: 30px;
}

/*-----------------------------------------------------*/
/*--------------------- Schrift -----------------------*/
/*-----------------------------------------------------*/

body {	
	color: #000;
	font-size: 100.1%;
	font-family: Verdana, Tahoma, Sans-Serif;	
}

a {
	color: #242e80;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #fff;
}

#menu li a {
	color: #000;
	font-size: 1em;
	font-weight: bold;
}

#menu li a:hover,
#menu li a:focus {
	color: #fff;	
}

#menu li.chosen a {
	color: #fff;
}

#content h1 {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 45px;
	text-align: center;
}

#content h2 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20px;
	text-align: left;
}

#content h3 {
	font-size: 16px;
	line-height: 10px;
	text-align: lef;
	margin-bottom: 10px;
}

#content ul {
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	margin: 0 0 0 20px;
}

#content p {
	text-align: left;
	line-height: 25px;
	font-size: 14px;
	line-height: 25px;
}

#content p.start {
	text-align: center;
	line-height: 35px;
}

#content p.person {
	line-height: 20px;
	margin-bottom: 10px;
}

#footer-menu li a {
	color: #000;
	font-size: 12px;
	text-align: right;
}

#footer-menu li a:hover,
#footer-menu li a:focus {
	color: #fff;
}


/*-----------------------------------------------------*/
/*----------------------- Teil ------------------------*/
/*-----------------------------------------------------*/

#menu li {
	width: 210px;
	float: left;	
}

#menu li a {
	text-align: center;
	border-radius: 3px;
	
	/* proprietär */
	-khtml-border-radius: 3px; /* Safari, Konqueror */
	-moz-border-radius: 3px; /* Firefox */
	/* proprietär */
	
	margin: 4px 0 3px 35px;
	padding: 8px 0 8px 0;
	display: block;
}

#menu li.chosen a {
	/*background: #485cff;*/
	/*border: 1px solid #fff;*/
}

#menu li.chosen a:hover,
#menu li.chosen a:focus {
	color: #fff;
	/*background: #4152e5;*/
	/*border: 1px solid #fff;*/
}

#footer-menu {
	margin: 6px 3px 0 0;
	list-style-type: none;
	float: right;
}

#footer-menu li {
	margin-left: 16px;
	float: left;	
}

#footer-menu li.chosen a {
	color: #fff;
}

/*-----------------------------------------------------*/
/*---------------------- Detail -----------------------*/
/*-----------------------------------------------------*/
     


/*-----------------------------------------------------*/
/*--------------------- CSS-Hacks ---------------------*/
/*-----------------------------------------------------*/

.clearfix:after,
#header:after,
#header options:after,
#menu:after,
#content:after,
.product-teaser:after,
.topnews:after,
.news:after,
#footer-menu:after {
	
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
