@charset "UTF-8";

* {
	margin: 0;
	padding: 0
}
body {
	background-color: #FFF;
	font-family: Calibri, Verdana, Geneva, sans-serif;
		}
/* gesamter Seiteninhalt */
#wrapper {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	}
	
/* Kopf mit Logo und Balken*/
#head {
	height: 200px;
	}
#logo {
	position: relative;
	float: left;
	z-index: 2;
	}
#bar {
	position: relative;
	top: 38px;
	left: -50px;
	z-index: 1;
	}
/* Navigationsbereich mit Adresse */
#nav {
	width: 250px;
	float: left;
	position: relative;
	top: 10px;
	}

#nav p, #nav #copyright p {
	margin-top: 0.7em;
	margin-left: 86px;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #004993;
	}
	
#nav a {
	color: #004993;
	text-decoration: none;
}

#nav a:hover {
/*	font-weight: bold; */
	color: #c00418;
	border-bottom: 1px dotted #c00418;
	background: none;
}

	
/* Copyright */
#copyright {
	position: fixed;
	bottom:5px
	}
		
	
/* Eigentlicher Inhalt */
#content {
	width: 760px;
	position: relative;
	float: left;
	top: -50px;
	}


/* --- aktuell Slider verwendet ---
img.zentriert {
	display:block;
	margin-top:-20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px
	}
*/
	
#text {
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari, Chrome */
	column-count: 2; /* Opera, IE, W3C Standard */
	-moz-column-gap: 1em; /* Firefox */
	-webkit-column-gap: 2em; /* Safari, Chrome */
	column-gap: 2em; /* Opera, IE, W3C Standard */
	font-size: 0.9em;
	line-height: 1.4em;
	color: #5F5F5F;
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 20px;
	padding-left: 0px;
	}

.bold {
	font-weight:bolder;
	color:#004993}


</style>
