@import "menu.css";

html {}

body {
	background:#000 url(images/background.gif) center top repeat-y; 
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 0.8em;
	margin:0;
	padding:0;
}

img {border:0;}

h1 {}
h2 { margin:0; padding:10px 0 20px 0; color:#B92F93;}
h3 { margin:0; padding:0 0 0 13px; font-size:0.8em; background: url(images/point.gif) 2px 5px no-repeat; color:#b93193;}
p { margin:0; padding:0 0 10px 0; font-size: 0.8em;}

.tekst2 {color:#FFFFFF; font-weight: bold; text-align:left;}
.txtbox {color:#B92F93; font-weight:bold; border: 1px solid; padding: 2px; font-size:8pt; text-align:left;}
.select {color:#B92F93; font-weight:bold; font-size:8pt;border: 1px solid;}
input {color:#B92F93; font-weight:bold; border: 1px solid; padding: 2px; font-size:8pt; text-align:left;}

a {color:#B92F93; text-decoration:underline;}
a:hover {color:#B92F93; text-decoration:none;}
a:visited {color:#B92F93; text-decoration:underline;}
a:visited:hover {color:#B92F93; text-decoration:none;}

.main {
	width:800px;
	margin: 0 auto;
	padding:0;
}

.top {
	background:#FFF url(images/bg_top.jpg) left 0 no-repeat;
	height:270px;
	width:800px;
}

.content {
	
	width:800px;
	margin:0;
	padding:0;
}

.conLeft {
	
	float:left;
	width:610px;
	padding:5px 5px 0 5px;
}

.conRight {
	background: url(images/sfeerImage3.jpg) no-repeat;
	float:right;
	width:169px;
	height:700px;
	margin:0px 0 0 0;
	padding:0;
}

.sfeerImg {
	background-color:#B92F93;
	float:right;
	width:204px;
	height:270px;
	margin:0;
	padding:0;
}

.rb_results			{ width:600px; }
.rb_results td 		{ text-align:left; }
.rb_name			{ font-weight:bold; text-align:left; padding:10px 0 0 0; color:#b92f93; font-size:14px; }
.rb_street			{ width:200px; }
.rb_zip				{ width:100px; }
.rb_city			{ width:300px;}


