@charset "utf-8";

/*
-----------------------------------------------
Author:   	Christian Hamann
Version:  	27 Februar 2008

----------------------------------------------- */


/* Clean slate */

body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, table, tr, th, td, form {
margin: 0; padding: 0; border: 0; list-style: none; font-size: 100%; font-weight: normal; }
img { border: 0px;}

body {background: #FFFFFF url("../img/thumb-default.png") no-repeat 20px 20px;}

html, body  {
	font-family: "Courier New", Courier, "Andale Mono", Trebuchet MS, monospace;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	}

h2, a {
	color: #3E3233;
	text-decoration:none;
	}


a:hover {background-color: #1AFF7C; color: #FFFFFF; }


.markiert { border-bottom:1px dotted #1AFF7C;}
.lackiert { color: #3E3233; background-color: #1AFF7C; border-bottom:1px dotted #3E3233;}

#titel {
	position:absolute; 
	width:290px; 
	z-index:100; 
	left: 120px; 
	top: 20px; 
	background-color: #FFF; 
	padding: 0 0 20px 20px;
	}
	
#bild {
	position:absolute; 
	width:440px; 
	height:537px; 
	z-index:10; 
	left: 20px; 
	top: 120px;
	}
	
	
	
	
	
