body, table, td, p {
	font: 12px Tahoma, Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
}

body{
	background-color:#999;
    text-align: left;
    padding: 0;
    margin: 0;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
	font-size:11px;
	color:#000;
}

#container{
    margin: 0 auto;
	padding: 0px 10px 0px 10px;
    text-align: left;
    width: 920px;
	background: url(../bilder/content_hg.jpg) repeat-y;
}
#navigation{
	margin-top:0px;
	width:690px;
	height:20px;
	color:#fff;
	margin-left: 230px;
}

#header {
	padding: 0px;
	background:url(../bilder/kopfgrafik.jpg) no-repeat;
	width:920px;
	height:220px;
	position: relative;
}

#logo {
	height:49px;
	width:167px;
	padding-top:57px;
	padding-left:32px;
}

#inhalt{
    line-height: 1.5em;
	padding: 0px;
	float:left;
	clear:none;
	background-color: #fff;
	width:920px;

}

#leftcol{
	width:170px;
    margin-right: 30px;
	padding-left:20px;
	float:left;
	font-size:11px;

}

#main_inhalt{
	width:480px;
	padding:0px;
	float:left;
	margin-right: 20px;
}

#rightcol{
	width:170px;
	float:left;
	font-size:11px;
}

#footer{
	height:30px;
	background:url(../bilder/footer_hg.jpg) no-repeat;
	width:940px;
	margin:0 auto;
	font-size:10px;
	font-weight:normal;
	clear:both;
}

#producedby {
	float:left;
	margin-left:30px;
	_margin-left:17px;	
	padding-top:6px !important 0;
	padding-top:9px;
}
#footer_txt {
	float: left;
	padding-left:50px;
	padding-top:2px;
	color:#fff;
}

#footer_txt a	{
	font-weight:normal;
	color:#fff;
	text-decoration:none;
}

#footer_txt a:hover{
	text-decoration:underline;
}

#shoplink_01 {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    top: 155px;
    left: 30px;    
}

#shoplink_02 {
    font-weight: bold;
    text-decoration: none;
}

#shoplink_02:hover {
    text-decoration: underline;
}


h1{
    font-size: 14px;
	font-weight:bold;
	color: #29166F;
}

h2{
    font-size: 12px;
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #29166F;
	width:100%;
	text-transform:uppercase;
	margin: 0 0 1em 0;
	padding: 0;
}

h3{
    font-size: 14px;
}   

#rightcol h1, #leftcol h1 {
	display:block;
	height:20px;
	background-image:url(../bilder/h1_r_l.gif);
	background-position:center right;
	background-repeat: no-repeat;
	background-color:#F4B50D;
	width:160px;
	padding-left:10px;
	font-size:11px;

} 


a {
	color: #29166F;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #29166F;
	text-decoration: none;
}

a img{
	border: none;
}


#navigation ul, #navigation ul li{
	list-style: none;
	margin:0px;
	padding:0px;
}

#navigation li {
	display:block;
	float:left;
	height:20px;
}

#navigation a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	padding:5px 25px;
	display:block;
	float:left;
	height:20px;
}
#navigation li#navi_home a{
	padding-left:10px;
}
#navigation li#navi_impressum a{
	padding-right:0px;
}
#navigation li.paddingTop {
	padding-top:5px;
	font-weight:bold;
}

#navigation a:hover,#navigation a.active {
	color: #F4B50D;
	/*text-decoration: underline;*/
}


ul.subnavigation, .subnavigation li {
	text-indent:none;
	background:none;
	list-style:none;
	margin:0px;
	padding:0px;
	display:block;
}


.subnavigation li a {
	text-indent:none;
	color:#000;	
	display:block;
	height:25px;
	line-height:25px;
	border-bottom:1px solid #000;
	text-decoration:none;
	font-weight:bold;
}
.subnavigation  li a.langer {
	height:50px;
	line-height:25px;
}
.subnavigation li a:hover, .subnavigation li a.active {
	color:#F4B50D;
	text-decoration:none;
	border-bottom:1px solid #F4B50D;
}



form { 
	display:inline;
	font-size:12px;
}


.rahmen {
	border: 1px solid black;
}

.datum {
	font-size: 11px;
	color: #000;
}

.floatleft {
	float: left;
	margin-right: 10px;
	display: inline;
}

.floatright {
	float: right;
	margin-left: 10px;
	display: inline;
}

.floatright2 {
	float: right;
	display: inline;
}

input, textarea, select {
	background: #ffffff;
	color: #000000;
	padding: 0px;
	border:1px solid #ccc;
}
input:focus, select:focus {
	padding: 0px;
	border-color: #333;
}
.tabellenrahmen {
	border: 1px solid black;
	border-collapse: collapse;
}
.tabellenrahmen thead td {
	background-color: #066DB0;
	border-bottom: 1px solid black;
	font-weight: bold;
	color: #000000;
}
.tabellenrahmen td {
	border: 1px solid black;
	padding: 4px;
	margin: 0;
}

/* Kontaktformular */
.ausfuellen{
	border: 1px solid red ;
}

form label{
	cursor: pointer;
	cursor: hand;
}

form label.required {
  color: red;
}

form label.completed {
  color: black;
}

.formmailerror{
	border: 1px solid red;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	color:red;
}

label{
  position: relative;
	width: 170px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.kontakt {
    position: relative;
	width: 200px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.clearleft{
	clear: left;
}
/* Ende Kontakt */


.space{
	margin-left:20px;
	float:left;
}

.paddingLeft10 {
	padding-left:10px;
}

/*.teaser_allg{
	width:230px;
	float:left;

}

.marginRight20 {
	margin-right:20px;
}

.teaser_title {
	display:block;
	width:230px;
	height:20px;
	line-height:20px;
	background:url(../bilder/teaser_title.gif) no-repeat;
	padding:0px 0px 0px 7px;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
}

.teaser {
	width:216px;
	background:url(../bilder/taser_border.gif) repeat-y;
	padding: 0px 7px;
	font-size:11px;
	min-height:100px;
}

.teaser_bottom {
	width:230px;
	height:16px;
	text-align:right;
	padding-right:7px;
	text-transform:uppercase;
	background:url(../bilder/teaser_bottom.gif) no-repeat;
}

.teaser_bottom img{
	float:right;
}

.teaser_bottom a {
	color:#000;
}
*/

.homeImage {
	margin:0 0 10px 10px;
}

.rTeaser {
	margin-bottom:40px;
	padding-left:10px;
}
a.anfahrtlink {
	font-size:11px;
}


/* Herit from shop  */ 
.links {
	float:left;
}
.rechts {
	float:right;
}
.mittel {
    width: 230px;
}

.breit {
    width: 300px;
}

.schmal {
    width: 200px;
}

.padding {
    padding: 10px;
}
.box_abstand {
    margin: 10px;
	min-height:100px;
	_height:100px;
}

.box_schmal {
    background: #fff url(../bilder/bg_box_body_narrow.gif) repeat-y;
}

.box_mittel {
    background: #fff url(../bilder/bg_box_body_medium.gif) repeat-y;   
}

.box_breit {
    background: #fff url(../bilder/bg_box_body_wide.gif) repeat-y;   
}

.box_foot {
    background: #fff url(../bilder/bg_box_foot.gif) right top no-repeat;
    text-align: right;
}


.box_schmal h2, .box_mittel h2, .box_breit h2 {
background:transparent url(../bilder/bg_box_head.gif) no-repeat scroll right top;
font-size:11px;
width:210px;
line-height:20px;
margin:0pt;
padding:0px 10px;
border:0px;
}
.box_schmal h2 a, .box_mittel h2 a, .box_breit h2 a {
    color: #000;
    text-decoration: none;
	font-weight:bold;
	border:0px;
}

.box_schmal h2 a:hover, .box_mittel h2 a:hover, .box_breit h2 a:hover {
    color: #331B85;
}
.produktbilder {
    width: 200px;
    margin-left: 10px;
    float: right;
    text-align: right;
}

.produktbilder img {
    margin-bottom: 10px;
}

.klein, .klein p, .klein h3 {
    font-size: 10px;
}

em {
    font-style: normal;
    font-weight: bold;
    color: red;
	font-size:10px;
}

.durchgestrichen {
    text-decoration: line-through;
}


.breit label {
    width: 120px;
}

.schmal label {
    width: 50px;
    margin: 0;
}

.mittel label {
    width: 50px;
}

.termin_title, table.termineanmeldung tr.termin_title td{
	font-weight:bold;
}
table.termineanmeldung {
	width:100%;
	border:1px solid #000;
}

table.termineanmeldung  tr td {
	text-align:left;
	vertical-align:top;
}

table.termineanmeldung tr.termin_title td{
	border-bottom:1px solid #666;
	background-color:#F4B50D;
}

table.termineanmeldung tr td.color3{
	background-color: #EEE;
}

fieldset {
    border: 1px solid #F4B50D;
    padding: 10px;
    margin-bottom: 10px;
}
legend {
    font-weight: bold;
   /* text-transform: uppercase;*/
    color: #29166F;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0;
}

hr {
	color:#F4B50D;
}

.rot {color:red;}
.rotbold, .rotbold input  {color:red;font-weight:bold;}

input.zahl {
	width:75px;
	text-align:right;
}

.festeHoehe {
	min-height:200px;
}

.preis {
	margin-top:-17px;
}

.noBorder {
	border:0px;
}

.gelb {
    color:#F4B50D;
}

.orange_linie {
	background:url(../bilder/verlauf.jpg) top center no-repeat;
	diplay:block;
	width:100%;
}

table h3 {
	margin-top:0px;
	padding-top:0px;
}
.BildRahm {
    padding:1px;
    border:1px solid #F4B50D;
}
.blau {
    color:#29166F;
}
