body,td,input,textarea,select {
	font-family: arial, sans-serif;
	font-size: 12px;
}

body {
	background-color: #EEE;
	background-image: url(../img/noise-gray.png);
	margin: 0px;
	padding: 0px;
	
}

/*Header-Navigation */
#header-navigation {
	padding-right: 50px;
	float: right;
	color: white;
	font-weight: bold;
	font-size: 11px;
}

#header-navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#header-navigation ul li {
	padding-left: 10px;
	float: left;
}

.header-navigation-followed:after {
	padding-left: 10px;
	color: #214059;
	content: "|";
}

#header-navigation ul li a {
	color: #ffffff;
}

#header-navigation ul li a.active {
	background-color: white;
	color: black;
	border-top: 1px solid white;
}

#header-navigation ul li a:hover {
	text-decoration: underline;
}

#header-navigation ul li a.active:hover {
	background-color: #fff;
	text-decoration: none;
}

/* Links */
a {
	text-decoration: none;
	color: #5E88AC;
}

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

a img {
 border: none;
}

a.delete {
	color: #931f1f;
	border-bottom: 1px dotted #d77b7b;
}

a.delete:hover {
	background-color: #931f1f;
	color: white;
	border-bottom: 1px solid #931f1f;
}

a.tag {
	display: block;
	float: left;
	background-color: #d5e5ef;
	color: #042942;
	padding: 2px 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}

a.tag:hover {
	background-color: #266085;
	color: white;
}

a.listItem {
	float: left;
	font-weight: bold;
	padding: 2px 5px 2px 10px;
}

a.listItem:HOVER { /*color: white;
	background-color: #5E88AC; */
	text-decoration: none;
}

div.marker {
	float: left;
	background-color: #5E88AC;
	width: 12px;
	margin: 2px;
}

/* MISC */
span label {
	float: left;
	padding: 10px 0px 10px 10px;
	font-size: 16px;
	width: 120px;
	margin: 0;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #DDD;
}

#captcha-element {
	display: block;
	float: left;
	padding: 10px 10px 0 10px;
	font-size: 10px;
	width: 542px;
	color: #999;
	margin: 0;
	margin-right: 10px;
}

#submit {
	background-color: #d5e5ef;
	color: black;
	cursor: pointer;
	margin: 15px;;
}

.sidebar .section {
	border-top: 1px solid #EEE;
	padding: 12px;
}

.sidebar .map {
	border-top: 1px solid #EEE;
	padding: 11px;
}

.sidebar .section h3,.sidebar .map h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #AAA;
	margin-bottom: 5px;
}

.sidebar .section .value {
	font-size: 16px;
	color: #444;
	margin-bottom: 2px;
}

.sidebar .section .price {
	font-size: 24px;
	color: #444;
	margin-bottom: 2px;
	font-weight: bold;
}

.sidebar .section .desc {
	font-size: 12px;
	color: #5e88ac;
	line-height: 140%;
}

.sidebar .section .desc .blue {
	color: #2b5980;
}

 a.button-buy {
	display: block;
	background-color: #5e88ac;
	padding: 7px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px #355f83;
	margin: 2px;
}

 a.button-buy:hover {
	background-color: #355f83;
	text-shadow: -1px -1px 0px #224a6b;
}

 a.button-buy-small {
	display: block;
	background-color: #5e88ac;
	padding: 7px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px #355f83;
	margin: 5px;
}

 a.button-buy-small:hover {
	background-color: #355f83;
	text-shadow: -1px -1px 0px #224a6b;
}


.content {
	float: left;
	width: 580px;
	padding: 15px 30px;
}

.content h2 {
	font-weight: normal;
	color: black;
	font-size: 18px;
}

.content .section {
	
}

.content .section h3 {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	position: relative;
	line-height: 100%;
}

.content .section h3 .nr {
	position: absolute;
	background-color: #5e88ac;
	color: #FFF;
	width: 30px;
	padding: 4px 5px;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div .nr {	
	background-color: #5e88ac;
	color: #FFF;
	width: 30px;
	padding: 4px 5px;
	font-size: 18px;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.content .section h3 .label {
	padding-left: 50px;
	padding-top: 4px;
}

.content .section .search {
	margin-bottom: 20px;
}



input.field,textarea.field,select.field {
	display: block;
	float: left;
	background: #FFF;
	border: 1px solid #DDD;
	padding: 5px;
	font-size: 16px;
	width: 500px;
	color: #999;
	margin: 0;
	margin-right: 10px;
}

input.form,textarea.form {
	display: inline;
	float: left;
	background: #FFF;
	border: 1px solid #DDD;
	padding: 10px;
	font-size: 16px;
	width: 300px;
	color: #999;
	margin: 0;
	margin-right: 10px;
}

select.form {
	display: inline;
	float: left;
	background: #FFF;
	border: 1px solid #DDD;
	padding: 10px;
	font-size: 16px;
	width: 322px;
	color: #999;
	margin: 0;
	margin-right: 10px;
}

div.form {
	float: left;
}

input.lightYellow,textarea.lightYellow { 		
 background-color: #ffffcc;
}

p.hint {
	display: inline;
	float: left;
	background: #FFF;
	border: 1px solid #DDD;
	border-left: none;
	padding: 10px;
	font-size: 16px;
	width: 282px;
	color: #999;
	margin: 0;
	margin-right: 10px;
}

#agbState {
	margin: 20px 10px 20px 0px;	
}

#agbState-label label{
	width: 115px;
	
}



input.submit {
	display: inline;
	float: left;
	background: #FFF;
	border: 1px solid #DDD;
	padding: 10px;
	font-size: 16px;
	width: 300px;
	color: #999;
	margin: 0;
	margin-right: 10px;
}

.content .section .search a {
	display: block;
	float: left;
	background-color: #DDD;
	color: #444;
	padding: 11px 16px;
	font-size: 16px;
	text-decoration: none;
	margin-left: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.content .section .search a:hover {
	background-color: #BBB;
}

.content .desc {
	color: #b1753b;
	font-size: 12px;
	margin-bottom: 10px;
}

.content .section-disabled h3 .nr {
	background-color: #DDD;
}

.content .section-disabled h3 .label {
	color: #CCC;
}

.footer {
	padding: 20px;
	color: #666;
	font-size: 12px;
	line-height: 180%;
	border-top: 1px solid #EEE;
}




.header {
	background-color: #102840;
/*	background-image: url(../img/mmshop_wolkenkopf1.png);*/
	height: 83px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}

.page {
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}

.row {
	border-bottom: 1px solid #EEE;
}

.col {
	float: left;
	padding: 4px 6px;
}

.col-right {
    float: right;
    padding: 4px 6px;
}

.col .checkbox,.col .radio {
	margin: 0;
}

.switcher {
	margin-top: 20px;
	margin-bottom: 15px;
}

.switcher a {
	display: block;
	float: left;
	background-color: #EEE;
	text-decoration: none;
	padding: 6px 8px;
	margin-right: 1px;
	font-weight: bold;
	color: #666;
}

.switcher a:hover {
	background-color: #DDD;
	color: black;
}

.switcher a.first {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.switcher a.second {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.switcher a.active {
	background-color: #c99233;
	color: white;
}

span.unit {
	background-color: #EEE;
	border-radius: 2px;
	font-size: 10px;
	padding: 2px 4px;
	color: #999;
	text-decoration: none;
	margin-right: 3px;
	font-weight: bold;
}

span.unit-active {
	background-color: #FFF;
	color: #666;
	border: 1px solid #DDD;
}

.clear {
	clear: both;
}

.breadcrumb {
	border-radius: 2px;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee),
		to(#fff) );
	border: 1px solid #DDD;
}

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

.breadcrumb ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.breadcrumb ul li a {
	display: block;
	font-size: 12px;
	color: #666;
	padding: 8px 12px;
	text-decoration: none;
	border-right: 1px solid #EEE;
	text-shadow: 1px 1px 0px white;
}

.breadcrumb ul li a.active {
	color: #222;
}

.descText {
	color: #666666;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 30px;
}

input.active,select.active {
	color: #000;
}

.button {
	display: block;
	background-color: #5e88ac;
	padding: 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 20px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px #355f83;
}

.button:hover {
	background-color: #355f83;
	text-shadow: -1px -1px 0px #224a6b;
}


.transparent {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.text {
 color: #666666;
 font-size: 14px;
 line-height: 150%;
 margin-bottom: 30px;
 text-align: justify;	
}

a.menuitem {
 float:right;
 padding:8px 12px;
 margin-left: 2px;
 font-size: 14px;
 font-weight:bold;
 color:#fff;
 background-color:#AAA;
 word-spacing: 3px;	
}

a.menuitem:HOVER {
	text-decoration: none;
	background-color: #EEE;
	color: #C99233;
}

.powerbutton {
	background-image: url(../img/powerbutton.png);
	background-repeat: no-repeat;
	background-position: center;
}

.poweron:HOVER {
	background-color: green;
	background-image: url(../img/powerbutton_on.png);
	background-repeat: no-repeat;
	background-position: center;
}

.poweroff:HOVER {
	background-color: green;
	background-image: url(../img/powerbutton_off.png);
	background-repeat: no-repeat;
	background-position: center;
}

.info{
	padding: 5px 15px 5px 25px;
	margin: 2px 0 2px 0;
	font-size: 14px;
	font-weight: bold;
	color:white;
	background-color: #C99233;
	background-image: url(../img/attention.png);
	background-position: left;
	background-repeat: no-repeat; 
}

.error {
	background-color: #ff6300;
}

.indentTopic  {
	margin-left: 55px;
	font-size: 12px;
	line-height: 150%;
	color: #666;
}

.indentTopic h4 {
	color: #000;
	margin: 0;
}

.help-sidebar-search {
	width:100%; 
	height:120px;
}

.section h2{
 color: #AAA;
}

.category {
	margin: 5px;
	font-size: 14px;
}

.category.active {
	font-weight: bold;
}

.questionmark_large {
	margin-right: 0px;
	float: right;
	width: 26px;
	height: 26px;
	background-image: url(../img/qm_greywhite_26x26.png);
	background-repeat: no-repeat;
	background-position: center;
}

.questionmark_large:HOVER {
	background-image: url(../img/qm_greenwhite_26x26.png);
	background-repeat: no-repeat;
	background-position: center;
}

.formLabel {
border-top: 1px solid #DDDDDD;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 10px 0 10px 10px;
    width: 120px;	
}

.redBorder {
	border-left: 1px  solid red;
	border-top: 1px  solid red;
	border-right: 1px  solid red;
}

.spinner {
	z-index:100;
	top:0;
	left: 0;
	position:fixed;
    height:100%; 
    width:100%;
    background-color:#000;
    background-image:url('../img/ajax-loader.gif');
    background-position:center;
    background-repeat:no-repeat;
    padding: 0;
    margin: 0;	
}

.gmarker_A{
	background-image:url("/services/mappin.php?chst=d_map_pin_letter&chld=A|ffffff|000000");
	background-repeat: no-repeat;
	background-position: left;
	height: 34px;
	width: 21px;
	
}

.gmarker_A_active {
	background-image:url("/services/mappin.php?chst=d_map_pin_letter&chld=A|fff000|000000");
	background-repeat: no-repeat;
	background-position: left;
	height: 34px;
	width: 21px;
	
}

.gmarker_B{
	background-image:url("/services/mappin.php?chst=d_map_pin_letter&chld=B|ffffff|000000");
	background-repeat: no-repeat;
	background-position: left;
	height: 34px;
	width: 21px;
	
}

.gmarker_B_active {
	background-image:url("/services/mappin.php?chst=d_map_pin_letter&chld=B|fff000|000000");
	background-repeat: no-repeat;
	background-position: left;
	height: 34px;
	width: 21px;
	
}

.gmarker_C{
	background-image:url("/services/mappin.php?chst=d_map_pin_letter&chld=C|ffffff|000000");
	background-repeat: no-repeat;
	background-position: left;
	height: 34px;
	width: 21px;
	
}

.gmarker_C_active {
	background-image:url("/services/mappin.php?chst=d_map_pin_letter&chld=C|fff000|000000");
	background-repeat: no-repeat;
	background-position: left;
	height: 34px;
	width: 21px;
	
}

.topPad10 {
 padding-top: 10px;
}

.fola {
	font-size: 14px;
}

.product_title {
	background-color: #094273;
	color: white; 
	font-size:20px; 
	font-weight:bold;
	padding: 15px 30px 10px 30px;
}

.product_icon {
	padding: 0 0 0 15px;
}

.product_teaser {
	padding: 20px 10px 10px 30px;
	background-color: #2e6fa7;
	color: #87a6bf; 
	font-size: 19px;
}

.product_price {
	padding: 20px 0 0 0; 
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}

.product_go {
	position: relative;
	left: 185px;
	top: -20px;  
	height: 32px; 
	width: 90px; 
	color: white;
	background-color: #fdae02; 
	font-size: 20px; 
	font-weight: bold; 
	border: solid 1px #fff;
	padding: 5px 0 0 20px;
}

.product_go:HOVER {
	background-color: #fd7302;
}

.product_subtitle {
	color: #444;
	font-size: 14px;
	line-height: 150%;
    padding-top: 10px;
}

.product_text {
	line-height: 150%;
 	color: #666;
 	text-align: justify;
}

.product_box{
    float:left;
    width:280px;
    margin-right:30px;
}

ul h4{
font-size: 13px;
 color: #333;
}

ul h5{
 color: #333;
}

ul.block{
text-align: justify;	
color: #555;
line-height: 150%;
}


.datatable { border-collapse: collapse; border: 1px solid #ddd; color: #666; width: 100%;}
.datatable th,td{ padding: 7px 15px; }
.datatable th { border: 1px solid #ddd; background-color: #eee; color: #000;}
.datatable td { border: 1px solid #ddd; }
.datatable .inprogress td { background-color: #ffcd02;}

.totalrow td { }


#banner_upload{
    margin: 15px;
}

#uploadsuccessful{
    text-align: center;
    background-color: green;
    color: white;
    padding: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#uploadsuccessfullarge{
    font-size: 18px;
}
#uploadsuccessfulsmall{
    font-size: 14px;
}
.uploadedimagelabel{
    padding-left: 30px;
    text-align: center;
}

.portalbuyingdiv{
    float: left;
    height: 300px;
    width: 250px;
    border: 0px;
}

.portalbuyingbutton{
    height: 60px;
    width: 90px;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 70px;
    padding: 20px;

    font-size: 14px;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
    background-color: #ff8;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

a.indenwarenkorb{
    display: block;
    background-color: #5e88ac;
    font-size: 18px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 0px #355f83;

    width: 180px;
    margin-left: 30px;
    padding: 7px 15px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

}

a.indenwarenkorb:hover {
	background-color: #355f83;
	text-shadow: -1px -1px 0px #224a6b;
}


div.portalnumberofabos{
    margin-left: 230px;
    font-size: 14px;
    width: 130px;
}
input.portalnumberofabos{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-left: 10px;
    width: 60px;
    
}
#bundlecodediv{
    margin: 12px;
}
#bundlecodespan{
    margin-left: 2px;
    color: #666;
}
span.strikepricetag{
    font-size: 12px;
    font-weight: normal;
    color: #999;
    text-decoration: line-through;
}
.cockpit-description {
	margin-left: 115px;
}

.onestepright{
    margin-left: 50px;
    border: 0px;
}

#plzs_uebernehmen{

    margin-left: 130px;
}

.wettercockpit_winterdienst_plz,.versand_winterdienst_plz,.twostepright{
    border: 0px;
    margin-left: 80px;
}

#wettercockpit_winterdienst_plzs,#versand_winterdienst_plzs{
    margin-top: 6px;
}

span.headline_checkbox{
    font-size: 14px;
    line-height: 16px;
}
span.yellowbg{
    background-color: #C99233;
    color: white;
}

span.plzlabel{
    display: inline-block;
    width: 50px;
}

span.wds_price_label{
    display: inline-block;
    width: 120px;
}

span.fixedwidth{
    display: inline-block;
    width: 100px;
}