/* CSS Fausta Capaul, Brigels */
/* by luna:mediadesign gmbh, Zurich / www.luna.ch */

/* Navigation */

.ddmx {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.ddmx .item1 {
	padding: 6px 16px 6px 16px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	letter-spacing: 1px;
}
.ddmx .item1:hover {
    color: #848B8E; /* #F43026; */
}

.ddmx .item1-active {
    padding: 6px 16px 6px 16px;
    border-bottom: 1px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #FFFFFF; 
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	letter-spacing: 1px;
}
.ddmx .item1-active:hover {
	background: #B54E00;  /* #4D4F50; */
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 6px 12px 6px 16px;
    border-bottom: 1px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;  /* #F43026; */
	text-decoration: none;
	display: block;
	white-space: normal;
	position: relative;
	z-index: 500;
	width: 180;	
	
}
.ddmx .item2 {
    background: #848B8E;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #B54E00;
	color: #f0c30e;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 0px solid #FFFFFF;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */




/* Site*/

body {
	padding-right: 0px; 
	padding-left: 0px; 
	font-size: 11px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px; 
	background-repeat: repeat-x; 
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(../img-layout/bg.gif);  
	background-color: #EEECE8; 
	text-align: left;
}
tr {
	font-size: 11px
}
td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#title {
width:965px;
height:165px;
padding:0px;
background-color:#E8E8E8;
border-bottom: 0px solid #000;
}
#menu {
background-color:#ced1d9;
width:165px;
float:left;
text-align: left;
}
#content {
border:1px solid #efeff7;
background-color: #efeff7;
width:800px;
float:right;
padding:0px 10px;
text-align:left;

}
a {
	font-size: 11px;
	color: #B54E00;
	text-decoration: none;
}
.sitetitle {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #b54e00;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.contenttitle {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5e6b71;
}
.small {
	font-size: 9px;
	font-style: normal;
	color: #666666;
}
.navigation {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	background-color: #E2DBCC; 
}
.content {
	line-height: 17px;
}
li {
	list-style-type: square;
}
ol {
	list-style-position: outside;
}
.pfad {
	font-size: 11px;
	color: #666666;
}
a.pfad:link, a.pfad:visited {
	color: #666666;
	text-decoration: none;
}
a.pfad:active {
	color: #cb2225;
}
a.pfad:hover {
	color: #cb2225;
	text-decoration: underline;
}

