/*Allgemeine Body Einstellungen*/
body {
	background-color:#555555;
	scrollbar-base-color: #555555;
	scrollbar-face-color: #555555;
	scrollbar-darkshadow-color: #555555;
	scrollbar-highlight-color: #FAFAFA;
	scrollbar-shadow-color: #FAFAFA;
	scrollbar-track-color: #555555;
	scrollbar-arrow-color: #FFFFFF;
	background-attachment: scroll;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	height: 100%;
}


/* TYPOGRAFIE und FARBEN */

p, td,tr, div, span, li, ul, input, h1, h2, table {
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 11px;
	color: #000000;
	text-align : left;
}

/*border content table*/
.wln3 {	
	border-width: 1px;
	border-style: solid;
	border-left: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	}
/*border subnavi table*/
.wln2 {	
	border-width: 1px;
	border-style: solid;
	border-left: none;
	border-top-color: #FFFFFF;
	border-right: none;
	border-bottom-color: #FFFFFF;
	}
	
/*white line left&right*/	
.wln {border-top: 1px solid #FFFFFF}

/*arrow*/
.pf {
float: right; 
padding: 30px 5px 0px 0px;
}
.foto {
width:490px;
height:385px;
float: right; 
}

/*frame*/	
#frame {
	width: 490px; 
	/*text-align: center; margin: 0px auto;
	border-top: none;*/
	height: 474px;
	overflow: auto;
	}
/**html #frame { width: 470px;height: 477px;}*/


/*LINKS*/

a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: #000000; text-decoration: underline;}
a:active {color: #000000; text-decoration: none;}

