
/* --------------------------------------------------------------------
							HTML TAGS
 --------------------------------------------------------------------*/
html, body, textarea {font-family: Arial Narrow, Arial, Trebuchet MS, Verdana, Helvetica, sans-serif; color: #fff;}
body {font-size: .7em;} td {_font-size: .7em; _f\ont-size: 100%;}
input, textarea, select {font-size: 100%;}


html, body {
	height: 100%;
	margin: 0;
   padding: 0;
	text-align: left; /* gesamtpositionierung f?r IE<6 */
	overflow: hidden;
}

body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat; 
	background-color: #fff;
	_border: 1px solid #fff; /* warum auch immer: ie5 braucht das, damit 33+33+34=100 sind*/
	scrollbar-arrow-color : #fff;
	scrollbar-face-color : #ad342c;
	scrollbar-base-color : #ad342c;
	scrollbar-darkshadow-color : #ad342c;
	scrollbar-highlight-color : #ad342c;
	scrollbar-shadow-color : #fff;
	scrollbar-3dlight-color : #fff;
	scrollbar-track-color : #ad342c;
	}

BUTTON, SELECT, TEXTAREA, input{
	font-family: Arial Narrow, Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 1em;
   border: 1px solid #5f4015 ; /*A5ACB2 ist WinXP Style*/
}
input:focus, SELECT:focus, TEXTAREA:focus {
	border: 1px solid #fff9c7;
}

form {margin:0px; display: inline}/* entfernen des abstandes bei Form-Elementen */
th {text-align: left; font-weight: 700; }
img {border:none;}
p {margin: 0 0 10px 0 !important;}


/*  allgemeine HEADliNE-Styles -  Gr??e bezieht sich immer auf Elternelement */
h1 {font-size: 1.1em; letter-spacing: 0px; margin: 0px; text-transform: uppercase; float: left; }
h2 {font-size: 1.2em; font-weight: bold; margin: 0 0 10px 0; text-transform: uppercase;  }
h3 {font-size: 1em; font-weight: bold; padding:0px; margin:0px; }
h4 {font-size: 1em; font-weight: bold; color: #000; display: inline; margin-bottom: 0}
h5 {font-family: "Times New Roman", Times, serif; text-transform: uppercase; font-weight: bold; font-size: 1em; color: #2D6071;  background: #f6ecd4; padding: 4px; margin: 0 0 5px 0;}

hr{ height: 0.5px; color: #5f4015; border: none}

/* -------------------------------------------------------------------------------
							STANDARD CLASSES
 -------------------------------------------------------------------------------------*/

a:link, a:visited { color: #fff; text-decoration: none;}
a:hover, a:active { color: #fff; text-decoration: underline;}	
 
 
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                         								LAYOUT
----------------------------------------------------------------------------------------------------*/	
 
 
#main {
	 height: 560px;
	 top: 50%;
	 left: 50%;
	 margin: -280px 0 0 -380px;
	 position: absolute;
	 width: 760px;
	 
}
	
}

 #fktnav {
	height: 70px;
	width: 495px;
	overflow: no;
	float: right;
	vertical-align: top;
	text-align: right;
	cbackground-color: #fff9c7;
	font-size: 0.9em;
	padding-right: 5px;
}


#menu {
	height: 50px;
	width: 560px;
	overflow: no;
	clear: left; 
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
}

#nav{
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 280px;
	padding-top: 22px;
	font-weight: bold;
}



#content {
	float: left;
	height: 300px;
	width: 560px;
	padding: 0 45px 45px 45px;
   cbackground-color: #fffdee;
	_line-height: 15px;
	font-size: 1.3em;
	margin-top: 120px;
	
}

#content2 {
	 margin-top: 10px;
	 padding: 0 5px 0px 5px; 
	 overflow: auto;
	 height: 230px;
	 width: 550px;
}

 #content .imgborder {
 	border: solid 1px #5f4015;
 	padding: 1px;
    }
	 
 #content .imgtext {
	float: left;
	border: solid 1px #5f4015;
	font-size: 0.8em;
	padding: 5px;
	vertical-align: bottom;
	width: 680px;
    }
	 
 #content .imgtext img {
	float: left;
	font-size: 0.8em;
	border: 1px groove #5f4015;
	margin-right: 5px;
    }
	 
 td {
	vertical-align: top;
}
	 

#footer {
	 color: #ad342c;
	 margin-top: 15px;
	 padding: 0 0 0 5px;
	
}

#footer a:link, #footer a:visited { color: #ad342c; text-decoration: none;}
#footer a:hover, #footer a:active { color: #ad342c; text-decoration: underline;}	
