body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
    width: 960px;
	position: absolute;
	  background-image: url('back.jpg');
  background-repeat: repeat-x;
	background-color:#e9e9e9; 
	z-index:1; 
	right: 50%; 
	left: 50%; 
	margin-left: -480px;
}
#wrapper {
background-color: #FFFFFF;
width: 950px;
margin: auto; /* Div soll zentriert werden */
min-height: 100%; /* Mindesthöhe für moderne Browser */
height:auto !important; /* Important Regel für moderne Browser */
height:100%; /* Mindesthöhe für den IE */
overflow: hidden !important; /* FF Scroll-leiste */
padding:5px;
}
	


a {
    text-decoration: none;
    color: #000066;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

/* BOOKMARKS */

ol#bookmarks {
    list-style-type: none;
    margin: 0;
    padding: 0 1em;
    width: 728px;
	
}
html > body ol#bookmarks {
    margin: 0 0;
    padding: 0;
	background:#ffffff; 
}
div.link a {
    color: blue;
    font-size: medium;
}
div.link a:visited {
    color: purple;
}
div.meta {
    color: #B3C628;
	
}

div.meta span {
    color: #F00;
}
li.xfolkentry {
    border-bottom: 1px solid #DDD;
    margin-bottom: 0;
    padding: 1em 0.5em;
}
html > body li.xfolkentry {
    border-bottom: 1px dotted #AAA;
margin-right:20px;
}
li.xfolkentry div {
    padding: 0.1em;
}
li.xfolkentry.deleted {
    opacity: 0.5;
}
li.xfolkentry.private {
    border-left: 3px solid #F00;
}
li.xfolkentry.shared {
    border-left: 3px solid #FA0;
}
/* header stuff */

div#header {
  background-color: #ffffff;
    border-bottom: 0px solid #9CD;
    clear: both;
		/*line-height: 100px;*/
}

div#header p {
    float: left;
    margin: 0;
    /*padding: 0.5em;*/
}

div#header p span {
    display: none;
}

div#header p#access {
    float: right;
}

div#header h1 {
    background-color: #eeeeee;
	color:#000000;
    margin: 0px;
    line-height: 150%;
    font-size: 20px;
}

div#header h1 a {
    color: #000;
}

div#header #navigation a {
    /*margin-left: 1em;*/
	
}
h1 {
    background-color: #ffffff;
	color:#000000;
    margin: 0px;
    line-height: 150%;
    font-size: 10px;
}

h1 b {
    background-color: #ffffff;
	color:#000000;
    margin: 0px;
    line-height: 175%;
    font-size: 18px;
}
h2 {
  
	color:#145F8F;
    margin: 0px;
    font-size: 12px;
}

h3 {
  
	color:#000066;
    margin-top: 10px;
	margin-bottom:10px;
    font-size: 12px;
}

/* h3 {
 	clear: both;
	display: block;
    background-color: #eeeeee;
	color:#000000;
    margin: 0px;
    line-height: 17px;
    font-size: 14px;
	width: 220px;
}
*/
p#sort {
    float: right;
    margin: -1.5em 0.2em 0 0;
}
/*oben-rechts-unten-links*/
#search {
    margin: 0;
    padding: 0 0 0 1em;
    font-size: 11px;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
}

div#sidebar {
 font-size: small;
   float:right;
   margin-top:40px;
    width: 212px;
	background:#ffffff;
		overflow:hidden;
}
/* position: absolute;
    right: 0em;
    top: 18.5em;
	*/
	
.boxsidebar {
overflow:hidden;
width:196px;
background-color:#ffffff;
background-image:url("/sidebar-bk.gif");
background-repeat:repeat-x;
-moz-border-radius:7px;
-khtml-border-radius:7px;
-webkit-border-radius:7px;
-border-radius:7px;
padding:8px;
margin-bottom:15px;
color:#CCCCCC;

}
.boxsidebar a {
color:#CCCCCC;
}
.boxsidebar ul {
    list-style:square;
	color:#FFFFFF;
    padding-left: 1em;
}

.h3sidebar {
width:188px;
background:#145F8F;
color:#FFFFFF;
}

input, textarea, select {
    border: 1px solid #ccc;
    font-size: 13px;
}

ul {
    list-style: none;
    padding-left: 1em;
}

p.error,
p.success {
    position: absolute;
    top: 275px;
    width: 650px;
    font-size: 15px;
	font-weight: bold;
    background-color: #145F8F;
    text-align: center;
	color:#FFffff;
}

p.error {
    background-color:#3A75CF;
	
}
p.alter
{
width: 650px;
height: 40px;
    font-size: 16px;
    background-color: #eeeeee;
    text-align: center;
	padding-top: 10px;
	color:#000000;
}

/* tag clouds */
p.tags {
    line-height: 2.25em;
    text-align: justify;
    vertical-align: middle;
    padding:6px;
	float:left;

}
p.tags span {
    text-decoration: none;
    color: #3A75CF;
}
p.tags span:hover {
    cursor: pointer;
    text-decoration: underline;
}
p.tags span.selected {
    color: #ccc;
}

div.collapsible p.tags {
    line-height: 2.25em;
    margin: 1em 2em;
}
.thumbnail {
	margin: 0 0 0 10px;
	position: relative;
	z-index: 9999;
	border: 1px solid #EEEEEE;
	float: right;
	width: 100px;
	padding: 5px;
	background: #FFFFFF;
}

.thumbnail img {
	border: 1px solid #000000;
}

a.cssexample b {
position:absolute;
visibility:hidden; /* hide the image */
}

a.cssexample:hover {
text-decoration:none;  
z-index:1000;
background:url(../images/linkpic_shadow.gif) no-repeat;
}

a.cssexample:hover b {
visibility:visible; /* make the image visible */
z-index:500;
border:solid 1px #ccc;
}
a.cssexample:hover b img {
margin:0px;
}		
.mainInfo
{
	margin-left: 0.5em;
	margin-bottom: 1em;
	float: left;
	width: 32%;
}

.mainInfo h2,
.tags_content h2
{
	color: #154C89; 
	font-size: 105%; 
	margin: 0 0 0.25em 0;
	padding: 0;
	background: white;
}
.formtext 
{
	color: #000;
	background-color: #e9e9ff;
}

.formtext:focus
{
	background:#fff;
}

.bookmarksbuttons
{
	font-family:verdana, arial, helvetica;
	font-size: 8pt;
	border-style: solid;
	border-color: #154C89;
	border-width: 1px;
	color: #FFFFFF;
	background-color:#FF9900;
	font-weight: 800
}

/* NAVI */
#naviheader
{
background-color: #FFFFFF;
width: 950px;
margin: auto; /* Div soll zentriert werden */
padding:5px;
}

ul#navigation {

	margin:0px;
    list-style-type: none;
    padding: 0px 0px 0px 0px;/*oben-rechts-unten-links*/
    width: 950px;
	
}
ul#navigation a {
    font-size: 11px;
    font-weight: bold;
    padding: 0.2em 0.3em;

}
ul#navigation a:hover {
    background: #000000;
    color: #FFFfff;

}
ul#navigation li {
    float: right;

	}
ul#navigation li.access {
    float: left;

}
.genericButton
{
	font-size: 8pt;
	border-style: solid;
	border-color: #154C89;
	border-width: 1px;
	color: #FFFFFF;
	background-color:#FF7100;
	font-weight: 800;

}
#navcontainer {

    font-family:arial, helvetica, sans-serif;
    background: ButtonFace;
    color: #000;
    border-top: 1px groove #fff;
    border-bottom: 1px groove #fff;
    margin: 0;
    padding: 2px 2px 2px 30px;}
ul#navlist
{
margin-left: 0;  
padding-left: 0;
white-space: nowrap;
clear:both;
}

#navlist li
{
display: inline;
list-style-type: none;
background-color: #FFFFFF;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #FF7100;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #AD4C00;
text-decoration: none;
}


.footer {
	
	color: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	background-image:url("footer-bk.gif");
background-repeat:repeat-x;
background-color: #f7f7f7;
margin:auto auto 10px;
	font-size:11px;
    width: 100%;
	clear: both;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-khtml-border-radius-bottomleft:7px;
-khtml-border-radius-bottomright:7px;
-webkit-border-bottomright-radius:7px;
-webkit-border-bottomleft-radius:7px;
-border-bottom-left-radius:7px;
-border-bottom-right-radius:7px;
	
}
.footer a {
color:#FFFFFF;
}
/* Footer Box mit Adsense + Surftipps */
.header_box_titel {
	background-color: #145F8F;
	color: #FFFFFF;
	text-align: left;
	width: 100%;
}

.header_box_ad {
	background-color: #eeeeee;
	padding:2px;
	font-family: Tahoma, Arial, sans-serif;
		text-align: left;
		width: 730px;
		height:95px;
		

}
.header_box_ad_right {
	background-color: #dddddd;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	padding:2px;
	text-align: left;
	width: 232px;
	float:right;
	height:95px;
}
.description
{
    font-family: tahoma, sans-serif;
    font-size: 10pt;
	text-align:justify;
	}
.linkx
{
    font-family: tahoma, sans-serif;
    font-size: 11pt;
	font-weight: bold;
	}
img.screenshot{
	margin:3px;
}
img.icon{
	margin:3px;
}

/*subtitel*/
ul#navigation_sub {
margin:0px;
    list-style-type: none;
    padding: 5px 0px 0px 0px;/*oben-rechts-unten-links*/
    width: 950px;
	height: 22px;
	background-color: #145F8F;
	color: #FFFFFF;
font-size: 14px;
}
ul#navigation_sub a {
    font-size: 11px;
   color:#FFFFFF;
    padding: 0.2em 0.5em;

}

ul#navigation_sub li {
    float: left;

	}
ul#navigation_sub li.access {
    float: right;

}
<style type="text/css">
<!--

/* Tooltip */

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
/*position: absolute;*/
text-decoration: none;
font-style: bold;
border-bottom:1px dotted #145F8F;
}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position:absolute;
top: 230px;
left: 600px;
width: 250px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #FFFFFF #000066 #000066 #FFFFFF;
border-left: 7px solid #000066;
padding: 10px 10px 10px 10px;
background: #EEEEEE;
font-family: tahoma, sans-serif;
font-size: 11px;
text-align: justify;
}



	
	#col1 {
background:#ffffff;
	width: 35%px;

	float: left;
	height:auto;
}
	#col2 {
background:#ffffff;
	width: 960px;
	margin-right:10px;
	float: left;
	height:auto;
}
	#col3 {
	background:#ffffff;
	width: 35%;
	height:100%;
	overflow:hidden;
	
}

	#details_desc {
	background:#ffffff;
	font:  12px;
	text-align:justify;
	color:#000033;
	clear:both;
	 	min-height:220px;
	height:auto !important;  /* für moderne Browser */
	height:220px;  /*für den IE */
	
}
#homepagetext {
	width: 720px;
	background:#ffffff; 
	
	border-bottom: 1px solid #888888;
	}


–>


</style>
