 @charset "iso-8859-2";
/* ---------  GENERAL --------- */
body {
	background-color: #505050;
	margin: 0;
	padding: 0;
	color:#CCCCCC;
}

body,table,td {
    font-size: 11px;
    line-height:15px;
	font-family: Verdana, Arial Helvetica, sans-serif;
    letter-spacing: 0.04em;
	word-spacing:normal;
}

p {
	line-height:15px;
}

#flashding {
	position:absolute; 
	top:0px; 
	left:0px; 
	margin:0; 
	padding:0px; 
	z-index:0; 
	width: 100%; 
	height: 100%; 
	overflow: hidden; 
	visibility: visible;
}
#box {
	position: absolute; 
	top: 40px; 
	left: 60px; 
	border: 1px solid #FFFFFF; 
	width:482px; 
	height: 492px; 
	z-index:19; 
	background:#000000; 
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

/* --------- forms -------- */

form {
	margin: 0px;
	border:0px;
}

input, select, textarea {
	font-family: Verdana, Arial Helvetica, sans-serif; 
	font-size: 11px;
	background-color:#FFFFFF;
	color:#000000;
}

select:hover { 
	background-color:#FFFFFF;
	color:#666666;
}

-moz-selection {
	background-color:#FFFFFF;
	color:#666666;
	}
selection {
	background-color:#FFFFFF;
	color:#666666;
	}

 .Check, .Radio
   { 
   background-color:#DDFFFF; 
   border:1px solid #DDDDDD; 
   }
 .Button
   { 
   background-color:#AAAAAA; 
   color:#FFFFFF; 
   width:200px; 
   border:6px solid #DDDDDD; 
   }
  

/* --------- LINKS Default -------- */

img {
border:none;
}

a:link, a:visited { 
    color:#FFFFFF; text-decoration: none;
    }
a:active, a:hover { 
    color:#ff8040; text-decoration: none 
	}

/* ---------- content ------------ */




/* --------- typography --------- */

.textcontent {
	color:#333333;
	font-size: 11px;
    font-weight: regular;
	line-height:15px;
    letter-spacing: 0.04em;
	word-spacing:normal;
	text-indent: 0pt;
	text-align: left;
	margin:0px 0px 0px 0px;
}

.maintitle {
	color:#FFFFFF;
    font-weight:normal;
    line-height:24px;
	font-size: 18px;
	text-indent: 0pt;
	letter-spacing: 0.05em;
	text-align: left;
	margin:0px 0px 0px 0px;
}

.mainsubtitle {
	color:#666666;
    font-weight: regular;
    line-height:18px;
	font-size: 14px;
	text-indent: 0pt;
	letter-spacing: 0.05em;
	text-align: left;
	margin:12px 0px 3px 0px;
}

.mainsubsubtitle {
	color: #666666;
	margin:12px 0px 0px 0px;
	font-size: 11px;
    font-weight: bold;
	line-height:15px;
    letter-spacing: 0.04em;
	word-spacing:normal;
	text-indent: 0pt;
	text-align: top;
}

.minitext {
	color: #666666;
	font-size: 10px;
    font-weight:normal;
	line-height:13px;
    letter-spacing: 0.04em;
	word-spacing: normal;
	text-indent: 0em;
	text-align: left;
	margin:0px 0px 0px 0px;
	padding: 0;
}


.minitext a:link, .minitext a:visited { 
    color:#666666; text-decoration: none; font-size:10px;
    }
	
.minitext a:active, .minitext a:hover { 
    color:#FF9900; text-decoration: none; font-size:10px; 
	}


/* --------- TABLES -------- */

.table {
	width: 100%;
    border: 0px;
    padding-left: 0px;

}

td {

    text-indent: 0px;
    padding-left:0px;
}



.tr_odd {
	background: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;


}

.tr_even {
	background: #D6EDF1;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 14px;
    vertical-align: top;
    text-align: left;     
}



/* --------- LISTS --------- */

ul { 
	line-height:140%;
    margin-top: 0px;
    margin-bottom: 0px;
	display:block;
}


li {
	color:#000;
	margin-left:-24px;
	border-bottom: ?;
}

/* hack for line-height bug */
* html li a img { margin: 4px 0; vertical-align:middle; }


ol {
	margin-left:44px;
    list-style-position:outside 
}

