
body {
	margin: 0;
	padding: 0;
  background: #fff url('images/background.png') repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a6a6a;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 2px solid #d9d9d9;
	margin-bottom: 15px;
}

h3 {
	font-size: 1.6em;
	margin-bottom: 10px;
}

h4 {
	font-size: 2.0em;
	color: #ffffff;
  text-align: center;
	padding: 5px 45px 5px 45px;
}

h5 {
	font-size: 2.4em;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #3E3530;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
	height: 107px;
}

#header {
	width: 915px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

/* Menu */

#menu {
  position: absolute;
	margin: 64px 0 0 360px;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	background: url(images/mouseover.png) repeat-x left top;
  font-size: 13px;
	margin-right: 3px;
	padding: 6px 10px 8px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: url(images/mouseover.png) repeat-x left top;
	text-decoration: none;
}

#menu .first {
	margin-right: 3px;
	background: #FF7900;
}

.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: url(images/submenu.png) repeat-x left top;
padding: 10px;
font: normal 12px Verdana;
z-index: 100;
color: #fff;

}

.megamenu .column{
float: left;
margin-right: 5px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding: 5px;
border-bottom: 1px dotted #aaa;
}

.megamenu .column ul li a{
text-decoration: none;
color: #fff;
}

.megamenu .column ul li a:hover{
text-decoration: underline;
}

/* Logo */

#logo {
  float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	font-size: 2.8em;
	padding-top: 20px;
}

#logo h1 a {
	color: #fff;
}

/* Page */

#page {
	width: 915px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

/* Content */

#contentwrapper {
  margin-top: 20px;
}

#content {
	float: left;
	width: 630px;
	padding: 0;
	text-align: justify;
}

#startcontent {
  font-size: 11px;
  }

#startcontent ul {
  margin: 0px;
  padding: 0px;
	border: none;
	list-style-type:none;
  }
  
#startcontent li {
  width: 200px;
  padding: 2px;
  border: 1px solid #e1e1e1;
  background: #f3f3f3;
  display: inline-block;
  }
  

#contentbox {
  border: 1px solid #e1e1e1;
  background: #f3f3f3;
  padding: 15px;
  margin: 15px 0;
  font-size: 11px;
  }
  
#contentbox ul {
  width: 585px;
  margin: 0px;
  padding: 0px;
	border: none;
	list-style-type:none;
  }
  
#contentbox li {
  display: inline-block;
  margin: 3px 10px;
  }
  
#contentbox li a:hover {
  text-decoration: underline;
  }
/* Sidebar */

#sidebar {
	float: right;
	width: 255px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	color: #787878;
}

#sidebar a:hover {
  text-decoration: underline;
  }
  
#box_beschreibung {
  width: 220px;
  background: url('images/box_background.png') repeat-x top center;
  border: 1px solid #00264a;
  padding: 15px;
  color: #fff;
  line-height: 17px;
  text-align: justify;
  margin-top: 15px;
  }

#boxheader_vorteile {
  width: 240px;
  background: url('images/box_header_green.png') repeat-x top center;
  border: 1px solid #a8cda4;
  padding: 4px 5px;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
  }
  
#box_vorteile {
  width: 230px;
  background: #eaf8e8;
  border: 1px solid #a8cda4;
  padding: 10px;
  color: #3c8a38;
  }
  
#box_vorteile ul {
  margin: 0px;
  padding: 0px;
	border: none;
	list-style-type:none;
  }
  
#box_vorteile li {
  list-style-image: url(images/accept.png);
  list-style-position: outside;
  margin: 0 0 0 30px;
  padding: 3px 0;
	line-height: 17px;
  }
  
#boxheader_anbieter {
  width: 240px;
  background: url('images/box_header_blue.png') repeat-x top center;
  border: 1px solid #63a9ce;
  padding: 4px 5px;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
  }
  
#box_anbieter {
  width: 230px;
  background: #e3f3fb;
  border: 1px solid #63a9ce;
  padding: 10px;                                      
  color: #3c8a38;
  }
  
#boxheader_top3 {
  width: 240px;
  background: url('images/mouseover.png') repeat-x top center;
  border: 1px solid #002e4c;
  padding: 4px 5px;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
  }
  
#box_top3 {
  width: 230px;
  background: #f3f3f3;
  border: 1px solid #002e4c;
  padding: 10px;
  color: #3c8a38;
  }
  
#box_community {
  width: 230px;
  background: url('images/community.png') repeat-x top center;
  border: 1px solid #002e4c;
  padding: 10px;
  color: #3c8a38;
  }
  
#box_social_network {
  width: 232px;
  height: 85px;
  background: url('images/social_network_background.png') repeat-x top center;
  padding: 10px;
  color: #3c8a38;
  margin-top: 15px;
  }
  
#box_anbieter ul, #box_community ul, #box_top3 ul {
  margin: 0px;
  padding: 0px;
	border: none;
	list-style-type:none;
  }
  
#box_anbieter li,#box_community li, #box_top3 li {
  list-style-image: url(images/plus.png);
  list-style-position: outside;
  margin: 0 0 0 30px;
  padding: 3px 0;
	line-height: 17px;
  }


/* Footer */

#footer {
  border-top: 2px solid #d9d9d9;
  width: 915px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	font-size: 11px;
	text-align: left;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;
}


#imglink {
	float: left;
	position: inline;
	padding: 1px 5px 0 0;
}

#kurse ul {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
  width: 650px;
  }
  
#kurse li {
  background: #f3f3f3;
  float: left;
  border: 1px solid #d0d0d0;
  width: 290px;
  margin: 3px;
  padding: 5px;
  }
  
#kurse li a:hover {
  text-decoration: underline;
  }
  
#facebook {
  position: absolute;
  padding: 0;
  }

#twitter {
  position: absolute;
  margin: 0 0 0 90px;
  }
