#aufloesungAuswahl {
	width: 150px;
	height: 70px;
	position: absolute;
	top: 320px;
	left: 390px;
}

#aufloesungAuswahl a {
	text-decoration: none;
}

#aufl1 {
	display: block;
	width: 137px;
	height: 25px;
	background: url(/images/Katalog/1024x768.png) left center no-repeat;
}

#aufl1:hover {
	background: url(/images/Katalog/1024x768_selected.png) left center no-repeat;
}

* html #aufl1 {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/Katalog/1024x768.png');
}

* html #aufl1:hover {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/Katalog/1024x768_selected.png');
}

#aufl2 {
	display: block;
	width: 137px;
	height: 25px;
	background: url(/images/Katalog/1280x1024.png) left center no-repeat;
}

#aufl2:hover {
	background: url(/images/Katalog/1280x1024_selected.png) left center no-repeat;
}

* html #aufl2 {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/Katalog/1280x1024.png');
}

* html #aufl2:hover {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/Katalog/1280x1024_selected.png');
}

#aufl3 {
	display: block;
	width: 137px;
	height: 25px;
	background: url(/images/Katalog/1440x1050.png) left center no-repeat;
}

#aufl3:hover {
	background: url(/images/Katalog/1440x1050_selected.png) left center no-repeat;
}

* html #aufl3 {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/Katalog/1440x1050.png');
}

* html #aufl3:hover {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/Katalog/1440x1050_selected.png');
}

#stdAuswahl {
	margin-left: -14px;
	background-color: green;
	margin-top: 36px;
	display: block;
	width: 198px;
	height: 15px;
	background: url(/images/Katalog/weiter_mit_standardaufloesung.png) left center no-repeat;
	text-decoration: none;
}

#stdAuswahl:hover {
	background: url(/images/Katalog/weiter_mit_standardaufloesung_selected.png) left center no-repeat;
}

* html #stdAuswahl {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/Katalog/weiter_mit_standardaufloesung.png');
}

* html #stdAuswahl:hover {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/Katalog/weiter_mit_standardaufloesung_selected.png');
}

body, td, th, a, input, select {
	color: #646464;
	font-size: 11px;
}

sub, sup {
	/*vertical-align: 0;
	position: relative;
	font-size:8px;*/
	font-size: 8px;
	line-height: 0;
}

sup {
	/*bottom: 1ex;*/
}

sub {
	/*top: 0.8ex;*/
}

body {
	background: #e9e9e9;
	padding: 0;
	margin: 0;
}

a:active, a:focus {outline: none}

h1 {
	font-size: 18px;
	margin: 15px 0 5px;
}
h2 {
	font-size: 16px;
	margin: 10px 0 15px;
}
h3 {
	color: #027d07;
	font-size: 11px;
	margin: 5px 0;
}
a {
	text-decoration: none;
}
a:hover {
	color: #027d07;
}
input {
	border: none;
	padding: 1px 0;
}
select {
	border: none;
}

#ImageContainer .imageContentBorder {
	border: 1px solid #cfcfcf;
}

#Main {
	width: 1006px;
	margin: 4px 0;
	position: absolute;
	top: 50%;
	margin-top: -304px;
	left: 50%;
	margin-left: -503px;
}

#TopImage {
	margin-bottom: 4px;
	padding: 8px 0 0 22px;
	background: url(/images/top_image.png) left top no-repeat;
	height: 95px;
}
#TopImage .logo {
	display: block;
	width: 130px;
	height: 80px;
	text-decoration: none;
}
#TopImage img {
	margin-top: -88px;
	margin-left: -24px;
	display: none;
}

/* MENU LINE */

#MenuLine {
	position: absolute;
	left: 176px;
	top: 64px;
}
#MenuLine * {
}
#MenuLine ol, #MenuLine li {
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}
#MenuLine li.Level0Item {
	display: block;
	float: left;
	text-transform: uppercase;
}
#MenuLine a.Level0Item, a.Level0ItemSelected {
	padding: 4px 7px;
	display: block;
	font-weight: bold;
}
#MenuLine a.Level0Item:hover, li.Level0Item:hover a.Level0Item, a.Level0ItemSelected {
	color: #027d07;
}

/* MENU SUBITEMS */

#MenuLine li.Level0Item ol.Level0Sub {
	display: none;
	background: white;
	border: 1px solid black;
	position: absolute;
}
#MenuLine li.Level0Item:hover ol.Level0Sub {
	display: block;
}
#MenuLine li.Level0Item ol a {
	display: block;
	padding: 3px 15px 3px 5px;
	text-decoration: none;
}
#MenuLine li.Level0Item ol a:hover {
	background: #DDD;
}
#MenuLine li.Level0Item ol ol a {
	padding: 3px 15px 3px 30px;
}


/* CONTENT */

#PageContainer {
	padding: 6px 12px;
	height: 459px;
	background: url(/images/main_bg.png) left top no-repeat;
}
#PageContent {
	position: relative;
	float: right;
	width: 982px;
}
#PageContent a {
	color: #027D07;
}
#PageContent.withMenu {
	width: 757px;
	right: 10px;
}

#PageContent #PageHeadline {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 15px;
}

#PageContent #HeaderImage {
	margin: 5px 0px;
}

#PageContent .visibleContent {
	overflow: hidden;
	height: auto;
	margin-bottom: 37px;
}

#PageContent .withHeaderImage {
	height: 300px;
}

#PageContent .noHeaderImage {
	height: 390px;
}


#VideoPopup {
	position: absolute;
	top: 10%;
	background: white;
	padding: 5px;
	display: none;
}
#VideoPopup .head {
	text-align: right;
	margin: 5px 10px;
}

#overlayDIV {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#overlayWholeDIV {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#buttonLeft,#buttonRight, #buttonCenter {
	color: #646464;
	display: block;
	position: absolute;
	top: 437px;
	border: 1px solid #d0cfcd;
	font-size: 9px;
		text-transform: uppercase;
}

#buttonLeft {
	left: 0px;
	padding: 1px 7px 1px 14px;
	background: url(/images/arrow_left.png) left 2px no-repeat;
}

#buttonRight {
	right: 0px;
	padding: 1px 14px 1px 7px;
	background: url(/images/arrow_right.png) right 2px no-repeat;
}

#Menu-Level1 {
	float: left;
	width: 194px;
	background: #e9e9e9;
}
#Menu-Level1 .top,
#Menu-Level1 .bottom {
	height: 3px;
	overflow: hidden;
	background: left top no-repeat;
}
#Menu-Level1 .top {
	background-image: url(/images/menu_level1_border_top.png);
}
#Menu-Level1 .bottom {
	background-image: url(/images/menu_level1_border_bottom.png);
}
#Menu-Level1 .main {
	margin-top: 8px;
	height: 440px;
}
#Menu-Level1 .main .MenuItem {
	display: block;
	padding: 4px 8px;
	text-align: right;
	font-weight: bold;
}

#Menu-Level1 .main .MenuItem {
	color: #646464;
}

#Menu-Level1 .main .MenuItemSelected {
	color: #027d07;
	background: #cfcfcf;
}


#Menu-Level1 .main .MenuItem .SubMenu {
	display: none;
}

#Menu-Level1 .main .MenuItemSelected .SubMenu {
	display: block;
}

#Menu-Level1 .main .MenuItemSelected .SubMenu .SubMenuItem {
	display: block;
	padding: 3px 8px 3px 0px;
	text-align: right;
	font-size: 10px;
}

#Menu-Level1 .main .MenuItemSelected .SubMenu .SubMenuItemSelected {
	color: #027d07;
	background: #cfcfcf;
}

#Footer {
	padding: 6px 18px;
	background: url(/images/footer.png) left top no-repeat;
	height: 18px;
	position: relative;
}
#Footer a,
#Footer span {
	color: white;	
}

#Copyright {
	position: absolute;
	color: white;
	top: 6px;
	right: 15px;
}

#Copyright a {
	color: white;
	text-decoration: none;
}

#PageFlipContainer {
	position: absolute;
	top: 10px;
	left: 50%;
	padding: 10px;
	background-color: white;
	margin-left: -522px;
}

#PageFlipContainer .head{
	text-align: right;
}


@media print {
	#MenuLine {display: none;}
	#Footer {display: none;}
	#Menu-Level1 {display: none;}
	#Main {
		position: absolute;
		top: 0;
		left: 0;
		margin:0;
		padding:0;
	}

	#PageContent {
		float: none;
		position: absolute;
		left: 0;
	}
	#TopImage img {display: block;}
	
	#buttonRight {display: none; visibility: hidden;}
	#buttonLeft {display: none; visibility: hidden;}
	#PageContent .visibleContent {overflow: visible;}
}

/* SCROLLBAR */

.jScrollPaneContainer {
	margin-top: 15px;
	overflow: hidden;
	position: relative;
	width: 757px;
	height: 314px;
}

.jScrollPaneContent {
}

.jScrollPaneTrack {
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #e9e9e9;
	padding: 2px;
}

.jScrollPaneDrag {
	background-color: #027d07;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
}

.jScrollArrowUp {
	right: 0;
	position: absolute;
	background-color: #e9e9e9;
	width: 13px;
	height: 7px;
	margin-top: 1px;
}

.jScrollArrowDown {
	width: 13px;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-top: -1px;
}