/* Diese CSS gehört zur Feuerpoeten.de Webpräsents */
/* Erstellt T.Timm */

* {margin: 0;
   padding: 0;}

body {
	background-image: url(../images1/body_tile.jpg);
	background-color: #cfb590;
	background-repeat: repeat-y;
	font-size: 62.5%;
	font-family: "Arial", Times, serif;
}

#container {
	width: 954px;
	font-size: 1.2em;
}

#left {
	background-image: url(../images1/left_bg.jpg);
	
	float: left;
	height: 434px;
	width: 274px;
	padding-top: 275px;
}

#right {
	background-image: url(../images1/right_bg.jpg);
	float: left;
	width: 590px;
	padding-top:150px;
	padding-right: 90px;
	background-repeat: no-repeat;
}

#footer {
	background-image: url(../images1/footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 524px;
	padding-left: 430px;
	padding-top: 28px;
	clear: both;
}

#navcontainer { width: 150px; }

#navcontainer ul
{
margin-left: 55px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #cfb590;
	text-decoration: none;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 7px;
	font-weight: bolder;
}

#navcontainer a:hover
{
	color: #75492b;
	background-image: url(../images/bullet_hover.png);
	background-repeat: no-repeat;
}

p {margin-bottom: 15px;
   margin-top: 15px;}

h1 {
	text-align: left;
	font-family: "Arial", Times, serif;
  color: #000000;
  font-style: bold;
  text-decoration: underline; 
	font-size: 1.3em;
}

h2 {
	text-align: left;
	font-family: "Arial", Times, serif;
  color: #000000;
  font-style: bold;
	font-size: 1.2em;

}

h3 {
	text-align: left;
	font-family: "Arial", Times, serif;

	color: #000000;
	font-size: 1.5em;
}

h4 {
	text-align: left;
	font-family: "Arial", Times, serif;

	color: #000000;
	font-size: 1.5em;
	margin-left: 107px;
	margin-bottom: 30px;
}

blockquote {
	font-style: italic;
	border: 1px dotted #666666;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #74752B;
	
}

a:link {color: #000000}
a:visited {color: #74752B}
a:hover {color: #993300}
a:active {color: #993300}
