/* CSS Artemis Control AG, Uster */
/* by luna:mediadesign gmbh, Zurich / www.luna.ch */


/* Navigation */

.ddmx {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.ddmx .item1 {
	padding: 5px 12px 5px 12px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #505253;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	/*letter-spacing: 3px;*/
}
.ddmx .item1:hover {
    color: #D0CDC5; /* #F43026; */
}

.ddmx .item1-active {
    padding: 5px 12px 5px 12px;
    border-bottom: 1px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #F43026; 
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	/*letter-spacing: 1px;*/
}
.ddmx .item1-active:hover {
	background: #F43026;  /* #4D4F50; */
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 5px 10px 5px 8px;
    border-bottom: 1px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #4D4F50;  /* #F43026; */
	text-decoration: none;
	display: block;
	white-space: normal;
	position: relative;
	z-index: 500;
	width: 159;	
	
}
.ddmx .item2 {
    background: #D0CDC5;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ACA9A4;
}
.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 {
	background-color: #F0F0F0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/img_layout/bg_content.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5B5A;
	text-decoration: none;
}
a:visited {
	color: #5A5B5A;
}
a:hover {
	color: #F43026;  
}
.navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5B5A;
	font-style: normal;
	font: verdana;
}
.contenttitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666; 
}
.small {
	font-size: 10px;
	font-style: normal;
	color: #666666;
}
.contenttitel_gross {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 4px;
}
.topnavigation {
	text-decoration: none;
}
a.link:topnavigation, a.link:topnavigation {
	color            : #000000;
}
a.link:hover {
	color            : #5A5B5A;
}