* {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

a {
	color:#0395f4;
	font-weight:normal;
	text-decoration:underline;
}

#page {
	margin:0 auto;
	text-align:left;
	width:981px;
}

#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:981px;
	height:201px;
}

#header ul {
	margin-top:175px;
	float:right;
	list-style-type:none;	
}

#header ul li {
	display:inline;
}

#header ul li a {
	text-decoration:none;
	color:#bdcfec;	
	font-size:13px;
	padding:0;
	width:189px;
	display:block;
	float:left;	
	text-align:center;
}

#main {
	margin-top:20px;
}

#col1 {
	width:202px;
	margin-right:20px;
	float:left;
}

#col1 ul {
	list-style-type:none;	
}

#col1 ul li a {
	display:block;
	border-bottom:1px solid #ededee;
	text-decoration:none;
	color:#508ff1;	
	font-size:13px;
	padding:2px 18px 0px 21px;
	height:45px;
	width:163px;
	background-color:#ffffff;	
}

.subline {
	color:#5f5d5d;
	font-size:10px;
}

#col1 ul li a:hover {
	background-color:#508ff1;
	color:#fff;
}

#col1 ul li a:hover .subline {
	background-color:#508ff1;
	color:#000;
}

#col2 {
	float:right;
	width:758px;
	border-left:1px solid #cccccc;
}

#subcol1 {
	width:570px;
	float:left;
	padding:20px;
	border-right:1px solid #cccccc;
}

#subcol2 {
	width:100px;
	float:right;
	padding:20px;
	border-bottom:1px solid #cccccc;
}

#btnStartseite {
	float:left;
	width:570px;
	height:186px;
	/*border-right:1px solid #cccccc;*/
	margin-top:20px;	
	/*margin-left:-20px;*/
}

.clearfix {
	clear:both;
}

h1 {
	color:#5d6776;
	font-size:20px;
	font-weight:normal;	
}

h2 {
	color:#0395f4;
	font-weight:normal;
	font-size:12px;
}

h3 {
	font-weight:bold;
	font-size:12px;
}

h4 {
	font-size:12px;
	color:#508ff1;
}

h5 {
	font-size:14px;
	color:#000000;
}

h6 {
	font-size:11px;
	color:#508ff1;
}


p {
	margin-top:10px;
}

#col2 ul {
 list-style-image:url(../images/stern.gif);
 /*list-style-type:lower-roman;*/
}

#col2 ul {
	margin-top:10px;
	margin-left:40px;
}

input {
	width:200px;
}

textarea {
	width:200px;
	height:80px;
}

html body #col2 .haken {
	list-style-image:url(../images/haken.gif);
}

.blau {
	color:#508ff1;
}

.rosa {
	color:#ff3299;
}

#footer {
	clear:both;
	padding-top:20px;
	padding-bottom:10px;
}

#a1 {
	color:#cccccc;
	text-align:center;
	font-size:10px;
}

#a1 a {
	color:#cccccc;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
}