html, body {
	background-color: #242612;
	background-image: url('img/design/bg_green_fade1180.png');
	background-repeat: repeat-y;
	font : Verdana Arial Helvetica sans-serif;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

a img {
    border: none;
}

input, textarea {
   font : 11px Verdana Arial Helvetica sans-serif;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
}

a:link {
   color: #000000;
   text-decoration : underline; 
   font-weight: bold;  
}
  
a:visited {
   color: #000000;
   text-decoration : underline;
   font-weight: bold; 
   }
	
a:hover {
   color: #000000;
   text-decoration : none;
   font-weight: bold; 
}

a.menu_logo { /* definition of the "image" class in the <a> tag */
	 float:left;
     display: block; /* a tag must be a block */
     width: 200px; /* width of reactive image */
     height: 75px; /* height of reactive image */
     background-image: url(img/design/logo3.gif); /* source for start image */
     background-repeat: no-repeat;
}

a.menu_logo_vip { /* definition of the "image" class in the <a> tag */
	 float:left;
     display: block; /* a tag must be a block */
     width: 200px; /* width of reactive image */
     height: 75px; /* height of reactive image */
     background-image: url(img/design/logo3_vip.gif); /* source for start image */
     background-repeat: no-repeat;
}

a.menu_map { /* definition of the "image" class in the <a> tag */
	 float:left;
	 margin-left: 60px;
     display: block; /* a tag must be a block */
     width: 72px; /* width of reactive image */
     height: 70px; /* height of reactive image */
     background-image: url(img/design/icon_menu_map_off.gif); /* source for start image */
     background-repeat: no-repeat;
}

a.menu_map_on { /* definition of the "image" class in the <a> tag */
	 float:left;
	 margin-left: 60px;
     display: block; /* a tag must be a block */
     width: 72px; /* width of reactive image */
     height: 70px; /* height of reactive image */
     background-image: url(img/design/icon_menu_map.gif); /* source for start image */
     background-repeat: no-repeat;
}
	 
a.menu_map:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(img/design/icon_menu_map.gif); /* source for target image */
}

a.menu_base { /* definition of the "image" class in the <a> tag */
	 float:left;
	 margin-left: 30px;
     display: block; /* a tag must be a block */
     width: 73px; /* width of reactive image */
     height: 74px; /* height of reactive image */
     background-image: url(img/design/icon_menu_base_off.gif); /* source for start image */
     background-repeat: no-repeat;
}

a.menu_base_on { /* definition of the "image" class in the <a> tag */
	 float:left;
	 margin-left: 30px;
     display: block; /* a tag must be a block */
     width: 73px; /* width of reactive image */
     height: 74px; /* height of reactive image */
     background-image: url(img/design/icon_menu_base.gif); /* source for start image */
     background-repeat: no-repeat;
}


a.menu_base:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(img/design/icon_menu_base.gif); /* source for target image */
}

a.menu_mail { /* definition of the "image" class in the <a> tag */
	 float:left;
	 margin-left: 30px;
     display: block; /* a tag must be a block */
     width: 71px; /* width of reactive image */
     height: 66px; /* height of reactive image */
     background-image: url(img/design/icon_menu_pm_off.gif); /* source for start image */
     background-repeat: no-repeat;
}

a.menu_mail_on { /* definition of the "image" class in the <a> tag */
	 float:left;
	 margin-left: 30px;
     display: block; /* a tag must be a block */
     width: 71px; /* width of reactive image */
     height: 66px; /* height of reactive image */
     background-image: url(img/design/icon_menu_pm.gif); /* source for start image */
     background-repeat: no-repeat;
}

	 
a.menu_mail_new { /* definition of the "image" class in the <a> tag */
	 float:left;
	 margin-left: 30px;
     display: block; /* a tag must be a block */
     width: 71px; /* width of reactive image */
     height: 66px; /* height of reactive image */
     background-image: url(img/design/icon_menu_pm_new.gif); /* source for start image */
     background-repeat: no-repeat;
}

	 
a.menu_mail:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(img/design/icon_menu_pm.gif); /* source for target image */
}

a.menu_forum { /* definition of the "image" class in the <a> tag */
	 float:left;
	 margin-left: 30px;
     display: block; /* a tag must be a block */
     width: 58px; /* width of reactive image */
     height: 73px; /* height of reactive image */
     background-image: url(img/design/icon_menu_forum_off.gif); /* source for start image */
     background-repeat: no-repeat;
}

a.menu_forum_on { /* definition of the "image" class in the <a> tag */
	 float:left;
	 margin-left: 30px;
     display: block; /* a tag must be a block */
     width: 58px; /* width of reactive image */
     height: 73px; /* height of reactive image */
     background-image: url(img/design/icon_menu_forum.gif); /* source for start image */
     background-repeat: no-repeat;
}

	 
a.menu_forum:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(img/design/icon_menu_forum.gif); /* source for target image */
}

ul {
	list-style-image: url(../img/arrow.gif);
	margin-top: 13px;
	margin-left: 27px;
	margin-bottom: 0px;
	list-style-type: none;
}

li {
	margin: 0px;
	padding: 0px;
	height: 19px;
}

h1 {
	font : Verdana Arial Helvetica sans-serif;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #990000;
	font-weight: bold;
	margin-bottom: 5px;
}

h2 {
	font : Verdana Arial Helvetica sans-serif;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #446586;
	font-weight: bold;
	margin-bottom: 5px;
}

hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: none;
}

label {
	font-weight: bold;
	clear: both;
}

div#main_bg {
	width: 1180px; 
	background-image: url('img/design/bg_green_fade1180.png');
	background-repeat: repeat-y;
	min-height: 100%;
	margin: 0px;
}

div#main_footer {
	height:20px; 
	margin-top:-20px; 
	padding-left: 55px;
	padding-right: 25px;
	color: #2E2E2E;
	 
	}
div#main_footermargin {
	height:20px; 
	clear:both;
}
div#main_footer a:link {
	color: #2E2E2E; 
	text-decoration: none; 
	font-weight: normal;
}
div#main_footer a:visited {
	color: #2E2E2E; 
	text-decoration: none; 
	font-weight: normal;
}
div#main_footer a:hover {
	color: #2E2E2E; 
	text-decoration: underline; 
	font-weight: normal;
}

div#main_content {
	margin-left: 55px;
	margin-right: 115px;
	width: 930px;
}

div#menu {
	padding-top: 10px;
}

div#top_container {
	clear: both; 
	font-size: 10px;
}

div#menu_container {
	clear:both; 
	margin-bottom: 10px;
}

div#main_pages {
	margin-top: 20px;
}

div#suggestions {
	background-color: #DFDFDF;
	margin-left: 124px;
	position: absolute;
	margin-top: 3px;
	color: #686666;
}

div#suggestions a:link {
	color: #5C5C5C; 
	text-decoration: none; 
	font-weight: normal;
}
div#suggestions a:visited {
	color: #5C5C5C; 
	text-decoration: none; 
	font-weight: normal;
}
div#suggestions a:hover {
	color: #5C5C5C; 
	text-decoration: none; 
	font-weight: normal;
}
div#country_box {
	position:absolute; 
	left:857px; 
	top:11px; 
	width:103px; 
	background-color: #474942; 
	padding: 5px;
}

div#country_hidden {   
		display: none;
		position:absolute; 
		left:857px; 
		top:37px; 
		width:103px; 
		background-color: #474942; 
		padding: 5px;
		padding-bottom: 10px;	
		filter:alpha(opacity=80); 
		-moz-opacity: 0.8; 
		opacity: 0.8; 
}
.input_textfield {
	background-color: #CCD0FF;
	border: 1px solid #A6B7DC;
	width: 220px;
	height: 17px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.input_login {
	width: 110px;
	height: 15px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.suggestions_headline {
	color: #2E2E2E;  
	font-size : 12px;
	font-weight: bold;
}

.building_img {
	float: left; 
	margin-right: 15px; 
	width: 180px;
}

.building_info {
	margin-bottom: 25px;
	width: 420px;
	padding: 7px;
	background-color: #D0D0D0; 
	border: 1px solid #A0A0A0; 
	border-style: dotted;
}

.country_flag {
	margin-bottom: 8px;
}

.class1 a:link {
	color: #000000; 
	text-decoration: underline; 
	font-weight: normal;
}
.class1 a:visited {
	color: #000000; 
	text-decoration: underline; 
	font-weight: normal;
}
.class1 a:hover {
	color: #000000; 
	text-decoration: underline; 
	font-weight: normal;
}

.class2 a:link {
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: normal;
	font-size: 13px;
}
.class2 a:visited {
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: normal;
	font-size: 13px;
}
.class2 a:hover {
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: normal;
	font-size: 13px;
}

.class3 a:link {
	color: #000000; 
	text-decoration: none; 
	font-weight: normal;
}
.class3 a:visited {
	color: #000000; 
	text-decoration: none; 
	font-weight: normal;
}
.class3 a:hover {
	color: #000000; 
	text-decoration: none; 
	font-weight: normal;
}

.class4 a:link {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}
.class4 a:visited {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}
.class4 a:hover {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}


.class_red a:link {
	color: #A20513; 
	text-decoration: none; 
	font-weight: normal;
}
.class_red a:visited {
	color: #A20513; 
	text-decoration: none; 
	font-weight: normal;
}
.class_red a:hover {
	color: #A20513; 
	text-decoration: none; 
	font-weight: normal;
}
.class_red {
	color: #A20513; 
	text-decoration: none; 
	font-weight: normal;
}


.class_green a:link {
	color: #738D34; 
	text-decoration: none; 
	font-weight: normal;
}
.class_green a:visited {
	color: #738D34; 
	text-decoration: none; 
	font-weight: normal;
}
.class_green a:hover {
	color: #738D34; 
	text-decoration: none; 
	font-weight: normal;
}
.class_green {
	color: #738D34; 
	text-decoration: none; 
	font-weight: normal;
}


.class_blue a:link {
	color: #7288A3; 
	text-decoration: none; 
	font-weight: normal;
}
.class_blue a:visited {
	color: #7288A3; 
	text-decoration: none; 
	font-weight: normal;
}
.class_blue a:hover {
	color: #7288A3; 
	text-decoration: none; 
	font-weight: normal;
}
.class_blue {
	color: #7288A3; 
	text-decoration: none; 
	font-weight: normal;
}


.box_index a:link {
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: normal;
	font-size: 10px;
}
.box_index a:visited {
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: normal;
	font-size: 10px;
}
.box_index a:hover {
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: normal;
	font-size: 10px;
}

.h2link a:link {
	font : Verdana Arial Helvetica sans-serif;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #446586;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: none; 
}
.h2link a:visited {
	font : Verdana Arial Helvetica sans-serif;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #446586;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: none; 
}
.h2link a:hover {
	font : Verdana Arial Helvetica sans-serif;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #446586;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: none; 
}

.menu_top_border {
	border-style: solid;
	border-color: #353535;
	border-width: 1px;
}

.box_small {
	width: 200px;
	margin-bottom: 20px;
}

.box_top {
	align: left;
	border: 1px solid #353535;
	background-image: url('img/design/box_bg2.gif');
	width: 100%;
	height: 22px;
}

.box_main {
	align: left;
	border: 1px solid #B6B5B5;
	border-top: none;
	background-color: #F5F5F5;
	width: 100%;
}

.box_top_text {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.8em;
	margin-left: 5px;
}

.box_main_style {
	align: left;
	padding: 5px;
}

.box_main_style a:link {
	color: #000000; 
	text-decoration: underline; 
	font-weight: bold;
}
.box_main_style a:visited {
	color: #000000; 
	text-decoration: underline; 
	font-weight: bold;
}
.box_main_style a:hover {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}

.box_login {
	height: 20px; 
	line-height: 1.5em; 
	padding-left: 5px; 
	color: #616060;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('img/design/button_bg_right.gif') no-repeat scroll top right;
    color: #FFFFFF;
    display: block;
    float: left;
    font: normal 9px verdana;
    height: 23px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('img/design/button_bg.gif') no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 9px 18px;
}

.container_left { /* generic container (i.e. div) for floating buttons */
    float: left; 
}
.container_right { /* generic container (i.e. div) for floating buttons */
    float: left; 
	margin-left: 45px;
}

.main_left {
    float: left; 
}
.main_right {
    float: left;
	margin-left: 25px;
}
.lng_choose{
	color: #FFFFFF; 
	font-size: 10px; 
	margin-left: 1px;
}
.lng_choose a:link {
	font : Verdana Arial Helvetica sans-serif;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none; 
}
.lng_choose a:visited {
	font : Verdana Arial Helvetica sans-serif;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none; 
}
.lng_choose a:hover {
	font : Verdana Arial Helvetica sans-serif;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none; 
}


div.module {
    border-top: 4px solid #dddddd;
    color: #444444;
}

#shows tr, 
#shows tr.row_odd {
    background-color: #efefef;
}
#shows tr { background-color: transparent; }

div.comment_box,
div.comment_box_alt,
#shows tr td, 
#shows tr.row_odd td {
    border-top: 1px solid #dddddd;
}
#shows td.col1 {
	padding-left: 40px;
}
#shows td.col4 {
	padding-right: 10px;
}
#shows tr.row_odd p {
    color: #444444;
    font-size: 11px;
}

div.module {
}
.click {
border:dotted;
position:absolute; 
z-index:10; 
left:320px; 
top:295px;
}
.boldred {
	font : Verdana;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #A71414;
	font-weight: bold;
	margin-bottom: 0px;
}
.boldblue {
	font : Verdana;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #0404E8;
	font-weight: bold;
	margin-bottom: 0px;
}

.box_dashed {
	background-color:#EFEFEF; 
	border-style:dashed; 
	border-width: 1px; 
	border-color:#CCCCCC; 
	padding: 10px; 
	margin-bottom: 20px;
}

.faq {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

faq_p {
	margin-top: 30px;
}

.faq_head {
	font : Verdana;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color: #990000;
	font-weight: bold;
	margin-bottom: 0px;
}

.forum_text_admin {
	font : Verdana;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #A71414;
	font-weight: bold;
}
.forum_text_mod {
	font : Verdana;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #0404E8;
	font-weight: bold;
}

.user_text_headline {
	font : Verdana Arial Helvetica sans-serif;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #990000;
	font-weight: bold;
}
.advantage {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	background-image: url(img/design/credit_image.png); 
	border: 0px; 
	border-style: solid;
	height:52px; width:502px; position: relative;
}
.tbladvantage {
	color:#FFFFFF;
	vertical-align: middle;
}

.info {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 400px;
	padding: 10px;
	background-color: #DCE9FB; 
	border: 1px solid #5F9EFE; 
	border-style: solid;
}
.error {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 400px;
	padding: 10px;
	background-color: #FEE4E4; 
	border: 1px solid #FEC2C2; 
	border-style: solid;
}

.headline_black_front {
	font : Verdana Arial Helvetica sans-serif;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
	font-weight: bold;
}
