/* by luna:mediadesign gmbh, Zurich / www.luna.ch */

/* Navigation Kunz Dietlikon*/



.ddmx {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.ddmx .item1 {
	padding: 5px 10px 5px 10px;
	border-bottom: 2px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}
.ddmx .item1:hover {
    color: #3578bf;
}

.ddmx .item1-active {
    padding: 5px 10px 5px 10px;
    border-bottom: 2px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
	letter-spacing: 1px;
    color: #FFFFFF; 
    text-decoration: none;
	display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1-active:hover {
	background: #3578bf;  
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 5px 10px 5px 10px;
    border-bottom: 2px 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;
	z-index: 500;
	width: 180;
}
.ddmx .item2 {
    background: #5d9abd;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #3578bf;
	/* color: #fdea4a; */
}
.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: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */


/* by luna:mediadesign gmbh, Zurich / www.luna.ch */


/* Site*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img_layout/bg.gif);  
	background-repeat: repeat-x; 	
	background-color: #E8E8E8; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px; 
}
tr {
	font-size: 11px
}
td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a {
	font-size: 11px;
	color: #276DB6;
	text-decoration: none;
}
.sitetitle {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #276DB6;
}
.contenttitle {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.small {
	font-size: 9px;
	font-style: normal;
	color: #666666;
	letter-spacing: 0px;
}
.navigation {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	background-color: #FFFFFF; 
	width: 180;
}
li {
	list-style-type: square;
}
ol {
	list-style-position: outside;
}
.pfad {
	font-size: 11px;
	color: #333333;
}
a.pfad:link, a.pfad:visited {
	color: #666666;
	text-decoration: none;
}
a.pfad:active {
	color: #276DB6;
}
a.pfad:hover {
	color: #3F95EF;
	text-decoration: underline;
}

