
/*--------------------------------Navigationsbereich abtrennen->>>>-------------------------*/

#navigation { 
	left:0;
	top:0;
	width:100%;
	height:24px;
	z-index:4;
	border-bottom:1px solid #ff9e3e;
	background:#2f2f2f;
}
body>#contentframe { 
	padding-top:24px; 
}
body>#navigation { 
	position:fixed; 
}
body>#content { 
	position:static; 
}

/*--------------------------------Dropmenu>>>-------------------------*/

.menu {
	width:1002px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	position:relative;
	z-index:4;
	text-align:center;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:130px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:167px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#fff; 
	width:167px; 
	height:24px; 
	border:1px solid #ff9e3e; 
	border-width:0;
	background:#2f2f2f; 
	line-height:25px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:130px;
	w\idth:139px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#efefef;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#efefef;
}
.menu ul ul :hover > a.drop {
	background:#efefef;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0; 
	width:167px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:24px;
	t\op:25px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; top:0; left:0;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#efefef; 
	color:#4f4f4f; 
	height:18px; 
	line-height:18px; 
	padding:2px 0px 2px 25px;
	font-size:11px;
	width:142px;
	text-align:left;
	border:0;
	border-width:0;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
	width:115px;
	w\idth:114px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#f36201; 
	background:#ededed;
	border-color:#000;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#f36201;
	background:#ededed;
	border-color:#000;
}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
	visibility:visible; 
}

/*--------------------------------Styles>>>-------------------------*/

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	scrolling: no;	
	height:100%;
	margin:0;
	padding:0;
}
.ueberschrift {
	color: #ff9e3e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.titel-galerie {
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #ff9e3e;
}
.daten-galerie {
	letter-spacing: 3px;
	color: #ff9e3e;
}
.ueberschrift-home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ff9e3e;
}
.ueberschrift-klein {
	color: #ff9e3e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.feld-kontakt-250 { 
	border:1px solid #fcfcfc;
	width:250px;
	float:right; 
}
.feld-kontakt-inhalt { 
	border:1px solid #fcfcfc;
	width:250px;
	height:217px;
	float:right; 
}
.feld-kontakt-ort { 
	border:1px solid #fcfcfc;
	width:194px; 
	float:right; 
}
.feld-kontakt-plz { 
	border:1px solid #fcfcfc;
	width:45px;
	float:left;  
}
.button {
	background:#000000;
	border:0px solid #ff9e3e;
	border-bottom:1px solid #ff9e3e;
	border-right:1px solid #ff9e3e;
	padding: 2px 2px 2px 8px;
	color:#ff9e3e;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ff9e3e;
	text-decoration: none;
}
a:active
{
	color: #ffffff;
	text-decoration: none;
}
hr{
	background-color:#ff9e3e;
	color:#ff9e3e;
	border:#ff9e3e;
	height:1px;
}
#tabelle_biographie p {
	padding:0;
	margin:0;
}

#table_portraet {
	width:320px;
}

#portraet {
	border-bottom:1px solid #ff9e3e;
	border-left:1px solid #ff9e3e;
}