body {
    	height: 100%;
    	position: relative;
	margin: 0 auto;
	text-align: center;
	color: black; background-color: #d6d6d6;
	font-family: Arial, Helvetica, sans-serif;
}

body, p, ol, ul, td {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:   12px;
	line-height: 18px;
}

 div#main {
	font-size: 1em;
	width: 1005px;
	background-color: #fff;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
	height:auto !important;  /* für moderne Browser */
	height:100%;  /*für den IE */
 }

div#maincontent {
	background-color:#fff;
	min-height: 100%;
	
}

ul#loginelements {
	margin:0;
	padding:0;
	margin-right:10px;	
	text-align:right;
	margin-top:10px;
}

ul#loginelements li {
	list-style:none;
}

div#header {
	margin-bottom: 20px;
}

div#post, div#noticias {
	margin-left:20px;
}

div#bloque {
	margin: 0 30px 0 200px;
}

a:visited {
   color: #445535; background-color:transparent; text-decoration: underline;
}
 
a:link {
    color: #000000; background-color:transparent; text-decoration: underline;
} 

h2.postings {
	 background-image: url("images/spacer.png");
	 background-repeat: repeat-x;
	 background-position:bottom;
	 padding-bottom:3px;
	 margin-bottom:0;
}

div.feedback {
	 margin-bottom:30px;
}

h2.postings a {
	 font-style:italic;
	 text-decoration:none;
	 color: #000000;
	 font-weight:normal;
	 font-size:20px;
}

p.date {
	margin:0;
	text-align:right;
	color:#7f7f7f;
	font-style:italic;
}


div#sidebar {
	width: 205px;
	float:left;
	padding:0;
	margin:0;
	margin-bottom:20px;
}

ul#navigation > li {
	margin:0;
	padding:0 0 15px 0;
}

 
  
ul#navigation {
	background-image: url("images/menu_background.png");
	background-position:right;
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	list-style:none;
}

form#searchform {
	padding-left:20px;
	padding-top:10px;
}

div#postbody {
    width: 760px;   
    text-align: left;
    margin: 0 0 0 200px;
    padding:0;
    min-height: 475px;	
}

ul.none {
	list-style:none;
	padding-left:20px;
	font-style: italic;
}

li {
	padding-bottom:10px;
}

ul#navigation li {
	padding-bottom:0;
}

ul#navigation ul {
	margin:0;
	padding:10px 0 10px 20px;
}

ul#navigation form {
	padding:0;
	margin:5px 0 10px 20px;
}

code {
	background-color: #d6d6d6;
	Font-family:  Courier, 'Courier New', monospace;
}
