/* Stylesheet
www.benediktrb.de
*/

/* All browsers */
* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

/* Body */

body{
        background:#FFFFFF;
	color:#333;
	font: 0.75em/120% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin:0;
	padding:0;655D43
	text-align:left;
}

/* Definitions */

h1, h2, h3{
	font-weight:bold;
	margin:0;
}

a {
	text-decoration: none;
	color: #AF1313;
	outline:none;
}

a:hover {
	text-decoration: underline;
	color: #403B2F;
}

a img {
	border: 0;
}

.nodisplay {
        left: -5000px;
        position:absolute;
}

.bold {
        font-size:1em;
        font-weight:bold;
}

input {
	background:#474235;
	color:#fff;
   	border: 2px solid #5F5A4C;
   	padding: 4px;
   	font-size: 1em;
}

textarea {
	background:#474235;
	color:#fff;
   	border: 2px solid #5F5A4C;
   	padding: 2px;
   	font-size: 1.2em;
}

ul {
  	list-style-type: square;
  	margin: 5px 0 10px 0;
  	padding: 0;
}


ul li {
 	 margin: 10px 0 0 25px;
  	padding: 0;
}

/* Wrapper */

#wrap{
        border-left:1px solid #000;
        border-right:1px solid #000;
        background: #fff;
	margin:0 auto;
	text-align:left;
        width:1000px;
}

/* Header and buttons */

#buttons {
	background: #A20000 url(./img/top_buttons.jpg) repeat-x top left;
	height:35px;
}

#top_buttons{
	float:right;
	padding: 8px;
}

#top_buttons a {
  	background: transparent;
  	color: #25221B;
  	text-decoration: none;
	font-weight:bold;
	padding:3px;	
}

#top_buttons a:hover {
  	text-decoration: none;
	background: #fff;
  	color: #25221B;
	padding:3px;
}

#header {	
	height:100px;
}

#header h1{
	margin-left: 100px;	
	padding-top: 30px;
	font-size: 300%;
	color:#7CBC0B;
}
#header h2{
	line-height:5em;
	margin-left: 130px;	
	font-size: 100%;
	color:#D70B14;
}

/* Container */

#container {
	background: url(./img/bg.jpg) repeat-x top left;
	padding: 25px;
}

/* Navigation */

#navi {
	

	clear: left;
	float: left;
	width: 179px;
	margin: 0;
	padding: 8px;
	font-size: 1em;
	text-align:right;
}

#navi  ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 1.1em;
}	

#navi  li {
	margin-bottom: 4px;
}

#navi  li a {
	font-weight: bold;
	height: 20px;
	color: #25221B;
	display: block;
	padding:5px 0 0 0;
	text-decoration: none;
}	
	
#navi  li a:hover {
	background: transparent url(./img/point.gif) no-repeat 10px;
	color: #8F0D0D;
}

/* Content */

#content {

	margin: 0 5px 20px 200px;
	padding: 10px;
	line-height: 1.6em;
	text-align: left;
}

#content h2 {
	background: #7CBC0B;
	padding: 4px;
	color:#fff;
	font-size: 1.5em;
	margin: 5px 0 10px 0;
}

#content h3 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding:10px 0 0 20px;
}

#content p {
	line-height:2em;
	margin-left:10px;
	width:98%;
}

#content blockquote {
	margin:20px;
	padding:1px 10px 1px 70px;
	background: transparent url(./img/quote.png) top left no-repeat;
}

#content img {
	display:inline;
	border: 2px solid #979388;
}

/* Footer */

#footer {
  	clear: both;
  	background:#28251D;
  	color: #fff;
  	font-size: 90%;
  	margin: 0;
  	padding: 10px;
}

#footer a {
  	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

