* {margin:0; padding:0}
body {
	background-color: #fff;
	color: #666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
body.site {
	background: #eceeef url(../images/body_back.gif) repeat-x;
	text-align: center;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

#container {
	width: 806px;
	margin: 0 auto;
	text-align: left;
}
/* ------ header ------ */
#header {
	padding-top: 24px;
	
}
#search_box {
	padding-top: 14px;
	text-align: right;
	position: relative;
	z-index: 2;
}
#search_box input.txt_field {
	width: 200px;
	height: 19px;
	border: 1px solid #808080;
	font-size: 14px;
	margin-right: 9px;
	padding-top: 3px;
}
#search_box input.submit_button {
	border: 1px solid #808080;
	color: #7c7c7c;
	font-weight: bold;
	font-size: 13px;
	height: 23px;
	margin-bottom: 0px;
	padding-bottom: 3px;
}
#header_box {
	width: 806px;
	height: 203px;
	background: url(../images/header_back.jpg) no-repeat;
	margin-top: -10px;
	position: relative;
	z-index: 1;
}
#header_box h1{
	width: 120px;
	height: 58px;
	background: url(../images/logo_sorenpind.gif) no-repeat;
	overflow: hidden;
	text-indent: -10000px;
	float: left;
	margin-left: 146px;
	margin-top: 69px;
}
#header_box h2{
	color: #7a7a7a;
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	float: left;
	width: 520px;
	padding-left: 9px;
	margin-top: 66px;
}
#header_box p{
	color: #7a7a7a;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 8px;
	float: left;
	width: 520px;
	padding-left: 9px;
}

/* ------ navigation ------ */
#hor_nav {
	clear: both;
	padding-top: 23px;
	height: 36px;
	padding-left: 204px;
	overflow: hidden;
}
#hor_nav a{
	border-left: 1px solid #353535;
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 9px 19px 0px 19px;
	height: 29px;
	background: url(../images/menu_back.gif) repeat-x;
	display: block;
	float: left;
	white-space: pre;
}

#hor_nav a.selected {
	background-position: 0px -76px;
}

#hor_nav a:hover {
	background-position: 0px -38px;
}
#hor_nav a.first {
	border-left: 0px solid;
	padding: 0;
	height: 38px;
}
#hor_nav a.first span{
	background: url(../images/menu_left_back.gif) no-repeat;
	display: block;
	padding: 9px 19px 0px 19px;
	height: 29px;
	cursor: pointer;
	white-space: pre;
}
#hor_nav a.first:hover span{
	background-position: 0px -38px;
}
#hor_nav a.selected span{
	background-position: 0px -76px;
}
#hor_nav a.last, #hor_nav a.last_selected {
	padding: 0;
	height: 38px;
}
#hor_nav a.last_selected {
	background-position: 0px -76px;
}
#hor_nav a.last span, #hor_nav a.last_selected span{
	background: url(../images/menu_right_back.gif) no-repeat right 0px;
	display: block;
	padding: 9px 19px 0px 19px;
	height: 29px;
	cursor: pointer;
	white-space: pre;
}
#hor_nav a.last_selected span{
	background-position: right -76px;
}
#hor_nav a.last:hover span{
	background-position: right -38px;
}

/* ------ Footer ------- */
#footer {
	border-top: 4px solid #7c7f77;
	color: #fff;
	margin-top: 15px;
	background: #7c7f77 url(../images/footer_back.gif) repeat-x;
}
#footer h2{
	color: #fff;
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	padding-bottom: 20px;
}
#footer_left {
	width: 310px;
	float: left;
	padding-left: 20px;
	padding-bottom: 30px;
	padding-top: 9px;
}
#footer_left img{
	float: left;
	margin-bottom: 8px;
	clear: left;
}
.interact_item {
	float: left;
	width: 190px;
	margin-bottom: 15px;
	padding-left: 11px;
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
.interact_item a{
	font-size: 11px;
	color: #000;
}
#footer_right {
	float: left;
	width: 476px;
	padding-bottom: 13px;
	padding-top: 9px;
}
#footer_right img{
	float: left;
	margin-bottom: 17px;
	clear: left;
}
.kalendar_item {
	float: left;
	width: 366px;
	margin-bottom: 17px;
	padding-left: 8px;
}
.kalendar_item h3{
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
}
.kalendar_item p{
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 0px;
}
#footer_bottom {
	clear: both;
	background-color: #50524c;
	padding: 10px 19px 0 22px;
	height: 26px;
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
#footer_bottom a{
	color: #fff;
	float: right;
}
/* ------ Content ------ */
a {
	text-decoration: underline;
	color: #45a5e4;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0px solid;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #d5d3d3;
}
h2 {
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #003663;
}

p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-top: 20px;
}
ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-left: 20px;
}

.content_box {
	background-color: #f9f9f9;
	border-top: 1px solid #003663;
	border-bottom: 1px solid #c7d2db;
	padding-top: 10px;
	margin-top: 15px;
}
.right_col {
	width: 140px;
	padding-left: 15px;
	padding-top: 15px;
	float: left;
}

/* front page */
.front_blog {
	width: 451px;
	float: left;
	padding-bottom: 12px;
	padding-left: 11px;
	margin-right: 16px;
	margin-bottom: 15px;
	overflow: hidden;
}
.front_blog h2, .front_dagbog h2{
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #003663;
	border-bottom: 4px solid #dbe1e7;
	padding-bottom: 12px;
	margin-right: 10px;
}
.front_blog_column {
	border-top: 1px solid #cdd9e2;
	background: url(../images/blogbox_back.gif) no-repeat 0px bottom;
	width: 198px;
	float: left;
	margin-right: 20px;
	margin-top: 15px;
	padding-left: 7px;
	padding-top: 13px;
	padding-bottom: 26px;
}
.front_blog_date {
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #646464;
	padding-left: 2px;
	padding-top: 10px;
}
.front_blog_column h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	padding-top: 11px;
	padding-left: 2px;
}
.front_blog_column p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	padding-top: 15px;
	width: 175px;
	padding-left: 3px;
}

.front_blog_column a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	padding-left: 3px;
}
.front_blog_column img {
	padding-top: 13px;
	border: 1px solid #d6d6d6;
	padding: 4px;
	margin-top: 13px;
	display: block;
}
.front_dagbog {
	width: 162px;
	float: left;
	padding-bottom: 12px;
	padding-left: 10px;
}
.dagbog_list {
  margin-top: 10px;
	list-style: none;
	margin-left: 0px;
	padding: 0px;
	padding-right: 10px;
}
.dagbog_list li {
  background: url(../images/icon_list.gif) no-repeat 0px 7px;
  border-bottom: 1px solid #e0e5ea;
  padding-bottom: 5px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #676767;
	padding-top: 5px;
	padding-left: 32px;
	min-height: 34px;
}
.dagbog_list img{
	float: left;
	clear: left;
	padding-top: 2px;
}
.dagbog_list p{
	float: left;
	border-bottom: 1px solid #e0e5ea;
	padding-bottom: 8px;
	width: 119px;
	margin-left: 8px;
	margin-bottom: 8px;
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #676767;
	padding-top: 0px;
}
.front_dagbog .dagbog_list a{
	color: #0072bc;
	float: none;
}
.dagbog_list p.last{
	margin-bottom: 0px solid;
}
.front_dagbog a{
	float: right;
	margin-right: 5px;
}
.rss_box {
	background-color: #003663;
	border: 1px solid #c6c6c6;
	padding: 5px 5px 2px 8px;
	margin-top: 10px;
}
.rss_box a{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	background: url(../images/rss_feeds.gif) no-repeat right 0px;
	height: 24px;
	display: block;
	padding-right: 27px;
	padding-top: 6px;
}

.front_video {
	float: left;
	width: 317px;
	height: 572px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-right: 14px;

}
.front_video h2, .foto_slider h2{
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #003663;
}
.youtubeplayer {
	margin-top: 10px;
}
.front_video h3{
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #003663;
	padding-top: 22px;
}
.video_list {
	padding-top: 6px;
}
.video_list img{
	float: left;
	clear: left;
	padding-top: 11px;
}
.video_list_item {
	float: left;
	width: 190px;
	padding-left: 17px;
	padding-top: 11px;
	font-size: 11px;
	color: #888;
}
.video_list_item a{
	color: #000;
}
.video_list_item h4 a{
	color: #45a5e4;
	font-size: 12px;
	font-weight: bold;
}
.black {
	color: #000;
}
.video_list_item .date{
	color: #000;
	font-weight: bold;
	display: block;
}
.front_bigright {
	float: left;
	width: 464px;
	
}
.quote_box {
	border: 2px solid #fff;
	margin: 0 10px 10px 10px;
	background: #dfecf6 url(../images/quotebox_back.gif) repeat-x;
	padding: 0px 10px 10px 6px;
}
.quote_box h3{
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	padding-bottom: 12px;
}
.quote_up {
	float: left;
	width: 26px;
}
.quote_box p{
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	color: #556e7f;
	padding-top: 0px;
	width: 388px;
	float: left;
	display: block;
}
.quote_down img{
	margin-bottom: -11px;
}
.foto_slider {
	margin-top: 15px;
	padding-bottom: 18px;
}
.foto_slider h2{
	padding-left: 12px;
}
.foto_left {
	width: 24px;
	padding-left: 6px;
	padding-top: 140px;
	float: left;
}
.foto_right {
	width: 20px;
	padding-left: 4px;
	padding-top: 140px;
	float: left;
}
.foto_middle {
	float: left;
	width: 403px;
	
}
.foto_middle h3{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding-bottom: 7px;
	padding-top: 10px;
}
.foto_middle img{
	border: 1px solid #d6d6d6;
	padding: 4px;
}
.foto_slider a.go_right{
	color: #0072bc;
	float: right;
	font-size: 11px;
	margin-top: 18px;
	margin-right: 30px;
}
.foto_slider a.go_right img{
	margin-bottom: -2px;
	border-left: 4px solid #f9f9f9;
	
}

/* sub page */
.subpage {
	float: left;
	width: 626px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 30px;
}
.subpage h2{
	font-size: 35px;
}	


/* design blog */	
.subpage_blog{
	float: left;
	width: 626px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 30px;
}
.subpage_blog h2{
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: normal;
	color: #003663;
	border-bottom: 4px solid #dbe1e7;
	padding-bottom: 4px;
	margin-right: 10px;
}
.BlogMain{
	background: url(../images/line.gif) repeat-y;
}
.BlogMainLeft{
	float:left;
	width:425px;
	padding-left:10px;
	overflow: hidden;
}
.Size{
	font-size:20px;
}
.BlogMainLeft h3{
	color:#000000;
	font:bold 27px Arial, Helvetica, sans-serif;
	border-top: 1px solid #e0e0e0;
	padding-top: 20px;
}
.BlogMainLeft h3 a{
	font-weight: bold;
	color:#000000;
	font:bold 27px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.BlogMainLeft p {
	font-size: 14px;
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	line-height: 21px;
	padding-bottom:20px;
	padding-top:0px;
}
.InfoNew{
/*	border-top:1px solid #aebecc; */
	padding-top:21px;
	font-size: 14px;
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	line-height: 21px;
}
.InfoNew img{
	display:block;
	padding:5px;
	border:1px solid #d6d6d6; 
}
.BigImg{
	display:block;
	padding:5px;
	border:1px solid #d6d6d6; 
}
.LinkKomment{
	display:block;
	margin-top:25px;
	color: #205ad1;
	font-style: italic;
	font-size: 13px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
}
.ListKomment {
	list-style:none;
	margin:0px;
	padding-bottom:24px;
}
.ListKomment li{
	height:1%;
	border-top:1px solid #aebecc;
	padding-top:24px;
	margin-top:24px;
}
.ListKomment li h4{
	color:#000;
	font:13px Arial, Helvetica, sans-serif;
	margin-top:6px;
}
.ListKomment li p{
	padding:8px 0px 0px 10px; 
}
.BlogMainRight{
	float:right;
	width:150px;
}
.BlogMainRight h3{
	color:#003663;
	font:20px Georgia, "Times New Roman", Times, serif;
	padding-left:10px;
	padding-bottom:15px;
}
.SearchWord{
	border-top:1px solid #003663;
	border-bottom:1px solid #aebecc;
	background:#242732 url(../images/img25.gif) repeat-x;
	color:#FFFFFF;
	font:12px Arial, Helvetica, sans-serif;
	padding:10px;
	margin-bottom:34px;

}
.SearchWord a{
	color:#FFFFFF;
	font:10px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.SearchWord a:hover{
	text-decoration:underline;
}
.BlockLink{
	list-style:none;
	margin:0px;
	padding-left:10px;
}
.BlockLink li{
	margin-bottom:15px;
}
.BlockLink a{
	color:#45a5e4;
	font:12px/14px Arial, Helvetica, sans-serif; 
}
.SearchWord a.MiddelWord{
	font:17px Arial, Helvetica, sans-serif; 
}
.SearchWord a.BigWord{
	font:22px Arial, Helvetica, sans-serif; 
}
.SearchWord a.BigWordSize{
	font-size:18px;
}
.SearchWord a.MiddelWordSize{
	font-size:15px;
}
.BoxKomment label{
	display:block;
	color:#636363;
	font:11px Arial, Helvetica, sans-serif;
	padding-bottom:3px;
}
.BoxKomment input.TextInput{
	display:block;
	border:1px solid #808080;
	width:164px;
	padding:2px;
	color:#636363;
	font:11px Arial, Helvetica, sans-serif;
}
.BoxKomment input{
	display:block;
	margin-bottom:7px;

}
.BoxKomment textarea{
	border:1px solid #808080;
	width:386px;
	height:95px;
	color:#636363;
	font:11px Arial, Helvetica, sans-serif;
	margin-bottom:14px;
}

.BlogMainLeft h3.KommentarText{
	color:#003663;
	font:20px Georgia, "Times New Roman", Times, serif;
	padding-bottom:15px;
}

span.error_code {
color: red;
font-weight: bold;
margin-bottom: 10px;
border: 1px solid red;
width: 380px;
padding: 5px;
display: block;
}

span.success_code {
color: red;
font-weight: bold;
margin-bottom: 10px;
border: 1px solid green;
width: 380px;
padding: 5px;
display: block;
}

