body {
	margin: 0;
	padding: 0;
	background: #e1e9ef;
}

div {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #677580;
}

div#header {
	height: 60px;
	background: url("images/header-bg.png") repeat-x;
	border-bottom: 1px solid #c7d3db;
	text-align: center;
	padding: 0 20% 0 20%;
}

div#logo {
	float: left;
	text-align: center;
}

div#header-content {
	text-align: center;
	height: 100%;
	padding-top: 12px;
	color: #afc5d4;
	font-size: 10px;
}

div#header-content li {
	display: inline;
	list-style-type: none;
}

div#header-content li a:link, div#header-content li a:visited, div#box li a:link, div#box li a:visited {
	color: #33719e;
	text-decoration: none;
}

div#header-content li a:hover, div#header-content li a:active, div#box li a:hover, div#box li a:active {
	color: #0080dd;
	text-decoration: none;
}

div#content {
	border-top: 1px solid #fff;
	padding: 20px 20% 20px 20%;
}

div#post, div#contact, div#firma, div#galleri, div#cp {
	min-height: 200px;
	width: 600px;
	padding: 30px;
	border-bottom: 1px solid #fff;
}

div#post {
	background: url("images/post-bg.png") no-repeat;
}

div#contact {
	background: url("images/kontakt-bg.png") no-repeat;
}

div#firma {
	background: url("images/firma-bg.png") no-repeat;
}

div#galleri {
	background: url("images/galleri-bg.png") no-repeat;
}

div#comments {
	background: url("images/comments-bg.png") no-repeat;
}

div#cp {
	background: url("images/cp-bg.png") no-repeat;
}

div#contact li, div#cp li , div#comments li {
	list-style-type: none;
	padding: 5px;
}

div#cp li.item {
	list-style-type: square;
}

div#contact label, div#cp label, div#comments label {
	display: block;
	padding: 4px;
	font-weight: bold;
}

div#contact input, div#contact textarea, div#cp input, div#cp textarea, div#cp select, div#comments input, div#comments textarea {
	padding: 4px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	background: #eaf1f6;
	color: #858b8f;
	border-top: 1px solid #cdd6dd;
	border-left: 1px solid #cdd6dd;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 22px;
}

div#contact input.submit, div#cp input.submit, div#comments input.submit {
	padding: 0;
	border: 0;
}

input.file {
	margin: 4px;
}

div#footer {
	border-top: 1px solid #c1cbd2;
	font-size: 10px;
	color: #a0a9b1;
	padding-top: 10px;
	text-align: center;
	width: 660px;
}

h1 {
	color: #33719e;
}

img {
	border: 0;
}

img.gallery {
	border: 3px solid #fff;
	margin: 5px 5px 0px 5px;
}

p {
	line-height: 18px;
	padding-left: 10px;
}

a:link, a:visited {
	text-decoration: none;
	color: #008bd3;
}

a:hover, a:active {
	text-decoration: none;
	color: #f56200;
}

span {
	color: #008bd3;
}

small {
	color: #a0a9b1;
	line-height: 16px;
}

div#box {
	border-right: 1px solid #fff;
	border-left: 1px solid #c7d3db;
	width: 200px;
	font-size: 10px;
	position: absolute;
	display: box;
	margin-left: 60%;
	margin-top: 80px;
}

div#box ol, div#box ul {
	padding: 0;
	margin: 0;
}

div#box li {
	padding: 6px;
	list-style-type: none;
	margin: 0;
	background: #e7edf2;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c7d3db;
}

blockquote {
	border : 1px solid #fff;
	margin: 0px;
	padding: 10px;
	background-color: #e7edf2;
	margin-bottom: 12px;
}

blockquote h3 {
	font-family: Trebuchet MS, Verdana, Arial, Tahoma, sans-serif;
	padding: 0;
	margin: 0;
}

blockquote p {
	padding-left: 30px;
	line-height: 18px;
	font-family: Trebuchet MS, Verdana, Arial, Tahoma, sans-serif;
	font-size: 13px;
	font-style: italic;
}