﻿body{
	background-image:url('background.png');
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.site{
	position:absolute;
	left:50%;
	margin-left:-400px;
	background-image:url('header.png');
	background-repeat:no-repeat;
	width:814px;	
	height:200px;
}
.menuposition{
	position:absolute;
	background-color:#404040;
	background-image:url('menuback.png');
	left:50%;
	top:220px;
	margin-left:-378px;
	width:185px;
	border-bottom:5px gray solid;
	border-top:5px gray solid;
	font-size:12px;

}
.menuback{
	font-size:12px;
	vertical-align:top;
}
.off{
	height:25px;
	width:190px;
	background-color:transparent;
	text-indent:20px;
	color:#152C44;
	font-weight:bold;
	text-align:;
}
.on{
	height:25px;
	width:190px;
	background-color:transparent;
	cursor:pointer;
	text-indent:20px;
	color:orange;
	font-weight:bold;
	text-align:;
	background-image:url('menu_on.png');
	background-repeat:repeat-y;
}
.title{
	position:absolute;
	left:50%;
	top:220px;
	margin-left:-180px;
	background-image:url('titel.png');
	width:500px;
}
.titletable{
	font-size:20px;
	color:#D7781A;
	font-weight:bold;
	border-right:0px #17508E solid;
	height:40px;;
	width:100%;
	text-indent:50px;
	vertical-align:middle;
	background-color:transparent;
	background-image:url('titel.png');
}
.main{
	position:absolute;
	left:50%;
	top:260px;
	margin-left:-180px;
}
.maintable{
	width:550px;
	color:gray;
	background-color:;
	background-image:url('mainback2.png');
	border-top:1px #A76307 solid;
	border-bottom:1px #A76307 solid;
}
.footer{
	position:relative;
	background-image:url('footer.png');
	width:588px;
	height:80px;
	top:0px;
	left:-20px;
	color:black;
	font-size:12px;
	font-family:arial, calibri;
}
a:link, a:visited{
	text-decoration:none;
	color:#2d5189;
}
a:hover, a:active{
	text-decoration:underline;
	color:orange;
}








#sidebar {
	float: left;
	width: 160px;
	vertical-align: top;
	background-color: #FFF;
	margin-top: 30px;
	margin-left: 0px;
	padding: 0px;
}
.menu{
	border: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #ccc;
}

.menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid;
	border-color: #ccc;
	background-image:url('menuback.png');
}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #EDEAE3;
}
.menu ul ul {
	padding-left: 10px;
	background-color: #2c516b;
	border-bottom: 0px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #e5e5e5;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	text-decoration: none;
	color: #d7781a;
}
.menu_current {
	color: #fff;
	background-color:;
	background-image:url('menu_on.png');
}
.headlink_off{
}
.headlink_on{
	cursor:pointer;
}
.register{
	position:absolute;
	margin-left:100px;
	width:200px;
	height:50px;
	top:20px;
	left:50%;
	border:1px gray solid;
}
.search input
    {
    background-color: #DDDDDD;

    font-size: x-small;

    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    margin-bottom: 10px;
    }
