*{
  margin:0;
  padding:0;
}

.style1 {color: #FFFFFF}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}
body {
	background-image: url(images/achtgr.jpg);
	background-repeat: repeat;
}
html, body, .swc0, .swc1 {
	height: 				100%;
}

.swc0 {
	display: 				table;
	margin: 				0px auto 0px auto;	
}

.swc1 {
	display: 				table-cell;
	vertical-align: 		middle;
}

.swc2 {
	background-color:		#eeeeee;
	border: 				1px solid #333333;
	padding: 				3px 5px;
}
#wr {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wr #header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 800px;
}
#wr #body_wr {
	width: 800px;
	background-image: url(images/body_R.gif);
	background-repeat: repeat-y;
	background-position: right;
	overflow: hidden;
}
#wr #body_wr #body_L {
	background-image: url(images/body_L.gif);
	background-repeat: repeat;
	height: 100%;
	width: 600px;
	float: left;
}
#wr #body_wr #body_R {
	float: right;
	height: 100%;
	width: 200px;
	background-color: #666666;
	background-image: url(images/body_R.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#wr #menu #tekst {
	margin-left: 20px;
	padding-top: 5px;
}
#wr #footer #copyright {
	margin-left: 20px;
	padding-top: 15px;
}

#wr #footer {
	background-image: url(images/footer.gif);
	clear: both;
	height: 40px;
	width: 800px;
	background-repeat: no-repeat;
}
#wr #menu {
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 800px;
}
#wr #body_wr #body_L #tekst_L {
	margin: 20px;
}
#wr #body_wr #body_R #tekst_R {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}


.floatlinks {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	clear: none;
	margin-top: 5px;
}

.floatrechts {
	float: right;
	margin-left: 7px;
	margin-right: 4px;
	margin-bottom: 0px;
	clear: none;
	margin-top: 5px;
}
#wr #body_wr #body_L #tekst_L img {
	float: left;
	margin-right: 10px;
}

