body, html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	background-color: #9acbf7;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#container {
	width: 1020px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
/* HEADER, NAVIGATION */

#container-header {
	width: 1020px;
	height: 155px;
	background-position: right top;
	background-repeat: no-repeat;
	background-color:  #FFFFFF;
	line-height: auto;
	font-weight:bold;	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/* Round CSS Corners */

#container .top {
	display:block;
	background: #2e3996;
}
#container .top b {
	display:block;
	height: 1px;
	overflow: hidden;
	background: #ffffff;
}
#container .r1 {
	margin: 0 5px;
}
#container .r2 {
	margin: 0 3px;
}
#container .r3 {
	margin: 0 2px;
}
#container .top .r4 {
	margin: 0 1px;
	height: 2px;
}
/* Round CSS Corners END */

#container-name {
	float: left;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #9acbf7;
	line-height: 10px;
	font-size:28px;
	height: 150px;
}
#container-slogan {
	float: right;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding-right: 20px;
	line-height: 70px;
	color: #9acbf7;
}
span, #container-name span, #container-slogan span {
	color: #2d3795;
}
#container-linie {
	width: 935px;
	height: 32px;
	background-image: url(../images/bg_linie.png);
	background-repeat:no-repeat;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 45px;
}
#container-navigation {
	width: 1020px;
	background-color: #2d3795;
	height: 30px;
	clear: both;
	left: 20px;
	right: 20px;
}
#navigation {
	margin: 0;
	padding: 0;
	text-align: center;
}
#navigation ul, #navigation li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navigation a:link, #navigation a:visited {
	float: left;
	font-size:12px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 2px 15px 3px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2d3795;
	border-right: 1px solid #ffffff;
}
#navigation a:hover {
	color: #2d3795;
	background-color: #ebf6ff;
}
/* CONTENT */

#container-content {
	width:940px;
	background-image: url(../images/bg_content.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #ebf6ff;
	padding: 20px 40px 20px 40px;
	margin: 0 0 0 0;
	height: auto;
}
#content {
	width: 700px;
	float: left;
}
#border {
	width: 180px;
	margin-left: 740px;
}
/* FOOTER */

#container-footer {
	color: #ebf6ff;
	background-color: #2d3795;
	width: 1020px;
	padding: 0px 0px 0px 0px;
	color: #aeaeae;
	display: block;
}
#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #ebf6ff;
	text-decoration: none;
}
#container-footer a:hover {
	color: #9acbf7;
}
#footer {
	font-size: 11px;
	color: #ebf6ff;
	padding-bottom: 75px;
	background-color: #2d3795;
	background-image: url(../images/footer-end.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer-copyright {
	float: left;
	width: 360px;
	padding-left: 40px;
	padding-bottom: 10px;
	background-color: #2d3795;
}
#footer-meta {
	float: right;
	text-align: right;
	width: 360px;
	padding-right: 40px;
	padding-bottom: 10px;
	background-color: #2d3795;
}
/* HELPER */

.clearer {
	clear: both;
}
/* HEADLINES */

h1 {
	font-size: 22px;
	color: #2d3795;
	margin: 0 0 0 0;
	padding: 0px 0 20px 0px;
	line-height: 24px;
}
h2 {
	font-size: 16px;
	color: #2d3795;
	padding: 5px 0 5px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
	color: #2d3795;
	padding: 5px 0 0px 0px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}
h4 {
	font-size: 14px;
	color: #2d3795;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	border-top: 1px solid #2d3795;
	border-bottom: 1px dotted #2d3795;
	padding: 4px 0 4px 5px;
	margin: 0 0 10px 0;
}
h5 {
	font-size: 12px;
	color: #2d3795;
	padding: 5px 0 0px 0px;
	text-transform: none;
	letter-spacing: -0.5px;
	margin-left: 10px;
}
/* TYPOGRAPHY etc. */	
	
hr {
	border: none 0;
	border-top: 1px solid #2d3795;
	height: 1px;
}
#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}
#content p {
	line-height: 19px;
	color: #666666;
	margin: 0 0 20px 25px;
}
#content table {
	line-height: 19px;
	color: #666666;
	margin: 0 0 20px 25px;
}
#content p a, #border p a {
	text-decoration: none;
	color: #2d3795;
	/*border-bottom: 1px dotted #2d3795;*/
	/*font-weight:bold;*/
	padding: 1px;
}
#content p a:hover, #border p a:hover {
	text-decoration: none;
	color: #2d3795;
	padding: 1px;
	border-bottom: 1px dotted #2d3795;
}
#content ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}
#content li {
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 25px;
	padding: 0 0 0 20px;
	list-style: none;
	background-image: url(../images/li_cube.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#content .quote {
	border-top: 1px solid #2d3795;
	background-color: #f4f8fb;
	border-bottom: 1px solid #2d3795;
	padding: 15px 15px 15px 65px;
	background-image: url(../images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #2d3795;
	font-style: italic;
}
#border p {
	line-height: 17px;
	font-size: 11px;
	color: #666666;
	margin: 0 0 20px 10px;
}
ul#subnavigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
	background-image: none;
}
#subnavigation li {
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}
#subnavigation li a {
	text-decoration: none;
	color: #2d3795;
	border-bottom: 1px dotted #2d3795;
}
#subnavigation li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #2d3795;
}
ul#news {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
	background-image: none;
}
#news li {
	list-style: none;
	background-image: url(../images/li_cube.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 2px 0px 2px 20px;
	margin: 0 0 15px 0px;
}
/* IMAGES */

#content img {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #f1f1f1;
}
img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}
img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}
img.alignabove {
	margin: 0 0 10px 0;
}
/* FORM ELEMENTS */

.formbox {
	margin-left: 25px;
	padding:0;
	width:520px;
}
form {
	margin:0;
	padding:0;
}
fieldset {
	width:390px;
	border:1px solid #999;
	padding:10px;
	margin:5px;
	text-align:left;
}
fieldset:hover {
	border-color:#333;
}
fieldset#checkbox input {
	width:35px;
}
legend {
	font-size:1.1em;
	color:#2d3795;
	font-weight:bold;
	padding:5px;
	margin:5px;
	background:none,
}
label {
	color:#2d3795;
	font-size:1em;
	margin:0 3px 3px 0;
	padding:0;
	line-height:1.5em;
	width:120px;
	display:block;
	float:left;
	clear:left;
}
input {
	border:1px solid #666;
	padding-left:0.3em;
	margin-bottom:0.6em;
	width:240px;
	background:#fff;
}
input:focus {
	border-color:#2d3795;
}
select {
	border:1px solid #666;
	padding-left:0.3em;
	margin-bottom:0.6em;
	background:#fff;
	width:100px;
}
option {
	color:#2d3795;
}
textarea {
	width:244px;
	border:1px solid #666;
}
textarea:focus {
	border-color:#2d3795;
}
.zip {
	width:50px;
}
.city {
	width:180px;
}
.street {
	width:200px;
}
.strnr {
	width:30px;
}
.buttons {
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.submitbtn {
	width:123px;
	background:#666;
	color:#fff;
	cursor:pointer;
}
.submitbtn:hover {
	background:#2d3795;
	color:#fff;
}
#produkt p {
	line-height: 19px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
}

/* EIGENE */
.Stil1 {
	color: #FF0000;
}
#content  .hervorheben {
	color: #2d3795;
	font-weight:bold;
}
