@charset "UTF-8";
/* CSS Document */

body {
	background: #d5c59a url(../images/body-bg.png) repeat-x;
	color: #35343e;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:10pt;
	margin: 0px;
}

#main {
	background: #ededed;
	min-width: 990px;
	max-width: 1130px;
	min-height: 500px;
	margin: 0px auto;
	
}

#header {
	height: 230px;
	background: url(../images/head_start.png);
	min-width: 990px;
	max-width: 1130px;
}

#links {
	width: 330px;
	min-height: 580px;
	background: #003458 url(../images/navi-hg.png);
	margin-top: -150px;
	float: left;
}

#subnavi {
	height: 40px;
	background: #003458;
	padding-left: 400px;
}

#subnavi a {
	display: inline-block;
	margin: 15px 15px 5px 10px;
	color: #efefef;
	text-decoration: none;
	font-weight: bold;
}

#subnavi a:hover {
	color:#b59000;
}

#logo {
	margin: 40px 0px 10px 20px;
}

#navi {
	margin-top: 80px;
	width: auto;
}

#adresse {
	width: 250px;
	background: #c7c7c7;
	margin-top: 57px;
	padding: 30px 40px 30px 40px;
}

#navi a {
	display: block;
	width: 170px;
	padding: 9px 30px 9px 50px;
	margin: 0px 0px -1px 40px;
	text-decoration: none;
	font-weight: bold;
	color: #efefef;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#navi a:hover {
	color:#b59000;
}

img {
	border: none;
}

#content {
	margin: 50px 80px 50px 410px;
	padding-bottom: 60px;
	line-height: 150%;
}

a {
	color: #003458;
	text-decoration: underline;
}

a:hover {
	color: #976e00;
}

h1 {
	font-size: 18pt;
	color: #003458;
	font-weight: normal;
	margin-bottom: 30px;
}

h2 {
	margin-top: 30px;
	font-size: 12pt;
	color: #75581a;
}

.event h2 {
	margin-top: 0px;
}

img.pdf {
	float: left;
	margin: 0px 5px 5px 0px;
}

.kasten {
	width: 470px;
	height: 210px;
	margin-top: 30px;
}

.person {
	float: left;
	margin-right: 20px;
}


.inhalt {
	float: right;
	margin:0px 0px 20px 30px;
}

label {
	padding-right: 5px;
    padding-top: 2px;
    display: block;
    float: left;
    width: 120px;
}


input { /* normales Textfeld */
	border: 1px solid #8d9092;
    background: #F4F4F4;
    width: 200px;
    margin-bottom: 5px;
	padding: 2px;
}

input.button {
	width: 165px;
}

input.option {
	width: 20px;
}
		
input:focus{ /* normales Textfeld */
        border-color: #976e00;
        }
		
textarea {
        background: #F4F4F4;
        border: 1px solid #8d9092;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 9pt;
		padding: 3px;
        }

textarea:focus {
        border-color: #976e00;
        }
		
table {
	width: 600px;
	border:0px;
	border-spacing: 0px;
}

tr.beschriftung {
	background: #c7c7c7;
}

td {
	padding: 2px;
}

.date {
	font-size: 8pt;
	color: #999;
}

ul {
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 15px;
}	

.zitat {
	font-style: italic;
	margin: 30px 0px 20px 0px;
}

hr {
	height: 1px;
	color: #003458;
	margin: 30px -5px;
}

.bilder {
	float: right;
	margin-left: 15px;
}

.bilder img {
	margin-bottom: 20px;
	display: block;
}

.firmen {
	min-height: 220px;
	height: auto;
	margin-bottom: 20px;
	border-bottom: 1px solid #003458;
	padding-bottom: 10px;
}

.event {
	margin-bottom: 20px;
	margin-top: 40px;
	border-bottom: 1px solid #003458;
	padding-bottom: 15px;
	overflow:auto;
}

.linkliste {
	line-height: 200%;
}

.vs {
	display:none;
}
	

