/* CSS Document */

body { 
	font: 10px verdana; 
	color: #333; 
	background: #fff url(verlauf.jpg) repeat-x center top; 
	margin: 0px; 
	}
p { 
	font: 10px verdana; 
	color: #333;
	margin-top: 0px;
	margin-bottom: 12px; 
	text-align: justify;
	}
h1 { 
	font: normal normal 14pt georgia; 
	letter-spacing: 1px;
	margin-bottom: 11px; 
	color: #ff752e;
	}
h2 { 
	font: normal normal 14pt georgia;
	letter-spacing: 1px; 
	margin-bottom: 12px; 
	color: #789b66;
	}
a {
    color: #421202;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}


/* Layer */
#container {
	position: relative;
	width: 750px;
	margin: auto;
	color: #333;
	}
#inhalt {
	position: absolute;
	background: #fff;
	right: 10px;
	top: 288px;
	width: 380px;
	padding: 30px;
	padding-top: 18px;
	}
#projekte {
	position: absolute;
	background: #fff;
	left: 15px;
	top: 185px;
	width: 181px;
	padding: 20px;
	padding-top: 135px;
	z-index: 0;
	}
#blume {
	position: absolute;
	left: -8px;
	top: 88px;
	background-image: url(blume.jpg);
	width: 265px;
	height: 241px;
	z-index: 2;
	}
#logo {
	position: absolute;
	right: 10px;
	top: 0px;
	background-image: url(logo.jpg);
	width: 440px;
	height: 275px;
	z-index: 2;
	}
	

/* Text Replace */
#willkommen h1 { 
	background: transparent url(h1_willkommen.gif) no-repeat top left; 
	margin-top: 10px; 
	margin-left: -12px;
	width: 166px; 
	height: 23px; 
	}
#willkommen h1 span {
	display:none
	}
#kontakt h1 { 
	background: transparent url(h1_kontakt.gif) no-repeat top left; 
	margin-top: 22px;
	margin-left: -12px;
	width: 166px; 
	height: 23px; 
	}
#kontakt h1 span {
	display:none
	}
#projekte h2 { 
	background: transparent url(h2_projekte.gif) no-repeat top left; 
	margin-top: 10px; 
	width: 144px; 
	height: 15px; 
	}
#projekte h2 span {
	display:none
	}
	
#projekte ul {
	margin: 0px;
	padding: 0px;
	}
#projekte li {
	list-style-type: none;
	color: #B3B3B3;
	display: block; 
	padding-top: 5px; 
	margin-bottom: 7px;
	}
#projekte a {
	text-decoration: none;
	color: #333333;
	}
#projekte a:hover {
	text-decoration: underline;
	color: black;
	}

