
* {
margin: 0;
padding: 0;
}
html, body {
border: 0 solid;
height: 100%;
}
body {
font: 95% Arial, 'Trebuchet MS', Arial, Helvetica, sans-serif;
text-align: center;
height: 100%;
background-color: #F5F5F5;
}

a img {
	border: none;
}
.clearer {
	height: 1px;
	clear: both;
} 
a {
	color: #95021E;
}

/* Hauptdefininitionen */


#container {
	width: 66em;
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;

	border-left: 1px solid #95021E;
	border-right: 1px solid #95021E;

}
#logo {
	position: absolute;
	right: 0px;
	top: 0px;
}
#header {
	background-image: url(../../datenspeicher/kategoriebilder/header_startseite.jpg);
	background-repeat: no-repeat;
	border: 1px solid #95021E;
	height: 118px;
	background-position: center;
}

/* Top Navigation */

#top-nav {
	background: #95021E;
	height: 1.50em;
	
}

#top-nav ul {
	list-style: none;
	background: #95021E;
}
#top-nav li{
	display: inline;
	background: #95021E;
}
#top-nav li a {
	float: left;
	display: block;
	border-right: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	padding: 2px 13px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.5em;
	/*min-width: 10.6em;*/
}
#top-nav li a:hover , #top-nav li a:focus {
	background: #ccc;
}
#top-nav .first a{
	width: 13.25em;
	padding: 2px 0px;
	margin: 0;
	border-right: solid 0.5em #fff;
	text-indent: 15px;
	
}
#top-nav .last a{
	/*padding: 2px 0px;
	text-indent: 15px;*/
	margin: 0;
	border-right: solid 0.5em #fff;

	
}

#top-nav a .zusatz{
	color: #999;
	font-size: 0.90em;
	font-weight: normal;
}
/* Content */

#news {
	float: right;
	padding-top: 25px;
}
#content h1 {
	font-size: 0.8em;
	color: #95021E;
	margin: 15px 560px 40px 15px;
	padding-top: 15px;
}
#content p {
	font-size: 11px;
	line-height: 1.5em;
	margin: 15px 560px 40px 15px;
}

#content .csc-textpic-caption {
	font-size: 10px;
	color: #333;
	padding-left: 15px;
}
#footer {
	background: #CC2128;
	/*position: relative;*/
	position: absolute;
	bottom: 0px;
	left: 5px;
	border-bottom: solid 10px #95021E;
	margin-top: 25px;
	width: 66em;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
}
#footer li a {
	float: left;
	font-size: 0.70em;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px 7px;
	padding-top: 10px;
}
#footer li a:focus,
#footer li a:hover {
	color: #999;
}

#footer #sprachen {
	display: block;
	margin-left: 300px;
	padding-top: 2px;
}
#footer #suche {
   display: none;
	position: absolute;
	right: 20px;
	top: 5px;
}

/* Grundfarben */

#medizin {
	background: #8BCAE3;
}
#industrie {
	background: #9FB8D5; 
}
#systemloesungen {
	background: #888A2F;
}



