
html, body, div, p, td, a, input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12px;
}
body{
	background-color: #FEF4D3;
	margin-top:10px;
}
html { 
        overflow: -moz-scrollbars-vertical; 
}
.inhalt {
	padding: 15px;
	background-color: #FFFFFF;
}
.bgheader{
       background:  url(../images/bg_header_ver.gif);
	   padding-bottom: 10px;
}
.bgmenu{
       background:  url(../images/bg_menu.gif);
}
.bgrechts {
	 background:  url(../images/bg_rechts_ver.gif);
}
#abst_bild {
	padding-right: 19px;
	padding-top: 5px;
}
td.untermenu {
	 background:  url(../images/bg_mittelgelb.gif);
}
h1 {
	font-size: 15px;
	color: #FF9900;
}
li {
	list-style-image: url(../images/liste.jpg);
	list-style-type: none;
	margin-top: 3px;
}
.rot{
	color:#990000;
}
.klein{
	font-size: 10px;
}
/* ###################################################### */
/* ################  Suchausgabe      ################### */
/* ###################################################### */
.linie {
	border-bottom:#990000 1px solid;
}
.start {
	border-bottom:#FCD54B 2px solid;
	border-right:#FCD54B 2px solid;
	border-left:#FCD54B 2px solid;
}
/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
	font-size: 13px;
}
a:visited {
	color: #990000; }
a:hover {
	text-decoration:underline;}
/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation div {
	width:188px;
	margin:0;
	padding:5 0 0 12px;
}
#navigation div a {
	display:block;
	width:168px;
	height:19px;
	line-height:19px;
	margin: 0;
	padding:0 0 3 20px;
	font-size:13px;
	color:#990000;
	text-decoration:none;
}
* html #navigation a {  /* Breitenangaben nur fuer IE */
    width: 188px;
    w\idth: 188px;
	}

#navigation div a:hover, #navigation div.navfirstopen a {
	background-image:url(../images/li_menu.gif);
	background-repeat:no-repeat;
	background-position:2 3px;
	background-color:#990000;
	color:#FCD54B;
}

/* Level 2 */

ul#navsecond {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
ul#navsecond li {
		padding: 0px;
		margin: 0px;
		display: inline;
		position: relative;
}

ul#navsecond li a {
		padding: 5px 5px 4px 5px;
		font-size: 12px;
		color: #990000;
		text-decoration: none;
	}

ul#navsecond li a:hover , ul#navsecond li.navsecondopen a {
		background-color: #990000;
		padding: 5px 5px 4px 5px;
		font-size: 12px;
		color: #FCD54B;
		text-decoration: none;
	}


/* ###################################################### */
/* ################## Sucheingabe ####################### */
/* ###################################################### */
#search input{
	width:130px;
	font-size:12px;
	border:0px;
	margin-left:5px;
	background-color:#FEF4D3;
}
#search input.sbmt {
	border:0;
	width:20px;
	height:14px;
	background-color:#FCD54B;
}
/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {

}
#contactForm .contactRow {
	margin:4px 0;
}
#contactForm label {
	display:block;
	float:left;
	width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
	border:1px solid #ccc;
	width:346px;
}
#contactForm .contactRow select {
	border:1px solid #ccc;
	width:170px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
	width:343px;
}

#contactForm .contactRow input {
	height:18px;
}

#contactForm .contactRow textarea {
	height:105px;
	font-size:10px;
}
/* FF*/
#contactFormSubmit #contactFormSubmitLeft {
	float:left;
	margin: 0 0 0 80px;
	width:174px;
}
/* IE*/
* html #contactFormSubmit #contactFormSubmitLeft {
	margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
	float:left;
	width:174px;
	margin:0 0 0 0;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
	background-color:#fff;
	border:0;
	color:#0060b1;
	padding:0 20px 0 0;
	background-image:url(../images/link_pfeil_klein.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
	font-size:10px;
	width:auto;
	height:auto;
	float:right;
	margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
	background-image:none;
	padding: 0;
	float:left;
}

#contactForm table {
	width:100%;border-collapse:collapse;
}
#contactForm table td {
	padding:0;
}
#contactForm table td.pt {
	padding-top:2px;
}
* html #contactForm table td.pt {
	padding-top:0;
}
/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* ###################################################### */
/* ####################### Newsletter   ############'#### */
/* ###################################################### */
.ab {
	padding-left: 5px;
	padding-top: 5px;
}
.ab2 {
	padding-left: 5px;
	padding-right: 5px;
}