
/* Standardstyles fuer Body */

BODY {
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin:0px;
    font-family:Verdana,Arial,Helvetica;
scrollbar-face-color:#cccccc ;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#cccccc ;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #cccccc; 
}




/* Standardstyle fuer Paragraphs */

p {
    font-family:Verdana,Arial,Helvetica;
	margin-left:12px;
	margin-right:0px;
	margin-top: 0px;
	color: #000000; font-size: 11px;
}


.head{
	width:930px;
	height:227px;
	z-index:1;
} 



#menu2{
	width:680;
	height:20px;
	z-index:6;
	float:left;
	overflow:hidden;
	position:relative;
	background-color:#dddddd;
	left: 200px;
} 

.bodytext     { line-height: 130%;font-family: Trebuchet MS; font-size:12px }

ul {
	margin-left: 20px;
	margin-top: 11px;
	align: left;
border: 0;
font-size:12px;
line-height: 130%;
font-family: Trebuchet MS; 
}
	
/* Styles für Links */
a   { color:#880000; text-decoration: none; font-family: Trebuchet MS }

a:link  { color: #880000; font-family:Trebuchet MS }

a:hover   { color:#880000; text-decoration: underline; font-family:Trebuchet MS}
a:active   { color:#880000; text-decoration: underline;   font-family:Trebuchet MS}

#content {
padding: 0px 8px 0px 8px;
border-right: 1px solid #880000;
width: 520px;
}

#bilder {
padding: 12px 0 0 0;
}


#menu_2 a:hover{ 
height: 20px;
padding: 2px 10px 2px 10px;
max-height: 15px;
border-right: 1px solid #880000;
font-size:12px;
float:left; 
color:#880000;
text-decoration:underline;
} 

#menu_2 a { 
height: 20px;
padding: 2px 10px 2px 10px;
max-height: 15px;
border-right: 1px solid #880000;
font-size:12px;
float:left; 
color:#000000; 
} 

#menu_2act a{ 
height: 20px;
padding: 2px 10px 2px 10px;
max-height: 15px;
border-right: 1px solid #880000;
font-size:12px;
float:left; 
color:#880000;
text-decoration:underline;
} 
img{border:0}




/* Seitenueberschrift */

.csc-firstHeader{
    font-size:18px;
	font-family:Trebuchet MS;
    font-weight:bold;
    color:#880000;
    margin-top:11px;
    margin-bottom:5px;
    margin-left:0px;
}


.csc-Header{
    font-size:18px;
	font-family:Trebuchet MS;
    font-weight:normal;
    color:#880000;
    margin-top:11px;
    margin-bottom:5px;
    margin-left:11px;
}



.csc-caption{
    font-size:9px;
    color:#808080;
    margin-top:0px;
    margin-bottom:5px;
    margin-right:0px;
}


.csc-textpic-caption{
    font-size:9px;
    color:#808080;
    margin-top:0px;
    margin-bottom:5px;
    margin-right:0px;
}


.csc-mailform {
font-family:Trebuchet MS;
font-size:11px;
}

.csc-mailform-field
{
font-family:Trebuchet MS;
font-size:11px;
width:500px;}

label{
font-family:Trebuchet MS;
font-weight:bold;
font-size:11px;
width:500px;}


H1 {
font-family:Trebuchet MS;
	font-size : 16px;
	font-weight:normal;
	margin-bottom : 0px;
	margin-top : 10px;
	margin-left : 5px;
}
H2 {
	font-family:Trebuchet MS;
	font-size : 14px;
	color : #666666;
	margin-bottom : 0;
	margin-top : 11px;
}

H3 {
	font-family:Trebuchet MS;
	font-size : 12px;
	color : #666666;
	margin-bottom : 0px;
	margin-top : 11px;
}
H4 {
	font-family:Trebuchet MS;
	font-size : 12px;
	color : black;
	margin-bottom : 0px;
	margin-top : 11px;
}





/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


#demo {
z-index:1000;
font-size:90%;
 /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
#demo ul {
padding:0;
margin:0;
list-style-type:none;
width:200px;
}

/* hack for IE5.5 */
* html #demo ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */

#demo li {
position:relative;
background:#dedede;
height:26px;
float:left;
}

#demo li:hover {
background:#880000;
color:#ffffff;
}

#demo li:hover a {
color:#ffffff;
}

/* get rid of the table */
#demo table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */

#demo a {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:200px;
color:#000;
text-indent:10px;
border:1px solid #fff;
border-width:0 0px 1px 0;
}
/* hack for IE5.5 */
* html #demo a, * html #demo a:visited { width:200px; w\idth:200px;}
/* style the link hover */
* html #demo a:hover {color:#ffffff; background:#880000;}

#demo a:hover {
color:#fff; 
background:#880000;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#demo ul ul {
visibility:hidden;
position:absolute;
top:0;
left:200px;
background-color:#880000;
}


/* make the second level visible when hover on first level list OR link */
#demo ul li:hover ul,
#demo ul a:hover ul {
visibility:visible;
background-color:#880000;
}

#demo ul li:hover ul li,
#demo ul a:hover ul li{
visibility:visible;
background-color:#880000;
}

#demo ul li:hover ul li a:hover,
#demo ul a:hover ul li a:hover{
text-decoration: underline;
}

#demo ul li:hover ul a,
#demo ul a:hover ul a,
{
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:200px;
color:#ffffff;
text-indent:5px;
border:1px solid #fff;
border-width:0 0px 1px 0;
background-color:#880000;
}

#demo ul ul li {
background-color:#880000;
}

#demo ul ul a:hover{
text-decoration:underline;}


/* keep the third level hidden when you hover on first level list OR link */
#demo ul:hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#demo ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#demo ul:hover ul:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#demo ul:hover ul:hover ul:hover ul { 
visibility:visible;
}




#demo2 {
z-index:1000;
font-size:90%;
 /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
#demo2 ul {
padding:0;
margin:0;
list-style-type:none;
width:200px;
}

/* hack for IE5.5 */
* html #demo2 ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */

#demo2 li {
position:relative;
background:#dedede;
height:26px;
float:left;
}

#demo2 li:hover {
background:#880000;
color:#ffffff;
}

#demo2 li:hover a {
color:#ffffff;
}

/* get rid of the table */
#demo2 table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */

#demo2 a {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:200px;
color:#000;
text-indent:10px;
border:1px solid #fff;
border-width:0 0px 1px 0;
}
/* hack for IE5.5 */
* html #demo2 a, * html #demo2 a:visited { width:200px; w\idth:200px;}
/* style the link hover */
* html #demo2 a:hover {color:#ffffff; background:#880000;}

#demo2 :hover > a {
color:#fff; 
background:#880000;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#demo2 ul ul {
visibility:hidden;
position:absolute;
top:0;
left:200px;
background-color:#880000;
}

#demo2 ul ul li {
background-color:#880000;
}

/* make the second level visible when hover on first level list OR link */
#demo2 ul li:hover ul,
#demo2 ul a:hover ul {
visibility:visible;
background-color:#880000;

}

#demo2 ul li:hover ul a,
#demo2 ul a:hover ul a,
{
visibility:visible;
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:200px;
color:#ffffff;
text-indent:5px;
border:1px solid #fff;
border-width:0 0px 1px 0;
background-color:#880000;
}

#demo2 ul ul a:hover{
text-decoration:underline;}

#demo2 ul ul li a:hover{
text-decoration:underline;}


/* keep the third level hidden when you hover on first level list OR link */
#demo2 ul:hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#demo2 ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#demo2 ul:hover ul:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#demo2 ul:hover ul:hover ul:hover ul { 
visibility:visible;
}




#demo .li_act a,
#demo2 .li_act a{
background-color:#880000;
color:#ffffff;
}

#demo .li_act a:hover,
#demo2 .li_act a:hover,{
background-color:#880000;
color:#ffffff;
text-decoration:underline;
}

