html, body {
	margin: 0;
	background: url(../images/background.png) repeat-y;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}

.dotbrilliance {
	display: block;
	margin: 0 0 0 51px;
	height: 25px;
	width: 200px;
	line-height: 25px;
	text-align: center;
	font-size: 10px;
}

.dotbrilliance a {
	color: #ccc;
}

.header {
	display: block;
	height: 200px;
	width: 100%;
	background: white url(../images/header.png) repeat-x;
	overflow: hidden;
}

.header .left {
	display: block;
	height: 200px;
	width: 50px;
	float: left;
	background: white url(../images/header-left.png) no-repeat right;
}

.header .logo {
	display: block;
	height: 200px;
	width: 200px;
	float: left;
	background: url(../images/header-logo.png) no-repeat;
}

.header .title {
	display: block;
	height: 200px;
	line-height: 200px;
	float: left;
	margin-left: 20px;
}

.header .title h1 {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 40px;
	-webkit-text-shadow: 2px 2px 2px black;
	-moz-text-shadow: 2px 2px 2px black;
	text-shadow: 2px 2px 2px black;
}

.header .title h1 span {
	font-weight: normal;
}

.sidebar {
	display: block;
	width: 200px;
	margin: 0 0 0 50px;
	float: left;
}

.menu {
	display: block;
	width: 200px;
	margin: 20px 0 0 0;
	font-size: 11px;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul li a {
	display: block;
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	color: #333;
	text-decoration: none;
}

.menu ul li a:hover {
	color: #333;
	text-decoration: none;
	border-color: white;
	-webkit-text-shadow: 1px -1px 1px white;
	-moz-text-shadow: 1px -1px 1px white;
	text-shadow: 1px -1px 1px white;
	background: #a4c925 url(../icons/bullet_go.png) no-repeat right;
}

.menu ul li.last a {
	display: block;
	border: none;
	padding: 10px;
}

.contact {
	display: block;
	width: 200px;
	margin: 20px 0 0 0;
	font-size: 11px;
}

.contact div {
	padding: 10px;
}

.contact h3 {
	margin: 0;
	padding: 2px 0 2px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #a4c925;
	color: #333;
	-webkit-text-shadow: 1px -1px 1px white;
	-moz-text-shadow: 1px -1px 1px white;
	text-shadow: 1px -1px 1px white;
}

.content {
	display: block;
	width: 600px;
	height: auto;
	margin: 20px 0 0 20px;
	float: left;
}

.content thead th {
	text-align: left;
	border-bottom: 1px solid #a4c925;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
}

.content tbody td {
	border-bottom: 1px dotted #ccc;
	color: #666;
}

.content tr.current td {
	background: #f8ffeb;
	border-bottom: 1px dotted #a4c925;
	color: black;
}

.content .notering {
	display: block;
	padding: 10px;
	text-align: center;
	background: #f8ffeb;
	border: 1px dotted #a4c925;
	color: #333;
}

.contactform {
	overflow: hidden;
}

.contactform label {
	display: block;
	width: 150px;
	float: left;
	margin: 10px 0 0 0;
	text-align: right;
	font-size: 11px;
	border-bottom: 1px dotted #ccc;
	text-transform: lowercase;
	padding-bottom: 5px;
	padding-top: 5px;
}

.contactform input, 
.contactform textarea {
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.contactform input:focus,
.contactform textarea:focus {
	border: 1px solid #a4c925;
}

.contactform a {
	display: block;
	float: left;
	margin: 10px 0 0 10px;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f8ffeb;
	border: 1px solid #a4c925;
}

.contactform a:hover {
	text-decoration: none;
	background: #a4c925;
	color: white;
}

.contactform input {
	display: block;
	width: 300px;
	margin: 10px 0 0 10px;
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
}

.contactform textarea {
	display: block;
	width: 300px;
	height: 150px;
	margin: 10px 0 0 10px;
	border: 1px solid #ccc;
	padding: 5px;
	float: left;
}