html, body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;	
	background-color: #FFFFFF;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;

	font-family: Arial;
	font-size: 13px;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #940000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
/* Navigation */
#navi ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    height:42px;
}
#navi li
{
    float: left;
    margin: 0px;
    background-image:url(../images/trenner.gif);
    background-position:right;
    background-repeat:no-repeat;
    height:30px;
    padding-right:35px;
    padding-left:35px;
    padding-top:12px;
}
#navi a:link {
	text-decoration: none;
	color: #034547;
	font-weight:bold;
}
#navi a:visited {
	text-decoration: none;
	color: #034547;
	font-weight:bold;
}
#navi a:hover {
	text-decoration: none;
	color: #000000;
	text-decoration:underline;
	font-weight:bold;
}
#navi a:active {
	text-decoration: none;
	color: #034547;
	font-weight:bold;
}
.inputlinks{ 
	color:#000000;
	border: solid 1px #73B1B7;
	background-color: #E0F3F5;
	text-align:left;
	padding:5px;
	font-family: Arial;
	font-size: 13px;
}   
#screen {
	position:absolute;
	width:182px;
	margin:auto;
	top:375px;	
	margin-left:180px;	
}
