@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#background {
	background-image: url(img/interface/background.jpg);
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: top;
}
#leftColumn {
	float: left;
	width: 225px;
	color: #FFFFFF;
	margin-top: 500px;
}
#rightColumn {
	float: right;
	width: 225px;
	margin-top: 490px;
	color: #FFFFFF;
}
#middle {
	width: 515px;
	margin-top: 195px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FCF8E6;
	background-image: url(img/interface/bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#hemklick {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 525px;
}
#nav {
}
#adress {
	font-weight: bold;
	text-align: center;
}
#content {
	width: 485px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	overflow: hidden;
}
.greysquare {
	background-color: #ECE9D9;
	margin-top: 10px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.textSquare {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	float: left;
	width: 260px;
}
.picSquare {
	margin: 0px;
	padding: 0px;
	float: right;
}
.textSquareFull {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	width: 100%;
}
h2 {
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: -0.6em;
	margin-left: 0px;
}
a {
	color: #9e2200;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #9e2200;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
}
a:active {
	text-decoration: none;
}
#leftColumn a, #rightColumn a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#leftColumn a:visited, #rightColumn a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#leftColumn a:hover, #rightColumn a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
#leftColumn a:active, #rightColumn a:active {
	text-decoration: none;
}
#nav   ul {
	padding: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
#nav   li {
	display: block;
	list-style-type: none;
	height: 25px;
}
#nav   a {
	font-size: 1.4em;
	text-decoration: none;
	color: #FFFFFF;
	line-height: normal;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
#nav   a:link {
}
#nav   a:visited {
}
#nav   a:hover {
	text-decoration: none;
	color: #CC0000;
}
#nav   a:active {
	text-decoration: none;
}
#leftColumn a#current        {
	color: #9e2200;
}
h1 {
	font-size: 2em;
	margin-top: 10px;
	margin-bottom: -0.3em;
	margin-left: 0px;
}
#content   img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
