body {
	background-color: white;
	padding: 0px;
	margin: 0px;
	font-family: Vera,Verdana,sans-serif;
	font-size: 12px;
}

#headerbar {
	position:absolute;
	position:fixed;
	left:0px;top:0px;
	z-index: 100;
	width: 100%;
	height: 16px;
	border-style: solid;
	border-color: lightgray;
	border-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	/* background-image:url(blue.png); */
	background-color: whitesmoke;
	color: gray;
	font-size: 9px;
	padding: 3px;
	padding-bottom: 1px;
}

#logobar {
	position:absolute;
	left:0px;top:28px;
	z-index: 110;
	width: 100%;
	height: 62px;
	/* border-style: solid;
	border-color: red;
	border-width: 1px; */
	border-left-width: 0px;
	border-right-width: 0px;
	/* background-color: white; */
	background-image:url(http://images.lesslinux.org/blog/logo_neu.png);
	background-position:top right;
	background-repeat:no-repeat;
	text-align: right;
	margin-right: 200px;
}

#leftbar {
	position:absolute;
	z-index: 40;
	left:0px;top:80px;
	width: 200px;
}

#center {
	position:absolute;
	z-index: 50;
	left:202px;top:0px;
	padding: 12px;
	padding-bottom: 40px;
	padding-top: 92px;
	margin-right: 202px;
	background-image:url(http://images.lesslinux.org/blog/fade.png);
	background-position:bottom left;
}

#rightbar {
	position:absolute;
	z-index: 40;
	right:0px;top:80px;
	width: 200px;
}

/* Links generell */

a:link, a:hover, a:active, a:visited
{
	color: #00ef16;
	color: #00c513;
	text-decoration: none;
	border-bottom:0px solid #00c513;
}

a:hover {
	text-decoration: underline;
}

/* Navigation und oben */

#logobar img {
	margin: 0px;
	border-width: 0px;
}

/* ausgeblendete Inhalte */

.noscreen, 
#leftbar span.role,
#leftbar span.org, 
#leftbar span.n, 
#leftbar span.type   {
	display: none;
}

/* Sidebar links Formatierung */

#leftbar h3, #leftbar h2, #rightbar h3, #rightbar h2 { 
  font-size: 12px;
  font-family: Vera,Verdana,Arial,Helvetica,sans-serif;
  
}

#leftbar h2, #rightbar h2 { 
  font-size: 11px;
  font-family: Vera,Verdana,Arial,Helvetica,sans-serif;
}

#leftbar ul, #leftbar p, #rightbar ul, #rightbar p { 
  list-style-type: none;
  font-size: 10px;
}

#leftbar p, #rightbar p {
	margin: 10px;
}

#leftbar ul li, #rightbar ul li {
	margin-left: -36px;
	padding-right: 10px;	
}

#leftbar ul li ul, #rightbar ul li ul{ 
  list-style-type: disc;
}

#leftbar ul li ul li, #rightbar ul li ul li { 
  list-style-position: outside;
  margin-left: -10px;
  list-style-image: url("http://images.lesslinux.org/blog/green.png");
}

#leftbar ul a:link, #rightbar ul a:link { 
  text-decoration: none;
  color: #474747;
}

#leftbar ul a:visited, #rightbar ul a:visited  { 
  text-decoration: none;
  color: #979797;
}

#leftbar ul a:hover, #rightbar ul a:hover { 
  text-decoration: underline;
  color: black;
}

/* Center, großes Textfeld Formatierung */


#center div.post {
	border-bottom-style: dotted;
	border-bottom-color: white;
	border-bottom-width: 3px;
}

#center div.post p {
	line-height: 150%;
}

#center div.post a:link,
#center div.post a:hover,
#center div.post a:active,
#center div.post a:visited
{
	color: #00ef16;
	color: #00c513;
	color: black;
	text-decoration: none;
	border-bottom:1px solid #00c513;
}

#center div.post a:hover {
	color: #00c513;
}

#center div.post small a:link,
#center div.post small a:hover,
#center div.post small a:active,
#center div.post small a:visited
{
	color: #00ef16;
	color: #00c513;
	font-size: 10px;
	text-decoration: none;
	border-bottom:0px solid #00c513;
}

#center div.post small a:hover {
	text-decoration: underline;
}

#center div.post h1 a:link, 
#center div.post h2 a:link, 
#center div.post h3 a:link,
#center div.post h4 a:link,
#center div.post h1 a:active, 
#center div.post h2 a:active, 
#center div.post h3 a:active, 
#center div.post h4 a:active,
#center div.post h1 a:visited, 
#center div.post h2 a:visited, 
#center div.post h3 a:visited, 
#center div.post h4 a:visited,
#center div.post h1 a:hover, 
#center div.post h2 a:hover, 
#center div.post h3 a:hover, 
#center div.post h4 a:hover {
	text-decoration: none;
	color: black;
	border-bottom:0px solid #00c513;
}

#center div.post a:link img,
#center div.post a:active img,
#center div.post a:visited img,
#center div.post a:hover img {
	border-bottom: 0px solid #00c513;
	padding: 0px;
	margin:0px;
	border-width: 0px;
	border-bottom-width: 0px;
	
}
