* {
	font-size: 14px;
}



p {
	line-height: 135%;
}

img {
	vertical-align: baseline; border: none;
}

/* #content img{border: 2px solid #910534;} */

iframe, object, embed {
        max-width: 100%;
}

hr {
	border: 0 !important;
	color: #d2d2d2;
	background-color: #d2d2d2;
	height: 1px;
	margin: 6px 0 6px 0;
}

h3 {
	color: #666666;
	font-size: 17px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0;
}
a	{ color: #910534;text-decoration: none; }


/*
		
		
input[type=text] {
	border: 1px solid black !important;
	height: 20px;
	margin-top: -3px;
}

.searchSubmit {
	border: 0;
	color: #fff;
	font-size: 17px;
	background: #e22d3d;
	line-height: 20px;
	cursor: pointer;

}

fieldset{ margin: 0; padding: 0; border: none; }



input[type=text] {
	margin-bottom: 6px;
	border:1px solid black;
	height:16px;
	margin:3px 5px 3px 0;
	padding: 1px 2px 1px 5px;
	font-size: 12px;
}

input.text {width: 200px;}


.required, .invalid {
border: 1px solid red !important;
background: rgba(255,0,0,0.2);
}

select {
	margin-bottom: 6px;
	width: 200px;
}

textarea {
	width: 300px;
	height: 100px;
	font-size: 12px;
	padding: 5px;
	border:1px solid black;
	margin: 3px 5px 3px 0;
}
*/

input.button { width: 100px; margin-top: 10px; height: 20px; }

.formerror, .error {border: 1px solid #c52d23 !important;}
label.error {display: none !important;}


@media screen and (max-width:480px) {

	#content b{ font-size: 17px!important; }

}

.artikelsuche {margin:-1px 0 30px;  }

.directSearchInputCont { height: 26px; background: white; width: 148px; border: 1px solid #910534; border-right: 0; float: left; margin-top: 1px;  }
.directSearchInput[type=text] { border: none!important; padding-right: 0; }
.directSearchButton { border: none; background:url(../images/lupe.png) no-repeat center center #910534; width: 23px; height: 26px; outline: 1px solid #910534; margin-top: 2px; padding: 0; }
@-moz-document url-prefix() { 
  .directSearchButton {
     margin-top: 0;
  }
}
.directSearchButton:hover, .directSearchFilter:hover, .directSearchFilter select:hover { cursor: pointer; }

.directSearchFilter {
   width: 75px;
   height: 26px;
   overflow: hidden;
   background: url(/images/search-arrow.png) no-repeat 90% #d2d2d2;
   border: 1px solid #910534;
   border-left: none;
   float: left; 
   margin-top: 1px;
   }

.directSearchFilter select {
   background: transparent;
   width: 268px;
   padding: 3px;
   font-size: 14px;
   line-height: 1;
   border: 0;
   border-radius: 0;
  	font-family: 'Noto Serif', Georgia, serif;
/*    height: 34px; */
   color: #910534;
   -webkit-appearance: none;
   }