/* @override http://jobb.noll1.se/www.hammarstedt.nu/css/hammarstedt.css */

body {
	color: white;
	background-color: black;
	font: 11px/16px "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #999;
}

a:hover {
	color: orange;
	text-decoration: underline;
}

img {
	border: none;
}

#holder {
	width: 900px;
	height: auto;
	position: relative;
	margin-top: 20px;
	text-align: left;
}

#logo {
	color: silver;
	font-size: 15px;
	position: relative;
}

#menu {
	background-color: #1f1f1f;
	width: 900px;
	clear: both;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.menuItemAct {
	float: left;
	margin-left: 40px;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: white;
}

.menuItem {
	float: left;
	margin-left: 40px;
}

#content {
	width: 900px;
	clear: both;
	text-align: left;
}

.spaltV {
	width: 380px;
	float: left;
}
.spaltH {
	width: 380px;
	float: left;
}

#bottom {
	color: #666;
	margin-top: 60px;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
	height: 20px;
	width: 900px;
}

.divide {
	clear: both;
	height: 20px;
}

.prvImg {
	width: 80px; height: 80px; margin: 2px; background: #fff; float: left;
}
#prvBox {
	width: 340px; height: 400px; overflow: hidden; float: left;
}
#fullImg {
	width: 500px; height: 550px; float: right; overflow: hidden;
}





