/* Generic Styling */

body {
	background:url(images/bg_space.gif) #000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

textarea.text { 
	width: 400px;
	border: 1px solid #555555; 
	background: #F5F5F5;
	color: #000000; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px; /* Sets default font size to 10px */
}

textarea.text:hover { 
	border: 1px solid #000000; 
	background: #FFFFFF;
}

input.text { 
	width: 400px;
	border: 1px solid #555555; 
	background: #F5F5F5;
	color: #000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px; /* Sets default font size to 10px */
}

input.text:hover { 
	border: 1px solid #000000; 
	background: #FFFFFF;
}

input.radio { 
	border: 1px solid #555555; 
	background: #F5F5F5;
	color: #000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px; /* Sets default font size to 10px */
}

input.radio:hover { 
	border: 1px solid #000000; 
	background: #FFFFFF;
}

.error {
	color: #FF0000;
}

.code {
	border: medium dashed rgb(128,128,128);
	font-size : 12px;
	color: #000000;
	background-color : #E0E0E0;
	border-left-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-top-width : 1px;
}
	
img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#4e6e85;
	}
a:hover {
	text-decoration:none;
	color:#4e6e85;
	}

.noline a:hover {
	text-decoration:none;
}

li.uk {
      list-style: url(images/dot_uk.png);
}

li.se {
      list-style: url(images/dot_se.png);
}
	
/* Structure */

#wrapper {
	margin:0 auto;
	width:750px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	height:130px;
	padding-top:10px;
	padding-left:20px;
	background:url(images/bg-header.jpg) no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 10px;
	}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#content {
	float:left;
	width:740px;
	min-height:400px;
	}
#content-start {
	float:left;
	width:540px;
	min-height:400px;
	}
#footer {
	clear:both;
	height:35px;
	background:url(images/bg_space.gif) repeat;
	}
	
#content a:hover {
	text-decoration:underline;
	}

/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry h1 {
  	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:4px;
}
.entry h2 {
	font-size:1.50em;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom: 4px;
}
.entry ul {
       padding-left:30px;
	   margin-bottom:1.75em;
}
.entry ol {
       padding-left:30px;
	   margin-bottom:1.75em;
}
.entry img {
       padding:5px;
}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.entry-title-small {
	font-size:1.50em;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom: 4px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#B4C835;
	}

/* page menu */
.pmenu ul {
	margin-bottom: 0.1em;
}


/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}
	
.sidebar-item {
	padding-left: 6px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	padding-top: 10px;
	}
.sidebar-item a {
	color:#4e6e85;
	}
.sidebar-item a:hover {
	text-decoration: underline;
	}
.sidebar-item h3 {
	color:#000000;
	font-size:12px;
	text-align: center;
	font-weight: bold;
	}
.sidebarlink {
	text-align: center;
	}

/* Footer */

#footer-valid {
	text-align: center;
	width: 700px;
	//float:left;
	padding-top:5px;
	//padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#6e8ea5;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#6e8ea5;
	text-decoration:underline;
	}


/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(images/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("images/button-feed.gif") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(images/bg-ad-top.png) no-repeat;
	padding:5px;
	/*margin-left: auto;
	margin-right: auto;
	margin-top: 5px;*/
	}

.news {
      height:140px;
      border-bottom: 1px solid #aaaaaa;
}
	
.news-left {
      border-right: 1px solid #aaaaaa;
      padding-top: 3px;
      padding-right:10px;
      width: 250px;
      height:137px;
      float: left;
      line-height:1em;
      text-align:left;
}

.news-left h3 {
      font-size:12px;
      font-weight: bold;
      letter-spacing: -0.5px;
}

.news-right {
      border:0px;
      padding-top: 3px;
      width: 250px;
      height: 137px;
      float: right;
      line-height:1em;
      text-align:left;
}

.news-link {
      letter-spacing: -0.5px;
      font-weight: bold;
}

.news-right h3 {
      font-size:12px;
      font-weight: bold;
      letter-spacing: -0.5px;
}

.news-category {
      color:#aaaaaa;
      font-weight:bold;
}

p.news-more {
      text-align: right;
      margin-top:7px;
      font-style:italic;
}

.bildtext {
      font-size: 10px;
      font-style: italic;
      padding-left: 3px;
}

.print {
      font-size: 10px;
}

.print img {
      border:0px;
      margin-right:10px;
      vertical-align:middle;
}

.threenews-left {
      border-right: 1px solid #aaaaaa;
      padding-top: 3px;
      padding-right:10px;
      width: 230px;
      height:137px;
      float: left;
      line-height:1em;
      text-align:left;
}

.threenews-left h3 {
      font-size:12px;
      font-weight: bold;
      letter-spacing: -0.5px;
}

.threenews-right {
      border:0px;
      padding-top: 3px;
      width: 230px;
      height: 137px;
      float: right;
      line-height:1em;
      text-align:left;
}

.threenews-right h3 {
      font-size:12px;
      font-weight: bold;
      letter-spacing: -0.5px;
}

.threenews-middle {
      border-right: 1px solid #aaaaaa;
	  padding-left: 6px;
	  padding-right: 6px;
      padding-top: 3px;
      width: 230px;
      height: 137px;
      line-height:1em;
	  float: left;
      text-align:left;
}

.threenews-middle h3 {
      font-size:12px;
      font-weight: bold;
      letter-spacing: -0.5px;
}
