a { 
	color: #333333; 
	font-size: 10pt; 
	font-family: Verdana;  
	font-variant: small-caps; 
	text-decoration: none; 
}
.p { 
	color: #333333; 
	font-variant: small-caps; 
	font-size: 10pt; 
	font-family: Verdana; 
	text-decoration: none; 
}
.p2 { 
	color: #333333; 
	font-size: 10pt; 
	font-family: Verdana; 
	text-decoration: none; 
}
.H1 { 
	color: #333333; 
	font-variant: small-caps; 
	font-size: 12pt; 
	font-family: Verdana; 
	text-decoration: none; 
}
a:link { 
	color: #333333; 
	font-size: 10pt; 
	font-family: Verdana; 
	text-decoration: none; 
}
a:visited { 
	color: #333333; 
	font-size: 10pt; 
	font-family: Verdana; 
	text-decoration: none; 
}
a:hover { 
	color: #333333; 
	font-size: 10pt; 
	font-family: Verdana; 
	text-decoration: none; 
}
a:active { 
	color: #333333; 
	font-size: 10pt; 
	font-family: Verdana; 
	text-decoration: none; 
}

input[type=text] {
	width: 280px;
}

textarea {
	width: 280px;
	min-height: 200px;
}

div.float {
	float: right;
	border: solid 1px black;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.float p {
	text-align: center;
}

div.spacer {
	clear: both;
}

/* ------- New Design CSS's ----------------- */

/* Page Wrappers */
#page-wrapper {
	background: #ebebeb url(../bilder/main/bg9.jpg);
}

#page-wrapper-inner {
	background: #ebebeb url(../bilder/main/bg9.jpg);
}

#page {
	background: #ebebeb url(../bilder/main/bg9.jpg);
}

#page-inner {
	width: 772px;
	background: #ebebeb url(../bilder/main/bg9.jpg);
	margin: 0 auto;
}

/* Header */
#header {
	min-height: 131px;
	position: relative;
}

#header #logo {
	position: absolute;
	z-index: 20;
}

/* Main Navigation */
#header #main-nav-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height: 36px;
	width: 100%;
	border: 1px solid;
}

#header #main-nav-cover {
	position: absolute;
	left: 121;
	height: 100px;
	width: 651px;
	z-index: 10;
}

#main-nav {
	float: right;
	width: 651px;
	height: 36px;
	position: relative;
	z-index: 1;
}
/* Content */
#content {
	background: #f6f5f5 url(../bilder/main/bg8.jpg);
}

/* Footer */
.mainContent {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* Columns */
.first-col {
	width: 311px;
	float: left;
	padding-right: 30px;
}

.second-col {
	width: 341px;
	float: right;
}

.narrow-first-col {
	width: 217px;
	float: left;
	padding-right: 10px;
}

.narrow-second-col {
	width: 217px;
	float: left;
	padding-right: 10px;
}

.wide-second-col {
	width: 455px;
	float: right;
}

.narrow-third-col {
	width: 228px;
	float: right;
}

/* Footer */
.clearfix {
	overflow: hidden;
}

.box {
	margin-bottom: 5px;
	padding: 5px 5px 17px 5px;
	background: #eb;
	border: 1px solid #ccc;
	overflow: hidden;
}

.box h2 {
	display: inline;
	color: #646464;
}