html{
	height: 100%;
}

body{
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background:  url(navi/logo_1px_loop.gif) repeat-y left top;
	text-align: center;
	height: 100%;
	color: #484848;
}

#Firmenbezeichnung{
	font-weight: bold;
	color: #417168;
}

blockquote{ 
	color: #417168;
	font-family:Georgia,Times,serif;
	font-size: 18px;
	background-image:	url(navi/blockquote.gif);
	background-repeat: no-repeat;
	font-style: italic;
	padding: 0px 0px 10px 28px;
	margin: 30px 0px 0px 20px;
}


h1{
	color: #417168;
	font-size: 20px;
	background: url(navi/headlinebg.gif) bottom left no-repeat;
	padding-bottom: 5px;
	/*letter-spacing: 1px;*/
}

h2{
	color: #447B6E;
	font-size: 15px;
	margin-bottom: 0px;
}

h3{
	color: #959595;
	font-size: 14px;
}

a{
	border: none;
}

a:hover{
  text-decoration: none;
}


.bilderrahmenlinks{
	float: left;
	margin:  6px 14px 6px 0px;
   border: 1px solid #8F9695;
	padding: 2px;
}

.bilderrahmenrechts{
	float: right;
	margin:  7px 0px 6px 10px;
   border: 1px solid #8F9695;
	padding: 2px;
}

/*-------------*/

#container{
	background:  url(navi/logo.jpg) no-repeat left top;
	margin: 0;
	border: 0;
	height: 540px;
}

/*-------------*/

#navigation{
	position: absolute;
	left: 73px;
	top: 84px;
	height: 34px;
	background: transparent;
	padding-right: 1px;
	background: url(navi/menubg_select.gif) no-repeat right;
}

#navigation ul{
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border:  none;
}
#navigation li{
	padding: 8px 9px 11px 9px;
	border:  none;
	list-style: none;
	background: url(navi/menubg_normal.gif) repeat-x;
	float: left;
}
#navigation li:hover{
	padding: 8px 9px 11px 9px;
	border:  none;
	list-style: none;
	background: url(navi/menubg_hover.gif) repeat-x;
}
#navigation li a{
	color: #323232;
	font-size: 15px;
	text-decoration: none;
}
#navigation li a:hover{
   color: black;	
}
#navigation li a:active{
	border: none;
}
#navigation .aktiv{
	background: url(navi/menubg_select.gif) repeat-x;
}
#navigation .aktiv a{
	color: #323232;
}

/*-------------*/

#subnavigation{
   position: absolute;
	left: 123px;
	top: 147px;
	font-size: 13px;
	text-align: left;
	height: 26px;
	float: right;
	background: url(navi/submenubg_select.gif) no-repeat right;
}

#subnavigation ul{
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border:  none;
}

#subnavigation li{
	background: url(navi/submenubg_normal.gif) repeat-x;
	padding: 6px 0px 6px 0px;
	margin:  0px 1px 0px 0px;
	border:  none;
	list-style: none;
	float: left;
}

#subnavigation li a{
	padding: 6px 8px 6px 8px;
	margin:  0px 0px 0px 0px;
	border:  none;
	color: #323232;
	text-decoration: none;
}

#subnavigation li a:hover{
	color: black;	
	background:  url(navi/submenubg_hover.gif) repeat-x;	
}
#subnavigation .aktiv{
	color: black;	
	background:  url(navi/submenubg_select.gif) repeat-x;	
}

/*-------------*/

#content{
   position: absolute;
	top: 220px;
	left: 132px;
	text-align: left;
	width: 602px;
	word-spacing: 0px;
	line-height: 160%;
}

#content a{
	color: #446D63;
	text-decoration: none;
	border-bottom: 1px solid #426F64;
}

#content a:hover{
	color: #294E43;
	border-bottom: 1px solid #6FA195;
	background: #BEECDF;
}


#content ul li {
	margin-left: -20px;
	list-style: none;
	padding-bottom: 4px;
	padding-left: 15px;
	background: url(navi/listenelement.gif) no-repeat left 8px;
}


/*-------------*/

#fusszeile{
	clear: both;
	padding: 0px 0px 0px 0px;
	margin:  25px 0px 10px 0px;
	height: 25px;
	background:  url(navi/fusszeilebg.gif) no-repeat center;
	text-align: center;
	border: none;
}

#fusszeile a{
	padding: 0px 6px 22px 6px;
	margin:  0px 0px 0px 0px;
	background: white;
	color: #323232;
	text-decoration: underline;
	border: none;
}

#fusszeile a:hover{
   background: white;
	text-decoration: underline;
   border: none;
}
#fusszeile .nachoben{
	padding: 0px 17px 0px 6px;
	margin:  0px 0px 0px 0px;
	background: white url(navi/nachoben.gif) right top no-repeat;
}
#fusszeile .nachoben:hover{
	background: white url(navi/nachoben.gif) right -2px no-repeat;
}

/*  Diese Klassen formatieren das e-mailformular  */
#email_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#email_form .plz{
	margin: 0px 0px 0px 0px;
	width : 50px;
	height: 16px;
	float: left;
	border: 1px solid #B3B9C3;
}
#email_form .wohnort{
	margin: 0px 0px 0px 0px;
	width : 172px;
	height: 16px;
	border: 1px solid #B3B9C3;
}
#email_form INPUT{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 12px;	
	width : 310px;
	height: 16px;
	border: 1px solid #B3B9C3;
	background: url(navi/navigation/pfeil_orange.jpg) no-repeat 4px center;
}
#email_form INPUT:hover{
	background: #FBFBFB url(navi/navigation/pfeil_orange.jpg) no-repeat 4px center;
}

#email_form TEXTAREA{
	width : 320px;
	border: 1px solid #B3B9C3;
}
#email_form TEXTAREA:hover{
	background: #FBFBFB;
}
#email_form .button{
	width : 154px;
	height: 19px;
	color: white;
	font-weight: bold;
	font-size: 13px;
	background: #D87503;
	border: none;	
}
#email_form .button:hover{
	color: #FFFFFF;
	font-size: 13px;
	background: #C7C7C7;
	border: none;	
}

/*-----------------------------*/

#MODUL_Neuigkeiten .NORMAL {
	width: 100%;
	border-bottom: 1px solid #43A3D0;
}

#MODUL_Neuigkeiten .td_UEBERSCHRIFTSZEILE_ZUSATZ {
	text-align: right;
}