@charset "UTF-8";

@font-face {
	font-family: 'SlabSerif';
	src: url('../Fonts/SlabSerif.eot');
	src: local('☺'), url('../Fonts/SlabSerif.woff') format('woff'), url('../Fonts/SlabSerif.ttf') format('truetype'), url('../Fonts/SlabSerif.svg#webfontzKFHs8iP') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*Allgemeine Angaben*/
body {
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	color: #000000;
	background-attachment: fixed;
	background-color: #c9e6e4; 
	font-size: 14px;
	line-height:1.2em;
	margin: 0px;
	padding:0px;
}

table {
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul {
	list-style:inside;
	line-height:25px;
	color: #030;
}
p {
	text-align:left;
}

a {
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	color: #122c83;
	text-decoration: underline;
	font-size: 14px;
	border:none;
}

a img {
	border:none;
}

h1 {
	font-family: "SlabSerif", Arial;
	font-size: 22px;
	font-weight: bold;
	color:#000;
	font-style: normal;
	line-height:24px;
}

h2 {
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	font-size: 16px;
	color: #903;
	font-style: normal;
	text-decoration: none;
	line-height:17px;
}

h3 {
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	font-size: 18px;
	color: #065;
	font-style: normal;
	line-height:19px;
}

h4 {
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #030;
	line-height:15px;
}


/*Allgemeine Klassen*/

.top {
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	font-size: 14px;
	color:#903;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#terminlink{
	text-decoration:none;
	color:inherit;
}

.begrenzer{
	height: 500px;
	overflow:auto;
	border:medium solid #c9e6e4;
}

.infobg {
	background:url(../Source/layout/info_bg.gif) #b4d5d2 repeat-x top;
	padding: 10px;
}

.formularfeld{
	background-color:#b4d5d2;
	border:solid #000 2px;
	height:1.5em;
	max-width:120px;

}

.pflichtfeld {
	background-color:#b4d5d2;
	border:solid #dc9694 2px;
	height:1.5em;
	max-width:120px;
}

.formularfeldOK{
	background-color:#b4d5d2;
	border:solid #94d09d 2px;
	height:1.5em;
	max-width:120px;
}

/*Formatierungsbefehle*/

.center{
	text-align:center;
}

.zentriert{
	margin: 0px auto;
}

.rightt{
	text-align:right;
}

.leftt{
	text-align:left;
}

.einrucken{
	padding-left:40px;
}

.inline{
	display:inline-block;
	vertical-align:text-top;
	margin-right: 20px;
}

.bold{
	font-weight:bold;
}

.left{
	float:left;
	margin: 0px 40px 40px 0px;
}

.left-bottom{
	float:left;
	margin-rigt: 40px;
}

.left-40{
	float:left;
}

.right{
	float:right;
}

.clearer{
	clear:both;
}




/*Spezifische Angaben*/

.submit{
	display:inline-block;
	width:100px;
	line-height:25px;
	color:#c9e6e4;
	background-image:url(../Source/layout/submit.png);
	background-repeat:no-repeat;
	text-align:center;
	margin:5px;
	cursor:pointer;
}

.submit_inc{
	display:inline-block;
	width:100px;
	line-height:25px;
	color:#ccc;
	background-image:url(../Source/layout/submit_inc.png);
	background-repeat:no-repeat;
	text-align:center;
	margin:5px;
	cursor:default;
}

.infobg .roterrahemen{
	padding:2px 2px 0px 2px;
	border: solid #dc9694 2px;
}

.presselink{
	width:500px;
	color:#000;
	cursor:pointer;
	text-decoration:none !important;
	height: 20px;
	padding:6px;
	clear:both;
	list-style:none;
	margin:0px;
	display:inline-block;
	}
.presselink:hover{
	color:#903;
	background:url(../Source/layout/info_bg.gif) #b4d5d2 repeat-x top;
	cursor:pointer;
	text-decoration:none !important;

}

.bildboxBig{
	position:absolute;
  	margin:-300px 0px 0px -500px;
  	top: 45%; 
  	left: 50%;

  	text-align: center;
  	padding: 0px;
  	overflow:visible;
	z-index:50;
	background:#000 url(../Source/layout/laden.gif) center no-repeat;
	width:1000px;
	height:600px;
}

.closebut{
	position:absolute;
	top: -10px;
	left: -13px;
	width: 30px;
	height: 30px;
	border:none;
}

.schatten{
	background-color:#000;
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}

.transparent{
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.hide{
	 display:none;
 }
.show{
	 display:block;
 }

/*Einzelfälle*/
.anfahrtBesch{
	display:inline-block;
	margin: 0px 0px 0px 20px;
	text-decoration:underline;
}

/*Layout Gesamtseite*/

#head{
	margin-bottom:20px;
	white-space:nowrap;
}

#navi{
	float:left;
	width:140px;
	padding-left:10px;
	margin:0px;
	position:relative;
	left:5px;
}

#navi a{
	display:block;
	font-family: "SlabSerif", Arial;
	font-size: 18px;
	color:#000;
	text-decoration:none;
	line-height:40px;
}

#naviact{
	background:url(../Source/navi/naviact.png) right top no-repeat;
}

#secnaviact{
	background:url(../Source/navi/secnaviact.png) right top no-repeat;
}

#secnaviactred{
	background:url(../Source/navi/secnaviactred.png) right top no-repeat;
}

#flash{
	position:relative;
	top:-20px;
	float:right;
	width:150px;
	height:465px;
	
}

#flash img{
	margin-top:20px;
}

#mantel{
	width:1020px;
	margin-left:auto;
	margin-right:auto;
}

#center_top{
	height:10px !important;
	margin: 0px;
	overflow:hidden;
	background:url(../Source/layout/bg_top.png) no-repeat top center;
}

#center_buttom{
	height:10px !important;
	overflow:hidden;
	background:url(../Source/layout/bg_buttom.png) no-repeat top center;
	margin: 0px;
}

#center_content{
	padding: 0px 40px 10px 40px;
	min-height: 300px;
	margin: 0px;
	overflow:hidden;
	background:url(../Source/layout/bg_main.png) repeat-y;
}

#subnavi {
	overflow:hidden;
	text-align:center;
	background:url(../Source/layout/submenue.png) no-repeat #000;
	padding-top:5px;
	margin: 0px;
}
#subnavi li a {
	color: #c9e6e4;
	text-decoration:none;
	display:inline-block;
	margin:0px;
	padding:0px 0px;
	text-align:center;
	text-decoration:none;
	line-height:25px;
	text-align:left;
}

#subnavi ul{
	margin:0px auto;
	padding:0px;
}

#subnavi li{
	padding:0px;
	display:inline;
	cursor:pointer;
}

#subnavi li:hover ul{
	display:inline;
}

#subnavi li ul{
	position:absolute;
	background:#000;
	height:auto;
	display:none;
	margin: 25px 0px 0px -60px;
	padding: 0px 5px;
}
#subnavi li ul li{
	color:#c9e6e4;
	display:block;
	text-align:left;
	list-style:none;
	border-bottom:#c9e6e4 1px dotted;
}

#center{
	width:700px;
	margin:0px 150px;
	background-color:#b4d5d2;
	padding: 0px;
}

#center_index{
	display:block;
	width:600px;
	margin:0px 150px;
	padding: 0px 50px;
}

