/* HTML & Body
------------------------------------------------ */
* { margin: 0; padding: 0 }

html {
	height: 95%;
	margin-bottom: 1px;
	font-size: 100%;
	}


body {
	font: 76%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
	cursor: default;
	margin-top: 0px;
	}

/* Headers and Paragraphs:
------------------------------------------------ */
#wrap h1, h2, h3, h4, h5, h6 {
   font-family:  Verdana, Arial, Helvetica, sans-serif;
/*   font-weight: normal; */
    line-height: 1.1em;
    color: #444;
    padding-bottom: 3px;
  margin: 10px 0 5px 0;
}

#headline{
 font-weight: bold;
}

h4, h5, h6 {
    line-height: 1.3em;
    border: 0;
	margin: 5px 0 3px 0;
}

#wrap h1 { font-size: 218%; }
h2 { font-size: 164%; }
h3 { font-size: 145%; border-width: 1px }
h4 { font-size: 130%; }
h5 { font-size: 111%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }
p { margin: 10px 0 10px 0; }

/* Layout
------------------------------------------------ */
#wrap{
background: #fff;
}

#header {
/*	background: transparent url(images/header-bg.png) no-repeat; 
	position:absolute;
	top:0px; */
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
	margin-left: 200px;
	margin-right: 150px;
	background: #ccc;
	height: 190px;
	padding: 0;
	}

#content, #contentfull {
/*	position:absolute; 
border-bottom: 1px solid #fff; */
border-left: 1px solid #fff;
border-right: 1px solid #fff;
	margin-left: 200px;
	margin-right: 150px;
	min-height: 400px;
	background: #ccc;
	padding: 10px 5px 10px 10px;
	}

/*#content a:link{
	border-bottom: 1px solid #333;
}
*/

#leftside {
/*	border: 1px solid black; */
	position:absolute;
	top:0px;
	left:0px;
	width: 200px;
	height:100%;
	background: #fff;
/*	float: left; */
	}

#leftimage {
	position: absolute;
	top: 0px;
	right:0px;
	width: 200px;
	height: 150px;
	padding: 0px;
	float: left;
	clear:left
	}

#rightside {
	position:absolute;
	min-height: 380px;
	top:0px;
	right:0px;
	width: 130px;
	text-align: right;
	float: right;
	background: #fc3;
	padding: 190px 15px 30px 5px;
	}

#footer {
background: #ccc;
	padding: 2px 10px 2px 10px;
	margin-left: 200px;
	margin-right: 150px;
	}
	
#footer #andreas {display: none;}
#footer #zi {display: inline !important;}

/* Content styling
------------------------------------------------ */
#contentwide ul, #contentwide li, #contentfull ul, #contentfull li {
	margin-left: 15px;
	}
	
#contentwide li, #contentfull li {
       padding-top: 3px;
       padding-bottom: 3px;
}	

a:link, a:visited {
	color: #333;
/*	border-bottom: 1px solid #666;
	background: #DCEDA9;*/
	text-decoration: none;
	}

a:hover {
	color: #fff;
/*	background: #555; */
	text-decoration: none;
	}

.nl_summaryPost h3 a:link, .nl_summaryPost h3 a:visited, .nl_info a:link, .nl_info a:visited{
	color: black;
	background: none;
	border-bottom: none;
	}

.nl_summaryPost h3 a:hover, .nl_info a:hover {
	color: black;
	background: none;
	border-bottom: none;

	}
	
.nl_summaryPost .nl_info {
	background-color: #eee;
	}

/* Formulare
---------------------------------------------- */

.formular{
width: 300px;
margin-right: 5px;
border: 0;
}

fieldset{
border: 0;
}

/* Header 
------------------------------------------------ */
#header h1 {
	text-align: center;
	font-size: 300%;
	margin: 0;
	padding: 25px 0 0 0;
	border: 0;
	}

#header a, #header a:link, #header a:visited {
	color: #333;
	background: transparent;
	border: 0;
	text-decoration: none;
	}

#header a:hover {
	color: #111;
	}

#header h2, #header #mainmenu {display:none;}

/* leftside 
------------------------------------------------ */
#lmenu {
	display: block !important;
	position:absolute;
	top: 240px;
	width: 200px;
	}

#leftside h1, #leftside h2, #leftside h3 {
	background: #eee;
	padding-left: 3px;
	}

#leftside #lmenu li {
	text-align:right;
	list-style: none;
	padding-right: 5px;
	}

li.current a{
	padding-right: 10px;
	font-weight: bold;
	}

#leftside #lmenu li a:hover {
/*	background: #DCEDA9; */
	color: #999;
	}

#leftside #lmenu li ul {
	display: none;
	}

#leftside #lmenu li.active ul {
	display: block;
	padding-right: 5px;
	font-weight: normal;
	}
	
/* Misc.
------------------------------------------------ */

abbr, acronym {
	cursor: help;
	border-bottom: 1px solid #666;
	}

.about {
	font-size: 80%;
	}

#modxicon { 
	margin-top: -3.5em !important;
}

ul {
	margin-left: 20px;
}

div.post
{
clear:both;
}

/*img.newspicture
{
position: relative;
top: 10px;
right: 5px;
z-index:1;
}*/