@charset "utf-8";
/* CSS Document */

body { 
	background-color:#444444; 
	margin:0; 
	padding:0;
	font : 8pt Arial, Helvetica, sans-serif;
	color:#C0C0C0; 
}
small {
	font : 10px Verdana, Helvetica, sans-serif;
}
div#content_padding { 
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
}

a.menu:link{ 
	color: #CCCCCC;
	text-decoration: none;
}
a.menu:visited{ 
	color: #CCCCCC;
	text-decoration: none;
}
	
a.menu:hover { 
	color: #FFFFFF;
	text-decoration: none;
}

.lines_main_right_solid {
	border-right : 1px solid #5B6A59;
}
.lines_main_top_dotted {
	border-top : 1px solid #5B6A59;
	border-top-style : dotted;
}
.lines_main_right_dotted {
	border-right : 1px solid #5B6A59;
	border-right-style : dotted;
}
.lines_main_left_dotted {
	border-left : 1px solid #5B6A59;
	border-left-style : dotted;
}
.lines_content_top_solid {
	border-top : 1px solid #171d16;
}
.lines_content_bottom_solid {
	border-bottom : 1px solid #171d16;
}
.lines_content_top_bottom_solid {
	border-bottom : 1px solid #171d16;
	border-top : 1px solid #171d16;
}
.lines_content_tableborder {
	border : 1px solid #171D16;
}
.lines_conent_bottom_dotted {
	border-bottom : 1px solid #CCCCCC;
	border-bottom-style : dotted;
}

input, select, textarea {

	font : 8pt Arial, Helvetica, sans-serif;
	background : #80927C;
	border : 1px solid #171D16;
	font-size: 12px;
	padding: 1px;

}
div#formular .mittel {
	width: 170px;
}
div#formular textarea {
	height:180px;
	width:280px;
}

#ticker {
	font : 8pt Arial, Helvetica, sans-serif;
	color: #FDC400;
}
#ticker a {
	color: #FDC400;
	text-decoration: none;
}
#ticker a:hover {
	color: #FDC400;
	text-decoration: underline;
}
#ticker a:visited {
	color: #FDC400;
	text-decoration: none;
}
