/* Farben werden hier definiert: */

html {
	height: 98%;
}

body {
	background-color: rgb(231,209,186);
	height: 100%;
}

/* Styles fuer alle Seiten ausser index */
.main {
	background-color: rgb(11,15,83); 
	z-index:10;
	position: absolute;
	left: 50%;
	width: 1000px;
  	margin-left: -500px;  	
  	border: 1px solid;  	
}

/* Styles fuer die Index-Seite */
.main_index {
	background-color: #a0a0a0;
	z-index:10;
	position: absolute;
	left: 50%;
	width: 1000px;
  	margin-left: -500px;  	
  	border: 1px solid;  	
}

.head {
	width:100%;
	height: 140px;
	background-color: rgb(0,0,0);	
	width: 100%;
	background-image: none;
	border-bottom: 1px solid;
	position: relative;
}

.headerLeft {
	padding: 50px;
}

.headerRight {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
}

.headerLeft h1 {
	font-family: Verdana, sans-serif;
	font-size: 13pt;
	color: rgb(177,63,3);
}

.headerLeft h2 {
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	font-style: italic;
	color: rgb(177,63,3);
}

* html .headerRight img {
	height: 158px;
}

.pageContent {
	font-family: Tamoha;
	font-size: 13pt;
	color: rgb(220,220,220);
	line-height: 30px;
	width: 75%;
	margin: 50px 0px 150px 150px;
}	

.pageContent img {
	margin: 10px;
	float: right;
	border-style: solid;
	border-width: 0 4px 4px 0;
	border-color: rgb(10,10,10);
	
}

.navigation {
	width: 100%;	
	/*float: left;*/
}

a {
	text-decoration: none;	
}

.navigation a {
	font: 10pt Verdana;
	color: #101010;
	background-color: rgb(231,209,186);
	text-align: center;
	padding: 2px 8px;
	/*width: 80px;*/
}

.navigation a:hover {
	background-color: rgb(255,243,230);
}

.two_column {
	width: 100%;
	margin: 1px;	
}

.two_column .annotation_right {
	float: right;	
	width: 50%;
	height: 650px;
	font-style: italic;
	line-height: 20px;
}

.two_column .two_column_left {
	float: left;
	width: 50%;
	height: 650px;	
}

.gedicht {
	font-family: Verdana;
	line-height: 30px;
	padding: 20px;
}

.gedicht .titel {
	font-weight: bold;
}

.zentriert {
	text-align: center;
}

.textschmal {
	width: 8.2cm;
}

.gedichtesammlung a {
	color: white;
}

.trennlinie {
	text-align: center;
	font-weight: bold;
}

.content {
	position: relative;
	min-height: 500px;
	/* margin: 20px; */
}


.startPage img {
	border: 0;
	padding: 0;
	margin: 0;
}

.post img {
	float: left;
	border: 0px;
	margin: 0px; 
}

.galerie img {
	float: none;
}

.booklist img {
	float: none;
	margin: 10px 10px 10px 0;
	width: 300px;
}

.untertitel {	
	line-height: 20px;
	padding: 0 0 20px 10px;	
}

.zitat {
	padding: 0;
	font-style: italic;
}

.jahr {
	text-align: right;
	font-style: italic;
}

.ankuendigung {
	font-family: Verdana;
	color: #B13F03;
	font-weight: bold;
}

.pageContent a {
	color: rgb(231,209,186);
}

.emph {
	font-style: italic;
}	

.bold {
	font-weight: bold;
}

.rotate10 {
	transform: rotate(15deg); 
	-moz-transform: rotate(15deg); 
	-webkit-transform: rotate(15deg);
}





