/* Generelle Eigenschaften **********************************************/

body {
	margin: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	color: #FFA300;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	color: #FFA300;
	margin: 5px 5px 0px;
	padding: 0px;
}
h3 {
	font-size: small;
	color: #FFA300;
	margin: 5px 5px 0px;
	padding: 0px;
}
h4 {
	font-size: 12px;
	margin: 5px 0 0px;
	padding: 0px;
}

h5 {
	font-size: 12px;
	margin: 5px 0 0px;
	padding: 0px;
	font-style: italic;
}

td {
	vertical-align: top;
}

/* Kopf-Styles **********************************************************/

#kopf {
	padding: 0;
	margin: 0;
}

#kopf a {
	color: white;
	text-decoration: none;
	border-bottom: 0;
}

#kopf a:hover {
	color: white;
	text-decoration: underline;
	border-bottom: 0;
}

#kopf img {
	padding: 0;
	margin: 0;
	border: 0;
}

#kopf .logo4 {
	background-image: url(images/logo4.gif);
}

#kopf .top_leiste {
	background-image: url(images/top_leiste.gif);
}

#kopf .kontakt_leiste{
	padding: 2px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
}

#kopf .aktiv {
	font-size: bold;
	color: #FFA300;
}

#kopf .siesindhier {
	font-size: 11px;
	color: #4574BD;
	padding-left: 20px;
}

#kopf .siesindhier a {
	font-size: 11px;
	color: #4574BD;
}

#kopf .siesindhier a:hover {
	font-size: 11px;
	color: #4574BD;
	text-decoration: underline;
}

/* Haupttext-Styles ********************************************/

#haupttext .navigation_back_2 {
	background-image: url(images/navigation_back_2.gif);
}

/* Navigation-Styles ***************************************************/

#navigation a {
   font-family: Arial, Helvetica, sans-serif;
   color: #315EA4;
   font-weight: bold;
   text-decoration: none;
   border-bottom-width: 1px;
   border-bottom-style: dashed;
   border-bottom-color: #000099;
}

#navigation a:hover {
	color: white;
}

#navigation table {
	background-image: url(images/navigation_back.gif);
	background-repeat: no-repeat;
	height: 408px;
	width: 198px;
	padding: 85px 0 0 0;
	margin: 0;
}

#navigation h1 {
	font-size: 14px;
	color: #315EA4;
	margin: 0 0 0 5px;
	padding: 0px;
}

#navigation ul {
	margin: 10px 0 0 25px;
	padding: 0;
}

#navigation li {
	list-style-image: url(images/pfeil_trans.gif);
	padding: 0 0 5px;
	margin: 0;
}

#navigation .selected {
	font-weight: bold;
	color: white;
	size: 20px;
}


/* Einleitung-Styles ****************************************************/

#einleitung {
	margin: 0 10px;
}

#einleitung a {
   font-family: Arial, Helvetica, sans-serif;
   color: #0000CC;
   text-decoration: none;
   border-bottom-width: 1px;
   border-bottom-style: dashed;
   border-bottom-color: #000099;
}

#einleitung table {
	margin: 5px;
}

#einleitung p {
	font-size: 12px;
	text-align: justify;
}

#einleitung img {
	float:right;
	margin-left: 5px;
	border: 0;
}

/* Content-Styles ****************************************************/

#content {
	margin: 0 10px;
}

#content a {
   font-family: Arial, Helvetica, sans-serif;
   color: #0000CC;
   text-decoration: none;
   border-bottom-width: 1px;
   border-bottom-style: dashed;
   border-bottom-color: #000099;
}

#content a:link {
	color: #0000CC
}

#content a:active {
	color: #FF9900
}

#content a:visited {
	color: #CC9900
}

#content a:hover {
	color: #FF9900
} 

#content a img{
	border: 0;
}

#content p {
	font-size: 12px;
	text-align: justify;
}

#content li {
	list-style-image:  url(images/pfeil_trans_active.gif);
	font-size: 12px;
}


/* weiteres **********************************************************/

/* Preislist-Styles ****************************************************/

#preisliste td {
	padding: 5px;
	text-align: center;
}

#preisliste .kopf {
	font-weight: bold;
}

/* Formular-Styles ******************************************************/

#formular {
	margin: 0 3px;
}

#formular h2 {
	margin-bottom: 5px;
}

#formular td {
	padding: 0 10px;;
}

#formular .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	background-image:  url(images/btn_anfrage2.gif);
	height: 26px;
	width: 111px;
	border-width: 0px;
}

/* Galerie-Styles ******************************************************/

#galerie img {
	margin-top: 5px;
}

#galerie a {
   border-bottom-width: 0;
   border-bottom-style: none;
}

/* Galerie-Styles der Class "navi" *************************************/

#navi {
	background-color: #FFFF99;
}

/* Galerie-Styles der Class "navi_links" ********************************/

#navi_links {
	background-color: #EDF3FA;
	padding: 3px 0px;
}

/* Fuss-Styles *********************************************************/

#fuss_1 {
	text-align: right;
	padding-right: 5px;
	font-size: 10px;
}

#fuss_1 img{
	margin: 0 2px 0 15px;
}

#fuss_2 {
	background-image: url(images/top_leiste.gif);
	text-align: center;
	padding: 2px;
}
#fuss_2 a {
	color: black;
	text-decoration: none;
	border-bottom: 0;
}

/* Adminmenue **********************************************************/

#admin table {
	font-size: 11px;
}

#admin h1 {
	color: black;
}

#grunddaten {
	background-color: #FFFFCC;
}

#haupttabelle {
	background-color: #99CCFF;
}

#calendar {
	position:absolute;
	left:50%;
	top:100px;
	width:100px;
	height:100px;
	visibility:hidden;
	background-color:FFFFFF;
}

/* allgemeine Styles ***************************************************/

.kasten_ohneecke {
	border-width: 1px;
	border-style: dashed;
	border-color: #B6D3FF;
	padding: 5px;
}

.kasten{
	border-width: 1px;
	border-style: dashed;
	border-color: #4574BD;
	background-image:  url(images/ecke.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 5px;
}

.gelb {
	color: #FFA300;
}

.saison_a {
	background-color: #FFEFCE;
}

.saison_b {
	background-color: #FFE09F;
}

.saison_c {
	background-color: #FFCC66;
}

.saison_d {
	background-color: #FFCC9D;
}

.saison_e {
	background-color: #FEF29E;
}

.rechts {
	text-align: right;
}

.links {
	text-align: left;
}

.erforderlich {
	color: #CC0000;
	font-weight: bold;
}

.kleinere_schrift {
	font-size: 11px;
}