/******* HTML-Tags *******/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	background-image:   url("images/bg.jpg");
	background-color: #685F24;
	scrollbar-3dlight-color : #2B2B2B; 
	scrollbar-arrow-color : #2B2B2B; 
	scrollbar-base-color : #D0D9CF; 
	scrollbar-darkshadow-color : #D0D9CF; 
	scrollbar-face-color : #D0D9CF; 
	scrollbar-highlight-color : #D0D9CF; 
	scrollbar-shadow-color : #2B2B2B;
	scrollbar-track-color: #D0D9CF; 
}
.tableContent {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	background-image: url("images/bg_trans_main.png");
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
}
.tableContentTransp {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
}
.hellBraun {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #D8D6C6;
	font-style: normal;
	font-weight: normal;
}
.Braun {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #A49F7C;
	font-style: normal;
	font-weight: normal;
}

table {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
}
.inputfeld {
	font-family: Verdana;
	font-size: 10px;
	color: #5E7400;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #ffffff;
	background-color: #A7C129;
	padding-left: 3px;
	width: 200px;
	height: 12px;
}
.inputfeldBig {
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	border: 1px solid #2B2B2B;
	background-color: #F1F2F0;
	padding-left: 3px;
	width: 200px;
	height: 50px;
}
.fontDark {
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
}
.fontOrange {
	font-family: Verdana;
	font-size: 10px;
	color: #FF6600;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
}
.fontWhite {
	font-family: Verdana;
	font-size: 10px;
	color: #A8B2AC;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
}
.font_copyright {
	font-family: Verdana;
	font-size: 9px;
	color: #213327;
}
.fontHell {
	font-family: Verdana;
	font-size: 10px;
	color: #839088;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
}
.inputfeldSmall {
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	border: 1px solid #2B2B2B;
	background-color: #F1F2F0;
	padding-left: 3px;
	width: 60px;
	height: 16px;
}
.checkbox {
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	border: 1px solid #2B2B2B;
	background-color: #F1F2F0;
	width: 16px;
	height: 16px;
}
textarea {
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
		background-color: #F1F2F0;
	padding-left: 3px;
}

.select {
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
		background-color: #F1F2F0;
	border: 1px solid #2B2B2B;
		width: 120px;
	height: 16px;
}
.select2 {
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
		background-color: #F1F2F0;
	border: 1px solid #2B2B2B;
		width: 80px;
	height: 16px;
}
.button {
	font-family: Verdana;
	font-size: 10px;
	color: #5E7400;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #ffffff;
	background-color: #A7C129;
	padding-left: 3px;
	width: 100px;
	height: 17px;
}

a:link {
	color: #D8D6C6;
	text-decoration: none;
}
a:visited {
	color: #D8D6C6;
	text-decoration: none;
}
a:hover {
	color: #A49F7C;
	text-decoration: none;
}
a:active {
	color: #D8D6C6;
	text-decoration: none;
}

/******* MAN LAYOUT (IN USE) *******/
#top_bg {
	position: absolute;
	height: 60px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #213327;
	z-index: 1;
}
#table_logo {
	position: absolute;
	height: 60px;
	width: 360px;
	left: 0px;
	top: 0px;
	background-color: #213327;
	z-index: 2;
}
#left_table {
	position: absolute;
	height: 100%;
	width: 150px;
	left: 0px;
	top: 0px;
	background-color: #4E6054;
	z-index: 0;
}

#left_table_greenbox {
	position: absolute;
	height: 660px;
	width: 150px;
	left: 0px;
	top: 60px;
	background-color: #4E6054;
	z-index: 1;
	overflow: hidden;
}
#banner {
	position: absolute;
	height: 72px;
	width: 480px;
	left: 420px;
	top: 13px;
	background-color: #4E6054;
	z-index: 3;
}
#top_right {
	position: absolute;
	height: 72px;
	width: 150px;
	left: 905px;
	top: 13px;
	z-index: 3;
}
#mid_bg {
	position: absolute;
	height: 30px;
	width: 750px;
	left: 150px;
	top: 60px;
	background-color: #ACBBB1;
	z-index: 2;
}
#main_table {
	position: absolute;
	height: 600px;
	width: 750px;
	left: 150px;
	top: 90px;
	background-color: #213327;
	z-index: 2;
}
#main_MusicBox {
	position: absolute;
	height: 600px;
	width: 1020px;
	left: 0px;
	top: 90px;
	background-color: #213327;
	z-index: 2;
}
#main_table_content {
	position: absolute;
	height: 580px;
	width: 730px;
	left: 160px;
	top: 100px;
	background-color: #ACBBB1;
	z-index: 2;
}
#main_table_contentScroll {
	position: absolute;
	height: 580px;
	width: 730px;
	left: 160px;
	top: 100px;
	background-color: #ACBBB1;
	z-index: 2;
	overflow: auto;
}
#main_table_contentMusicBox {
	position: absolute;
	height: 580px;
	width: 1000px;
	left: 10px;
	top: 100px;
	background-color: #ACBBB1;
	z-index: 2;
}
#main_table_content2er_1bg {
	position: absolute;
	height: 580px;
	width: 362px;
	left: 160px;
	top: 100px;
	background-color: #ACBBB1;
	background-image: url("images/layouts/bg_content.gif");
	background-repeat:repeat;
	z-index: 2;
}
#main_table_content2er_2bg {
	position: absolute;
	height: 580px;
	width: 363px;
	left: 527px;
	top: 100px;
	background-color: #ACBBB1;
	background-image: url("images/layouts/bg_content.gif");
	background-repeat:repeat;
	z-index: 2;
}
#main_table_content2er_1 {
	position: absolute;
	height: 559px;
	width: 362px;
	left: 160px;
	top: 121px;
	z-index: 3;
	overflow: auto;
}
#main_table_content2er_2 {
	position: absolute;
	height: 559px;
	width: 363px;
	left: 527px;
	top: 121px;
	z-index: 3;
	overflow: auto;
}
#main_table_content3er_1bg {
	position: absolute;
	height: 200px;
	width: 255px;
	left: 160px;
	top: 100px;
	background-color: #cccccc;
	background-image: url("images/layouts/bg_content.gif");
	background-repeat:repeat;
	z-index: 2;
}
#main_table_content3er_2bg {
	position: absolute;
	height: 580px;
	width: 470px;
	left: 420px;
	top: 100px;
	background-color: #ACBBB1;
	background-image: url("images/layouts/bg_content.gif");
	background-repeat:repeat;
	z-index: 2;
}
#main_table_content3er_1 {
	position: absolute;
	height: 179px;
	width: 255px;
	left: 160px;
	top: 121px;
	z-index: 3;
	overflow: hidden;
}
#main_table_content3er_1scroll {
	position: absolute;
	height: 179px;
	width: 255px;
	left: 160px;
	top: 121px;
	z-index: 3;
	overflow: auto;
}
#main_table_content3er_2 {
	position: absolute;
	height: 559px;
	width: 470px;
	left: 420px;
	top: 121px;
	z-index: 3;
	overflow: auto;
}
#main_table_content3er_3bg {
	position: absolute;
	height: 375px;
	width: 255px;
	left: 160px;
	top: 305px;
	background-color: #ACBBB1;
	background-image: url("images/layouts/bg_content.gif");
	background-repeat:repeat;
	z-index: 2;
}
#main_table_content3er_3 {
	position: absolute;
	height: 351px;
	width: 255px;
	left: 160px;
	top: 326px;
	z-index: 3;
	overflow: auto;
}

#right_sub {
	position: absolute;
	height: 600px;
	width: 150px;
	left: 905px;
	top: 90px;
	background-color: #4E6054;
	z-index: 2;
}
#sub_copyright {
	position: absolute;
	height: 75px;
	width: 905px;
	left: 150px;
	top: 695px;
	background-color: #839088;
	z-index: 2;
}
#sub_copyrightMB {
	position: absolute;
	height: 75px;
	width: 1020px;
	left: 0px;
	top: 695px;
	background-color: #68786D;
	z-index: 2;
}
#sub_copyrightText {
	position: absolute;
	height: 20px;
	width: 895px;
	left: 160px;
	top: 775px;
	z-index: 2;
}
#sub_copyrightTextMB {
	position: absolute;
	height: 20px;
	width: 1010px;
	left: 10px;
	top: 775px;
	z-index: 2;
}
#table_navigation {
	position: absolute;
	height: 15px;
	width: 250px;
	left: 160px;
	top: 69px;
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	z-index: 5;
}
#table_navigationMB {
	position: absolute;
	height: 15px;
	width: 300px;
	left: 10px;
	top: 69px;
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	z-index: 5;
}
/******* (NOT IN USE) *******/


#left_banner1 {
	position: absolute;
	height: 50px;
	width: 130px;
	left: 10px;
	top: 270px;
	z-index: 1;
}
#left_banner2 {
	position: absolute;
	height: 50px;
	width: 130px;
	left: 10px;
	top: 330px;
	z-index: 1;
}
#left_banner3 {
	position: absolute;
	height: 50px;
	width: 130px;
	left: 10px;
	top: 390px;
	z-index: 1;
}
#left_banner4 {
	position: absolute;
	height: 50px;
	width: 130px;
	left: 10px;
	top: 450px;
	z-index: 1;
}



#topleft_insidetable {
	position: absolute;
	height: 160px;
	width: 250px;
	left: 10px;
	top: 10px;
	background-color: #D0D9CF;
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	z-index: 3;
}
#topleft_insidetableNavigation {
	position: absolute;
	height: 160px;
	width: 250px;
	left: 10px;
	top: 10px;
	background-color: #8C9C8B;
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	z-index: 3;
}
#topleft_insidetable_title {
	position: absolute;
	height: 21px;
	width: 250px;
	left: 0px;
	top: 0px;
	background-color: #8C9C8B;
	z-index: 4;
}
#topleft_insidetable_titlenavigation {
	position: absolute;
	height: 21px;
	width: 250px;
	left: 0px;
	top: 0px;
	background-color: #2B2B2B;
	z-index: 4;
}
#topleft_title {
	position: absolute;
	height: 15px;
	width: 244px;
	left: 3px;
	top: 3px;
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	z-index: 5;
}
#topleft_titlenavigation {
	position: absolute;
	height: 15px;
	width: 244px;
	left: 3px;
	top: 3px;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	z-index: 5;
}
#topleft_content {
	position: absolute;
	height: 133px;
	width: 244px;
	left: 4px;
	top: 24px;
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	z-index: 5;
	overflow: auto;
}
#topleft_navigation {
	position: absolute;
	height: 133px;
	width: 244px;
	left: 4px;
	top: 24px;
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	z-index: 5;
	overflow: hidden;
}
#topleft_special {
	position: absolute;
	height: 139px;
	width: 250px;
	left: 0px;
	top: 21px;
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	z-index: 5;
	overflow: hidden;
}
#topright_insidetable {
	position: absolute;
	height: 160px;
	width: 470px;
	left: 270px;
	top: 10px;
	background-color: #D0D9CF;
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	z-index: 3;
}
#topright_insidetable_title {
	position: absolute;
	height: 21px;
	width: 470px;
	left: 0px;
	top: 0px;
	background-color: #8C9C8B;
	z-index: 4;
}
#topright_title {
	position: absolute;
	height: 15px;
	width: 464px;
	left: 3px;
	top: 3px;
	background-color: #8C9C8B;
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	z-index: 5;
}
#topright_content {
	position: absolute;
	height: 133px;
	width: 464px;
	left: 3px;
	top: 24px;
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	z-index: 5;
	overflow: auto;
}
#main_insidetable {
	position: absolute;
	height: 320px;
	width: 730px;
	left: 10px;
	top: 180px;
	background-color: #D0D9CF;
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	z-index: 3;
}
#main_insidetable_ONE {
	position: absolute;
	height: 490px;
	width: 730px;
	left: 10px;
	top: 10px;
	background-color: #D0D9CF;
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	z-index: 3;
}
#main_insidetable_title {
	position: absolute;
	height: 21px;
	width: 730px;
	left: 0px;
	top: 0px;
	background-color: #8C9C8B;
	z-index: 4;
}
#main_insidetable_content {
	position: absolute;
	height: 293px;
	width: 724px;
	left: 5px;
	top: 24px;
	z-index: 4;
	overflow: auto;
}
#main_insidetable_content_NO {
	position: absolute;
	height: 293px;
	width: 724px;
	left: 5px;
	top: 24px;
	z-index: 4;
	overflow: hidden;
}
#main_insidetable_contentONE {
	position: absolute;
	height: 463px;
	width: 724px;
	left: 5px;
	top: 24px;
	z-index: 4;
	overflow: auto;
}
#main_title {
	position: absolute;
	height: 15px;
	width: 724px;
	left: 3px;
	top: 3px;
	background-color: #8C9C8B;
	font-family: Verdana;
	font-size: 10px;
	color: #2B2B2B;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	z-index: 5;
}
#sub_table_sitemap {
	position: absolute;
	height: 62px;
	width: 750px;
	left: 150px;
	top: 605px;
	background-color: #A2A49E;
	overflow: hidden;
	z-index: 2;
}
#sub_table_content {
	position: absolute;
	height: 42px;
	width: 750px;
	left: 150px;
	top: 672px;
	background-color: #A2A49E;
	z-index: 2;
}
