
body, td, th, a, p {
	color: #white;
	font-family: Arial, Verdana;
}

body {
	background-color: #e3deda;
	padding: 0;
	margin: 0;
}

#Main {
	width: 779px;
	margin: 0 auto;
	padding: 0px 0 0 0;
}

#Main-2 {
	background: url('/images/background.jpg') top center no-repeat;
	width: 779px;
	height: 572px;
	position: relative;
	/*margin-top: 120px;*/
	margin-top: 20px;
}

/* TOP MENU */

#TopMenu {
	position: absolute;
	left: 6px;
	top: 0;
}
#TopMenu li {
	margin: 0;
	padding: 0;
}
#TopMenu ol {
	margin: 0;
	padding: 0;
}
#TopMenu * {
	color: #98968D;
}

#MoilHeader, #MoilHeader a {
	display: block;
	float: left;
	height: 93px;
	width: 417px;
	background: url(images/moil_header.jpg);
}
#MoilHeader span {
	display: none;
}

li.TopMenuItem {
	display: block;
	float: left;
	width: 85px;
	height: 93px;
}
a.TopMenuItem, a.TopMenuItemSelected {
	display: block;
	width: 85px;
	height: 93px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	background: url(images/topitem.jpg);
}
a.TopMenuItem:hover, a.TopMenuItemSelected {
	background: url(images/topitem_over.jpg);
}
a.TopMenuItem span, a.TopMenuItemSelected span {
	display: block;
	padding: 50px 0 0 8px;
}


/* MENU LINE */

#MenuLine {
	position: absolute;
	top: 16px;
	left: 55px;
	/*left: 34px;*/
}

#MenuLine a.Level0ItemSelected {
	font-weight: bold;
	font-size: 13px;
}

#MenuLine a {
	color: white;
}
#MenuLine ol, #MenuLine li {
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}

#MenuLine .linkItem {
	padding: 0px 8px;
}

#MenuLine .firstElement {
    padding: 0px;
    padding-right: 8px;
}

#MenuLine .lastElement {
    padding: 0px;
    padding-left: 8px;
}

#MenuLine li.separator {
    position: relative;
    float: left;
	width: 23px;
	height: 31px;
}

.borderBottom {
    position: relative;
    top: 31px;
    left: 31px;
    float: block;
    height: 1px;
    width: 725px;
    display: block;
}

.borderBottom_linkerContent {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

.borderBottom_rechterContent {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

.borderBottom_verlaufAnfang {
    width: 14px;
    height: 1px;
    float: left;
    display: none;
}

.borderBottom_strich_links_parent {
    text-align: left;
    float: left;
    position: relative;
}

.borderBottom_strich_links {
    display: none;
    background-color: white;
    height: 1px;
    float: left;
    overflow: hidden;
}

.borderBottom_blank {
    float: left;
    height: 1px;
}

.borderBottom_strich_rechts_parent {
    float: left;
}

.borderBottom_strich_rechts {
    display: none;
    background-color: white;
    height: 1px;
    overflow: hidden;
}

.borderBottom_verlaufAnfang_parent {
    width: 14px;
    height: 1px;
    float: left;
}

.borderBottom_verlaufEnde {
    display: none;
}

li.Level0Item {
	display: block;
	float: left;
}

a.Level0Item, a.Level0ItemSelected {
	padding: 8px 0px 4px 0px;
	display: block;
	font-size: 12px;
	text-decoration: none;
    height: 16px;
}

a.Level0Item:hover, li.Level0Item:hover {
    font-weight: bold;
}

/* MENU LEVEL 1 */

#Menu-Level1 {
	position: absolute;
	top: 44px;
	left: 55px;
	/*left: 34px;*/
}
#Menu-Level1 ol {
	padding: 0;
	margin: 0 0 0 0px;
	list-style: none;
}
#Menu-Level1 li {
	float: left;
	display: block;
	text-align: center;
}

#Menu-Level1 li a {
	display: block;
	text-decoration: none;
	color: white;
	padding: 8px 0px 4px 0px;
}

#Menu-Level1 li span.separator {
	padding: 0px 15px 0px 0px;
}

#Menu-Level1 li a:hover {
	font-weight: bold;
}

#Menu-Level1 li a.Selected {
	font-weight: bold;
	font-size: 13px;
}

#level1_image {
	position: absolute;
	bottom: 40px;
	left: 64px;
}

#Zeitleiste {
	position: absolute;
	bottom: 31px;
	left: 236px;
	height: 35px;
	width: 336px;
	overflow: hidden;
}

#Zeitleiste td {
	text-align: center;
}

#Zeitleiste .jahre{
	padding-left: 0px;
}

#Zeitleiste .jahr {
	width: 27px;
	float: left;
	text-align: center;
}

#Zeitleiste .jahr a {
	font-size: 9px;
	color: white;
	text-decoration: none;
}

#Zeitleiste .jahr a:hover{
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-deocration: none;
}

#Zeitleiste .separator {
	width: 4px;
	height: 8px;
	float: left;
}

#Zeitleiste .shortLine {
	width: 1px;
	height: 3px;
	background-color: white;
	float: left;
}

#Zeitleiste .longLine {
	width: 1px;
	height: 7px;
	background-color: white;
	float: left;
}

/* MENU SUBITEMS */

li.Level0Item ol.Level0Sub {
	display: none;
	background: white;
	border: 1px solid black;
	position: absolute;
}
li.Level0Item:hover ol.Level0Sub {
	display: block;
}
li.Level0Item ol a {
	display: block;
	padding: 3px 15px 3px 5px;
	text-decoration: none;
}
li.Level0Item ol a:hover {
	text-decoration: underline;
	background: #DDD;
}
li.Level0Item ol ol a {
	padding: 3px 15px 3px 30px;
}



#SubHeader {
	height: 26px;
	background: url(images/sub_header.jpg) 0 -20px no-repeat;
	border: 1px solid #1f1f1f;
	margin: 0 6px 6px 6px;
}
#SubHeader-2 {
	padding: 5px 0 0 10px;
}
#SubHeader * {
	color: #98968D;
}
#SubHeader .Item {
	float: left;
	padding: 2px;
}
#SubHeader .SubSpacer {
	float: left;
	padding: 2px 0;
	width: 20px;
	background: url(images/arrow_grey.png) 5px 4px no-repeat;
}

/* CONTENT */

#PageContainer {
	position: absolute;
	top: 99px;
	width: 778px;
	height: 474px;
}

#PageContent {
	color: white;
	position: absolute;
	padding: 20px 66px 0px 66px;
	width: 645px;
	height: 294px;
}

#PageContent .startImage {
    position: absolute;
    top: 20px;
    left: 14px;
}

#PageContent a, #PageContent a:hover, #PageContent a:visited {
    color: white;
    text-decoration: none;
}

#ProductsContainer {
	position: absolute;
	width: 650px;
	height: 435px;
	overflow: hidden;
	float: right;
	top: 0px;
}

#ProductsContainer .prod, #ProductsContainer .rec {
	position: absolute;
} 

#ProductContent {
	position: absolute;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana;
}

#ProductContent .overviewDIV {
    width: 166px;
    text-align: center;
}

#ProductContent td {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#ProductContent .logoDIV {
    height: 85px;
    text-align: center;
    vertical-align: middle;
}

#arrow_left {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 200px;
	margin-left: 25px;
	float: right;
	cursor: pointer;
	display: none;
}

#arrow_right {
	position: absolute;
	top: 0px;
	right: 25px;
	margin-top: 200px;
	margin-right: 0px;
	float: right;
	cursor: pointer;
	display: none;
}

.detail_left {
    width: 230px;
    vertical-align: middle;
    text-align: center;
    padding-right: 40px;
    padding-left: 30px;
}

div.rec, div.prod {
	height: 435px;
	width: 100%;
}

span.headline_prod_rec {
	font-size: 18px;
	color: white;
	
}

div.jScrollPaneContainer {
	width: 330px;
	height: 210px;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}

div.jScrollPaneContent {
	width: 315px;
	height: auto;
	overflow: visible;
	padding-right: 5px;
	position: absolute;
	color: white;
}

.jScrollPaneTrack {
	background: url('/images/scrollPaneDrag_bg.png') center repeat-y;
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.jScrollPaneDrag {
	background: #ffffff none repeat scroll 0 0;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
}

div.link_rec_prod, div.to_rec_prod {
	margin-top: 30px;
}

div.link_rec_prod a, div.to_rec_prod a {
    margin-left: 5px;
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

/* Dient zur Darstellung der PNG's im IE6 */
* html #arrow_left {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/arrow_left.png');
}

/* Dient zur Darstellung der PNG's im IE6 */
* html #arrow_right {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/arrow_right.png');
}

#pages_scrollContainer {
    width: 645px;
    height: 300px;
    padding: 0;
    margin: 0;
}

#pages_scrollContent {
    width: 645px;
    padding: 0;
    margin: 0;
}

#pages_scrollContent a {
	text-decoration: none;
}

#sitemap_content {
    position: absolute;
    left: 14px;
}

#sitemap_content a, #sitemap_content a:visited {
    text-decoration: none;
}

#sitemap_content a:hover {
    text-decoration: underline;
}

#sitemap_content .level0Menu {
    background: url('/images/white_background_15per.png') top center no-repeat;
    width: 750px;
}

/* Dient zur Darstellung der PNG's im IE6 */
* html #sitemap_content .level0Menu {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/images/white_background_15per.png);
}

#sitemap_content .menuElement {
    float: left;
    padding: 5px 0px;
    padding-left: 53px;
    width: 197px;
}

#sitemap_content .level0 {
    padding-top: 2px;
    padding-bottom: 15px;
    font-weight: bold;
}

#Map {
	position: relative;
	margin-top: 15px;
	margin-left: 0px;
}

#backgroundMap {
	top: 0px;
	left: 0px;		
}

#overlayMap {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#tooltip {
	position: absolute;
	top: 40px;
	left: 420px;
	display: none;
}

#tooltip .link {
	margin-top: 10px;
}

#tooltip .link a {
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
}

#tooltip .headline {
	font-size: 14pt;
	padding-bottom: 11pt;
}

#FootClearer {
	height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}

#FootClearer span {
	display: none;
}

#copyright {
    position: absolute;
    left: 14px;
    bottom: 7px;
    color: #4d4d4d;
}

#copyright a, #copyright a:hover, #copyright a:visited {
    color: #4d4d4d;
    text-decoration: none;
}

#Logo {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: center;
}

#Logo .BorderRight {
    border-right: 1px solid #4d4d4d;
}

#Logo a {
    color: #4d4d4d;
    text-decoration: none;
    padding: 0px 5px;
}

#Popup {
    position: absolute;
    right: 5px;
    bottom: 99px;
    width: 186px;
    height: 386px;
    display: none;
    background: url('/images/popup.gif') top center no-repeat;
    color: black;
}

/* Dient zur Darstellung der PNG's im IE6 */
/*
* html #Popup {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/popup.png');
}
*/

#Popup_Content {
    position: absolute;
    top: 20px;
    padding: 0px 17px;
    width: 152px;
    height: 354px;
    overflow: hidden;
   	cursor: pointer;
    display: block;
}

#Popup_Content .popupHeadline {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: block;
}

#Popup_Content .popupImage {
	margin-top: 10px;
    text-align: center;
    display: block;
}

#Popup_Content .popupSpacer {
	height: 2px;
	background-color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	left: -10px;
	width: 172px;
}

#Popup_Content .popupSmallHeadline {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    display: block;
}

#Popup_Content .popupLogo {
	text-align: center;
	display: block;
	padding-top: 10px;
	margin-bottom: 8px;
	height: 28px;
}

#Popup_Content .popupSmallLink {
	text-align: center;
}

#Popup_Content .popupSmall {
	border-bottom: 1px solid #e42220;
	margin-left: -10px;
	padding-bottom: 5px;
	width: 172px;
}

#Popup_Close {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: none;
}

/* GEWINNSPIEL */
#einverstaendnis, #katalog {
	font-size: 10px;
	padding-top: 3px;
}

#link {
	padding: 7px 15px;
	background: url(/images/weisser_balken.png) top left;
}

* html #link {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/weisser_balken.png');
}

#link a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#frage_bild {
	text-align: right;
}

/* BLOCKS */

.Block {
	border: 1px solid #1f1f1f;
	margin: 0 6px 6px 0;
	background: #ABA99D;
	color: #333;
	position: relative;
}
div.Block {
	float: left;
}
.LongBlock {
	margin: 0 0px 0px 0;
	color: white;
	float: left;
	position: relative;
}

.Block .Head, .Block .HeadWithSpan, .LongBlock .Head {
	background: url(images/arrow_grey) 5px 5px no-repeat #282824;
	border-bottom: 1px solid #1f1f1f;
	padding: 3px 3px 3px 20px;
	color: #ABA99D;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.Block a.Head, .LongBlock a.Head {
	padding: 0;
	display: block;
	text-decoration: none;
	width: 100%;
}
.Block a.Head span, .LongBlock a.Head span {
	padding: 3px 3px 3px 20px;
	display: block;
	text-decoration: none;
}
.Block .Content, .LongBlock .Content {
	padding: 5px;
	position: relative;
}
.Block .Bottom {
	display: block;
	background: #282824;
	border-top: 1px solid #1f1f1f;
	padding: 3px 3px 3px 20px;
	color: #ABA99D;
	text-align: right;
	text-decoration: none;
}

.jScrollPaneContent a{
	text-decoration: none;
	font-weight: bold;
}

/* TABLED LAYOUT */

.tabled #PageContainer {
	margin-left: 0;
}
table.BlockContainer {
	margin-top: -6px;
}
table.BlockContainer td {
	vertical-align: top;
}

/* STARTPAGE */
body#Start {
	background: #837b57;
}

#StartContainer {
	position: absolute;
	width: 700px;
	height: 268px;
	left: 50%;
	top: 50%;
	margin: -140px 0 0 -300px;

}
#StartContainerFlash {
	position: absolute;
	width: 500px;
	height: 500px;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -250px;

}
#Start .Card {
	background: url(images/tankkarte_start.jpg) no-repeat #ABA99D;
	width: 400px;
	height: 268px;
	float: left;
}
#Start .Countries {
	float: right;
	width: 280px;
	padding: 190px 0 0 0;
	font-weight: bold;
}
#Start .Countries a {
	display: block;
	padding: 6px 20px;
	text-decoration: none;
	color: #CBC9BD;
	background: url(images/arrow_start.gif) 3px 8px no-repeat #837b57;
}
#Start .Countries a:hover {
	text-decoration: underline;
}

#Bubble {
	position: absolute;
	left: 340px;
	bottom: 100px;
	width: 148px;
	height: 74px;
	background: url(/images/spiel_mit.png) top left no-repeat;
	z-index: 600;
	display: none;
}

* html #Bubble {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/spiel_mit.png');
}

/*
#LocationBlock1, #LocationBlock2, #LocationBlock3 {
	width: 275px;
	border: 1px solid #1f1f1f;
	margin-right: 5px;
	float: left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#LocationBlock3 {
	width: 276px;
}

.LineWrapper {
	overflow: hidden;
	float: left;
	margin-right: -5px;
}
.LineFooter {
	clear: both;
	height: 5px;
	border-top: 1px solid #1f1f1f;
}
.LineFooter span {
	display: none;
}
.LineWrapper .Column, .Block {
	float: left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

.Block {
	background: #ABA99D;
	color: #000;
}
.BlockContent {
}
.Block .Head {
	background: #282824;
	border-bottom: 1px solid #1f1f1f;
	color: #ABA99D;
}
*/
