body {
	font-size: 11px;
	padding: 0;
	background-color: #52083B;
	font-family: "Trebuchet MS", Arial, "Times New Roman", Verdana;
	margin: 0;
}
p, td {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.normtext {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	line-height: 18px;
}
.titletext {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	line-height: 22px;
}
.newsdate {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#F505AE;
}
strong{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.ON {
	background-color: #00FF00;
	border-bottom-color: #52083B;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #FFFFFF;
	text-decoration: none;
}
.OFF {
	background-color: #FF0000;
	border-bottom-color: #52083B;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #FFFFFF;
}
input{
	font-size: 11px;
	background-color: #F5DADA;
	border-color: #F505AE;
	border-width: 1px;
	border-style: solid;
}

.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #999999;
	border-color: grey;
	border-style: dashed;
	border-width: 1px;
	padding: 5px;
	width: 700px;
}

.underline_faux {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8BB00;
	color: #A8BB00;
	font-weight: bold;
}

h1 {
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #F505AE;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 30px;
	color: #F505AE;
	line-height: 14px;
}

a:link {font-size: 11px; color: #F505AE;}
a:visited {color: #F505AE; text-decoration: underline;}
a:focus{color: #F505AE; text-decoration: underline;}
a:hover {color: #F505AE; text-decoration: underline;}
a:active {color: #F505AE; text-decoration: underline;}

#mainbox {
	width: 980px;
	background-color: #FFFFFF;
	border-color: #000000;
	border-style: solid;
	border-width: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 0px;
}
#header{
	float: left;
	width: 100%;
	height: 80px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-repeat: repeat-x;
	background-position: top;
}
#nav1 {
	border-bottom-style: solid;
	border-bottom-color: #52083B;
	border-bottom-width: 1px;
	float: left;
	background-image: url(/images/nav1_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 21px;
	text-align: center;
}
#nav1 a {
	color : #333333;
	text-decoration : none;
	padding : 5px 10px 5px 10px;
	font-size: 11px;
	border-color: #52083B;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-right: 2px;
	margin-bottom: -1px;
	font-weight: bold;
} 
#nav1 a:hover {
	text-decoration : none;
	color: #F505AE;
	background-image: url(/images/nav1_bg_hover.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
} 
#content {
	width: 940px;
	float: left;
	height: auto;
	background-image: url(/images/nav1_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 20px;
	text-align: center;
}

#footer {
	width: 770px;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 15px 5px 15px;
	height: 40px;
}
#footer a {
	font-size: 11px;
	color: #F505AE;
}
#footer a:hover {
	color: #F505AE;
	text-decoration: underline;
}

.stat_value_bold{
	font-size: 12px;
	font-weight: bold;
}

.button {
	background-repeat: no-repeat;
	background-image: url(/images/copy_code.gif);
	width: 50px;
	height: 50px;
	background-color: #FFFFFF;
	background-position: 1px 1px;
	text-decoration: none;
	border: none;

}
.border_bottom {
	border-bottom-color: #52083B;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.border_boto {
	border-bottom-color: #52083B;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
border-top-color: #52083B;
	border-top-style: dotted;
	border-top-width: 1px;
}
.feld {
	border: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #999999;

}

a.navilink:link,a.navilink:active,a.navilink:visited {
	background-repeat: no-repeat;
	background-position: 5px center;
	display: block;
	float: left;
	margin-right: 8px;
	padding: 4px;
	padding-left: 30px;
	text-decoration: none;
	font: Normal 10px Verdana;
	color: gray;
	border: 1px solid white;
}

a.navilink:hover {
	color: #ff4cca;
}

a.navilink#active {
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
}

.col1, .col0, .col {
	text-align: left;
	font: Normal 10px Verdana;
	padding: 5px;
	color: #717171;
	text-align: center;
}

.col {
	text-align: center;
	padding-bottom: 0px;
	font-weight: Bold;
}

.col strong, .col1 strong, .col0 strong {
	font-size: 10px;
	color: #717171;
}

.col1 {
	border-right: 1px solid #d8d7d9;
}

tr.weekend .col1, tr.weekend .col0, tr.weekend .col {
	background-color: #f0f0f0;
	border-bottom: 1px solid white;
}

div#tooltip {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 161px; 
	height: 41px;
	z-index: 3;
	background-image: url('/images/tooltip.gif');
	background-repeat: no-repeat;
	padding: 5px;
	text-align: left;
	font: Normal 10px Verdana;
	color: darkgrey;
	display: none;
}

ul[id=list] li {
	display: block;
	height: 20px;
	background-color: #EDEDED;
	margin-bottom: 1px;
}

ul[id=list] li a {
	height: 13px;
	padding: 4px;
	width: 350px;
	display: block;
	text-decoration: none;
	color: black;
}

.counter {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.clearer:after {
	content: ".";
	display: block;
	height: 15px;
	clear: both;
	visibility: hidden;
}

.navi {
	border: 1px solid lightgrey; 
	padding: 4px; 
	text-align: left; 
	height: 24px;
	margin-bottom: 15px;
}

div.bar {
	background-color: #FF4CCA;
	height: 10px;
	width: 0px;
}

div.bar_weekend {
	background-color: #888888;
	height: 10px;
	width: 0px;
}

div.lang {
	text-align: right;
	clear: both;
	padding-top: 15px;
}

div.lang img {
	margin-left: 5px;
	border-width: 0px;
}

/* FORMS */

dt {
		width: 150px;
		float: left;
		margin: 0;
		color: #6b6b6b;
}

dd:after {
	content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

dd {
		padding: 3px;
		margin: 0px;
}
