/* CSS Document */

body {
	margin:0px;
	background:url(../img/bg.png);
	background-repeat:repeat-x;
	background-color:#D5D5D5;
}

body, td, select, input, div
{
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.titel {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0561AC;
	font-weight:bold;
}

.adres {
	color: #808080

}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.adres:link {
	color: #808080;
	text-decoration: none;
}
a.adres:visited {
	text-decoration: none;
}
a.adres:hover {
	text-decoration: underline;
}
a.adres:active {
	text-decoration: none;
}

td.allborder {
	border: 1px solid #000000;
}

.blok-3 {
	display:block;
	background:url(../images/blok06s.gif) no-repeat #fff;
	width:231px;
	height:250px;
}

.blok-3 img { 

	background:0 none;
}

	.blok-3 div {
		position:relative;
		z-index:500;
		display:inline-block;
		margin:5px 0 0 10px;
	}
	
#topbar-header {	
	display:block;
	clear:both;
    background: url(../images/topbar.png) repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size:15px;
    height:32px;
    margin:0 auto;
    padding:5px 0 0 0;
    width:925px;
	
		
	text-align:right;
}
	
#topbar-header a {
	color:#fff;
}
