@import url(style_basic.css);

screenlink {
	display: none;
}

body {
	background-color:#FFFFFF;
}

div#header {
	display: none;
}

div#navi {
	display: none;
}

div#content {
	width: 1000px;
	height: auto;
  float: left;
  color: #444;
}

div#footer {
	display: none;
}

img { border: 0px; }

div#linkscreen { display: none; }

div#footer_left {
	float:left;
	width:600px;
}

div#footer_right {
	margin-top:39px;	
	float:right;
	margin-right:5px;
	text-align:right;
	width:100px;
}

div#druckbutton {
	float:right;
	margin-left:5px;
}

div#tip2friendbutton {	
	float:right;
}

 /* IE CSS Hack  */
* html div#footer {
	margin-top: 3px;
         margin-bottom: -3px;
}
/* Ende IE CSS Hack */

div.beschriftung {
	width: 85px;
         padding-right: 15px;
         text-align: right;
}

 /* IE CSS Hack  */
* html div.beschriftung {
	width: 100px;
}
/* Ende IE CSS Hack */
