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

© 2007_01_18, estero.visuelle gestaltung, http://www.estero.de
*/

/* basics ------------------------------------------------------------------- */

html {
	padding: 0;
	margin: 0;
	height: 100%;
	background: url(../imgs/main_bg.gif) -20% -20% repeat;
	}

body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 10px;
	}
	
img, a {
	outline: none; /* gegen hyperlink-Rand im Firefox */
	}
	
.clearer {
	display: block;
	width: 100%;
	clear: both;
	}

#header {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000 url(../imgs/header2_bg.jpg) 0% 0% repeat;
	height: 219px;
	}

#content {
	float: left;
	width: 45%;
	margin: 20px 2%;
	padding: 0;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	}
	
#marginalbox {
	float: left;
	width: 30%;
	margin: 20px 2%;
	padding: 0;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	}
	
#navigation {
	float: left;
	width: 10%;
	margin: 20px 2%;
	padding: 0;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	}
	
.dtr {
	width: 400px;
	margin: 0;	
	text-indent: -9999px; /* entfernt den Text*/ 
	background: url(../imgs/dtr.gif) 0% 0% no-repeat;
}
	

/* Typologie --------------------------------------------------------- */
	
h1 {
	font: normal 2.2em/1.0em 'Arial Black', Arial, Helvetica, sans-serif;
	color: #a2a18b;
	text-align: left;
 	text-transform: uppercase;
	margin: 12px 0;
	padding: 0;
	clear: both;
	}
	
h2 {
	display: block;
	margin: 0;
	padding: 0;
	height: 219px;
	background: url(../imgs/header2.jpg) 90% 0% no-repeat;
	}
	
p, .konzerte, .verlinkungen, .adressen {
	font: normal 1em/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	}
	
p {
	background: #fff;
	margin: 0 0 16px 0;
	padding: 8px;
	}
	
.datum {
	font: normal 1em/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: right;
	margin: 0 0 2px 0;
	padding: 8px;
	}
	
.stadt {
	font-weight: bold;
	}


/* ========================================= Listen-Einstellungen, allgemein */

ul {
	list-style: none;
	margin: 0 0 16px 0;
	padding: 0;
	}

li {
	list-style: none;
	/*background: #333;*/
	}
	
.konzerte li, .verlinkungen li, .adressen li {
	background: #fff;
	margin: 0 0 2px 0;
	padding: 2px 8px;
	}
	
	
.navi {
	background: transparent;
	}



/* ========================================= Navigation */


a {
	font: normal 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #111;
	text-decoration: none;
	margin: 4px 0;
	padding: 0;
	border-bottom: 1px dotted #111;
	}
	
p a {
	line-height: inherit;
	margin: inherit;
	}
	
a:hover {
	color: #000;
	border-bottom: 1px solid #111;
	}
	
.aktiv {
	font: normal 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #111;
	color: #000;
	border-bottom: 1px solid #111;
	margin: 4px 0;
	padding: 0;
	}
	
	
/* :::::::::::::::::::: vielleicht zu gebrauchen :::::::: */


.spacer {
	display: block;
	clear: both;
	line-height: 20px;
	height: 20px;
	background: transparent;
	}

.linie {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	line-height: 1px;
	border-top: 1px dotted #888;
	margin: 8px 0;
	background: transparent; /*url(../imgs/line.gif) repeat-x;*/
	}
