/*
StyleSheet für http://www.klausvomdachsbuckel.de
erstellt durch M.Weber http://www.creacodil.de
*/

body {
	text-align: center;
	background-color: #7e0f11;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#alles {
	margin: 0px auto;
	width: 742px;
	text-align: left;
	background-color: #7e0f11;
	color: #333;
}

#header {
	display: block;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background-color: #7e0f11;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../fotos/headback.jpg);
	background-repeat: repeat-y;
}

/* Navigation ------------------------------------------------------------------------------ */

#navi {
	float: left;
	width: 149px;
	background-color: #7e0f11;
	font-size: 14px;
}
  
  div#navi p {
	background-color: #fffbb1;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6ab7b9;
	border-left-color: #6ab7b9;
    list-style: none;
    margin-top: 0px; 
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 10px;
  }
  div#navi a {
    font-weight: bold;
	text-decoration: none;
  }
  div#navi a:link {
    color: #7e0f11; 
  }
  div#navi a:visited {
    color: #7e0f11; 
  }
  div#navi a:hover {
    color: #7e0f11;
	background-color: #d2e6b3; 
  }
  div#navi a:active {
    color: #7e0f11; 
	background-color: #d2e6b3;
  }
  div#navi .footer{
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	background-color: #fffbb1;
	border-right-width: 0px;
	border-left-width: 0px;
  }

/* Inhalte ------------------------------------------------------------------------------  */


#contentrahmen {
	float: left;
    margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 589px;
}

  div#contentrahmen .footer{
	float: left;
	margin-top: 0px;
	margin-left: 0px;
    margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #7e0f11;
	border-right-width: 0px;
	border-left-width: 0px;
  }
  
  div#content {
	background-color: #ffffff;
	border-left-width: 8px;
	border-left-color: #6ab7b9;
	border-left-style: solid;
	border-right-width: 8px;
	border-right-color: #6ab7b9;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	padding-left: 60px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
    margin-top: 0px;
  }

  div#content h1 {
	color: #660000;
	text-align: center;
	font: italic normal normal 32px "Times New Roman", Times, serif;
    margin-bottom: 32px;
	margin-top: 0px;
  }
  div#content h2 {
	color: #660000;
    font-size: 1.2em;
	font-weight: bold;
    margin-top: 0em;
    margin-bottom: 1em;
  }
  div#content h4 {
	color: #660000;
    font-size: 14px;
	font-weight: bold;
  }
  div#content p {
    font-size:13px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
    margin-top: 0px;
  }
  div#content td {
    font-size:13px;
  }


  div#content .schmalespalte {
    width:320px;
  }
  
  
  div#content a {
    font-size:13px;
    color: #7e0f11;
  }
  div#content a:link {
    color: #7e0f11; 
	font-weight: normal;
	text-decoration: none;
  }
  div#content a:visited {
    color: #7e0f11; 
	font-weight: normal;
	text-decoration: none;
  }
  div#content a:hover {
    color: #7e0f11;
	font-weight: normal;
	background-color: #FFFFCC;
	text-decoration: underline;
  }
  div#content a:active {
    color: #7e0f11; 
	font-weight: normal;
	background-color: #FFFFCC;
	text-decoration: none;
  }
  
  
  div#content ul {
    font-size:13px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
    margin-top: 0px;
  }
  div#content li {
    font-size:13px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
    margin-top: 0px;
  }
  
  div#content .linie {
	width:22em;
	text-align:left;
	margin-bottom: 20px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: ridge;
	border-top-color: #999999;
	  }
  div#content .buchlinie {
	width:22em;
	text-align:left;
	margin-bottom: 10px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: ridge;
	border-top-color: #999999;
	  }
 
  div#content .emph {
  	font-family: Verdana, Arial,  Helvetica, sans-serif;
	color: #660000;
    font-size: 26px;
	font-weight: bold;
  }
  div#content .textblock {
  	width: 320px;
  }
   div#content .gedicht {
	margin-top: 20px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 320px;
	background-color: #fffbb1;
  }
 
  
  div#content img  {
    border:none; 
}  


div#content .nachoben {
	font-size: 0.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

div#content .imgleft  {
    border: none; 
	margin-left: 0em;
	margin-right: 0.5em;
	margin-top: 0.0em;
	margin-top: 0.0em;
	}
	
div#content .imgright  {
    border: none; 
	margin-left: 0.5em;
	margin-right: 0em;
	margin-top: 0em;
	margin-top: 0.0em;
	}
	
div#content .imgrightborder  {
    border: none; 
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0em;
	margin-top: 0.0em;
	}	


