/* CSS Document */

body {
	background-color: #33CC66;
	color: black;
}


a {
	color: #0000CC;
	text-decoration: none;
}


ul {
	list-style-type: none;
	letter-spacing:0.04em;
	}
	
li{
	padding: 5px;
}

p{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 130%;
	color: black;
	text-align: justify;
	text-indent: 1em;
	letter-spacing:0.04em;
	}

#title {
	font-family: "Times New Roman", Times, serif;
  	font-size: 24px;
	line-height: 30px;
	color: #0000CC;
	border-bottom: 2px solid #0000CC;
}

.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  	color: #0000CC;
}


#navleiste {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height:120%;
	color: #0000CC;
	text-indent:1em;
	letter-spacing:0.08em;
}
.navaktuell{
	color: black;
	}
	
.nav{
	background-color: white;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 22px;
	color: #0000CC;
}


.dingbat {
	font-family: "Times New Roman", Times, serif;
  	color: #0000CC; 
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	text-decoration: underline;
}

.mymail{
color: #0000CC;
}