/*****************************************************************/
/*                                                               */
/*                                                               */
/*               (_)                   (_)          | |          */
/*                _ ___  ___  ___ _ __  _ _ __    __| | ___      */
/*               | / __|/ _ \/ __| '_ \| | '_ \  / _` |/ _ \     */
/*               | \__ \ (_) \__ \ |_) | | | | || (_| |  __/     */
/*               |_|___/\___/|___/ .__/|_|_| |_(_)__,_|\___|     */
/*                               | |                             */
/*                               |_|                             */
/*                                                               */
/*                                                               */
/*                                                               */
/*                              13.07.2005                       */
/*                                                               */
/*****************************************************************/

html, body{
	margin:0;
	padding:0;
}

img {
   border:none;
}

body{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height:14px;
	background-color:#fff;
	
}

#content {
	font-weight:bold;
}
#iso {
	position:absolute;
	top:0;
	left:0;
	background-image:url(bg_iso_mit.gif);
	background-repeat: repeat;
	height:100%;
	width:100%;

	
}
#deckel {
	position:absolute;
	top:0;
	left:0;
	background-image:url(bg_.gif);
	background-repeat:repeat;
	height:100%;
	width:100%;

}

#deckel div{
	background-color:#fff;
}

#kontakt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	background-color:#fff;
	padding:5px;
	text-transform:uppercase;
	width:250px;
	margin:50px;
	line-height:1.4em;
	
}

.content {
	position:absolute;
	bottom: 20px;
	right:20px;
	z-index:100000;
	padding:10px;
	color: #666;
	background:rgba(255,255,255,0.92); 
	font-size:12px;
	line-height:14px;
	width:280px;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
/*	  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);	*/
}

a{
	color: #666;
}