.sponsors
{
	width: 250px;
	background-color: #FFFFFF;
	margin-top: 10px;
	background:none;
	text-align: center;
}

.sponsors a { }
.sponsors img { padding: 10px 0px 10px 0px; margin: auto; }
.sponsors { background: #000000; }
.sponsors td { background: #FFFFFF; cell-spacing: 5px; }

.mynews
{
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}

#language_select {
color: #FF0000;
text-align: right;
margin-top: 13px;
margin-right: 35px;
margin-bottom: 0;

}



#language_select li {
font: normal 15px/16px "Helvetica Neue", Arial, Helvetica, sans-serif;

display: inline;
list-style-type: none;

}

#language_select li a {
padding-left: 21px;

}

#danish a {
margin-right: 15px;
}

#english a {
}

.widgettitle div {
font-size: 14px;
margin: 0;
padding: 0;
}

.align_right {
margin-left: 520px;
}

/**********************************************
*   Basics & Typography                       *
***********************************************/

body {
	margin: 0;
	padding: 0;
	text-align: left;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	}

p,
ol,
ul {
margin-top:0px;
line-height: 160%;
	}
ol { /* to be styled */ }
ul { /* to be styled */ }

h1, h2, h3, h4, h5, h6 {

	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #000;


	}

h1 {
		font-size: 20px;
margin-bottom: 16px;
	}

h2 {
	font-size: 16px;
margin-bottom:0px;
margin-top: 30px;
padding: 0;


	}
h3, h4, h5, h6 {
	font-size: 12px;
padding-top:14px;
}

a:link {
	color: #00C000;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {
	color: #00C000;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: black;
	background-color: #3DE510;
	text-decoration: none;
	}
a:active {
	color: #00C000;
	text-decoration: underline;
	}

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #abafb9;
	}

code {
  background: #E9F0FA;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }

small {
	font-size: 0.8em;
	}

input, textarea, select { /* to be styled */ }

form { /* to be styled */ }

img { /* to be styled */ }
img.noborder {
	border: none;
	}

.alert {
	font-weight: bold;
	color: #f00;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#outline {
	/*width: 760px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	font-size: 1.2em;*/

	background-color: #FFFFFF;
	text-align: left;
	width: 940px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;


	}


/**********************
*   Header            *
***********************/

#header {
	width: 100%;
height: 130px;
/*	background: url(images/pageheader.gif);*/
	margin: 0;
	padding: 0;
border: none;
	}



#header .blogtitle {
	background: transparent url(/wp-content/front/pageheader.jpg);

	}

#header a {
	background: none;
margin: 0px;
padding: 0px;
	}

#header img{
	margin: 0px;
padding: 0px;
	}

	#navbar {
	clear: both;
	height: 27px;
	width: 940px;
	background-color: black;
	float: left;
	margin: 0px;
	padding: 0px;
}

	#navbar_eng {
	clear: both;
	height: 27px;
	width: 940px;
	background-color: black;
	float: left;
	margin: 0px;
	padding: 0px;
}

	#spacerbar {
	clear: both;
	height: 36px;
	width: 940px;
	background-color: white;
	float: left;
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 26px;
	text-align: center;
}
ul.menu li {
   padding: 0 10px;
}
ul.menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 3px;
	padding-top: 0px;
	text-transform: uppercase;
	text-decoration: none;
}

	ul.menu li a:link,
	ul.menu li a:visited {
		color: #fff;

		}
	ul.menu li a:hover,
	ul.menu li a:active {
		background-color: #3DE510;
                color: black;
		text-decoration: none;
		}

	ul.menu li.current_page_item a:link,
	ul.menu li.current_page_item a:visited,
	ul.menu li.current_page_item a:hover,
	ul.menu li.current_page_item a:active {
		color: #3DE510;
		text-decoration: none;
                background: transparent url(images/greenline.gif) repeat-x 4px 20px;
height: 27px ;
		}

	input#s {
		width: 220px;
		height: 18px;
		margin: 5px 0 0 0;
		padding: 1px 0 0 0;
		border: 1px solid #0b236c;
		background: #fff url(images/searchbg.gif) repeat-x 0 0;
		}





/***********************
*  Wrapper             *
***********************/

#wrapper {
	float: left;
	background: #fff;
	margin: 0 !important;
	margin: -15px 0 0 0; /* Fuck IE */
	padding: 0;
	}


/**********************
*   Content           *
***********************/

#content {
	float: left;
	width: 600px;
	height: 100%;
	background: #fff;
line-height: 24px;
margin-right: 50px;
margin-bottom: 25px;
	}

.pageheading
{
font-style: normal;
font-weight: bold;
background: transparent;
color: #000;
font-size: 24px;
padding-bottom: 20px;
margin-top: 0px;
text-transform: uppercase;
}


.pages {
	float: left;
	width: 600px;
	/*background: #dce6ff url(images/separator_blue.gif) repeat-x bottom center;*/
	}
.pages-border {
	clear: both;
	width: 100%;
	height: 6px;
	/*background: transparent url(images/separator_blue.gif) repeat-x 0 0;*/
	}
.page-previous {
	float: left;
	padding: 10px 0 16px 30px !important;
	padding: 0 0 15px 30px; /* Fuck IE */
	}
.page-next {
	float: right;
	padding: 10px 30px 16px 0 !important;
	padding: 0 30px 15px 0; /* Fuck IE */
	}

.page-title {
	width: 600px;
	margin: 20px 0 0 0;
	/*background: #dce6ff url(images/separator_blue.gif) repeat-x bottom center;*/
	}
.page-title h2.page-title-border {
	padding: 0 0 0 30px;
	/*background: transparent url(images/separator_blue.gif) repeat-x 0 0;*/
	font-size: 18px;
	line-height: 48px;
	color: #104177;
	}

/**********************
*   Blog Entries      *
***********************/



.post {
	padding: 0px 10px;
	background: #fff;
	}

.postentry {


color:black;
	}



.postentry a{

	text-align: justify;
color:#3DE510;
	}

.postentry a:hover {
	color: black;
	background-color: #3DE510;
	}


.postentry img {
	border: 5px solid #edf2ff;
	}
.postentry img:hover {
	border: 5px solid #dce6ff;
	}
.postentry img.wp-smiley,
.postentry img.wp-smiley:hover {
	border: none;
}

.postentry span.alert {
	font-weight: bold;
	color: #f00;
	}

.posttitle { /* to be styled */ }
.posttitle a:link,
.posttitle a:visited,
.posttitle a:hover,
.posttitle a:active {
color:black;
	}

.postmeta,
.postmeta a {
	margin: 5px 0 ;
	font-size: 1em;
	}
.post-date {

padding-top: -15;
font-size: 14px;
color: black;
	}
.post-comment {
	padding: 0 0 0 0px;

	}
.post-filed {
	padding: 0 0 0 20px;
	background: url(images/icon_filed.gif) no-repeat 0 0;
	}


/**********************
*   Comments          *
***********************/

.commentpage {
	margin: 0 30px;
	padding: 0;
	}

#comments {
	margin: 0;
	padding: 0;
	}

.comments-num {

	padding: 0 0 10px 0;
	}

#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#commentlist li {
	padding: 20px 25px 0 0;
	border-bottom: 1px solid #000000;

	}
	.alt {
		background-color: #fff !important;
		background-image: none !important;
		}

.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
	}
	img.gravatar {
		margin: 7px 0 0 7px;
		border: none;
		}

.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 80px;
color: black;
	}

.comment-title,
.comment-title a,
.comment-title a:hover{
	color: black;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: black;
	}

h2#postcomment {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	}

.postcomment {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px;
	}

.postcomment input,
.postcomment textarea {
	border: 1px solid #000000;
	}
.postcomment input:hover,
.postcomment textarea:hover {
	border: 1px solid #000000;
	}
.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	width: 435px; /* Fuck IE */
	height: 18px;
	}
.postcomment textarea#comment {
	width: 100% !important;
	width: 435px; /* Fuck IE */
	height: 200px;
	}

.postcomment input#submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background: #000000 ;
color: white;
	}
.postcomment input#submit:hover {
	background: #3DE510;
	color: black;
	text-decoration: none;
	}



/**********************
*   Sidebar           *
***********************/

#sidebar {
	float: left;
	width: 250px;
	height: 100%;
	margin-top: 20px;
	padding: 0;
	background: #fff;


	}

#sidebar .textwidget {
	width: 235px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	color: black;

		}
#sidebar h2.feed-title {
		margin: 0;
		padding: 20px 0 0 0px;
		background: none !important;
		font-size: 1.4em;
		}
	.rssfeeds a.rss  {
		padding: 0 0 0 25px;
		background: transparent url(images/icon_rss.gif) no-repeat 5px 0;
		}

#sidebar h2{
	display: block;
	margin-right:20px;
	margin-top:24px;
	padding: 20px 0 10px 0px;
	font-size: 16px;
color: black;
	}

#sidebar a{
        color: black;
	}

#sidebar a:hover{
        color: black;
	background-color: #3DE510;
	text-decoration: none;


	}

#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #bbb;
	}

#sidebar ul.blc {
	padding: 0 50px;
	}
#sidebar ul.blc li a {
	margin: 0;
	padding: 0;
	background: none;
	}


#sidebar ul li {
	padding: 0;
margin-bottom: 50px;}

#sidebar ul ul li {
	padding: 0;
	margin:0;}

#sidebar ul ul li a {
	background: transparent url(images/dot.gif) no-repeat 4px 2px;
	padding: 0 0 0 20px;
	color: black;
	}

#sidebar ul ul ul li {
	margin: 0 0 0 0;
	}

#sidebar .recentcomments{
	background: none;
	padding: 0 0 0 0px;
	color: black;
	}

#sidebar .recentcomments a{
	background: none;
	padding: 0 0 0 0px;
	color: #3DE510;
	text-decoration: none;
	}

/**********************
*   Bottom            *
***********************/

#bottom {
	clear: both;
	float: left !important;
	float: none;
	width: 760px;
	height: 100%;
	margin: 0;
	padding: 0;
	border-top: 20px solid #fff;
	text-align: left;
	color: #fff;
	}

#bottom-left,
#bottom-mid,
#bottom-right {
	width: 30%;
	padding: 20px 5px 20px 15px;
	float: left;
	}
#bottom h2 {
	margin: 0 0 10px 0;
	padding: 0 8px;
	font-size: 1.6em;
	color: #fff;
	}
#bottom h2 span {
	color: #508fd2;
	}
#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #031c5d;
	}
#bottom ul li {
	line-height: 26px;
	border-bottom: 1px solid #031c5d;
	}
#bottom ul li a {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	}
#bottom ul li a:hover {
	background: #010b32;
	}

/**********************
*   Footer            *
***********************/

.footer {
	height: 80px;
	width: 940px;
	background-color: #000000;
	clear: both;
margin-top: 25px;


	}

#footer .validate {
	background: url(images/icon_valid.gif) no-repeat 0 0;
	padding: 0 5px 0 20px;
	}

#footer .credits {
	float: right;
	margin: 0;
	padding: 0;
	border: none;

	}

#footer p {
	margin: 0;
	padding: 12px 25px;
	line-height: 200%;
	}
#footer p a:link,
#footer p a:visited {
	color: #a8cbff;
	}
#footer p a:hover {
	color: #fff;
	}
#footer p a:active {
	color: #9ad202;
	}

.footerlogo {
	margin-top: 20px;
	margin-left: 20px;
	height: 50px;
	width: 150px;
	float: left;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	height: 12px;
	width: 300px;
}
.footertext {
	width: 700px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 27px;
	margin-left: 10px;
	font-weight: normal;
}

a.footeremail:link {
	color: #FFFFFF;
	text-decoration:none;

}

a.footeremail:visited {
	color: #FFFFFF;
	text-decoration:none;
}

a.footeremail:hover {
	color: #000000;
	text-decoration:none;
	background-color:#3DE510;
}


/**********************************************
*   Frontpage Items                       *
***********************************************/

#frontfocus {
clear: both;
width: 940px;
height: 250px;
background-color: white;
float: left;
margin-bottom:10px;
}

#campaign {
width: 294px;
height: 90px;
background-color: black;
float: left;
margin-right: 10px;
margin-bottom: 10px;
background:none;
}

#campaign a, img{
background:none;
border:none;
}

#frontcolumn {
width: 294px;
height: 100%;
background-color: white;
float: left;
margin-right: 10px;
margin-bottom: 25px;
}

#frontcolumn h2{
	display: block;
	margin-right:0px;
	margin-top:24px;
	padding: 20px 0 10px 0px;
	font-size: 16px;
color: black;
	}


#newstitle a{

background: transparent url(images/dot.gif) no-repeat 4px 2px;
	padding: 0px 0 0 20px;
	color: black;
font-size: 12px;
margin-top: 40px;
font-weight: bold;
text-transform: uppercase;

	}

#newstitle a:hover{
	background-color: #3DE510;
	text-decoration: none;
        color: black;


	}

