/*  
Theme Name: estero.gestaltung Theme 001
Theme URI: http://www.siedler-pr.de
Description: stylesheet version 1.0
Version: 1.0
Author: torben iversen
Author URI: http://www.estero.de/

© 2008_11, estero.gestaltung, http://www.estero.de
*/

/* -------------------------- Basics */
html {
	padding: 0px;
	margin: 0px;
	height: 100.2%;
	background: url(../imgs/html_bg.jpg) 0px 40px repeat-x #644141;
/*	background: #644141;	*/

	}

body {
	color: #ffeded;
	background: transparent;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
	font: normal 11px/1.6em Verdana, 'Trebuchet MS', Arial,'Neue Helvetica', sans-serif;
	background: url(../imgs/body_bg.jpg) 0px 0px no-repeat;
	}

	
.linie {
	display: block;
	float: left;
	width: 100%;
	clear: both;
	line-height: 1px;
	height: 1px;
	border-top: 1px dotted #907070;
	margin: 10px 0;
	padding: 0;
	}
	
img, a {
	border: none;
	outline: none; /* gegen hyperlink-Rand im Firefox */
	}
	
a {
	color: #ffeded;
	/*	font-weight: bold;	*/
	text-decoration: none;
	outline: none;
	}
	
.inaktiv a, .inaktiv a:hover {
	color: #907070;
	}	
	
p a {
	padding-bottom: 2px;
	border-bottom: 1px dotted #907070;
	}
	
p a:hover {
	border-bottom: 1px dotted #b37676;
	}

a:hover, .aktiv a {
	color: #b37676;
	}

ul {
	margin: 0;
	padding: 0;
	}
	
.thumbs li {
	float: left;
	padding: 0;
	margin: 0 2px 2px 0;
	}
	
.thumbs li img {
	vertical-align: bottom;
	}

li {
	list-style-type: none;
	margin: 0;
/*	border: 1px solid #00F;*/
	}
	
.spektrum li {
	list-style-type: square;
	list-style-position: inside;
	}


/* ================================= */


#mainbox {
	position: absolute;
	top: 40px;
	width: 940px;
	left: 0;
	margin-left: 10%;
	padding-bottom: 100px;
	background: url(../imgs/kopfzeile_bg_home.jpg) 0px 0px no-repeat;
	}
	
#zitat {
	position: absolute;
	top: 40px;
	width: 600px;
	height: 160px;
	left: 50%;
	margin-left: 10%;
	}

	
.kopfzeile {
	float: left;
	clear: both;
	display: block;
	width: 100%;
	height: 200px;
	}
	
.kopfzeile .spalte_250 {
	position: relative;
	height: 200px;
	}
	
.kopfzeile .spalte_250 p, .kopfzeile .spalte_250 ul {
	position: absolute;
	margin: 0;
	bottom: 0;
	color: #ffeded;
	}
	
.kopfzeile .spalte_250 .bild_allein {
	position: absolute;
	margin: 0;
	bottom: 2px;
	}

.spalte_menu {
	float: left;
	width: 160px;
	padding: 0 20px 0 96px;
/*	border: 1px solid #00F;*/
	}
	
.spalte_150 {
	float: left;
	width: 150px;
	padding: 0 20px;
	}
	
.spalte_250 {
	float: left;
	width: 250px;
	padding: 0 20px;
	}
	
.spalte_250 li img {
	vertical-align: bottom;
	}
	
.spalte_350 {
	float: left;
	width: 350px;
	padding: 0 10px;
	}
	
p {
	margin: 0 0 22px 0;
	}
	
.marginal {
	font-size: 9px;
	}

	
#zitat {
	position: absolute;
	top: 170px;
	width: 600px;
	height: 160px;
	left: 50%;
	margin: 0 -300px;
	}
