/* CSS Document */
/* (c) www.boie-webdesign.de */

/* Globaler Seiten-Stil */
body {
	background: url(bilder/hintergrund_seite.jpg) repeat-x;
	font-family: Verdana;
	font-size: 12px;
	line-height:150%;
	}

/* Listen-Stil */
ul {list-style-type:square; color:#666666; line-height:200%; padding-left:20px; margin-left:0;}

/* Tabellen-Stile */
.kopfzeile {background:url(bilder/hintergrund_kopfzeile.jpg); font-size:15px; font-weight:normal; color:#F7A944;}
.bilderzeile {background:url(bilder/hintergrund_bilderzeile.jpg);}
.bilderzeile-artikelebene {background:url(bilder/hintergrund_bilderzeile_artikelebene.jpg);}
.fusszeile {background:url(bilder/hintergrund_fusszeile.jpg);}
.bilderboxrahmen {background:#F0F0F0;}
.bilderboxfuellung {background:#FFFFFF;}

/* Bilder-Stil */
img {border:0px;}

/* Überschrift */
h1 {font-size:18px; font-weight:bold; color:#999999; font-style:italic; font-family:Verdana;}

/* Zweite Überschrift */
h2 {font-size:12px; font-weight:bold; line-height:150%; color:#666666; font-family:Verdana;}

/* Normaler Text */
h3 {font-size:12px; font-weight:normal; line-height:150%; color:#666666; font-family:Verdana;}

/* Fussnote */
h4 {font-size:10px; font-weight:normal; line-height:150%; color:#999999; font-family:Verdana;}

/* Impressum */
h5 {font-size:9px; font-weight:normal; line-height:100%; color:#999999; font-family:Verdana;}

/* Vorteilspunkte auf Startseite */
.vorteilspunkt_h1 {font-size:18px; font-weight:normal; color:#FFFFFF; font-style:italic; font-family:Georgia;}
.vorteilspunkt_h2 {font-size:12px; font-weight:normal; color:#FFFFFF; font-style:italic; font-family:Georgia;}

/* Allgemeiner Link-Stil */
a:link {color:#802537; text-decoration:none; font-weight:normal;}
a:visited {color:#802537; text-decoration:none; font-weight:normal;}
a:hover	{color:#802537; text-decoration:underline; font-weight:normal;}
a:active {color:#802537; text-decoration:underline; font-weight:normal;}

/* Navigation Link-Stil */
a.navigationlink:link {color:#802537; text-decoration:none;font-size:13px; font-weight:normal;}
a.navigationlink:visited {color:#802537; text-decoration:none;font-size:13px; font-weight:normal;}
a.navigationlink:hover {color:#802537; text-decoration:underline;font-size:13px; font-weight:normal;}
a.navigationlink:active	{color:#802537; text-decoration:underline;font-size:13px; font-weight:normal;}

/* Fusszeile Link-Stil */
a.fusszeilenlink:link {color:#802537; text-decoration:none;}
a.fusszeilenlink:visited {color:#802537; text-decoration:none;}
a.fusszeilenlink:hover {color:#999999; text-decoration:underline;}
a.fusszeilenlink:active	{color:#999999; text-decoration:underline;}

/* Impressum Link-Stil */
a.impressumlink:link {color:#802537; text-decoration:none;}
a.impressumlink:visited	{color:#802537; text-decoration:none;}
a.impressumlink:hover {color:#999999; text-decoration:underline;}
a.impressumlink:active {color:#999999; text-decoration:underline;}

/* Spezielle WebYep-Klassen */
.WebYepGalleryImage {margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px;}
.WebYepGalleryContainer {border-spacing:20px;}
.WebYepGalleryFirstRow {}
.WebYepGalleryFirstColumn {}
.WebYepGalleryText {font-size:10px; font-weight:normal; line-height:150%; color:#666666; font-family:Verdana;}
.WebYepGalleryContainer td {vertical-align:top;}
.WebYepGalleryContainer tr {}
.WebYepGalleryImage img {}
.WebYepMenuItem, .WebYepMenuFirstItem {list-style-type:none; list-style-image:url(bilder/pfeil.gif); line-height:200%; padding-left:0px;}
a.WebYepMenuCurrentItem {font-weight:bold;}

/* --- Formulare --- */

.formular, .formular2  {
	background-color: #F2EFE7;
	padding: 2px;
	border: solid 1px #E4DFCD;
	}
.formular {
	width: 250px;
	}
input.formular:hover, input.formular:focus, textarea.formular:hover, textarea.formular:focus  {
	background-color: white;
	border: solid 1px #786F67;
	}	
.form-abst {
	padding-right: 35px;
	}	


