#n4nullpunkt { position: relative } 

.link            { color: #a57300; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular } 
a:link              { color: #a57300; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none } 
a:visited             { color: #a57300; font-size: 11px; line-height: 15px; text-decoration: none }
a:active              { color: #bb8600; font-size: 11px; line-height: 15px; text-decoration: underline } 
a:hover            { color: #bb8600; font-size: 11px; line-height: 15px; text-decoration: underline }
.fliess         { color: black; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.fliessb  { font-weight: 800; font-size: 11px; line-height: 16px; font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular }
.navilink     { color: #808080; font-size: 10px; line-height: 14px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.strich { text-decoration: overline }


.gray_italic {
	color:gray;
	font-style:italic;
}

.exposition_item,
.exposition_item_d,
.exposition_img,
.exposition_txt {
	display: block;
	float:left;
}

.exposition_item {
	height: 90px;
	width: 240px;
}
.exposition_img {
	width: 55px;
}

.exposition_txt {
	width: 170px;
}

/*doppelte Breite*/
.exposition_item_x2 {
	height: 90px;
	width: 480px;
}
.exposition_item_x2 .exposition_img {
	width: 55px;
}
.exposition_item_x2 .exposition_txt {
	width: 420px;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

h1, h2, h3, h4, h5, h6 {
    display: inline-block;
    clear: both;
    float: none;
    font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

/*
.white-button {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e9ea));
    background: -moz-linear-gradient(center top, #ffffff 0%, #e8e9ea 100%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 1px 1px 0px #ffffff;
    padding: 7px 8px;
    display: block;
    border-color: #c9cdd1;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    font-family: Helvetica;
    font-size: 12px;
    line-height: 12px;
    color: #455868;
    font-weight: bold;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
transition: all 0.1s linear;	
}
.white-button:hover {
    -webkit-box-shadow: 0px 0px 3px 1px #c9cdd1;
    -moz-box-shadow: 0px 0px 3px 1px #c9cdd1;
    box-shadow: 0px 0px 3px 1px #c9cdd1;
}
.white-button:active {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e9ea), color-stop(100%,#ffffff));
    background: -moz-linear-gradient(center top, #e8e9ea 0%, #ffffff 100%);
    -webkit-box-shadow: 0px 0px 3px 1px #c9cdd1;
    -moz-box-shadow: 0px 0px 3px 1px #c9cdd1;
    box-shadow: 0px 0px 3px 1px #c9cdd1;
}
*/


.img_shadow { box-shadow: 3px 3px 7px 0px rgba(130, 130, 130, 0.7) }
.img_shadow_klein, .img_shadow_small {
    box-shadow: 1.8px 1.5px 3px 0 rgba(130, 130, 130, 0.5);
}


.menu_link, .menu_link:visited {
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular !important;
	font-size: 11px !important;
	color: #b0b0b0 !important;
	letter-spacing: 0.3px;
	margin-right: 5px;
	position: relative;
	top: -2px;
	left: 5px;
    text-decoration: none !important;
}
.menu_link:hover {
    color: #494949 !important;
}