body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #dcdcdc;
	margin: 0;
	padding: 0;
}

p {
	padding: 10px;
	margin: 0;
}

#wrapper { 
	margin: 0 auto;
	width: 850px;
}

#left {
	float: left;
	width: 650px;
	}

#right {
	float: left;
	width: 200px;
	}

#content { 
	float: left;
	color: #333;
	background: #fff;
	width: 650px;
	display: inline;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-bottom: 20px;
}

ul {
	margin-left: 30px;
}

#content a {
	color: #c00000;
}

#content a:hover {
	color: #000;
	text-decoration: none;
}

#content h2 {
	padding: 10px;
	color: #c00000;
	margin: 0;
}

#content h3 {
	padding: 10px;
	color: #c00000;
	margin: 0;
}

#header {
	color: #333;
	width: 400px;
	float: left;
	height: 65px;
	background: url(/img/linser.jpg);
	padding: 20px 0 0 250px;
}

#header h1 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
#header h2 {
	color: #000;
	font-size: 12px;
}

#footer { 
	width: 650px;
	clear: both;
	color: #fff;
	background: #333;
	font-size: 10px;
}

#footer a {
	color: #ccc;
}

#footer a:hover {
	color: #c00000;
	text-decoration: none;
}

#navigation {
	float: left;
	width: 650px;
	color: #333;
}





#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("/img/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #c00000 url("/img/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}

.linser {
	background: #D2FFCF;
	}

.linsvatska {
	background: #FFCBAF;
	}

.koplinser {
	background: #B3FFAF;
	}
