* {
	margin:0;
	padding:0;
	border:0;
	}

html, body {
	}

body {
	background:url(../images/layout/bg-header-weiss.gif) #ffffff repeat-x;
	font:  13px Arial, Verdana, sans-serif;
	line-height:18px;
	color:#ffffff;
	color:#444444;
	overflow-y:scroll;
	}

*html body {
	overflow-y:visible;
	}

*:first-child+html body {
	overflow-y:visible;
	}

	
p {
	margin-bottom:6px;
	}	
	
h1, h2, h3 { 
	margin-bottom: 25px;
	font-size: 16px;
	font-weight:normal;
} 

h1 { 
	color:#c2083a;	
	color:#444444;	
} 

h2 { 
	margin:10px 0 0px 0;
	font-size:12px;
	font-weight:bold;
}

h3 { 
	font-size: 12px;
	width:80px;
	float:left;
	font-weight:bold;
	margin-bottom:0;
	color:#c2083a;	
}


a { 
	color:#444444;
  	text-decoration: none;
  	}
  	
a:hover, a:active { 
	text-decoration:underline;
  	}

ul{
}

li{
}
	 
HR{
	clear:left;
	height:1px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
}

*html hr {
	border-top:1px solid #566A7A;
}	

/* ------- ALLGEMEIN  -------- */

#container {
	width:980px; 
	margin: 0 auto;
	position:relative;
	border:0px solid #000000;
}

#header {
	height:116px;
}

#header img{
	float:left;
	margin:0;
}

#content {
	background:url(../images/layout/bg-inhalt.gif);
	background:#ffffff;
	padding:0 0 0 20px;
	min-height:420px;
	border:1px solid #c2083a;
	overflow:visible;
}

#clearer {
	float:none;
	clear:both;
	width:inherit;
	height:1px;
}


/* ------- INHALT  -------- */

#inhalt {
	padding-bottom:10px;
}

#sp1, #sp11 {
	float:left;
	width: 194px;
	width: 300px;
	margin-right:26px !important;
	margin-right:13px;
}

#inhalt #sp1 img{
	border:1px solid #444444;
	width:300px;
}

#sp2, #sp21{
	float:left;
	width: 650px;
	width: 542px;
	border-right:0px solid #ffffff;
}

#spruch {
	margin:10px 0 10px 0;
	width:450px;
	text-align:right;
	text-align:left;
	font-size:10px;
}

#spruch h3 { 
	margin:0;
	font-style:italic;
	color:#444444;
	float:none;
	width:auto;
}

#inhalt ul{
	list-style-type:square;
	padding-left:18px;
	margin:20px 0;
	}

/* ------- PARTNER/REFERENZEN  -------- */

#box {
	clear:left;
	padding-top:10px;
	}

*html #box {
	padding-top:0px;
	}



#box #sp11{
	text-align:right;
}

#box #sp21 ul{
	margin-top:0;
	margin-bottom:0;
}

#box #sp21 ul li{
	margin-top:0;
	color:#333366;
	color:#444444;
	font-weight:bold;
	font-size:12px;	
}

#box #sp21 p{
	padding-left:18px;
}


/* ------- START  -------- */
#start {
	text-align:center;
	}

#start h1{
	text-transform:uppercase;
	margin:10px 0 5px 0;
	}

#start #sp {
	float:left;
	text-align:right;
	width: 430px;
	padding:20px 20px 0 20px;
}


#start #sp.li {
	text-align:left;
}

#start #sp a{
	text-transform:none;
	margin:10px 0 5px 0;
	}


/* ------- FOOTER  -------- */

#footer {
	float:none;
	clear:both;
	margin-top:5px;
}

#adresse{
	float:left;
	width:300px;
	border:0px solid #000000;
}

#adresse img{
	float:left;
	margin-right: 15px;
}

#adresse p{
	padding-top:7px;
	line-height:14px;
}

#footer #nav{
	width:180px;
	padding-top:0px;
}

#footer #nav ul li.kontakt{
	background:url(../images/layout/nav-kontakt.gif) top right no-repeat;
	padding-right:22px;
}

*:first-child+html #footer #nav ul li.kontakt{
	background:url(../images/layout/nav-kontakt.gif) 2px right no-repeat;
	}


/* ------- NAVI  -------- */

#nav {
	float:right;
	width:700px;
	padding-top:95px;
	text-align:right;
}

#nav ul {
	margin:0;
	list-style-type:none;
  	}
	
#nav ul li {
	display:inline;
	margin:0 2px;
  	}

#nav ul li a {
	padding:2px;
  	}
	
#nav ul li a:hover, #nav ul li a:active { 
	color:#c2083a;	
	text-decoration:none;
 	}

#nav a.akt:link, #nav a.akt:visited, #nav a.akt:hover, #nav a.akt:active { 
	color:#c2083a;	
	text-decoration:none;
  	}


/* ------- SUBNAVI  -------- */

#sub {
	margin:10px 0 30px 0;
	height:20px;
}

#sub ul {
	margin:0;
	list-style-type:none;
  	}
	
#sub ul li {
	display:inline;
	margin-right: 12px;
  	}

#sub ul li a {
	padding:2px;
 	color:#c2083a;	
 	}
	
#sub ul li a:hover, #sub ul li a:active { 
	color:#c2083a;	
 	color:#444444;
	}

#sub a.akt:link, #sub a.akt:visited, #sub a.akt:hover, #sub a.akt:active { 
	color:#c2083a;	
	color:#444444;
  	}


