/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #6699CC;
	margin-top: 35px;
	margin-left: 50px;
	color: #FFFFFF;
}

.strich {
	background-color: #4A4AD1;
}
.hintergrund {
	background-color: #6699CC;
}
.menu {
	padding-left: 15px;
	background-color: #4A4AD1;

}

.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C0C0C0;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.content {
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 50px;
	height: 500px;
	overflow: auto;
	margin-top: 20px;
	padding-top: 50px;
	padding-right: 0px;
	text-align: justify;
	margin-left: 15px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 15px;
	margin-top: 15px;
}
.text wichtig{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFE400;
	padding-left: 0px;
	margin-top: 0px;
}
	.list1 {
	color: #000000;	
	list-style-type: disc;
	
}
.list2 {
	color: #CCFF33;
	font-size: 18px;
	font-weight: bold;
}
.text a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C0C0C0;
	text-decoration: none;
	
}
.text a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1D0856;
	text-decoration: none;
}
.text a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F6D80B;
	text-decoration: none;
}
.text ul {
     margin-left: 15px;
	 padding-left: 0px;
}
.ueberschrift1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bolder;
	color: #COCOCO;
	
}

.text td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 5px;
	valign: top;
	}
.startseite {
	color: silver;
	font-size: 18px;
	font-weight: bold;
}
.startseite a:link{
	color: silver;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.startseite a:visited{
	color: silver;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.startseite a:hover {
	color: #F5D80B;
}
