/* banner */
#banner {
	position: relative;
    left: 0px;
	width: 228px;
	/*min-height: 800px;*/
	margin: 0px; 
	border-width: 1px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	color: black;
	float: right;
	font-size: 12px;
	font-family: Arial;	
	overflow: hidden;
}

#banner h1 {
    display: none;
}

#banner h2 {
	position: relative;
    padding: 0.15em 0px 0.15em 22px;
    /*border: 1px solid #B7B7B7;*/
    border: 1px solid #000000;
    border-right: none;
    margin: 0px;
    color: black;
    font-size: 13px;
    background-color: white;
    font-weight: normal;
    /*text-align: center;*/
}

#banner ul {
    /*margin: 0 0 0.825em;*/
	margin: 0px;
    padding: 0px;
    background-color: #E3E7D8;
    list-style-type: none;
}

#banner li {
    padding: 0px;
    margin: 0px;
    background-image: none;
    position: relative;
    display: inline;
}

#banner a:hover {
	color: #2A778B;
	background-color: #FFF !important;
	text-decoration: none;
}

/* link */
#banner a {
	margin: 0px;
    display: block;
    text-decoration: none;
    /* width: 100%; */ /* for IE show banners correct -> LayoutMSI.css */
    padding: 0.215em 0.2em 0.215em 22px;
    border-top: 1px solid #FFF;
    color: #333;
    background-color: #E3E7D8;
    /*\*//
    width: 100%;
}

.intern {
	background: url(../images/icon_linkintern.gif) 5px 0.4em no-repeat;
}

.extern {
	background: url(../images/icon_linkextern.gif) 5px 0.4em no-repeat;
}

.download {
	background: url(../images/icon_download.gif) 5px 0.4em no-repeat;
}

.function {
	background: url(../images/icon_funktion.gif) 5px 0.4em no-repeat;
}

.print {
	background: url(../images/icon_drucken.gif) 5px 0.4em no-repeat;
}

.close {
	background: url(../images/icon_drucken.gif) 5px 0.4em no-repeat;
}

.recommend {
	background: url(../images/icon_weiterempfehlen.gif) 5px 0.4em no-repeat;
}

.pagestart {
	background: url(../images/icon_seitenanfang.gif) 5px 0.4em no-repeat;
}

.summary {
	background: url(../images/icon_uebersicht.gif) 5px 0.4em no-repeat;
}

.zoom {
	background: url(../images/icon_zoom.gif) 5px 0.4em no-repeat;
}

/* ende banner */
