body {
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 64%;
	background: url(images/bg_body.gif);
}

a {
	color: #09ADF2;
}

#container {
	text-align: left;
	margin: 15px auto;
	padding: 7px 0 0 0;
	width: 960px;
}

#container1 {
	margin: 0 0 0 0;
	padding: 0;
	width: 960px;
	background: url(images/bg_container.png) repeat-y;
}

#header {
	background: url(images/bg_header.png) no-repeat;
	min-height: 60px;
	text-align: left;
	padding: 14px 12px 0 12px;
	height: 140px;
}

#logo {
	margin: 0 0 0 20px;
	padding-top: 0px;
	min-height: 1px;
	display: block;
}

#headerbild {
	position: absolute;
	top: 9px;
	margin-left: 35px;
}

#headerbild img {
	position: absolute;
	top: 0px;
	margin-left: 490px;
}

#nav {
	margin: 0 11px 0 11px;
	background: #09ADF2;
	min-height: 1px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	border-right: 1px solid #fff;
	width: 155px;
}

#nav li a {
	font-size: 1.6em;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 8px 10px 8px 10px;
	background: url(images/bg_nav.gif) repeat-x #B3000E 0 100%;
	color: #fff;
}

#nav li a:hover {
	background: url(images/bg_nav_hover.gif) repeat-x #007eb2 0 100%;
	z-index: 10000 !important;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 155px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 10000 !important;
}

#nav ul ul li a {
	font-size: 1.4em;
	text-align: left;
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	margin-top: 1px;
	background: gray;
	color: #fff;
	z-index: 10000 !important;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#wrapper {
	margin: 0;
	padding: 0 11px 0 11px;
	min-height: 1px;
	/*background: url(images/bg_wrapper.gif) 741px 0 repeat-y;*/
}

#content {
	margin: 0 0 0 0;
	background: url(images/bg_content.gif) repeat-x;
	/*background: lightgreen;*/
	width: 730px;
	float: right;
}

#contenttext {
	margin: 25px 19px 15px 15px;
	font-size: 1.4em;
}

#contenttext h2 {
	color: #09ADF2;
	border-bottom: 3px solid #CCCCCC;
	padding: 0 0 3px 0;
	margin: 0 0 1.4em 0;
	/*font-size: 1.4em;*/
}

#contenttext h3 {
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 1.8em;
	font-size: 1.2em;
}

#contenttext table {
	width: 100%;
	border: 1px solid #959595;
	border-collapse: collapse;
}

#content ol li {
	margin-bottom: 0.4em;
}

.bg1 {
	background: #e4e4e4;
}

#contenttext table {
	
	/*border-collapse: separate;*/
}

#contenttext th {
	border: 1px solid #959595;
	text-align: center;
	padding: 3px;
	color: #fff;
}

#contenttext td {
	padding: 3px;
	border: 1px solid #959595;
	text-align: center;
	height: 35px !important;
	vertical-align: middle;
}

.center {
	background: red;
	text-align: right !important;
}

#sidebar {
	width: 208px;
	float: left;
	font-size: 1.4em;
	margin: 0 0 0 0;
	padding: 0;
	background: url(images/bg_content.gif) repeat-x;
}

#sidebartext {
	margin: 25px 5px 10px 10px;
	padding: 0;
}

#auftragverfolgung {
	margin: 10px 5px 10px 10px;
}

#sidebartext ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebartext li {
	margin: 0 0 4px 0;
	padding: 0;
}

#sidebartext li a {
	text-align: right;
	display: block;
	border: 1px solid #b6b7b6;
	text-decoration: none;
	background: #e0e0e0 url(images/bg_sidebar_li.gif) no-repeat 2px 50%;
	color: #4e4e4e;
	padding: 7px 6px 7px 6px;
	font-weight: bold;
	
}

#footer {
	clear: both;
	height: 33px;
	background: url(images/bg_footer.png) no-repeat 0 100%;
	margin-bottom: 15px;
}

#footer a {
	color: #fff;
}

#footertxt {
	color: #fff;
	font-size: 13px;
	text-align: center;
	margin: 0 11px 0 11px;
	padding: 4px 11px 0px 11px;
	background: #09ADF2;
}

.containerbox {
	/*float: left;*/
	background: url(images/rounded_right.gif) top right no-repeat;
	margin: 0 0 0 0;
}

.desc {
	background: url(images/rounded_left.gif) top left no-repeat;
	padding: 8px 8px 0 8px;
	margin: 0;
}

.link {
	margin: 0;
	padding: 0 0 0 8px;
	background: url(images/rounded_left.gif) bottom left no-repeat;
}

.bottom {
	display: block;
	padding: 0 8px 8px 0;
	min-height: 8px;
	background: url(images/rounded_right.gif) bottom right no-repeat;
}

.right {
	float:right;
}

.centerbox {
	width: 250px;
}

.boxlink {
	margin: 6px;
	/*width: 150px;*/
	float: left;
	display: block;
	border: 1px solid #b6b7b6;
	text-decoration: none;
	font-size: 1em;
	background: #e0e0e0 url(images/bg_sidebar_li.gif) no-repeat 2px 2px;
	color: #4e4e4e;
	padding: 7px 6px 7px 35px;
	
	font-weight: bold;	
}

.boxlinkleft {
	margin: 6px;
	/*width: 150px;*/
	float: left;
	display: block;
	border: 1px solid #b6b7b6;
	text-decoration: none;
	font-size: 1em;
	background: #e0e0e0 url(images/bg_sidebar_li.gif) no-repeat 2px 2px;
	color: #4e4e4e;
	padding: 7px 6px 7px 35px;
	
	font-weight: bold;
	
}

.left {
	text-align: left;
}

.mainbox {
	color: #000;
	font-size: 0.9em;
	line-height: 1.2em;
}

.mainbox h2 {
	margin: 0;
	padding: 10px;
	border: none;
}

.login {
	width: 164px !important;
	min-height: 232px;
	padding: 8px;
}

.box {
	font-size: 0.9em;
}

.box h2 {
	font-size: 1.2em !important;
	color: #09ADF2;
	margin: 0;
	padding: 0px;
}

.box form {
	padding: 0;
	margin: 10px 0 0 0;
}

.box input {
	margin-bottom: 0.5em;
	width: 152px;
}

.box p {
	margin: 0 4px 4px 4px;
	padding:0;
}

.box ul {
	margin: 4px;
	padding: 0;
	list-style-position: inside;
	
}

.registrieren input, .registrieren textarea {
	margin: 0 0 0.4em 0;
}

.textinputarea {
	background: url(images/bg_content.gif) repeat-x 0 0;
	width: 450px;
	border: 1px solid #B6B7B6;
	padding: 2px;
}

.textinput {
	background: url(images/bg_content.gif) repeat-x 0 50%;
	width: 350px;
	border: 1px solid #B6B7B6;
	padding: 2px;
}

.msg {
	padding: 10px;
	color: #1C9738;
	border: 1px solid #1C9738;
	background: #fff;
}

.kurz {
	width: 80px !important;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.plz {
	margin: 0 10px 0 0;
}

.ort {
	width: 254px !important;
}

.registrieren select {
	margin: 0 0 0.5em 0;
}

.error {
	padding: 10px;
	border: 1px solid #E10012;
	color: #E10012;
	background: #fff;
	margin-bottom: 15px;
}

.error1 {
	padding: 10px;
	color: #E10012 !important;
	background: #fff;
}

.error1 ul {
	margin: 1em 0 0 1em;
	list-style: none !important;
}

.error1 li {
	list-style: none !important;
}

.error ul {
	margin: 1em 0 0 1em;
	padding:0;
}

.error li {
	list-style: none;
	background: url(images/error.png) no-repeat 0 50%;
	padding: 0 0 0 25px;
}

.anmeldebox {
	margin: 35px 0 0 10px;
	font-size: 1.2em;
}

.anmeldebox .box {
	border: 2px solid #fff !important;
	background: #E10012 !important;
	min-height: 40px !important;
}

.anmeldebox .box h2 {
	color: #fff;
}

.anmeldebox .box ul {
	list-style: none;
}

.anmeldebox .box li {
	margin: 0 0 0.3em !important;
}

.anmeldebox .box a {
	color: #fff;
}

.produkttabelle td {
	vertical-align: top;	
}

.produkttabelle th {
	background: #CCCCCC;	
}

.alignleft {
	text-align: left !important;
}

.alignright {
	text-align: right !important;
}

.kleiner {
	font-size: 0.9em;
}

.bold {
	font-weight: bold;
}

.durchgestr {
	text-decoration: line-through;
}

.rot {
	color: #E10012 !important;
}

.aktion {
	vertical-align: middle !important;
	padding: 0 3px 0 0 !important;
}

.aktion img {

}

#auftragverfolgung {
	min-height: 1px;
}

#auftragverfolgung form {
	margin: 0;
	line-height: 1.2em !important;
	padding: 5px;
	font-size: 10px;
}

#auftragverfolgung h2 {
	font-size: 13px;
	color: #fff;
	padding: 3px 2px 3px 2px;
	text-align: center;
	background: #DA1E23;
	margin: 0 0 8px 0;
}

#auftragverfolgung input {
	margin-top: 8px;
	margin-bottom: 0;
	width: 164px;
}

.boxtitle {
	background: url(images/bg_boxtitleleft.gif) 0 0 no-repeat;
	/*display: block;*/
	margin:  0 0 0 10px;
	padding: 0;
	width: 150px;
	color: #fff;
	overflow: hidden;
}

.boxtitle h4 {
	background: url(images/bg_boxtitleright.gif) 100% 0 no-repeat;
	margin: 0 0 0 9px;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0 0 0;
	color: #676767;
}

.mainboxcontainer {
	margin: 0 0 10px 0;
}

.lowbox {
	height: 102px !important;
}

.lowbox h2 {
	font-weight: normal;
	margin: 3px 5px 3px 5px !important;
	padding-bottom: 8px !important;
	font-size: 20px;
	border: none !important;
}

.lowbox ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

.lowbox li, .greencheck li {
	padding: 0 0 0 20px;
	background: url(images/tick.png) no-repeat 0 50%;
}

ul.greencheck {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}

.greencheck li {
	padding: 0 0 0 22px;
	margin-bottom: 0.4em;
	background: url(images/tick.png) no-repeat 0 50%;
}

.lowboxhalf1 {
	width: 330px;
	float: left;
	border-right: dashed 1px #CCCCCC;
	height: 102px
}

.lowboxhalf2 {
	width: 340px;
	float: left;
	height: 102px
}

.small {
	color: #000;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2em;
}

.smallnav {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2em;
}

.even {
	background: #DFDFDF;
}

.produktname {
	font-size: 1.5em;
	line-height: 1.6em;
}

.staffel {
	display: block;
	margin: 5px 0 0 0;
}

.gegenueberstellung th {
	color: #E10012 !important;
}

.os_logo {
	text-align: left;
	margin: 0.5em 1em 0.9em 1em;
	width: 250px;
	font-size: 12px;
	line-height: 1.4em;
}

.os_logo img {
	float: left;
	margin: 0 8px 0 0;
}

.clear {
	clear: both;
}

.sidebox {
	width: 340px;
	margin: 0 0 0 30px;
	float: right;
}

.faq {
	list-style: none;
	margin: 0;
	padding: 0;
}

.faq li {
	background: url(../../../images/digifoto/information.png) 0 0 no-repeat;
	padding: 0 0 0.7em 23px;
}

.slidetext h2 {
	border: none !important;
	margin-left: 8px !important;
	
}

 /* Clearfix-Hack */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
