body {
  font-size: 85%;
  font-family: Arial, Sans-Serif;
  background-color: #E0E0E0;
	color: #000;
  text-align: center;
  line-height: 1.5em;
}

.smallfont, small { font-size: 0.8em; }
.clear { clear: both; }
p { margin: 15px 20px; }

#wrap {
  margin: 0 auto;
  background-color: #E0E0E0;
  width: 760px;
}

#header {
  float: left;
	text-align: left;
  width: 760px;
  height: 64px;
}

#content {
  background-color: #E0E0E0;
  width: 100%;
  float: left;
  overflow: hidden;
  text-align: left;
}

#contentbox1 {
  float: left;
	border-top: 1px solid #003;
	border-bottom: 1px solid #003;
	padding: 5px 0;
	margin: 0 0 20px 0;
	width: 100%;
}
#cb1-image {
  float: left;
	width: 394px;
	height: 262px;
}
#cb1-content {
  float: left;
  width: 366px;
  height: 262px;
	text-align: justify;
}
#cb1-content p { margin-right: 0; }

#cb1-content h1 {
  font: normal bold normal 120%/150% Arial, Sans-Serif;
	text-transform: uppercase;
	color: #003;
	margin: 0 0 0 20px;
	padding: 0;
	border: none;
}

#contentbox2 {
	padding: 0;
	margin: 30px 0 20px 0;
	width: 100%;
}
#contentbox2 h2 {
  border-bottom: 5px solid #003;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
  font: normal bold normal 120%/150% Arial, Sans-Serif;
	text-transform: uppercase;
	color: #003;
}
#contentbox2 p { padding: 5px 0; margin: 0; }

.cb2-productbox {
  float: left;
  width: 180px;
	background-color: #E0E0E0;
	text-align: center;
	padding: 0 5px;
	margin-top: 40px;
}
.product-text {
  width: 100%;
  font: normal normal normal 85%/ 130% Verdana, Sans-Serif;
  text-align: justify;
}

a.button {
font-weight:bold;
color: #FFCC33;
}

#footer {
  float: left;
  text-align: center;
  width: 100%;
	padding: 0;
  margin-top: 20px;
  margin-bottom: -30px;
}

#footer p {
  font-size: 0.8em;
  margin: 10px 0;
}

#footer hr {
  border: none;
  border-top: 1px solid #003;
  width: 100%;
  height: 1px;
}

#footer p.backtotop { float: right; margin-top: -35px; }

h1, h2, h3, h4, h5, h6 {
  margin: 10px;
}

h1 {
  color: #003;
  border-bottom: 1px solid #003;
  padding-bottom: 5px;
}

h2 {
  font-size: 1.3em;
  font-weight: lighter;
  margin-top: 30px;
  margin-bottom: -5px;
}

/* Links */

a:link {
  color: #003;
	text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #003;
  text-decoration: underline;
}

a:visited {
  color: #003;
}

a.button {
    font-weight:bold;
    color: #FFAA22;
    background: #003;
    padding:3px 5px;
}


/* Navigationsmenü oben */

#navigation {
  float: left;
  width: 100%;
  height: 40px;
  margin-top: 20px;
	background-color: #D0D0D0;
  font: normal normal normal 150%/100% Arial, Sans-Serif;
	text-transform: uppercase;
	color: #003;
}

#navigation ul {
  list-style-type: none;
  padding: 10px 0 10px 5px;
  margin: 0;
}

#navigation ul li {
  display: inline;
	padding-right: 20px;
}

/* Formular */

#formular {
  font-size: 1em;
  line-height: 1.4em;
}

#formular ul {
  list-style-type: none;
}

#formular ul li {
  display: inline;
}

#formular input {
  background-color: #EFEFEF;
  border: 1px solid #999;
  padding-left: 1px;
  padding-right: 1px;
  width: 200px;
}

#formular input:focus {
  background-color: #003;
}
