/*
	ClassAd 4.0 - default stylesheet
	(c) 2006 cts projects&software - www.projects-and-software.de
*/

/* Set everything to default */
* {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	scrollbar-base-color: #FFFFCC;
	scrollbar-3dlight-color:#ff9933;
	scrollbar-arrow-color: #ff9933;
	scrollbar-darkshadow-color: #ff9933;
	scrollbar-face-color: #FFFFCC;
	scrollbar-highlight-color: #FFFFCC;
	scrollbar-shadow-color: #FFFFCC;
	scrollbar-track-color: #FFFFCC;
}

/* layout part */
.clearme	{
	clear: both;
}

/* Standard element layout */
body {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin:10px;
	padding:0
}

#overall	{
	width:95%;
}

body>#overall	{
	width:100%;
}

img {
	border: 0px none;
}

/* Standard link decoration */
a:link, a:visited, a:active {
	font-weight: bold;
	color: #0000;
	text-decoration: none;
} 

a:hover {
	color: white;
	background: #9999ff;
	font-weight: bold;
	text-decoration: none;
}

/* head elements */



#headmenu ul	{
	padding: 0; 
	margin: 0;
	list-style: none;
}

#headmenu ul li	{
	float:left;
}

#headmenu ul a	{
	display: block;
	line-height: 2.0em;
	text-decoration:none;
	border: 1px solid #FF9933;
	background-image: url('../graphics/orange_menu_unselected.gif');
	background-repeat: repeat-x; padding-left:2em; padding-right:2em; padding-top:0; padding-bottom:0
}

#headmenu ul a:link:hover, #headmenu ul li a:visited:hover {
	background-color:#FF9933;
	color:white;
	background-image: url('../graphics/orange_menu_selected.gif');
	background-repeat: repeat-x
}

/* View area */
#viewarea	{
	margin:10px;	
}

#viewmain	{
	margin: 10px;
}

#viewarea #viewtitle	{
	border-bottom: 2px solid #FFFFCC;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
}

/* view area standard formatting */
#viewmain.story h1, #viewmain.story h3	{
	font-size:20px;
	font-weight:bold;
	border: 1px solid #B2BCCA;
	background-color:#FAFAD2;
	padding: 5px;
	margin-top:20px;
	margin-bottom: 10px;
}

#viewmain.story h3		{
	font-size:16px;
	border-bottom:1px solid #B2BCCA;
	background-color:#FAFAD2;
}

#viewmain.story p		{
	margin-top:15px;
	margin-bottom:10px;
}

p.code	{
	background-color: #ffffcc;
	border: 1px dotted red;
	padding: 10px;
	font-family: "Courier New", Courier, monospace;
	margin-left:20px;
	margin-right:20px;
}

#viewarea li	{
	list-style: square inside;
	margin-left:10px;
	margin-bottom:3px;
}

#viewarea .breadcrumb	{
	width:100%;
	padding: 2px 5px 2px 5px;
	border-bottom: 2px dotted Red;
	border-top: 2px dotted Red;	
	margin-bottom: 15px;
	background-color: #FAFAD2;
	line-height: 25px;
	height:25px;
	vertical-align: bottom;
}

#viewarea #viewsubcats	{
	margin-top:10px;
	margin-bottom:20px;
}

#viewarea #viewmainad	{
	margin-top:15px;
	margin-bottom:20px;
}

#viewarea .viewadcatmover	{
	text-align:right;
}

#viewarea #viewresultset	{
	margin-top:25px;
}

#viewarea #viewcatoverview	{
	width:100%;
}

#viewarea #viewcatoverview td	{}

#viewarea #viewmain	{
	width:100%;
}

#viewarea #viewmain form	{
	width:60%;
}

#viewarea #viewtitle img	{
	background-color:#FFFFCC;
	border: 1px solid gray;
	padding:2px;
}

/* Article details */
#articleleft	{
	padding: 10px;
}

#articleright	{
	padding:10px;
}

#articlehead	{
	margin-bottom:0px;
	border-bottom:1px #FFFFCC solid;		
}

#articlehead h1	{
	font-weight:bold;
	font-size:20px;
	background-color:transparent;
	padding:0px;
	margin:0px;
	border:none;
}

#articlehead img	{
	border: 20px gray solid;
}

#articletext	{
	margin-bottom:30px;
}

#articleinserter, #articlecommunications, #articleactions, #articlepictures, #articlefreefields	{
	margin-bottom: 10px; 
	text-align:left;
}

#articleright h3, #articlepictures h3, #articlefreefields h3	{
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
	border-bottom: 1px #FFFFCC solid;
}

#articlepictures img	{
	float:left;
	margin:10px;
}

#articlecommunications p	{
	line-height: 20px;
}

#viewmain #viewadoverview form {
	width:100%;
}

#viewarea #viewfooter {
	margin-top:20px;
	margin-bottom:10px;
	width:100%;
}

#viewarea #viewwelcome	{
	margin-top:5px;
	margin-bottom:20px;
}

#viewarea #viewtitle	h1 {
	font-size:18px;
	font-weight:bold;
}

#viewarea #viewtitle	h3 {
	font-size:12px;
}

/* Sort / filter elements in category overviews */
#viewarea #viewmain #viewsortorder	{
	width:100%;
	text-align:right;
	margin-bottom:20px;
}

#viewarea #viewmain #viewsortorder form	{
	width:100%;
}

#viewcatoverview	{
	border: 1px solid #A9A9A9;
}

/* Article description */
#articleleft	{
	width: 50%;
	float:left;
}
#articleright	{
	width: 35%;
	float:left;
}

/*
	Picture details
*/
#picturedetails #viewmainleft		{ 
	text-align:center;
	width:100px;
	float:left; 
	padding:3px;
	border: 1px solid black;			
	text-align:center;
}

#picturedetails #viewmainleft img	{
	margin:3px;
	border: 1px solid black;	
	text-align:center;
}
			
#picturedetails #viewmainright	{
	width:550px;
	padding:10px;
	float:left;
	margin-left:10px;
	border: 1px solid black;	
	text-align:center;
}
			
#picturedescription		{
	font-size: 16px;
	font-weight:bold;
	padding: 5px;
	margin-bottom: 10px;
	text-align:center;
	border-bottom: 2px dashed White;
}


#viewspecialads	{
	margin-top:15px;
	width:100%;
}

#viewspecialslastin	{
	float:right;
	width:48%;	
	border:1px solid #A9A9A9;
}

#viewspecialsleftcolumn	{
	float:left;
	width:48%;	
}

#viewspecialsfeatured	{
	border:1px solid #A9A9A9;
}

#viewsearch	{
	margin-top:20px;
	border:1px solid #A9A9A9;
}

#footer	{
	width:100%;
	margin-top:20px;
	margin-bottom:5px;
	padding: 3px 5px 3px 5px;
	border-top: 1px solid #FF9933;
	border-bottom: 1px solid #FF9933;
}

#footer #footerinfo #menu	{
	width:49%;
	float:left;
}

#footer #footerinfo #buildtime	{
	width:49%;
	float:right;	
	text-align:right;
}


/* form elements */
.inputsmall, .inputmiddle, .inputbig 	{
	margin-bottom: 2px;
	width: 75px;
	background: #FFDEAD;
	font-weight: bold;
	color: black;
	border: 1px solid #FF9933;
}

.inputmiddle	{ width: 125px; }
.inputbig		{ width: 250px; }

.button	{
	color: #ff0300;
	width: 250px;
	height: 19px;
	background-color: #f5f5ff;
	vertical-align: top;
	border: 1px solid #ff9933;
	font-weight: bold;
	background-image: url('../graphics/orange_button.gif');
	background-repeat: repeat-x;
	background-attachment: fixed
}

/* Table elements */
tr.highlighted, tr.nonhighlighted { 	
	padding-bottom: 1px;
	padding-top: 4px;
}

tr.highlighted {
	background-color: #FFDEAD;
}

td.headlinecat {
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #9BA6C4;
	letter-spacing : 1px;
	padding-bottom : -5px;
}

.headline { 
	font-size: 14px; 
	font-weight: bolder; 
	color: Red; 
	background-color: #FFFFCC; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	text-indent: 5pt; 
	vertical-align: baseline; 
	background-image : url('../graphics/orange_header.gif'); 
	background-repeat : repeat; letter-spacing : 1px 
}

.smallsubtitle	{
	border-left: 2px solid #FF9933;
	font-style: italic;
	padding-left:3px;
}

.subheadline, .viewadcatmover	{
	background-color: #FFE4B5;
	font-weight:bold;
	text-align:right;
	padding-bottom:2px;
	padding-top:2px;
	border-top: 1px solid black;
	border-bottom: 3px double #ff9933;
}

.viewadcatmover	{
	margin: 10px 0px 10px 0px;
	padding: 3px;
	font-weight:normal;
	border: 1px solid #FF9933;
}

.information	{
	font-size:10px;
	color: Black;
	padding: 5px 5px 5px 5px;
	border: 1px dotted White;
}

.catblock	{
	padding-bottom: 10px;
	padding-top: 4px;
	padding-left: 2px;
}

	
/* form cells */
.formcelltitle	{
	padding:5px 20px 5px 5px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	/*background-color: #FFCC66;*/
	border-bottom: 1px solid #FF9933;
	vertical-align: top;
	text-transform: none;
	letter-spacing: 1px;
	}

.formcellcontent	{
	padding:5px 5px 5px 5px;
	/*background-color: #FFFFE3;*/
	border-bottom: 1px solid #B2BCCA;
}

/* options */
option.level1 {
	background-color:#FF9933;
	color:white;
}

option.level2	{
	background-color:#B2BCCA;
}

option.level3	{
	background-color: #F5F5FF;
}

option.separator	{
	background-color:#A9A9A9;
	color:white;
}


/* table header */
th {
	text-align: left;
	padding-bottom: 1px;
	padding-top: 4px;
	padding-left: 2px;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #ff9933;
	border-bottom: 3px double #ff9933;
	background-color: #FFE4B5;
}



td.warning { 
	padding-top: 5px; padding-right: 3px; padding-bottom: 5px; padding-left: 3px; 
	background-color : #FFE1E1; 
	border-bottom : 1px solid;
	border-left-style : solid;
	border-left-width : 1px;
}

td.nowarning { 
	padding-top: 5px; padding-right: 3px; padding-bottom: 5px; padding-left: 3px; 
	background-color : #DDFFEE; 
	border-bottom : 1px solid;
	border-left-style : solid;
	border-left-width : 1px;
}

.summaryrow	{
	background-color: #FFE4B5;
	color: Black;
	text-align: left;
	padding-bottom: 1px;
	padding-top: 4px;
	padding-left: 2px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ff9933;
	border-top: 3px double #ff9933;
}

.error, .success {
	margin-top: 30px;
	margin-bottom: 30px;
	color:red;
	border: 2px solid Red;
	font-weight: bold;
	background-color: #FAFAD2;
	background-image : url('../graphics/error.gif');
	background-repeat: no-repeat;
	background-position: 5px center; padding-left:25px; padding-right:5px; padding-top:10px; padding-bottom:10px
}

.success	{
	color:#2E8B57;
	border: 2px dashed #2E8B57;
	background-image : url('../graphics/success.gif');
}
.mac4 {
	color : #8B4513;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 28px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.anylinkcss{
border-left:1px solid gray; border-right:1px solid gray; border-top:1px solid gray; border-bottom:0px solid gray; position:absolute;
visibility: hidden;
line-height: 18px;
z-index: 100;
background-color: white;
width: 205px; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
}

.anylinkcss a{
color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #F8FBBD;
color: black;
}
.anylinkcss2{
border-left:1px solid gray; border-right:1px solid gray; border-top:1px solid gray; border-bottom:0px solid gray; position:absolute;
visibility: hidden;
line-height: 18px;
z-index: 100;
background-color: white;
width: 205px; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
}

.anylinkcss2 a{
color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss2 a:hover{ /*hover background color*/
background-color: #F8FBBD;
color: black;
}
.anylinkcss3{
border-left:1px solid gray; border-right:1px solid gray; border-top:1px solid gray; border-bottom:0px solid gray; position:absolute;
visibility: hidden;
line-height: 18px;
z-index: 100;
background-color: white;
width: 205px; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
}

.anylinkcss3 a{
color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss3 a:hover{ /*hover background color*/
background-color: #F8FBBD;
color: black;
}
.anylinkcss4{
border-left:1px solid gray; border-right:1px solid gray; border-top:1px solid gray; border-bottom:0px solid gray; position:absolute;
visibility: hidden;
line-height: 18px;
z-index: 100;
background-color: white;
width: 205px; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
}

.anylinkcss4 a{
color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss4 a:hover{ /*hover background color*/
background-color: #F8FBBD;
color: black;
}
.mac12 {
	color : #000000;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-decoration: none;
}
.maclink {
	color : #FFF5EE;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 15px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-decoration: none;
}
.maclink a {
	color : #F08080;
}
.maclink a:hover {
	color : #FF3300;
}
td.two { background-color:#FF8C00; }
td.one { background-color:#FF8C00; }
td.three { background-color:#D2691E; }
td.four { background-color:#D2691E; }
td.five { background-color:#D2691E; }
td.six { background-color:#F4A460; }
td.seven { background-color:#FFA500; }
logo {
	background: #e00 (images/haus.jpg)
}

.mac1 {
	color : #ffffff;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 10px;
	font-size : 11,5px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.mac3 {
	color : #8B4513;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 25px;
	margin-right : 10px;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.mac4 {
	color : #8B4513;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 28px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.mac5 {
	color : #8B4513;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 28px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.maclink {
	color : #FFF5EE;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 15px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-decoration: none;
}
.maclink a {
	color : #F08080;
}
.maclink a:hover {
	color : #FF3300;
}
.horizontal1 {
	color : #ffffff;
	margin-top : 4px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.horizontal {
	color : #8B4513;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-decoration: none;
}
.horizontal a {
	color : #FF8C00;
 	text-decoration: none;
}
.horizontal a:hover {
	color : #A52A2A;
}
.mitte2 {
	color : #8B4513;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-decoration: none;
}
.mitte2 a {
	color : #FF8C00;
 	text-decoration: none;
}
.mitte2 a:hover {
	color : #A52A2A;
}
.mitte3 {
	color : #8B4513;
	font-size : 10px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-decoration: none;
}
.mitte3 a {
	color : #FF8C00;
 	text-decoration: none;
}
.mitte3 a:hover {
	color : #A52A2A;
}
.polen {
	color : #696969;
	margin-top : 0px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.polen a {
	color : #FFFFFF;
}
.polen a:hover {
	color : #000000;
}

.unten {
	color : #FFFF00;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 10px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.unten a {
	color : #0000CC;
	text-decoration: none;
}
.unten a:hover {
	color : #FF3300;
}
.feld1 {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.feld1 a {
	color : #A0522D;
	text-decoration: none;
}
.feld1 a:hover {
	color : #3CB371;
}
.mac12 {
	color : #000000;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-decoration: none;
}
.mac12 a {
	color : #FF8C00;
 	text-decoration: none;
}
.mac12 a:hover {
	color : #A52A2A;
}
/* Vertikale Navigation */
 div#Tmenu {
 font-size: 94%;
 width: 10em;
 padding: 0.8em;
 border: 1px solid white;
 background-color: #eee;
 }
 * html div#Tmenu {
 width: 11.3em;
 w\idth: 10em; /* (IE 6 in standards-compliant mode) */
 }
 ul#Navigation {
 margin: 0; padding: 0;
 text-align: center;
 }

 ul#Navigation li {
 list-style: none;
 position: relative;
 margin: 0.4em; padding: 0;
 }
 * html ul#Navigation li {
 margin-right:1.5em; /* Platz fuer Link-Verbreiterung im IE reservieren */
 margin-bottom:0;
 }

 ul#Navigation li ul {
 margin: 0; padding: 0;
 position: absolute;
 top: 0; left: 6em;
 }
 *:first-child+html ul#Navigation li ul {
 left: 9em; /* (IE 7 in standards-compliant mode) */
 }
 ul#Navigation li ul li {
 margin: 0; padding-left: 1.0em;
 }

 ul#Navigation a, ul#Navigation span {
 display: block;
 width: 7em;
 font-family: "Trebuchet MS", "Century Gothic", Helvetica, Arial, sans-serif;
 text-decoration: none; font-weight: bold;
 padding: 0.2em 1em;
 border: 1px solid #900;
 border-left-color: #c96; border-top-color: #c96;
 color: white; background-color: #c00;
 }
 * html ul#Navigation a, * html ul#Navigation span {
 width: 9em;
 w\idth: 7em; /* (IE 6 in standards-compliant mode) */
 }
 ul#Navigation a:hover, ul#Navigation span, li a#aktuell:hover {
 border-color: #c96;
 border-left-color: #900; border-top-color: #900;
 background-color: #e00;
 }
 li a#aktuell {
 border-right-color: #300; border-bottom-color: #300;
 background-color: #900;
 }
 ul#Navigation li ul span {
 border-color: #900; border-left-color: #c96;
 color: #900; background-color: white;
 }
 ul#Navigation li a:active {
 color: black; background-color: #f00;
 }

/* dynamisches Ein-/Ausblenden */
 ul#Navigation li ul {
 display: none;
 }
 ul#Navigation li:hover>ul {
 display: block;
 }
 ul#Navigation>li:hover>a {
 width: 8.2em;
 background: #e00 url('pfeil.gif') no-repeat center right;
 }

/* dynamisches Ein-/Ausblenden der JavaScript-generierten Klasse im IE */
 * html ul#Navigation li.hoverIE {
 margin-right:0; /* reservierten Platz freigeben */
 margin-bottom:-1.15em; /* Fehlerkorrektur, ggfls. anpassen */
 }
 * html ul#Navigation li.hoverIE ul {
 display: block;
 }
 * html ul#Navigation li .hoverIE {
 width: 10.3em;
 w\idth: 8.2em; /* (IE 6 in standards-compliant mode) */
 background: #e00 url('pfeil.gif') no-repeat center right;
 }

td.two { background-color:#FF8C00; }
td.one { background-color:#FF8C00; }
td.three { background-color:#D2691E; }
td.four { background-color:#D2691E; }
td.five { background-color:#D2691E; }
td.six { background-color:#F4A460; }
td.seven { background-color:#FFA500; }
/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
width: 135px;
background-color: #FFFFB9;
padding-bottom: 2px;
}
/* für Tabellenzellen der Klasse 'hintergrund02' */
td .hintergrund02
{
background: #FFFFFF url('images/zell.jpg') no-repeat right bottom ;

}
em {
	font-weight: bold;
	font-style: normal;
}

#output a {font-weight: bold;}

.searchword {color: #222; background-color: #ffd; border: 1px dotted #ffd;}
.searchword0 {color: #222; background-color: #ff0; border: 1px dotted #ff0;}
.searchword1 {color: #222; background-color: #0f0; border: 1px dotted #0f0;}
.searchword2 {color: #222; background-color: #0ff; border: 1px dotted #0ff;}
.searchword3 {color: #222; background-color: #fbb; border: 1px dotted #fbb;}
.searchword4 {color: #222; background-color: #dfd; border: 1px dotted #dfd;}
.searchword5 {color: #222; background-color: #faf; border: 1px dotted #faf;}
.searchword6 {color: #222; background-color: #ccc; border: 1px dotted #ccc;}

.mod {display: block; font-size: .8em;}

#searchfooter {
font-size: .8em;
margin-top: 1em;
}
.anylinkcss{
border-left:1px solid gray; border-right:1px solid gray; border-top:1px solid gray; border-bottom:0px solid gray; position:absolute;
visibility: hidden;
line-height: 18px;
z-index: 100;
background-color: white;
width: 205px; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
}

.anylinkcss a{
color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #F8FBBD;
color: black;
}
/* Vertikale Navigation */
 div#Mmenu {
 font-size: 94%;
 width: 10em;
 padding: 0.8em;
 border: 1px solid white;
 background-color: #eee;
 }
 * html div#Mmenu {
 width: 11.3em;
 w\idth: 10em; /* (IE 6 in standards-compliant mode) */
 }
 ul#Navigation {
 margin: 0; padding: 0;
 text-align: center;
 }

 ul#Navigation li {
 list-style: none;
 position: relative;
 margin: 0.4em; padding: 0;
 }
 * html ul#Navigation li {
 margin-right:1.5em; /* Platz fuer Link-Verbreiterung im IE reservieren */
 margin-bottom:0;
 }

 ul#Navigation li ul {
 margin: 0; padding: 0;
 position: absolute;
 top: 0; left: 6em;
 }
 *:first-child+html ul#Navigation li ul {
 left: 9em; /* (IE 7 in standards-compliant mode) */
 }
 ul#Navigation li ul li {
 margin: 0; padding-left: 1.0em;
 }

 ul#Navigation a, ul#Navigation span {
 display: block;
 width: 7em;
 font-family: "Trebuchet MS", "Century Gothic", Helvetica, Arial, sans-serif;
 text-decoration: none; font-weight: bold;
 padding: 0.2em 1em;
 border: 1px solid #900;
 border-left-color: #c96; border-top-color: #c96;
 color: white; background-color: #c00;
 }
 * html ul#Navigation a, * html ul#Navigation span {
 width: 9em;
 w\idth: 7em; /* (IE 6 in standards-compliant mode) */
 }
 ul#Navigation a:hover, ul#Navigation span, li a#aktuell:hover {
 border-color: #c96;
 border-left-color: #900; border-top-color: #900;
 background-color: #e00;
 }
 li a#aktuell {
 border-right-color: #300; border-bottom-color: #300;
 background-color: #900;
 }
 ul#Navigation li ul span {
 border-color: #900; border-left-color: #c96;
 color: #900; background-color: white;
 }
 ul#Navigation li a:active {
 color: black; background-color: #f00;
 }

/* dynamisches Ein-/Ausblenden */
 ul#Navigation li ul {
 display: none;
 }
 ul#Navigation li:hover>ul {
 display: block;
 }
 ul#Navigation>li:hover>a {
 width: 8.2em;
 background: #e00 url('pfeil.gif') no-repeat center right;
 }

/* dynamisches Ein-/Ausblenden der JavaScript-generierten Klasse im IE */
 * html ul#Navigation li.hoverIE {
 margin-right:0; /* reservierten Platz freigeben */
 margin-bottom:-1.15em; /* Fehlerkorrektur, ggfls. anpassen */
 }
 * html ul#Navigation li.hoverIE ul {
 display: block;
 }
 * html ul#Navigation li .hoverIE {
 width: 10.3em;
 w\idth: 8.2em; /* (IE 6 in standards-compliant mode) */
 background: #e00 url('pfeil.gif') no-repeat center right;
 }
 
.Stil1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.Stil2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }



.Stil5 {color: #8B4513}
.Stil8 {font-size: 16px}
.Stil9 {font-family: Tahoma, Verdana, Arial}
.Stil10 {font-size: 15px}
.Stil12 {font-size: 15px; font-family: Tahoma, Verdana, Arial;}
.Stil13 {font-family: Tahoma, Verdana, Arial; color: #FFFFFF; font-size: 15px;}


/* CSS from toturials of www.alsacreations.com/articles */
<!-- 
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
{ }
body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 0;
left: 0;
}
#menu {
width: 18em;
}
#menu dt {
cursor: pointer;
margin: 0px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: white;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #ff8c00;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0px solid gray;
height: 100%
}

#menu li a:hover, #menu dt a:hover {
background: f8fbbd;
}

.mentions {
position: absolute;
top : 300px;
left : 100px;
color: #000;
background-color: #ddd;
}
-->


