@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: disc;
}    
body {
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
	text-align: center;
	color: #333;
	background-attachment: fixed;
	background-color: #eee;
	background-image: url(../gfx/css_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 100%;
}    
a:link, a:visited {    
 color: #633;
 text-decoration:underline;
  
}    
a:hover {    
 color: #966;    
}    
h1 {    
 margin-bottom: 11px;    
 margin-left: -108px;    
 padding: 15px 0 21px 108px;    
 border-bottom: 1px solid #ccc;    
 color: #633; 
 font: normal italic 1.5em/18px Georgia, serif;  
}    
h2, h3{    
 font-weight: normal;    
 font-size: 1em;    
 line-height: 18px;    
}    
h2 {    
 margin-left: -204px;    
 padding: 10px 0 20px 204px;    
 font-size: 1.25em;
 font-weight:bold;   
text-transform: uppercase;    
 color: #ff7f00;    
}    
h3 {    
 padding-bottom: 6px;    
 font-weight: bold;    
 /* text-transform: uppercase; */    
 letter-spacing: -1px;    
 color: #633;    
}    

#page {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../gfx/page.gif);
	background-repeat: repeat-y;
}    
#header {    
 height: 192px;    
 background: #0a51a1;    
}    
#header p {
	float: left;
	padding: 20px 20px 20px 20px;
	font-size: 2.5em;
	line-height: 1em;
	color: #ff7f00;
}  
#header img {    
 
 clear:left; 
 padding: 0 0 0 0;
 padding-top: 20px;
 padding-bottom: 20px;
  
}      
#header ul {
	padding-top: 150px;
	padding-right: 12px;
	text-align: right;
	list-style: none;
}    
#header li {
	display: inline;
	margin: .5px;
}    
#header li a {    
 font-size: 1.25em;    
 line-height: 1em;    
 color: #fff;    
}    
#header li a:hover {    
 color: #300;    
}    
#content-primary {
	float: right;
	width: 650px;
	margin-top: 12px;
	margin-right: 24px;
	margin-bottom: 60px;
	margin-left: 24px;
}  

#content-primary p {
	padding-bottom: 24px;
}    
#content-primary img {
	float: left;
	margin: -6px 18px 0 20px;
	padding: 3px;
	border: 3px solid #eee;
	background: #fff;
}
#content-primary img.kontakt_oss {
float:right;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border:none;
}     
#content-primary li {
margin: 0 0 0 0;
list-style:inside;
}
#content-secondary {
	float: none;    /* 216px*/
	width: 194px;    /*144*/
	font-size: 11px;
	color: #300;
	background-color:#fdfcfc;
	margin-top: 350px;
	margin-right: 166px;
	margin-bottom: 60px;
	margin-left: 36px;

}    
#content-secondary p {    
 padding-bottom: 18px;    
}   
#content-secondary li {    
margin: 0 0 0 0;
list-style:inside; 
}   
#content-secondary ul {    
margin: 0 0 0 0;
margin-bottom:2em;
}  
p.goback {
text-align:right;
}

#footer {    
 clear: right;    
 height: 192px;    
 background: #0a51a1;    
 font-size: 1 em;    
 line-height: 1em;    
 text-shadow: 1px 1px 1px #333;    
 color: #fff;    
}    
#footer a:link, #footer a:visited {    
 color: #c99;    
}        
#footer p {    
 padding: 13px 24px 0 24px;
 text-align:right;  
  
}    
.clear {    
 clear: both;    
}

