/* default elements */
*{margin:0;padding:0; border:0px}

body,td,th {
	font-family:  "Helvetica", Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	font-style: normal;
	margin: 0px;
	background-color: #1A2946;
}
#wrapper {
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#headernav {
	background-color: #1A2946;
	height: 30px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}
#header {
	background-image: url(../images/banner.jpg);
	height: 250px;
}
#wrapperContent {
	background-color: #1A2946;
}
#content {
	width: 390px;
	margin-left: 250px;
	padding-top: 10px;
}
#side1 {
	width: 220px;
	float: left;
	padding-top: 40px;
	padding-bottom: 10px;
}
#side2 {
	width: 220px;
	float: right;
	padding-top: 40px;
	padding-bottom: 10px;
}
.clear {
	clear: both;
}
/* text elements */
h1 {
	font-size: 18px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	font-style: normal;
	color: #FFCD48;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: normal;
	background-image: url(../images/pfeil.gif);
	background-position: 0px 4px;
	padding-left: 20px;
	background-repeat: no-repeat;
}
p {
	margin-bottom: 20px;
}
/* link elements */
a:link , a:visited{
	color: #FFBA03;
	text-decoration: none;
}
a:hover , a:active{
	color: #CC9900;
}
li {
	margin-left: 40px;
}
ul {
	margin-bottom: 10px;
}
