/* FRONTEND CSS Document */

html, body {
   height:100%;  
   margin: 0;
   padding: 0;
}

html>body #main {
   height: auto;
   min-height: 100%; 
}

body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #D9FCBC;
	text-align:center;
	height:100%;
}

#main {
	text-align:center;
	position: relative;
	margin:auto;
	float: middle;
	display: block;
	width: 847px;
	height: 100%;
	background-color: #ffffff;
}

#footer {
	text-align:center;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 70px;
	width: 847px;
	background-color: #ffffff;
}

img { border:none; }

td img {

   display: block;

}

td {
	text-align:left;
	vertical-align:top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#072D4D;
	line-height:1.5em;
}

.subheadline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#AB144B;
	font-weight:bold;
}

.subheadline_news {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
}

.text_news {
	text-align:left;
	vertical-align:top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#ffffff;
	line-height:1.5em;
}

.headline_sboerse {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#072D4D;
	font-weight:bold;
}

select {
	height: 16px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	font-size: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 275px;
}

input {
	border: 1px solid #cccccc;
	padding-left: 3px;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.button{
	color:#FFFFFF;
	background-color:#01274B;
	border: 1px solid #01274B;
}

.error_input {
	border: 2px solid #AB144B;
	padding-left: 3px;
	color: #666666;
	background-color:#E3E7EB;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.cb{
	width:15px;
	border:none;
}

textarea {	
	padding-left: 3px;
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;	 
	border:1px solid #cccccc;	
}

A {
	font-size: 11px;
	color: #072D4D;
	text-decoration:none;
	border-bottom:1px dashed #8B969F;
	font-family:Georgia, "Times New Roman", Times, serif;
}
A:link { 
	color: #072D4D; 
}
A:visited { 
	color: #072D4D; 
}
A:hover { 
	color: #AB144B; 
}
A:active { 
	color: #072D4D; 
}




