/* .............................. */
/* Basic */
/* .............................. */

body	{
	font-family:Georgia,"Times New Roman",serif;
	font-size:13px;
	padding:0px;
	margin:0px;
	color: #2e2e2e;	
	}

/* .............................. */
/* www.cssstickyfooter.com */
/* .............................. */

html, body, #wrap {
	height:100%;
	}

body > #wrap {
	height:auto; 
	min-height:100%;
	}

#wrap {
	margin:0px;
	background:#ffffff;
	padding:0px 0px 0px 0px;
	}

#main {
	padding-bottom:50px; /* must be same height as the footer */
	}

/* CLEAR FIX*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.clearfix {
	display:inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
	}
	
.clearfix {
	display:block;
	}
/* End hide from IE-mac */	

/* .............................. */
/* Aufbau */
/* .............................. */

#left {
	width:190px;
	margin:0px;
	padding:0px 10px 30px 50px;
	float:left;
	line-height:1.5em;
	text-align:right;
	font-family:Georgia,"Times New Roman",serif;
	}

html>#left	{ 
	width:240px;
	}

#right {
	width:460px;
	margin:0px 0px 30px 240px;
	padding:0px 50px 20px 50px;
	line-height:1.5em;
	font-family:Georgia,"Times New Roman",serif;
	}		
	
/* .............................. */
/* Links */
/* .............................. */

a	{     
	color:#0b610b;
	padding:0px;
	margin:0px;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	}

h1	{
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	color:#0b610b;
	padding:0px 0px 0px 0px;
	margin:0px;
	}
	
h1	a{
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	color:#0b610b;
	padding:0px 0px 0px 0px;
	}
	
h1	a:hover{
	color:#0b610b;
	text-decoration:none;
	}

ul li{
	margin:0px 0px 0px 15px;
	padding:0px;
	list-style-type:circle;
   }

/* .............................. */
/* Initiale*/
/* .............................. */

.buchstabe {
    float:left;
    padding:0px 0px 30px 0px;
    margin:0px;
  }

.first-letter .initiale:first-letter {
	color:#0b610b;
	font-size:36px;
	font-style:italic;
	float:left;
	padding-top:7px;
	padding-right:5px;
  }

p {
	margin:0px;
	padding:0px 0px 15px 0px;
	}

/* .............................. */
/* Navigation */
/* .............................. */

#logo {
	margin:0px 0px 20px 120px;
	padding:0px 0px 0px 0px;
	}

#navigation {
	background-color:#e5e5e5;
	margin:0px 0px 40px 0px;
	padding:10px 0px 11px 280px;
	font-family:Arial,sans serif;
	text-transform:uppercase;
	}

#navigation a{
	margin:0px 10px 0px 10px;
	padding:0px 0px 0px 0px;
	color:#000000;
}

#navigation a:hover{
	margin:0px 10px 0px 10px;
	padding:0px 0px 0px 0px;
	color:#ffffff;
}

.set {
	padding:10px 0px 9px 0px;
	margin:0px;
	background: url('http://www.text-welten.com/bilder/set.gif') no-repeat; 
	background-position:center;
	background-position:top;
	}

/* .............................. */
/* Footer */
/* .............................. */

#footer{
	position:relative;
	margin-top:-50px; /* negative value of footer height */
	clear:both;
	height:50px; /*muss mit main uebereinstimmen*/
	background-color:#e5e5e5;
	font-family:Arial,sans serif;
	font-size:11px;
	color:#555;
	} 

#footer a{
	color:#555;
}

#footer a:hover{
	color:#ffffff;
}

#footer_left {	
	width:190px;
	margin:0px;
	padding:15px 10px 0px 50px;
	float:left;
	text-align:right;
	}

html>#footer_left	{ 
	width:240px;
	}

#footer_right {
	margin:0px 0px 0px 240px;
	padding:15px 50px 0px 50px;
	}	
	
/* .............................. */
/* Formular */
/* .............................. */

form {
	border:0px;
	margin:0px 0px 30px 0px;
}

input {
 	background-color: #f5f5f5;
}

label {
	display: block;
	padding:0px 30px 5px 0px;
		}

.field {
	float:right;
	width:300px;
	border:1px solid #cccccc;

		}
		
textarea {
 	background-color: #f5f5f5;
	float:right;
	width:300px;
	border:1px solid #cccccc;
	}
