#menue a {
	display: block; 
}

body {
	font-family: verdana, sans-serif;
	font-size: 14px;
}

fieldset {
	border: 0px;
}

#root {
	margin:0px auto;
	width:1000px;
	padding:5px;
}

#header {
	background-image: url(./img/header.jpg);
	background-repeat: no-repeat;
	height: 228px;
}

#menue {
	height: 22px;	
}

#content {
	width: 970px;
	height: 100%;
	background-image: url(./img/content_bg.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	clear:both;
	margin-top:10px;
}


#main a {
	color: #6B6B6B;
}
#main a:visited {
	color: #6B6B6B;
}
#main {
	width: 700px;
	float: left;
	color: #6B6B6B;
	padding-right: 10px;
	
}


#sub a {
	color: #ffffff;
}
#sub a:visited {
	color: #ffffff;
}
#sub {
	width: 250px;
	float: right;
	color: #ffffff;
	padding-left: 10px;
}
/*{background: url("rollovermenu.gif") 0px 0px no-repeat;} */

.home {
	background: url(./img/home.jpg) 0px 0px no-repeat;
	height: 22px;
	width: 200px;
	float: left;
}
.home:hover {
	background-position: 0px -22px;
}
.home:focus {
	background-position: 0px -22px;
}
.downloads {
	background: url(./img/downloads.jpg) 0px 0px no-repeat;
	background-repeat: no-repeat;
	height: 22px;
	width: 200px;
	float: left;
}
.downloads:hover {
	background-position: 0px -22px;
}
.kontakt {
	background: url(./img/kontakt.jpg) 0px 0px no-repeat;
	background-repeat: no-repeat;
	height: 22px;
	width: 200px;
	float: left;
}
.kontakt:hover {
	background-position: 0px -22px;
}
.feedback {
	background: url(./img/gb.jpg) 0px 0px no-repeat;
	background-repeat: no-repeat;
	height: 22px;
	width: 200px;
	float: left;
}
.feedback:hover {
	background-position: 0px -22px;
}
.links {
	background: url(./img/links.jpg) 0px 0px no-repeat;
	background-repeat: no-repeat;
	height: 22px;
	width: 200px;
	float: left;
}
.links:hover {
	background-position: 0px -22px;
}

