/* Generelle Settings
====================================================================== */

body {
	background-color:#FFD149;
	font-family: Cambria, serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	padding-top: 10px;
}

/* Layout
====================================================================== */

#header {

}

#hauptteil {
	background-color: #FFCD2F;
	background-image: url(../images/hauptteil_hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

	color:#2D7FC0;
}

#haupttext {
	padding-top: 10px;	
	padding-left: 30px;
	padding-right: 160px;
	padding-bottom: 40px;
}

#footer {
	background-color: #FFCD2F;
	color:#2D7FC0;
	text-align:center;
}



/* Inhalt
====================================================================== */

#haupttext h1 {
	font-size: 160%;	
	padding-bottom: 30px;
	padding-top: 15px;
	font-weight: bold;
}

#haupttext p {
	font-size: 110%;	
	padding-bottom: 10px;
	
	
	
}

#haupttext  ul {
	padding-bottom: 20px;
	padding-left: 30px;
	font-size: 120%;
}

#haupttext  li {
	list-style-type: circle;
}

#haupttext img {
	padding-left: 30px;
	padding-bottom: 20px;
}


#haupttext a:hover {
	text-decoration: underline;	

}
#haupttext a {
	text-decoration: underline;	
	
}

#footer h3 {
	padding-left: 30px;	
	font-size: 80%
}
