@charset "UTF-8";
/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
body {
	margin: 0;
	padding: 0;
	background: #e48c15 url(../graphs/bg-body.gif) repeat-x left top;
	color: #000;
	font: 100%/18px Arial, Helvetica, sans-serif;
}

a.x:link {color: #000;text-decoration: none;border-bottom: 1px dotted #000;}
a.x:visited {color: #000;text-decoration: none;border-bottom: 1px dotted #000;}
a.x:hover {color: #e18200;text-decoration: none;border-bottom-style: none;}
a.x:active {color: #000;text-decoration: none;}

a.y:link {color: #000;text-decoration: none;font-size: 14px;text-transform: uppercase;border-bottom: 1px dotted #000;}
a.y:visited {color: #000;text-decoration: none;font-size: 14px;text-transform: uppercase;border-bottom: 1px dotted #000;}
a.y:hover {color: #e18200;text-decoration: none;border-bottom-style: none;font-size: 14px;text-transform: uppercase;}
a.y:active {color: #e18200;text-decoration: none;border-bottom-style: none;font-size: 14px;text-transform: uppercase;}

a:link { background-color:transparent; text-decoration: none;border-bottom-style: none; }
a:visited { background-color:transparent; text-decoration: none;border-bottom-style: none; }
a:hover { background-color:transparent; text-decoration: none;border-bottom-style: none; }
a:active { background-color:transparent; text-decoration: none;border-bottom-style: none; }


p {font-size: 12px; margin: 18px 0;}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #000;
	font-size: 18px;
	line-height: 18px;
}
h3 {
	margin: 0;
	padding: 10px 0 0 0;
	color: #E18200;
	font-size: 24px;
	line-height: 24px;
}
h4 {
	font-size:110%;
	font-weight: bold;
	padding: 0px;
	margin: 10px 0px;
	color: #283787;
}

/* ----------container zentriert das layout-------------- */
#container {
	width: 920px;
	margin: 20px auto 0;
	text-align: left;
	overflow: hidden;
	background-color: #f5e1b1;
	border: 5px solid #FFF;
}
/* hide hack from Mac-IE5 \*/
* html #container { height: 1%; }
/* end hiding */

/* ----------Headbereich-------------- */

#header {
	height: 239px;
	width: 980px;
	margin: 0;
	padding: 0;
	background: #f5e1b1;
	}
#header img {margin: 10px 298px;}
#teaser {
	background-color:transparent;
	height: 220px;
	width: 288px;
	position: absolute;
	z-index: 100;
	margin: -20px 0 0 10px;
	font-size: 10px;
	position:absolute;
	text-align: center;
	color: #000;
	}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	width: 100%;
	text-align: left;
}
#footer .gutter {padding: 10px 0px 10px 20px;}
#footer a:link {color: #000;text-decoration: none;border-bottom-style: none;}
#footer a:visited {color:#000;border-bottom-style: none;}
#footer a:hover {color: #e18200;border-bottom-style: none;}
#footer a:active {color:#000;border-bottom-style: none;}

/* -----------bilder--------------------------- */
.rand {
	border: 1px solid #ccc;
	padding: 4px;
	background: #FFF;
	margin: 0 20px 20px 0;
}
.abstand {float: left;
	margin: 0 8px 0 0;
	border: 1px solid #ccc;
	padding: 4px;
	background: #FFF;}
.abstand2 {
	border: 1px solid #e4e4e4;
	padding: 3px;
	margin: 8px 8px 0 0;
	background: #FFF;
}

/* -----------Floats--------------------------- */
dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
dt {
	margin: 20px 0 10px 0;
	color: #000;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	}
dd {
	margin: 0 218px 20px 0;
	font-size: 12px;
	padding: 0px;
	}
dl dd.img  {
	margin: 0;
	}
dd.img img {
	float: right;
	margin: 0 0 20px 8px;
	border: 1px solid #ccc;
	padding: 4px;
	background: #FFF;
	}
hr {border:0 none; border-spacing:0; border-bottom:1px solid #e48b15; height:0; position:relative; }
.linie {margin: 18px 0; clear: right;}


/* -----------------Inhalt--------------------- */

/* Linke Spalte */
#one_col_left {
	width: 250px;
	float: left;
	margin: 0;
	padding: 0;
	background-color:transparent;
}
#one_col_left .gutter { padding: 10px 0 0 20px;}
/* Navigation links */
#one_col_left ul {
	color: #000;
	font-weight: normal;
	padding: 0 0 18px 0;
	text-align: left;
	list-style: none;
}
#one_col_left ul li {
	background: url(../pics/pfote.gif) no-repeat left center;
	padding: 10px 0;
	border-bottom: 1px dotted #666;
	text-indent: 30px;
}
#one_col_left ul li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: 20px;
	border-bottom-style: none;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#one_col_left li a:hover, body#home #t-home a,  body#leistungen #t-leistungen a,  body#termine #t-termine a,  body#preise #t-preise a,  body#kontakt #t-kontakt a,  body#links #t-links a,  body#impressum #t-impressum a, body#vn #t-vn a, body#archie #t-archie a, body#ben #t-ben a  { color: #e18200; background-color:transparent; text-decoration: none;}

/* Navigation links IE */
* html #one_col_left ul li {
	background: url(../pics/pfote.gif) no-repeat left 13px;
}
*+ html #one_col_left ul li {
	background: url(../pics/pfote.gif) no-repeat left 13px;
}

/* Rechte Spalte */
#one_col_right {
	width: 610px;
	float: left;
	margin: 0;
	padding: 0;
	background-color:transparent;
}
#one_col_right .gutter { padding: 10px 0 0 50px; }

#maininfo {
	margin: 20px 0 0 0;
	color: #fff;
	padding: 0;
	border: 3px solid #f5e1b1;
	font-size: 14px;
	background: #e48c15;
    } 
#maininfo .gutter{
	margin:0;
	padding: 10px;
    } 
#maininfo h2 {
	color: #000;
	border-bottom: none;
	text-transform: none;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
    } 
#maininfo h3 {
	color: #000;
	border-bottom: none;
	text-transform: none;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: normal;
    } 
#maininfo a:link {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
#maininfo a:visited {
	color:#fff;
	background-color: transparent;
	text-decoration: none;
}
#maininfo a:hover {color: #fff; background-color:#F00; text-decoration: none;}
#maininfo a:active {
	color:#fff;
	background-color: transparent;
	text-decoration: none;
}

table {
  	width: 100%;
  	position: relative;
  	}
table caption {
  	margin: 0;
  	padding: 8px 20px;
  	text-align: left;
 	border: 1px solid #000;
  	border-bottom: none;
 	background: #fff;
  	}
table th, table td {
	margin: 0;
	padding: 0 8px 8px 0;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
  	}
table th {
	color: #E18100;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
  	}
table .name {
  	text-align: left;
  	}
table tr.alt {
  	background: #f1f1f1;
  	}
table td a {
  	display: block;
  	font-weight: bold;
  	}
table td img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #FFF;
	}
table a:link {color: #e18200;text-decoration: none;}
table a:visited {color: #e18200;text-decoration: none; }
table a:hover {color: #000;text-decoration: none;}
table a:active {color: #000;text-decoration: none;}

