@charset "utf-8";
body {
	font: 82.5%/1.4 Arial, Helvetica, sans-serif;
	background-color: #999966;
	margin: 0;
	padding: 0;
	color: #000;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}

h1, h2, h3 {
	font-family: "magneta",sans-serif;	
	font-size: 180%;
    color: #0A143D !important;
	margin-bottom: 5px;
}

h1 {	
	margin-top: 15px;
	
}

a img { 
	border: none;
}


a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* Layout-Elemente */
.container {
	width: 943px;
        
	background-color: #FFF !important;
	margin: 0 auto; 
}

.header {	

}

.header img {	
 
}

#language {
float:right;
color: #776767;
font-family: "ff-tisa-web-pro",serif;
width: 130px !important;
margin-top: 10px
}

#language li a {
	text-decoration: none !important;
}

#language li {
	list-style: none; 	
	float: left;
}

.left {
	float: left;
	width: 18%;	
	padding-bottom: 10px;
	padding-top: 25px;
}
.content {
	padding: 10px 0;
	width: 80%;
	float: left;
min-height: 350px;
}

.content_gallery {
	padding: 10px 0;
	width: 80%;
	float: left;
min-height: 695px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* Navigation */

ul.nav {
	list-style: none; 	
	margin-bottom: 15px;
}
ul.nav li {
	font-family: "ff-tisa-web-pro",serif;	
	font-size: 140%;	
 padding-left: 20%;	
padding-bottom: 10px;
}
ul.nav a, ul.nav a:visited { /
	padding: 5px 5px 5px 15px;
	display: block;	
	text-decoration: none;
	
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	color: #000;
}

ul.nav li.aktiv a, #language li.aktiv { 
	color: #000;	
}


/* Footer */
.footer {
	padding: 10px 0;       
        width:100%;
	clear: both;
        height: 20px;
        border-top: 1px dotted #333;
}

.footer p {
	color: #776767;
float:right;
padding: 0 25px 5px 0;
font-size: 90% !important;
}

/* Sonstige Float-Elemente */

.float_right {  
	float: right;
	margin-left: 8px;
}
.float_left { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}