@charset "utf-8";
.nav_main_menu_links {
	float: left;
	width: 172px;
	color: #FFFFFF;
	padding-left: 16px;

}
.nav_main_menu_links_ul {
	width: 160px;
	margin: 0;
	padding-top: 0.3px;
	padding-right: 0.3px;
	padding-bottom: 0.3px;
	padding-left: 0px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: auto;
	float: left;
  }
.nav_main_menu_links_sub1_ul {
	list-style: none;
	width: 160px;
	margin: 0;
	padding-top: 0.3px;
	padding-right: 0.3px;
	padding-bottom: 0.3px;
	padding-left: 0px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: auto;
	float: left;
  } 
.nav_main_menu_links_li_act {
	list-style: none;
	width: 160px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0.3px;
	padding-bottom: 0.3px;
	padding-left: 0px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: auto;
	float: left;
  }
.nav_main_menu_links_li_inact  {
	list-style: none;
	width: 160px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0.3px;
	padding-bottom: 0.3px;
	padding-left: 0px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: auto;
	float: left;
  }  
.nav_main_menu_links_sub1_li_act  {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
	margin-left: 0px;
	width: 170px;
  background-color: #c9c9c9; 
	color: #FFFFFF;
	background-repeat: no-repeat;
	height: auto;
  }
.nav_main_menu_links_sub1_li_inact  {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
	margin-left: 0px;
	width: 170px;
  background-color: #c9c9c9;
	color: #FFFFFF;
	background-repeat: no-repeat;
	height: auto;
  }  
.nav_main_menu_links_li_act   a  {
	height:auto;
	display:block;
	text-decoration: none;
	width: 162px;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-left: 6px;
	background-repeat: no-repeat;
  }
.nav_main_menu_links_li_inact   a  {
	height:auto;
	display:block;
	text-decoration: none;
	width: 162px;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-left: 6px;
	background-repeat: no-repeat;
  }
.nav_main_menu_links_sub1_li_act   a  {
	display:block;
	text-decoration: none;
	width: 162px;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9c9c9;
	padding-left: 6px;
	background-repeat: no-repeat;
  }
.nav_main_menu_links_sub1_li_inact   a  {
	display:block;
	text-decoration: none;
	width: 162px;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9c9c9;
	padding-left: 6px;
	background-repeat: no-repeat;
  } 
.nav_main_menu_links_li_act   a:hover  {
	color: #0000FF;
	text-decoration: underline;
  }
.nav_main_menu_links_li_inact   a:hover  {
	color: #0000ff;
	text-decoration: underline;
  }  
.nav_main_menu_links_li_act   a:active  {
	height:auto;
	display:block;
	text-decoration: none;
	width: 162px;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	color: #0000ff;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-left: 6px;
	background-repeat: no-repeat;
  }
.nav_main_menu_links_li_inact   a:active  {
	height:auto;
	display:block;
	text-decoration: none;
	width: 162px;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	color: #0000ff;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-left: 6px;
	background-repeat: no-repeat;
  }
/*********** Mailform start  **********/

.csc-mailform {
        background-color: #FBF4E2;
        border: 0px solid #dddddd;
        width: 95%;
        float:right;
        
        
}
.csc-mailform-field {
        display: block;
        marging: 10px;
        padding: 6px;
        height: auto;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;	
}
.csc-mailform label {
        display: block;
        width: 150px;
        float: left;
        text-align: right;
        margin: 2px 5px;
        padding: 0;
}
.csc-mailform input, .csc-mailform textarea {
        font-family: Verdana, Arial, HElvetica, sans-serif;
        color: #000000;
        background-color: #ffffff;
        border: 1px solid #7F9DB9;
        width: 200px;
        padding: 2px 6px;
        font-size: 10px;
}
.csc-mailform input.csc-mailform-submit {
        float: left;
        width: 80px;
	margin-left: 160px;
}
.csc-mailform form input.csc-mailform-submit:hover {
        background-color: #ff0000;
        border: 1px solid #c1c1c1;
        color: black;
}        

/*********** Mailform stop  **********/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a17545;
}
body {
	background-image: url(images/bg.jpg);
	background-color: #ececec;
	background-repeat: repeat-x;
	margin-top: 0px;
}

.unterkategorie a:link{
	color:#990099;
}

a:link {
	color: #0000FF;
}
a:focus{
	color: #0000FF;
}
a:hover{
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}

h1 {
	font-size: 14px;
	color: #000;
	margin-top:0;
}
h2 {
	font-size: 12px;
	color: #562b09;
}
h3 {
	font-size: 10px;
	color: #562b09;
}
#container {
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#header1  {
	background-image: url(images/hofschaller-header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 253px;
	width: 780px;
	font-size: 24px;
	color: #5A2A02;
	text-align: center;
	
	font-weight: bold;
	font-variant: normal;
}
#header2 {
	background-image: url(images/image_04.jpg);
	float: left;
	height: 169px;
	width: 780px;
	background-repeat: no-repeat;
}
#header3 {
	background-image: url(images/image_05.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 83px;
	width: 780px;
}
#container_content {
	background-image: url(images/image_02_04.jpg);
	background-repeat: repeat;
	float: left;
	height: auto;
	width: 780px;
}
#sidebar {
	float: left;
	height: auto;
	width: 188px;
	padding-bottom:20px;
}


#content {
	float: right;
	width: 510px;
	height: auto;
	color: #000000;
	background-image: url(images/);
	background-position: 200px top;
	background-repeat: no-repeat;
	padding-right: 30px;
  padding-top:15px;
  padding-bottom:15px;	
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width:780px;
	color:  #000;
	text-align: center;
	padding-top: 8px;
}
#footer h1{color:#000;}
