/* CSS Document */

html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main{
	height: 100%;
	width: 100%;
}
#oben{
	background-color: #6288F5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-attachment: scroll;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.text1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #7A7A7A;
}
.link_a a  {
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: none;
}
.link_a a:link {
}
.link_a a:visited {
    color: #ffffff;
}
.link_a a:hover {
    color : #00043C;
}
.link_a a:active {
    color: #ffffff;
}