@import url("typography.css");
@import url("navigation.css");
@import url("widgets.css");

* {
	margin:0;
	padding:0;
	border:0
}

body,html {
	height:100%
}

body {
	background:#fff;
}

#footer p,#footer,body {
	text-align:center
}

#header,#wrap,#footer {
	margin:0 auto
}

#wrap,#header {
	position:relative
}

#wrap {
	text-align:left;
}

#header,#wrap {
	width:960px
}

#header {
	height:180px;
	background: url(images/header.gif) no-repeat;
	z-index: 1
}

#container {
	min-height:500px;
	margin-top: 20px;
}

#end,.clear {
	clear:both
}

#footer {
	width:100%;
	height:80px;
}

#footer p {
	padding:20px 0 0 0;
	margin:20px 0 0 0;
	border-top: 1px solid #ccc
}

#content {
	width:470px;
	padding:0;
	margin: 0
}

#kol1,#kol2,#content {
	float:left
}

#kol1 {
	width:200px;
	padding:0 30px 0 15px;
}
#kol2 {
	width:200px;
	padding:0 0 0 30px
}

#logo a {
	position:absolute;
	display: block;
	left:15px;
	top:65px;
	width:650px;
	height:55px
}

#logo a span {
	display:none
}

.sok {
	position: absolute;
	top: 82px; right: 0px;
	width: 172px; height: 20px;
	margin: 0; padding: 0
}

.sok input,.sok input:hover,.sok input:active,.sok input:focus,.sok input:hover,.sok input:focus,.sok input:active {
	border: none;
	background: transparent;
	color: #fff
}

.sok input, .sok input:hover, .sok input:active, .sok input:focus {
	position: absolute;
	top: 5px; left: 1px;
	width: 130px; padding: 0;
}

input#searchsubmit, input#searchsubmit:hover {
	position: absolute;
	left: 130px; top: 3px;
	width: 30px; height: 20px;
	cursor: pointer;
}
.sok a span,.sok label {
	display:none
}

#rss a {
	position:absolute;
	display: block;
	right:15px;
	top:8px;
	width:26px;
	height:26px;
	background: url(images/rss.gif) no-repeat;
}

#rss a span {
	display:none
}

#epostliste input, #epostliste input:hover, #epostliste input:active, #epostliste input:focus {
	width: 20px;
	height: 15px
}

form#subForm input {
	margin-bottom: 10px;
}



