/*+++++++++++++++++++++++++++++++++++++++++++++++++
	Stylesheet von raum28 
	Stand: 28.12.2009
	Autor: raum28
	Version: 2.5
++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*--------------------------------------------------
	1. Kalibrierung
---------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin-top: 1.5em;
	color: #312E27;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

/*-----------------------------------------------------------
	2. Allgemeine Styles
------------------------------------------------------------*/

html { height: 101%; }

body {
	margin: 0px;
	background: #F3F3F3 url(images/img001.jpg) repeat-x top left;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
}

h1 {
	letter-spacing: -.075em;
	font-size: 3em;
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #6F6F6F;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1em;
}

table {
	position: center;
}

a {
	text-decoration: none;
	color: #3F5F2D;
}


a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #809B30;
}


h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #3C7BCF;
}

.clearing {
	clear: both;
	}
/*---------------------------------------------------
	3. Styles für Layoutbereiche 
---------------------------------------------------*/



/* Header */
/*
#kopf {
	position: absolut;
	margin: 0px;
	background: #F3F3F3 url(images/img001.jpg) repeat-x top left;
	width: 1000px;
	}
	*/
#header {
	width: 800px;
	height: 55px;
	margin: 0 auto;
}

#menu {
	float: left;
	width: 800px;
	height: 60px;
	background: url(images/img004.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	background: url(images/img006.gif) no-repeat right top;
	height: 60px;
	padding: 0 16px 0 16px;
}

#menu a, span {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding: 22px 18px 0 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #2C2E22;
}

#menu .current_page_item a, span {
	color: #2C2E22;
}

/*++++++++++++*/
/* Logo */

#logo {
	width: 785px;
	margin: 0 auto;
	padding-left: 15px;
	background: #FFFFFF url(images/img003.jpg) no-repeat top left;
	height: 327px;
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
}


/* Wrapper */

#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	border-top: none;
}
/* textbereich */
#textbereich {
	float: left;
	width: 770px;
	padding: 20px 10px 30px 20px;
}
.title {
	margin: 0;
	font-weight: normal;
}

h1.title {
	padding: 15px 0  0 0;
	height: 30px;
	font-size: 2.4em;
}
h2.title {
	padding: 10px 0 0 0;
	height: 20px;
	color: #6F6F6F;
	font-size: 1.4em;
	}
.bildrechts {
	float: right;
	padding: 3px;
	border: 3px solid #cccccc;
	margin-bottom: 10px;
	margin-left: 10px;
	}

/*----------------------------------------------------
	4. Sonstige Styles
----------------------------------------------------*/

/* Galerie*/
* html div.galerie { height: 1%; }	

div.galerie { 
	overflow: hidden;	
	background-color: white;
	color: black;
    padding: 0 5px 10px 0; 
	}

div.galerie img { 
   float: right; 
   padding: 4px;
   border: none;
   border-right-color: #aaa;
   border-bottom-color: #aaa;
   margin-left: 20px; 
   margin-bottom: 10px;  
   margin-top: 0;
}


/* Footer */

#footer {
	margin: 0;
	padding: 0;
	height: 140px;
	background: #F3F3F3 url(images/img002.jpg) repeat-x bottom left;
}

	#footer p {
		padding-top: 30px;
		text-align: center;
		font-size: 9px;
	}

	#footer a {
		font-size: 9px;
		color: #3F5F2D;
			}
	#footer a:hover,
	#footer a:focus {
	border-bottom: 1px dashed #3F5F2D;
	}
	#footer table {
	height: 10px;
	margin: 10px auto;
	}
	
	#footer  tr  td {
	padding-top: 10px;
	font-size: 9px;
	width: 100px;
	height: 12px;
	text-align: center;
	}
	
/*-------------------------------------------------------
	5. Formular
-------------------------------------------------------*/


form {
  background-color: #eeeeee; 
  color: black; 
  width: 700px; 
  padding: 20px; 
  margin-top: 10px;
  border: 1px solid #8c8c8c; 
}   

input.button {
	background: #37342D;
	border: 1px solid black;
	color: #FFFFFF;
}
