* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #f4f4f4;
}

input {
	outline: none;
}

img {
	margin: 0;
	border: 0;
}

.mainimg {
	margin-left: 10px;
	margin-top: 10px;
	padding: 0;
	position: relative;
	top: 5px;
	border-top: 1px solid #cc0000;
}

div#container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	background: white;
	padding: 10px;
	border: 1px solid #eee;
	-webkit-box-shadow: 2px 4px 20px #d8d8d8;
	   -moz-box-shadow: 2px 4px 20px #d8d8d8;
	     -o-box-shadow: 2px 4px 20px #d8d8d8;
	        box-shadow: 2px 4px 20px #d8d8d8;
}

div#mininav {
	float: left;
	position: relative;
	margin-top: -13px;
	top: 85px;
	left: 18px;
	font-family: arial;
	font-size: 10px;
	color: white;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	filter: alpha(opacity=70);
}

div#mininav a {
	color: #fff;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #999;
}

a.on {
	font-weight: bold;
	color: #cc0000;
}

div#content ul {
	list-style-type: bullet;
	list-style-position: outside;
	margin-left: 20px;
	line-height: 1.5em;
}

ul li {
	font-size: 12px;
	margin-bottom: 5px;
}

body {
	font-size: 11px;
}

/* Navbar */

div#navbar {

	float: left;
	margin: 10px 0 0 0;
}

div#navbar ul {
	list-style-type: none;
	margin: 0;
	position: relative;
	top: 1px;
}

div#navbar ul li {
	float: left;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom: 0;
	-webkit-border-top-left-radius: 10px;		/* Safari, Chrome */
	-webkit-border-top-right-radius: 10px;	/* Safari, Chrome */
	-moz-border-radius-topleft: 10px; 			/* Firefox */
	-moz-border-radius-topright: 10px;			/* Firefox */
	-khtml-border-radius-topleft: 10px;			/* Konqueror */
	-khtml-border-radius-topright: 10px;		/* Konqueror */
	border-top-right-radius: 10px;					/* CSS3 */
	border-top-left-radius: 10px;						/* CSS3 */
	margin-right: 1px;
	margin-bottom: 0;
	padding: 0 20px;
	line-height: 33px;
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	height: 31px;
}

div#navbar ul li a {
	color: #999;
}

div#navbar ul li a:hover {
	color: #cc0000;
}

div#navbar ul li.active {
	background: #fff;
	color: #000000;
	height: 32px;
	z-index: 100;
}

div#navbar ul li.active a {
	color: black;
}

/* Sidenav (links) */

div#sidenav {
	float: left;
	width: 140px;
	background: #ffffff;
	margin-top: 40px;
	margin-right: 10px;
}

div#sidenav h2, div#sidebar h2 {
	font-family: arial;
	font-size: 12px;
	color: black;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	padding: 3px 10px 2px 10px;
	margin-bottom: 2px;
	padding-left: 10px;
	background-image: url(../images/smallbg.png);
	background-repeat: repeat-x;
	background-position: left center;
}

div#sidenav h2.red, .red {
	background: #cc0000;
	color: white;
	margin-bottom: 0;
	border: 0;
	padding-top: 4px;
	padding-bottom: 3px;
}

div#products {
	display: none;
	font-family: arial;
	color: #666;
	padding-left: 10px;
	font-size: 11px;
	line-height: 1.5em;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

div#products a {
	color: black;
}

div#products a:hover {
	text-decoration: underline;
}

span.hi {
	background: #ffee00;
}

div#sidenav ul {
	list-style-type: none;
	margin-bottom: 10px;
}

div#sidenav ul li {
	line-height: 22px;
	height: 22px;
	font-family: arial;
	font-size: 11px;
	border-bottom: 1px dotted #ccc;
}

div#sidenav ul li a {
	padding-left: 10px;
	display: block;
}

/* Content */

div#content {
	float: left;
	width: 638px;
	padding-bottom: 10px;
	border: 1px solid #ccc;
	background: white;
	overflow: hidden;
}

div#content h1.headline {
	font-size: 16px;
	margin: 0 11px 0 10px;
	padding: 7px 10px 3px 20px;
	background: #cc0000;
	/*background-image: url(../images/red_btn_bg.png);
	background-repeat: repeat-x;*/
	color: white;
	font-family: arial;
}

/* Highlights */

div.highlight {
	display: inline-block;
	position: relative;
	background: #fff9d8;
	background-image: url(../images/highlight_shadow.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0 0 20px 0px;
	padding: 10px 10px 10px 10px;
}

div.highlight img {
	margin-left: -30px;
	float: left;
}

div.highlight img + img{
	position: absolute;
	bottom: 10px;
	right: 20px;
}

div.highlight h2 {

	margin: 6px 0 0 0;
	font-size: 14px;
	color: #cc0000;
	font-weight: bold;

}

/* Content Boxes */

div.box, div.info, div.boxnoimage, div.presse {
	margin: 10px 10px 0 10px;
	font-family: arial;
	background: #fcfcfc;
	border: 1px dashed #ddd;
	float: left;
	padding: 10px;
	width: 595px;
	line-height: 1.5em;
}

div.boxnoimage {
	padding-bottom: 20px;
}

div.info {
	margin: 0 10px 10px 10px;
}

div.box h1, div.boxnoimage h1, div.presse h1 {
	color: black;
	font-size: 16px;
	margin-left: 120px;
	margin-bottom: 10px;
	line-height: 1em;
}

div.presse h1 {
	font-size: 16px;
	line-height: 1.2em;
}

div.box h2, div.boxnoimage h2 {
	color: black;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 120px;
	margin-bottom: 10px;
}

div.box h2 {
	margin-top: 0;
	font-size: 16px;
	margin-bottom: 3px;
}

div.boxnoimage h2 {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 22px;
}

div.presse h2 {
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.boxnoimage h3 {
	color: black;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

div.box p, div.boxnoimage p {
	margin-left: 120px;
	font-size: 11px;
}

div.presse p {
	margin-left: 10px;
	line-height: 1.5em;
	font-size: 11px;
}

div.boxnoimage h1, div.boxnoimage h2, div.boxnoimage p, div.pressenoimage h1, div.pressenoimage p, div.presse h1, div.box h3 {
	margin-left: 10px;
}

div.box h2 {
	margin-bottom: 3px;
}

div.box h3 {
	margin-left: 120px;
	margin-top: 0;
	margin-bottom: 5px;
}

div.info {
	border: 1px solid #cc0000;
	background-image: url(../images/infobg.png);
	background-repeat: repeat-x;
}


div.info h1, div.info h2 {
	line-height: 1.5em;
	padding: 2px 10px 0 10px;
	color: black;
	font-size: 13px;
	color: #cc0000;
}

div.info h1 span, div.info h2 span {
	color: black;
}

div.info b {
	display: block;
	padding: 9px 10px 10px 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
}

div.box a.more, div.presse a.more {
	color: white;
	clear: both;
	float: right;
	margin: 0 0 3px 0;
	text-decoration: none;
	background-image: url(../images/red_btn_bg.png);
	background-repeat: repeat-x;
	background-position: right center;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 12px;
}

div.box a.more, div.presse a.more {
	color: #cc0000;
	background: transparent;
	padding-right: 14px;
	background-image: url(../images/linkbg.png);
	background-position: right 8px;
	background-repeat: no-repeat;
}

div.box a.more:hover, div.presse a.more:hover {
	text-decoration: underline;
}

img.framed {
	border: 1px solid #ccc;
	padding: 4px;
	background: #eee;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	float: left;
}

/* Sidebar */

div#sidebar {
	float: left;
	width: 160px;
	margin-left: 10px;
	font-family: arial;
	font-size: 11px;
}

div#sidebar p {
	margin-left: 10px;
	line-height: 1.7em;
}

div#sidebar img {
	clear: both;
}

div.vcard {
	font-family: arial;
	font-size: 11px;
	margin-left: 10px;
	line-height: 1.7em;
}

.tel, .note, .e-mail {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

.adr {
	margin-bottom: 8px;
}

.tel {
	background-image: url(../images/icons/phone.png);
}

.note {
	background-image: url(../images/icons/fax.png);
	margin-bottom: 6px;
}

.e-mail {
	background-image: url(../images/icons/mail.png);
}

input#search, input#quickform {
	font-size: 11px;
	background-position: right center;
	background-repeat: no-repeat;
	margin-bottom: 6px;
	color: #999;
	width: 117px;
	margin-left: 9px;
	padding: 1px 1px;
	border: 1px dotted #ccc;
}

input#quickform {
	width: 137px;
}

/* Footer */

div#footer {
	margin: auto;
	border-top: 1px dotted #ccc;
	padding-top: 3px;
	color: #888;
	width: 960px;
	font-family: arial;
	font-size: 11px;
	line-height: 1.5em;
}

div#footer a {
	color: #888;
}

.border {
	border: 1px solid #ccc;
}

#second-hand {
	margin: 4px 0 0 8px;
}

.topmargin {
	margin-top: 20px;
}

.cl {
	clear: both;
}

div.beispiel, div.referenz {
	background-image: url(../images/beispiel.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 10px;
}

div.referenz h2, div.referenz h3 {
	width: 70%;
}

div.beispiel p {
	width: 90%;
}

div.referenz p {
	width: 75%;
}

div.referenz {
	background-image: url(../images/referenz.gif);
}

span.tags {
	display: block;
	margin-left: 120px;
}

span.tags a, span.tags {
	color: #999;
}

span.tags a:hover {
	text-decoration: underline;
}

form#kontakt label {
	clear: both;
	margin: 0 0 3px 10px;
	width: 80px;
	display: block;
	float: left;
	padding: 2px 3px;
	font-size: 11px;
}

form#kontakt input {
	clear: both;
	width: 200px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	height: 19px;
	padding-left: 3px;
}

form#kontakt input:focus {
	border: 1px solid #000066;
	background: #ddeeff;
}

form#kontakt textarea {
	clear: both;
	width: 200px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	height: 50px;
	padding-left: 3px;
}

form#kontakt textarea:focus {
	border: 1px solid #000066;
	background: #ddeeff;
}

form#kontakt input#submit {
	font-family: arial;
	font-size: 12px;
	color: black;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	padding: 3px 10px 2px 10px;
	margin-bottom: 2px;
	padding-left: 10px;
	background-image: url(../images/smallbg.png);
	background-repeat: repeat-x;
	background-position: left center;
}

table td {
	padding: 5px;
	font-size: 11px;
}

a.filter {
	background-image: url(../images/searchbg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

div#error {
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	color: #b80000;
	font-weight: bold;
	border: 1px solid #b80000;
	background: #ffcccc;
	font-size: 11px;
}

div#success {
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	color: #009900;
	font-weight: bold;
	border: 1px solid #009900;
	background: #ccffcc;
	font-size: 11px;
}

.agb h2 {
	margin-top: 20px;
}

a.pdf {
	display: block;
	width: 200px;
	height: 36px;
	padding-left: 46px;
	font-weight: bold;
	font-size: 11px;
	line-height: 36px;
	color: #333;
	background-image: url(../images/icons/pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

a:hover.pdf {
	color: black;
	text-decoration: underline;
}

div.videolist {
	float: left;
	margin-right: 30px;
}

div.videolist h3 {
	font-size: 13px;
	margin: 10px 0 10px 10px;
}

div.videolist a {
	display: block;
	width: 200px;
	padding-left: 36px;
	height: 28px;
	font-weight: bold;
	font-size: 11px;
	line-height: 28px;
	color: #333;
	background-image: url(../images/icons/wmv.png);
	background-repeat: no-repeat;
	background-position: left center;
}

div.videolist a:hover {
	color: black;
	text-decoration: underline;
}

a.rss {
	display: block;
	height: 38px;
	line-height: 38px;
	padding-left: 38px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/icons/rss.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.biglink {
	color: #cc0000; font-weight: bold; font-size: 18px;
	padding-right: 30px;
	float: right;
	line-height: 36px;
	height: 36px;
	background-image: url(../images/download.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.biglink:hover {
	color: #cc0000;
	text-decoration: underline;
}

form#newsletter input.submit {
	margin: 3px 0 0 121px;
	width: 211px;
	height: 31px;
	border: 0;
}

form#newsletter {
	margin-left: 10px;
	line-height: 30px;
	font-size: 12px;
}

form#newsletter input.text {
	padding: 1px 3px;
	float: left;
	height: 24px;
	font-size: 12px;
	width: 199px;
	border: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background-image: url('/images/inputbg.png');
}

form#newsletter label {
	display: block;
	width: 120px;
	float: left;
	clear: both;
}

form#newsletter input.invalid {
	border: 1px solid red;
}

div.newsletterlist ul {
	list-style-type: none;
}

div.newsletterlist ul li {
	font-size: 12px;
}

div.newsletterlist ul li a {
	color: #cc0000;
}

.navbox {
	width: 300px;
	height: 102px;
	float: left;
	border: 1px solid #990000;
	margin-left: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
}

.navbox a {
	display: block;
	width: 280px;
	text-align: right;
	color: white;
	font-size: 20px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	padding: 70px 11px 8px 10px;
	text-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 2px 5px #ccc;
}

div.iframe_main, div.iframe {
	width: 575px;
	margin-left: 10px;
	margin-top: 10px;
	overflow: hidden;
	height: 372px;
	border: 1px solid #ccc;
}

iframe {
	position: relative;
	top: -52px;
}

div.iframe_main {
	width: 617px;
	border: 0;
	border-top: 1px solid #cc0000;
}
