body,td{
	font-family: Verdana;
	font-size: 10pt;
	color: #9C5238;
	line-height: 1.5;
	
}
/*Schriftdefinitionen*/

h1{
	font-family: Verdana;
	font-size: 12pt;
}

#small{
	font-size:8pt;
}

/*Layout*/

/*komplette Seite die mit align=center und #out_base die HP mittig ausrichtet*/
#base{
	width:100%;
	height:100%;
}

#out_base{
	width:784px;
	height:100%;
	text-align:left;
	/*background-color:red;*/
}

/*ausrichtung ganz oben, links und rechts Platz, nach unten variabel*/
#outer{
	width:784px;
	height:100%;
	position:absolute;
	top:0px;
}

#transparent_img{
	width:223px;
	position:absolute;
}

#header{
	position:absolute;
	top:74px;
	left:20px;
	width:785px;
	height:26px;
	background-image:url(images/content_bg_header.png);
}
#header_title{	
	position:absolute;
	top:17px;
	left:214px;
	
}

#middleouter{
	width:1px;
}

#content{
	background-image:url(images/content_bg_middle.png);
	width:784px;
	top:244px;
	position:absolute;
	left:20px;
	/*background-color:red;*/
	
}

#footer{
	background-image:url(images/content_bg_footer.png);
	height:26px;
	width:780px;
	position:absolute;
	bottom:-26px;
	/*background-color:blue;*/
}

#menu{
	width:220px;
	/*background-color:green;*/
	position:absolute;	
}

#content_without_menu{
	left:215px;	
	width:510px;
	height:460px;
	position:absolute;	
	
	/*background-color:red;*/
}

#col_left{
	left:10px;	
	width:230px;
	height:460px;
	position:absolute;	
}

#col_right{
	
	width:230px;
	left:265px;	
	position:absolute;
	/*background-color:green;*/
}


#underliner{
	position:absolute;	
	left:215px;	
	top:460px;
	width:510px;
	text-align:right;
	font-size:8pt;
}/*
#underliner{
	position:absolute;
	left:-10px;
	bottom:-85px;
	text-align:right;
	font-size:8pt;
}*/
/*Tabellenformatierungen*/
.menutable{
	margin-left : 27px;
}

/*Allgemein*/

#formular{
	font-family: Verdana;
	font-size:9pt;
	color:#9C5238;
	border: 1px solid #9C5238;
	/*background-color:#583D2C;*/
	scrollbar-arrow-color: #9C5238;
	/* Farbe der kleinen Pfeile (Dreiecke)*/
	scrollbar-base-color: ##F8F8D8;
	/*Farbe des Scrollbalkens, der Laufleiste und der Buttons*/
	scrollbar-track-color: ##F8F8D8;
	/*Farbe der Laufleiste*/
	scrollbar-face-color: #F8F8D8;
	/*Farbe des Balkens, Buttons und (hellerer) Hintergrund*/
	scrollbar-shadow-color: ##F8F8D8;
	/*Schatten (unten und rechts) plus Pfeile*/
	scrollbar-highlight-color: #9C5238;
	/*Farbe des Hintergrundes, Schatten links und oben*/
	scrollbar-darkshadow-color: #9C5238;
	/* dunkler Schatten des Balkens (unten und rechts)*/
	scrollbar-3d-light-color: #9C5238;
	/*Schatten links und oben */
	vertical-align : top;
}

#rechtsoben{
	text-align:right;
	vertical-align:top;
}

#linksoben{
	text-align:left;
	vertical-align:top;
}

#mitte{
text-align:left;
	vertical-align:middle;
}

/*Fehler*/
#kontaktfehler{
	font-family: Verdana;
	font-size:8pt;
	font-weight:bold;
	left:320px;
	top:-377px;
	position:relative;
	width:80%;
	color:red;
}

/*Link-Definitionen*/

/*Verweis für noch NICHT besuchte Seite*/
a:link {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color:#A87F8D;
	vertical-align: middle;
	text-align:center;
	text-decoration:underline;
}
/*Verweis für gerade besuchte Seite*/
a:active {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color:#A87F8D;
	vertical-align: middle;
	text-align:center;
	text-decoration:underline;
}
/*Verweis für irgendwann einmal besuchte Seite*/
a:visited {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #73505C;
	vertical-align: middle;
	text-align:center;
	text-decoration:underline;
}
/*wenn man mit der Maus darübersteht*/
a:hover {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color:#A87F8D;
	vertical-align: middle;
	text-align:center;
	text-decoration:underline;
}


/*Navigation*/
/*Verweis für noch NICHT besuchte Seite*/
a.navigation:link {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color:#C6A792;
	vertical-align: middle;
	text-align:center;
	text-decoration:none;
}
/*Verweis für gerade besuchte Seite*/
a.navigation:active {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color:#9C5238;
	vertical-align: middle;
	text-align:center;
	text-decoration:none;
}
/*Verweis für irgendwann einmal besuchte Seite*/
a.navigation:visited {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color:#C6A792;
	vertical-align: middle;
	text-align:center;
	text-decoration:none;
}
/*wenn man mit der Maus darübersteht*/
a.navigation:hover {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color:#9C5238;
	vertical-align: middle;
	text-align:center;
	text-decoration:none;
}

/*Link*/
/*Verweis für noch NICHT besuchte Seite*/
a.content:link {
	font-family: Verdana;
	font-size: 10pt;
	color:#9C5238;
	text-decoration:none;
	font-weight:normal;
}
/*Verweis für gerade besuchte Seite*/
a.content:active {
	font-family: Verdana;
	font-size: 10pt;
	color:#9C5238;
	text-decoration:none;
	font-weight:normal;
}
/*Verweis für irgendwann einmal besuchte Seite*/
a.content:visited {
	font-family: Verdana;
	font-size: 10pt;
	color:#9C5238;
	text-decoration:none;
	font-weight:normal;
}
/*wenn man mit der Maus darübersteht*/
a.content:hover {
	font-family: Verdana;
	font-size: 10pt;
	color:#9C5238;
	text-decoration:underline;
	font-weight:normal;
}
