@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F5FFFA;
	color:#666666;
	margin: 0;
	padding: 0;
}

.magenta {
	color: #FF3399;
	font-weight: bold;
}

.red {
color:#FF0000;
font-weight: bold;
}

.green {
	color:#339900;
	font-weight: bold;
}

.blue {
	color:#3333CC;
	font-weight: bold;
}

.lightblue {
color:#0099CC;
font-weight: bold;
}

.linkblue {
	color:#0066FF;
	font-weight: lighter;
}

.black {
color:#000000;
font-weight: bold;
}

.orange {
	color:#FF6600;
	font-weight: bold;
}

.green {
	color:#33CC66;
	font-weight: bold;
}

a:hover.linkborder {
	border: 1px solid #666666;
}

a img {
	border: 0;
	}

a:link,a:visited {
	color:#666666;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}

.normalolink a:link,
.normalolink a:visited {
color:#666666;
}

h1 {
text-align: center;
font-size:18px;
}
h2 {
text-align: center;
font-size:14px;
}
h3 {
text-align:left;
font-size:12px;
}

.links {}

.mitte {
	padding-top: 35px;
}
.rechts {
	padding-top: 40px;
}

