/**
 * Style sheet
 */


body {
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	border:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color: #f2f2f2;
	background-image: url("bilder/layout/hg1.gif");
	background-repeat:repeat-x;
	background-position:center top;
}

#wrapper {
	position: relative;
	top: 0px;
	margin: 0px auto 0px auto;
	width: 965px;
	background-image: url("bilder/layout/hinten.gif");
	background-repeat:repeat-y;
}

#header {
	background: url("bilder/layout/header1.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}

#logo a {
	position:absolute;
	top:12px;
	right:0px;
	float:right;
	width:181px;
	height:73px;
	background:url("bilder/layout/logo.png") no-repeat right top !important;
	background:url("bilder/layout/logo.gif") no-repeat right top;
	text-indent: -1000em;
}
#logo span {
	display: none;
}


#container {
	position:relative;
	width:965px;
	left:0px;
	top:0px;
	padding:0px;
	background: url("bilder/layout/obenhinten.jpg") left top no-repeat;
}

#main {
	width:559px;
	margin-top:0px;
	margin-left:406px;
	min-height:600px;
	height:800px;
	padding:20px 0 0 0;
	line-height: 1.5em;
	height:auto !important;
}



html>body #wrapper #main {
	height:auto;
	min-height: 808px;
}


.inside {
	position:relative;
	text-align:left;
}

.ce_text {
	 margin-top:14px;
}







/* linke Spalte */
#left {
	position: absolute;
	left: 0px;
	top: 43px;
	width: 406px;
	min-height: 828px;
	float: left;
}

#schnecke {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 406px;
	float: left;
	height:214px;
}

#software {
	position: absolute;
	width: 406px;
	height: 216px;
	left: 0px;
	top: 223px;
	float: left;
	margin: 0px;
	background-color: #ffffff;
}
#software .ce_text {
	margin-top: -14px;
	position:relative;
	top: 0px;
	font-size:12px;
	padding:25px 20px 25px 20px;
	line-height: 1.5em;
}

.software_linie {
	border-bottom: 1px solid #cccccc;
}



/* Infobox Linke Spalte */
#infobox {
	position: absolute;
	width: 406px;
	height: 156px;
	left: 0px;
	top: 470px;
	float: left;
	margin: 0px;
	background: #fece2a;
}

#infobox .ce_text {
	margin-top: -24px;
	position:relative;
	top: 0px;
	font-size:12px;
	padding:25px 20px 25px 20px;
	line-height: 1.5em;
}







/* Footer */
#footer {
	height:33px;
	margin-bottom:0px;
	width:965px;
	overflow:hidden;
	clear:both;
	background: url("bilder/layout/footer.jpg") left top no-repeat;
}

.footertext {
	text-align: right;
	display: inline;
	text-decoration: none;
	font-weight:normal;
}






/* Ueberschriften */
h1 {
	height: auto;
	margin: 10px 0px 0px 15x;
	padding: 0px 0px 3px 0px;
	font-size: 1.1em;
	line-height: 1.3em;
	text-transform:uppercase;
	color: #000000;
}
h2 {
	height:auto;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:1em;
	line-height: 1.2em;
	color:#000000;
}

/* Überschriften Aktuelles
h3  */

/* linke Spalte */
h4 {
	height:25px;
	width:406px;
	margin:0px;
	padding: 5px 25px 0px 25px;
	font-size:11px;
	text-transform:uppercase;
	color:#ffffff;
	background: url("bilder/layout/software_h4.jpg") left top no-repeat;
}

/* Überschriften Kontaktformular */
h5 {
	height:auto;
	margin:20px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:1em;
	line-height: 1.2em;
	color:#000000;
}





/* Verschiedenes */
#clear {
	clear:both;
}
img {
	border:0px;
}
.fett {
	font-weight: bold;
}
.klein {
	font-size:0.8em;
}
.abstand {
	margin-top: 20px;
}
p {
	margin-top: 15px;
}
hr {
	border: 1px solid #737373;
	width: 516px;
}

.linie {
	border-bottom: 1px solid #737373;
	width: 516px;
}






/* Links */
a:link,
a:visited,
a:active {
	text-decoration:none;
	color:#6f6f6f;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}

a.breadcrumb, a.breadcrumb:link, a.breadcrumb:visited { 	
	color:#797979;	
	text-decoration: none;
}
a.breadcrumb:hover { 		
	color:#000000;	
	text-decoration: underline;	
}

/* Navigation Software Box linke Spalte */
a.schwarz, a.schwarz:link, a.schwarz:visited {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	display: block;
	background: url("bilder/software/menu.gif");
	padding: 0px 0 0 0px;
}
a.schwarz:hover {
	color: #555555;
	background: url("bilder/software/menu.gif") 0 -45px;
	padding: 0px 0 0 0px;
}

/* Link mit gelbem Pfeil */
a.vor, a.vor:link, a.vor:visited {
	text-decoration:none;
	color:#6f6f6f;
	font-weight:bold;
	padding: 0px 0px 0px 20px;
	background: url("bilder/layout/vorgelb.gif") left center no-repeat;
}
a.vor:hover {
	color: #000000;
	padding: 0px 0px 0px 20px;
	background: url("bilder/layout/vorgelbaktiv.gif") left center no-repeat;
	text-decoration:underline;
}



/* Link mit grauem Pfeil vor */
a.weiter, a.weiter:link, a.weiter:visited {
	text-decoration:none;
	color:#6f6f6f;
	font-weight:bold;
	padding: 0px 0px 0px 16px;
	background: url("bilder/layout/vor.gif") left center no-repeat;
}
a.weiter:hover {
	color: #000000;
	padding: 0px 0px 0px 16px;
	background: url("bilder/layout/voraktiv.gif") left center no-repeat;
	text-decoration:underline;
}

/* Link mit grauem Pfeil zurück */
a.rueck, a.rueck:link, a.rueck:visited {
	text-decoration:none;
	color:#6f6f6f;
	font-weight:bold;
	padding: 0px 0px 0px 16px;
	background: url("bilder/layout/rueck.gif") left center no-repeat;
}
a.rueck:hover {
	color: #000000;
	padding: 0px 0px 0px 16px;
	background: url("bilder/layout/rueckaktiv.gif") left center no-repeat;
	text-decoration:underline;
}





/* Liste Aufzaehlung */
ul.liste {
	margin-left: 5px;
	padding: 0px 0px 0px 10px;
}
ul.liste li {
	padding: 2px 0px 2px 0px;
}
ul.liste2 {
	margin-left: 5px;
	padding: 0px 0px 0px 15px;
	list-style-image: url("bilder/layout/sternchen.gif");
}
ul.liste2 li {
	padding: 2px 0px 2px 0px;
}
ol.liste {
	margin-left: 5px;
	padding: 0px 0px 0px 14px;
}
ol.liste li {
	padding: 2px 0px 2px 0px;
}





/* FAQ */
.mod_faqlist li {
	line-height:30px;
	margin:0px 0px 0px -40px;
	/* padding: 0px 0px 0px 20px;
	background: url("bilder/layout/vor.gif") left center no-repeat;
	list-style-type:none; */
}

.mod_faqlist li a {
	padding: 0px 0px 0px 20px;
	background: url("bilder/layout/vorgelb.gif") left center no-repeat;
	list-style-type:none;
}

.mod_faqlist li a:hover {
	padding: 0px 0px 0px 20px;
	background: url("bilder/layout/vorgelbaktiv.gif") left center no-repeat;
	list-style-type:none;
}

.mod_faqreader p.back a {
	padding: 0px 0px 0px 16px;
	background: url("bilder/layout/rueck.gif") left center no-repeat;
}

.mod_faqreader p.back a:hover {
	padding: 0px 0px 0px 16px;
	background: url("bilder/layout/rueckaktiv.gif") left center no-repeat;
}

.mod_faqreader p.info {
	font-size:0.85em;
	color:#999999;
}



/* Suche */
#sucheingabe td.col_0 {
	height:16px;
	padding:0px;
	vertical-align:center;
	width:0px;
	border:none;
}

#sucheingabe td.col_1 {
	width:240px;
	height:16px;
	vertical-align:center;
	border:none;
}

.mod_search {
	margin: 0px;
}

.mod_search .text {
	width: 200px;
	padding: 3px;
	border: 1px solid #b7b7b8;
	background-color: #ffffff;
}

.mod_search .highlight {
	font-weight: bold;
	color: #fec52a;
}

.formbody {
	border: 0px;
}
	
input.submit {
	width: auto;
	height: auto;
	padding: 3px;
	font-family: Verdana ,Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	color: #ffffff;
	background-color: #5d79a9;
	vertical-align: center;
	border: 1px solid #b7b7b8;
}

html>body .mod_search .radio_container {
	margin-top: 8px;
}

*:first-child+html .mod_search .radio_container {
	margin-top: 0px;
}

.mod_search .radio_container label {
	left: -2px;
	top: -2px;
	position: relative;
	padding-right: 3px;
}

.mod_search .header {
	margin-top: 18px;
	margin-right: 5px;
	margin-bottom: 30px;
	padding-top: 2px;
	text-align: left;
	border-bottom: 1px solid #ffffff;
}

.mod_search h3 {
	margin: 15px 0px 2px 0px;
	padding: 0px;
	border-bottom: 1px dotted #a8a8a8;
}

.mod_search .context {
	margin: 3px 5px 3px 0px;
}

.mod_search .url {
	margin-bottom:20px;
	margin-top:-1px;
	color: #8f8f8f;
	font-size:0.9em;
}

.mod_search .relevance {
	font-weight: normal;
	font-size: 11px;
	color: #8f8f8f;
	padding-left: 5px;
}








/* KontaktFormular */
.formbody {
	margin-top: 14px;
}

.mandatory {
	width:280px;
	margin-bottom:6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

.text {
	width:280px;
	margin-bottom:6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	padding: 3px 2px 3px 2px;
	border: 1px solid #b7b7b8;
}

.select {
	width:265px;
	margin-bottom:6px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:0.95em;
	background: #ffffff;
	padding: 3px 2px 3px 2px;
	border: 1px solid #b7b7b8;
}

.checkbox_container {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
	vertical-align: top;
	clear:both;
}

input.checkbox {
	margin-left: 0px;
	padding: 1px;
	border: 1px solid #b7b7b8;
}

input {
	margin: 2px 0;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
} 

textarea {
	width:280px;
	height:120px;
	margin-top:0px;
	margin-bottom:5px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:1em;
	padding: 1px 2px 1px 2px;
	border: 1px solid #b7b7b8;
}

.col_0 {
	width:140px;
	height:26px;
	margin-bottom:5px;
	vertical-align:top;
}

.col_1 {
	width:280px;
	height:26px;
	margin-bottom:5px;
	vertical-align:top;
}

.submit_container {
	margin-top:20px;
	margin-bottom:5px;
	text-align:left;
	vertical-align:top;
}

input.submit {
	width:auto;
	padding:2px 8px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	color:#ffffff;
	background:#f4071d;
	border: 1px solid #f4071d;
}

input:active, input:focus, input:hover { background: #f6f6f6;}
textarea:active, textarea:focus, textarea:hover { background: #f6f6f6;}

input.submit:hover, input.submit:active, input.submit:focus {
	background:#000000;
	border:1px solid #000000;
}

.checkbox_container span,
.radio_container span {
	float: none;
	display: block;
}

select#ctrl_3.select {
	width:285px;
}


#newsletter-bestellen h1.ce_headline {
	margin-top:22px;
}

form#f6 {
	margin-top:-25px;
}

form#f3 h5 {
	margin-top:8px;
}






/*Optimierung Browserversionen*/

/* IE 6 */
* html #wrapper {
	position: relative;
	top: 0px;
	margin: 0px auto 0px auto;
	width: 965px;
	height: 880px;
	background-image: url("bilder/layout/hinten.gif");
	background-repeat:repeat-y;
}

* html #main {
	margin-left:406px;
}


* html .ce_text {
	 margin-top:34px;
}

* html #infobox .ce_text {
	margin-top: 0px;
}

* html h4 {
	height:25px;
	width:356px;
	margin:0px;
	padding: 5px 25px 0px 25px;
	font-size:11px;
	text-transform:uppercase;
	color:#ffffff;
	background: url("bilder/layout/software_h4.jpg") left top no-repeat;
}

* html h1 {
	margin: 30px 0px 0px 15x;
}


/* IE 7 */
*+html .ce_text {
	 margin-top:34px;
}

*+html #infobox .ce_text {
	margin-top: 0px;
}



