/* stylesheet www.bauerwolf.at, b.bauer-wolf, 2007-07-05, www.bauerwolf.at */
/* letztes Update: 2007-07-23 */
/* einwandfrei validiert mit CSS Version 2.1, am 2007-07-23, http://jigsaw.w3.org/css-validator/ , "Keine Fehler oder Warnungen gefunden"*/

body { 
	margin: 0; 
	padding: 0; 
	padding-bottom: 10px;  
	background-image: url(../img/bg_streifen.gif);
	background-repeat: repeat-x;
 	background-color: #878080;
}

body,td,div,p { font-family: Verdana,Helvetica,Arial,sans-serif; color: #333; }

p,ul { font-size:70%; line-height: 1.6em; margin-top: 0; margin-bottom: 1em; }
h1 { font-size:70%; font-weight: bold; color: #333; margin: 0; margin-bottom: 2.2em; letter-spacing: 2px; }
h2 { font-size:70%; font-weight: bold; color: #333; margin-top: 2em; margin-bottom: 1.4em; }

ul { list-style-image:url(../img/bulletpoint1.gif); }

a:link { color: #C04202; text-decoration: underline; }
a:visited { color: #C04202; text-decoration: underline; }
a:hover { color: #C04202; text-decoration: none; }
a:active { color: #C04202; text-decoration: none; }

a.navPrim:link { color: #F3F3F3; text-decoration: none; }
a.navPrim:visited { color: #F3F3F3; text-decoration: none; }
a.navPrim:hover { color: #FCB32F; text-decoration: none; }
a.navPrim:active { color: #FCB32F; text-decoration: none; }

a.navPrimAktiv:link { color: #FCB32F; text-decoration: none; }
a.navPrimAktiv:visited { color: #FCB32F; text-decoration: none; }
a.navPrimAktiv:hover { color: #FCB32F; text-decoration: none; }
a.navPrimAktiv:active { color: #FCB32F; text-decoration: none; }

a.navSek:link { color: #1C3D80; text-decoration: none; }
a.navSek:visited { color: #1C3D80; text-decoration: none; }
a.navSek:hover { color: #C04202; text-decoration: none; }
a.navSek:active { color: #1C3D80; text-decoration: none; }

a.navSekAktiv:link { color: #C04202; text-decoration: none; }
a.navSekAktiv:visited { color: #C04202; text-decoration: none; }
a.navSekAktiv:hover { color: #C04202; text-decoration: none; }
a.navSekAktiv:active { color: #C04202; text-decoration: none; }

a.navPfad:link { color: #666; text-decoration: none; }
a.navPfad:visited { color: #666; text-decoration: none; }
a.navPfad:hover { color: #666; text-decoration: underline; }
a.navPfad:active { color: #666; text-decoration: none; }

a.navPfadAktiv:link { color: #666; text-decoration: none; }
a.navPfadAktiv:visited { color: #666; text-decoration: none; }
a.navPfadAktiv:hover { color: #666; text-decoration: none; cursor: default; }
a.navPfadAktiv:active { color: #666; text-decoration: none; }

a.option:link { color: #666; text-decoration: none; }
a.option:visited { color: #666; text-decoration: none; }
a.option:hover { color: #666; text-decoration: underline; }
a.option:active { color: #666; text-decoration: none; }

a.footer:link { color: #CCC; text-decoration: underline; }
a.footer:visited { color: #CCC; text-decoration: underline; }
a.footer:hover { color: #CCC; text-decoration: none; }
a.footer:active { color: #CCC; text-decoration: none; }

span.spacerNavPrim { margin-right: 18px; }
span.langeNummer { letter-spacing: 0.1em; }
span.firmenname {  }

img.contentGesamt { width: 558px; height: 140px; border: solid 1px #FFF; }
img.thumbnail { width: 100px; height: 50px; margin-right: 10px; vertical-align: top; border: solid 1px #878080; }

input.normalButton {
	border: solid 1px #878080;
	color: #FFF;
	background-color: #FCB32E; /*  Abweichung von #FCB32F wegen CSS-Validator */
	padding-bottom: 1px;
	padding-top: 2px;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-top: 15px;
	cursor: pointer;
}

input.normalFeld, select, option {
	border: solid 1px #878080;
	color: #333;
	background-color: #FFF;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 100%;
	width: 200px;
	padding-left: 3px;
	margin-right: 10px;
}

textarea {
	border: solid 1px #878080;
	background-color: #FFF;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 100%;
	padding-left: 3px;
	margin-right: 10px;
	width: 558px;
}

#AbsenderScreen {
	position: absolute;   
	z-index: 2; 
	left: 141px; 
	top: 5px;
	color: #A1A1A0;
	font-size: 70%;
}

#AbsenderPrint {
	visibility: hidden;
	display: none;
}

#Logo {
	position: absolute; 
	width: 150px; 
	height: 100px; 
	z-index: 1; 
	left: 744px; 
	top: 0px;
	background-image: url(../img/logo_bw.gif);
	background-repeat: no-repeat;
}

#NavPrim {
	position: absolute; 
	z-index: 3; 
	left: 141px; 
	top: 83px;
	font-size: 80%;
	font-weight: bold;
}

#ContentHeader {
	position: absolute; 
	width: 778px; 
	height: 2px; 
	z-index: 1; 
	left: 121px; 
	top: 115px;
	background-image: url(../img/bg_content_abschluss_oben.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#ContentContainer {
	position: absolute; 
	width: 778px; 
	z-index: 1; 
	left: 121px; 
	top: 117px;
	background-image: url(../img/bg_content.gif);
	background-repeat: repeat-y;
	border: 1px none #000000;
}

#Content {
	padding-left: 175px;
	padding-top: 210px;
	padding-right: 45px;
	padding-bottom: 25px;
}

#ContentFooter {
	position: relative;
	width: 778px; 
	height: 6px; 
	z-index: 2;
	background-image: url(../img/bg_content_abschluss_unten.gif); 
	background-repeat: no-repeat;
	background-position: bottom left;
	border: 1px none #000000;
}

#FooterText {
	position: relative;
	width: 778px;  
	z-index: 2;
	color: #CCC;
	background-image: url(../img/bg_footertext.gif); 
	background-repeat: repeat;
	background-color: transparent;
	font-size: 60%;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#NavSek {
	position: absolute; 
	z-index: 3; 
	left: 141px; 
	top: 159px;
	font-size: 70%;
	font-weight: bold;
	line-height: 1.5em;
}

#Motiv {
	position: absolute; 
	width: 595px; 
	height: 145px; 
	z-index: 2; 
	left: 299px; 
	top: 117px;
	background-image: url(../img/main_motiv_0.jpg);
	background-repeat: no-repeat;
}

#Trenner {
	position: absolute; 
	width: 753px; 
	height:1px; 
	z-index: 2; 
	left: 141px; 
	top: 262px;
	background-image: url(../img/bg_trenner.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: transparent;
}

#Pfad {
	position: absolute; 
	width: 595px; 
	z-index: 2; 
	left: 296px; 
	top: 275px;
	color: #666;
	background-color:transparent;
	font-size: 60%;
	visibility: hidden;
	display: none;
}

#Optionen {
	position: absolute; 
	width: 558px; 
	z-index: 2; 
	left: 296px; 
	top: 275px;
	color: #666;
	background-color:transparent;
	font-size: 60%;
	visibility: visible;
	text-align: right;
}

#DescrText { /* content für startseite wg. opt. suchmaschinen! */
	display: none;
}

#NavBack {
	position: absolute;
	z-index: 2; 
	left: 136px;   
	top: 321px;
	visibility: visible;
}


