/*original Textboxenfarbe: #F7F7DE, dunkles Gelb*/
/*original Hintergrundfabe: #F7F7DE, helles Gelb*/
/*neue Linkfarbe: #CFE6D3, hellgrün*/



/* es folgen allgemeine Dokumentendeklarationen*/

body{
	background-color:#fff;
	margin: 10px 0px 20px 0px;
}

body, p,textarea,input, select{
	font-family: Georgia, "Times New Roman", Times, serif;	
	letter-spacing: 0.05em;
	line-height: 1.6em;
	font-size: 14px;
	color: #333;
}

ul, li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

a, a:visited{
/*	font-family: Verdana, Arial, Sans-Serif;*/
/*	color: #A9A9A1;*/
	color: #000;

	text-decoration:underline;
/*	background-color: #fff;*/
/*	padding: 2px 5px 2px 5px;*/
	letter-spacing: 0em;

/*	font-weight:bold;*/
}

a:active, a:focus, a:hover{
	background-color: #ffffff;
	text-decoration: none;

}


h1,h2,h3,h4,h5,h6{
/*	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;*/
	font-family: Arial, Sans-Serif;
/*	text-transform: uppercase;*/
	letter-spacing: 0.05em;
	
	margin: 0px 0px 15px 0px;
}

h1{
	font-size: 180%;
}

h2{
	font-size: 115%;
}

/*Seiteninhalt*/
.inhalt{
	display:block;
	width:620px;
	margin-left:auto;
	margin-right:auto;
	
	margin-top: 25px;
	margin-bottom: 25px;
	
	padding: 25px 20px 25px 30px;
	background-color: #F7F7DE;
	
	text-align:left;
}


.inhalt img{
	float:right;
}

/*killt Bildausrichtungen, leider etwas aufgebläht*/
.nomoreflow{
	overflow: hidden;
	clear: both;
	height: 1px;
	margin: -1px 0px 0px 0px;
	font-size: 1px;
}


/*Kopf- und Fußzeilen mit Links und Hinweisen*/
.header{
	display:block;
	width:620px;
	margin-left:auto;
	margin-right:auto;
	
	margin-top: 5px;
	padding: 8px 20px 10px 30px;
	background-color: #F7F7DE;
	text-align:left;
	
	font-style: italic;
}

.footer{
	text-align:center;
	word-spacing:40px;
	
	/*rückt den zentrierten Absatz gegenüber dem Fließtext in die echte Mitte*/
	padding-right: 10px;
}

.header p, .kopf p{
	margin: 0px 0px 0px 0px;
}

/*Titelbild und Anschrift*/
.kopf{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size: 80%;
}

.kopf a, .kopf a:visited{
	font-size: 80%;
	text-transform:none;
	font-weight: normal;
	text-decoration:none;
}

.kopf a:active, .kopf a:hover, .kopf a:focus{
	background-color: #F7F7DE;
}
