/* General
------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 76%;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background: #ffffff;
	color: #002f39;
}
.noshow {
	display: none;
}
.clear {
	clear: both;
	font-size: 0; /* IE */
}
img {
	border: none;
}
form {
	display: inline;
}
table, tr, td{
	font-size: inherit;
}
td {
	text-align: left;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin-bottom: 1em;
}


/* Seitenlayout
------------------------------------------------- */
body {
	background-color: #e6e6e6;
}

#sl_main {
	position: relative;
	width: 929px; /* Main Width (incl. shade) */
	margin: 0 auto;
	padding: 0;
}
#sl_logo {
	text-align: right;
	margin: 70px 10px 15px 0;
}
#sl_menu_ir { background: transparent url(../img/topmenu_shade_right.png) no-repeat top right; }
#sl_menu_il { background: transparent url(../img/topmenu_shade_left.png) no-repeat top left; }
#sl_menu {
	height: 19px;
	margin: 0 10px 0 9px;
	background-color: #bebd00;
}

/** Menu **/

ul#topmenu {
	position: relative;
	height: 19px;
	margin: 0 10px 0 195px;
	list-style: none;
	padding: 0;
	z-index: 400;
}
#topmenu li {
	position: relative;
	float: left;
	display: inline;
	height: 19px;
	list-style-type: none;
	margin: 0;
	padding: 0 1px;
}

#topmenu li ul {
	position: absolute;
	top: 21px;
	width: 400px;
	height: 19px;
	list-style: none;
	padding: 0;
	z-index: 500;
}
#topmenu li ul li {
	background-color: #bebd00;
	padding: 0;
}


#topmenu a {
	display: block;
	padding: 2px 10px 3px 10px;
	text-decoration: none;
	white-space: nowrap;
}
#topmenu a:link, #topmenu a:visited {
	color: #003142;
	background-color: transparent;
}
#topmenu a:hover {
	color: #003142;
	background-color: #d7d600;
}
#topmenu a.active, #topmenu a.active:hover {
	color: #ffffff;
	background-color: #003142;
}

/*
#topmenu a ul {
	display: none;
}
#topmenu a:hover ul, #topmenu a.active ul {
	display: block;
}
*/

/** Box Left **/

#sl_box_left {
	position: relative;
	float: left;
	display: inline;
	width: 174px;
	height: auto;
	z-index: 90;
}
#sl_left_outer { background: transparent url(../img/left_shade_left.png) repeat-y top left; }
#sl_left {
	height: auto;
	min-height: 148px;
	margin: 0 0 0 9px;
	background: transparent url(../img/left_shade_bg.png) repeat;
	/*
	background: #002737; // IE
	background: #003041; // FF
	background: #003142; // Orig
	*/
	
}
#sl_left_bottom_ir { background: transparent url(../img/left_shade_rightbottom.png) no-repeat bottom right; }
#sl_left_bottom_il { background: transparent url(../img/left_shade_leftbottom.png) no-repeat bottom left;	}
#sl_left_left_im {
	height: 22px;
	margin: 0 9px 0 18px;
	background: transparent url(../img/left_shade_bottom.png) repeat-x bottom;
}

#leftbox {
	padding: 27px 13px 40px 13px;
	color: #bebd00;	
}
#leftbox .spacer {
	float: left;
	display: inline;
	width: 10px;
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 1.2em;
	font-weight: normal;
}
#leftbox h2.item, #leftbox h2.item_active {
	margin: 0;
	padding: 20px 0 0 10px;
	font-size: 1.2em;
	font-weight: normal;
}
#leftbox h2.item a {
	color: #bebd00 !important;
}
#leftbox h2.item a:hover, #leftbox h2.item_active a {
	color: #ffffff !important;
}

#leftbox h2.item a, #leftbox h2.item_active a {
	color: inherit;
	text-decoration: none;
}
#leftbox h3.subitem {
	margin: 0;
	padding: 2px 0 0 10px;
	font-size: 1em;
	font-weight: normal;
}


/** Box Content **/

#sl_box_right {
	position: relative;
	margin-left: 165px;	/* sl_box_left.width - 9 */
	z-index: 100;
}
#sl_content_outer { background: transparent url(../img/content_shade_right.png) repeat-y top right; }
#sl_content_inner { background: transparent url(../img/content_shade_left.png) repeat-y top left; }
#sl_content {
	height: 500px;
	margin: 0 10px 0 9px;
	background-color: #ffffff;
}
#sl_content_bottom_ir { background: transparent url(../img/content_shade_rightbottom.png) no-repeat bottom right; }
#sl_content_bottom_il { background: transparent url(../img/content_shade_leftbottom.png) no-repeat bottom left;	}
#sl_content_bottom_im {
	height: 18px;
	margin: 0 17px 0 16px;
	background: transparent url(../img/content_shade_bottom.png) repeat-x bottom;
}

/** Box Background **/

#sl_bg {
	position: absolute;
	left: 109px;
	/*
	top: 335px;
	*/
	bottom: -56px;
	width: 847px;
	height: 292px;
	background: transparent url(../img/bg_muster.gif) no-repeat top left;
	z-index: 0;
}


/* Content (all within #content)
------------------------------------------------- */
#content {
	padding: 37px 41px 12px 41px;
	color: #003142;
}

p, blockquote {
	margin: 1em 0;
}

#content ul, #content ol {
	padding-left: 2em;
	margin-left: 0;
}
#content ul li, #content ol li {
	padding-top: 0.5em;
}

h1 {
	font-size: 1.5em;
	position: absolute;
	left: -100000px;
	top: -100000px;
}

#content h2 {
	font-size: 1.2em;
	font-weight: bold;
}
#content h3 {
	font-size: 1.1em;
	font-weight: bold;
}

#content a {
	color: #BEBD00;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#content a.blue {
	color: #003142;
	text-decoration: none;
}
#content a.blue:hover {
	text-decoration: underline;
}

#content .blue {
	color: #003142;
}

ul.colon {
	list-style-image: url(../img/list_style_image.gif);
}
ul.colon li {
	padding-bottom: 14px;
}

.imagebox {
	display: block;
	width: 497px;
	height: 348px;
	margin: 13px auto 0 auto;
	border: 1px solid #b1b2b4;
}

.imagenavi {
	display: block;
	width: 497px;
	height: 19px;
	margin: 18px auto 0 auto;
	border: 1px solid #b1b2b4;
	text-align: center;
}
.imagenavi table {
	margin: 0 auto;
}
.imagenavi td {
	vertical-align: middle;
}
.imagenavi td.back {
	width: 20px;
	text-align: left;
}
.imagenavi td.next {
	width: 20px;
	text-align: right;
}
.imagenavi td.dots {
	text-align: left;
	padding-left: 20px;
}
.imagenavi img.inactive {
	opacity: .40;
	filter: alpha(opacity=40);
}
