/* BODY
-------------------------------------------------------------------- */
BODY{
   FONT-FAMILY: Georgia, Times New Roman, Times, serif;
   FONT-SIZE: 0.8em;
	color: #666666;
	MARGIN-TOP: 0;
	MARGIN-LEFT: 0;
	MARGIN-RIGHT: 0;
	MARGIN-BOTTOM: 0;
	padding: 0;
	text-align: center;
	background-color: #ececea;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-x;
	line-height: 1.3em;
}

/* FORMULARELEMENTE
-------------------------------------------------------------------- */
FORM{
	COLOR: #666666;
	padding: 0;
	margin: 0;
}
FORM.suche{
	background: none;
	border: 0;
	padding: 0px;
	margin: 0px 0px 8px 0px;
	width: 245px;
}
FORM.suchfeld{
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	width: 160px;
}
LABEL{ width: 200px;	float: left; }
RADIO{ COLOR: #666666; }
INPUT{
	font-family: Verdana; 
	font-size: 100%;
	background-color:#eeeeee;
	COLOR: #666666;
	width: 300px;
	padding: 4px;
	margin-bottom: 6px;
	border: none;
}
INPUT.zweihundert{ width: 200px; }
INPUT.plz{ width: 66px; }
INPUT.ohne_rahmen{
	border-width:0;
	background-color:#FFFFFF;
   COLOR: #666666;
	width: 15px;
	height: 15px;
	background-image: none;
}
INPUT.button{
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 130%;
	border: none;
	height: 34px;
	cursor:pointer;
	margin: 0;
	width: 300px;
}
SELECT{
	font-family: Verdana; font-size: 100%;
	background-color:#eeeeee;
   COLOR: #666666;
	width: 300px;
	padding: 2px;
	margin-bottom: 2px;
	border: none;
}
SELECT.hundert{ width: 140px; }
SELECT.zweihundert{ width: 200px; }
textarea{
	font-family: Verdana; font-size: 100%;
	background-color:#eeeeee;
   COLOR: #666666;
	width: 300px;
	height: 121px;
	padding: 4px;
	border: none;
	overflow: auto;
}
span.pflicht {color: #CC0000; font-weight: bold; margin-left: 5px;}
fieldset {
	padding: 0;
	position: relative;
	line-height: 1.5;
	border: none;
}
legend {
   font-size: 100%;
	font-weight: bold;
	padding: 2px;
   COLOR: #008cc6;
	line-height: 1.3;
}
#kontaktformular label{ clear: both; }
.falle { display: none; }

/* TABELLEN
-------------------------------------------------------------------- */
TABLE{
    FONT-FAMILY: Georgia, Times New Roman, Times, serif
}
TABLE.formrahmen{
    Background: #999999;	
}
TABLE.hell{
    Background: #efefef;	
    FONT-FAMILY: Georgia, Times New Roman, Times, serif
}
TABLE.mittel{
    Background: #eeeeee;	
    FONT-FAMILY: Georgia, Times New Roman, Times, serif
}
TR{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Georgia, Times New Roman, Times, serif
}
TR.farbig{
    Background: #999999;	
    FONT-FAMILY: Georgia, Times New Roman, Times, serif
}
TR.mittel{
    Background: #eeeeee;	
    FONT-FAMILY: Georgia, Times New Roman, Times, serif;
}
TR.hell{
    Background: #efefef;	
    FONT-FAMILY: Georgia, Times New Roman, Times, serif
}
TH{
    FONT-SIZE: 26pt;
    COLOR: #CC0000;
    FONT-FAMILY: Georgia, Times New Roman, Times, serif
}
TD{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Georgia, Times New Roman, Times, serif;
	color: #666666
}

/* ALLGEMEINE FORMATIERUNGEN
-------------------------------------------------------------------- */
li{ color: #666666;	list-style-image:url(images/anstrich-li.gif); }
P{
	FONT-SIZE: 100%;
	FONT-FAMILY: Georgia, Times New Roman, Times, serif;
	color: #666666;
	line-height: 1.5em;
}
P.klein{	FONT-SIZE: 80%; color: #666666; }
P.gross{	FONT-SIZE: 180%; color: #666666; }
P.abschluss{ FONT-SIZE: 80%; COLOR: #CC0000; }
A{
	FONT-SIZE: 100%;
   COLOR: #CC0000;
	text-decoration: none;
}
A:hover{ COLOR: #ff9900; text-decoration: none; }
A.klein{ FONT-SIZE: 80%; }
a.noborder:hover { border: 0; text-decoration: none; }
hr{
	border: 0px; /* Für Firefox und Opera */
	border-top: dotted 1px #87c9d5;
	border-bottom: transparent;
	margin: 10px 0;
	height: 1px;
}
.meldung { width: 95%; padding: 5px; margin: 10px 0; }
.erfolg { background-color: #e9f9e5; color: #1c8400; border: 1px dotted #1c8400; }
.fehler { background-color: #f9e5e6; color: #b50007; border: 1px dotted #b50007; }

/* NAVIGATION
-------------------------------------------------------------------- */
#nav {
	width: 950px;
	height: 30px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: right;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 135px 0 0 0;
	text-align: right;
}
#nav li {
	list-style-image:none;
	padding: 0;
	margin: 0;
	float: right;
}
#nav li a {
	font-family: "Tw Cen MT Condensed", "Trebuchet MS", Verdana, Arial;
	font-size: 140%;
	font-weight: normal;
	display: block;
	color: #0090cd;
	text-align: left;
   padding: 0 0 0 15px;
   margin: 0;
	letter-spacing: 0em;
	border: 0;
   text-decoration: none;
}
#nav li a:hover {
	text-decoration: none;
	border: 0;
	color: #CC0000;
}
#nav li a.aktiv {
	text-decoration: none;
	border: 0;
	color: #CC0000;
}

/* RAHMEN
-------------------------------------------------------------------- */
#rahmen{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/bg-rahmen.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

/* HEADER
-------------------------------------------------------------------- */
#header{
	width: 950px;
	height: 165px;
	margin: 0 10px 0 0;
	padding: 0;
	color: #ffffff;
	text-align: center;
}

/* INHALTSBEREICH
-------------------------------------------------------------------- */
#content {
	width: 950px;
	padding: 0;
	margin: 0 10px 0 0;
	text-align: right;
}
#inhalt{
	width: 690px;
	min-height: 350px;
	margin: 10px 0px 0 241px;
	padding: 10px;
	text-align: justify;
	background-color: #FFFFFF;
}
h1{
	color: #CC0000; 
	font-family: "TW Cen MT Condensed", Georgia, Times New Roman, Times, serif;
	font-size: 260%;
	font-weight: normal;
	margin: 5px 0 35px 0;
	padding: 8px 0 0 0;
}
#inhalt h2{
   font-size: 190%;
	font-family: "TW Cen MT Condensed", Georgia, Times New Roman, Times, serif;
	color: #008cc6; 
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
}
#inhalt h3{
   font-size: 170%;
	font-family: "TW Cen MT Condensed", Georgia, Times New Roman, Times, serif;
	color: #008cc6; 
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
}
#inhalt h4{
   font-size: 100%;
	color: #FFFFFF; 
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#inhalt ul li h3 {
	border: none;
	font-weight: normal;
}
ul li h3 a{
   COLOR: #CC0000;
}
h2.galerie {
	background: #CC0000;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
}
#inhalt img{
   border-color: #68c3ea;
}

/* VAKANZ
-------------------------------------------------------------------- */
div.vakanz {
	float: left;
	width: 220px;
}
form.vakanz {
	padding: 5px;
	background-color: #efefef;
}
form.vakanz INPUT{background-color: #FFFFFF;}
form.vakanz SELECT{background-color: #FFFFFF;}
form.vakanz input.vakanz-button{
	background-color: #CC0000;
	border: none;
   COLOR: #ffffff;
	height: 29px;
	font-weight: bold;
	cursor: pointer;
}

/* KONTAKT
-------------------------------------------------------------------- */
.kontaktbox{
	width: 140px; 
	float: left; 
	background-image: url(images/anstrich.gif); 
	background-repeat: no-repeat; 
	background-position: 0 5px;
	padding-left: 15px;
}
a:hover.autor { border: 0px; }
form p { margin-bottom: 5px; }

/* FOOTER
-------------------------------------------------------------------- */
#footer {
	width: 100%;
	height: 500px;
	margin: 0;
	padding: 0;
   background: #68c3ea;	
	background-image: url(images/bg-footer.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#footertext {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#footer p {
	width: 690px;
	font-size: 85%;
	color: #ffffff; 
	margin: 0 0 0 250px;
	padding: 15px 0 0 0;
	text-align: right;
}
#footer a{ 
	color: #ffffff; 
}
#footer a:hover{
	color: #ffffff; 
	border: 0;
	background: none;
	text-decoration: underline;
}

/* IE7 PROBLEME
-------------------------------------------------------------------- */
*html select {	margin-right: 4px; }
*html input {	height: 22px; }
*html #inhalt { width: 710px; height: 350px; margin: 10px 0px 0 241px; }
