html, body
{
	margin: 0;
	padding: 0;
}

body.mobile
{
	font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background: #fff;
	width: 100%;
	min-height: 460px;
	-webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
	font-size: 20px;
	color: #c00;
	margin: 10px 0 6px;
	padding: 0 8px;
}

h2,
h2.section
{
	font-size: 17px;
	margin: 2px 0 4px;
	color: #444;
}

h2.section
{
	padding-left: 16px;
}

h3
{
	font-size: 15px;
	margin: 2px 4px;
}

h4, h5, h6
{
	font-size: 14px;
	margin: 1px 3px;
}

p,
#detailContainer .vorspann,
#container p
{
	font-size: 13px;
	padding: 0 8px;
	line-height: 18px;
}

#container .item p,
#container .itemVar2 p
{
	margin: 0;
	padding: 0;
	line-height: 16px;
}

#detailContainer .vorspann
{
	font-weight: bold;
}

p span.autor
{
	color: #999;
}

div.notfound
{
	padding: 0 8px;
	font-weight: bold;
	font-size: 15px;
}



a.tel,
a.mail,
a.http
{
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border: 1px solid #ccc;
	padding: 1px 6px;
	background: #efefef;
	text-decoration: none;
	color: #c00;
}

div.address,
div.products,
div.box
{
	padding: 8px;
	margin: 0 8px;
	margin-bottom: 15px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border: 1px solid #ccc;
}

div.address div
{
	margin-bottom: 7px;
}

div.address .firname
{
	font-weight: bold;
}

div.box
{
}

div.box div.name
{
	padding-bottom: 3px;
}

div.box div.withTopSpace
{
	margin-top: 15px;
}

div.pr
{
	margin-bottom: 5px;
}

div.pr .name,
div.pr .desc
{
	font-size: 13px;
	font-weight: bold;
}

div.pr .name
{
	padding-left: 10px;
	background: url(img/littleArrow.gif) left 4px no-repeat;
}

div.pr .desc
{
	font-weight: normal;
	padding: 0 0 0 16px;
	background: url(img/indentSign.gif) 0 -5px no-repeat;
}

#homelink
{
	position: absolute;
	left: 4px;
	top: 7px;
	z-index: 10;
	width: 182px;
	height: 34px;
}

#logoLeft
{
	background: #fff url(img/logo_scope.gif) left top no-repeat;
}

#logoRight
{
	height: 55px;
	background: url(img/logo_hopp.gif) right top no-repeat;
}

div.simpleButtonsBar
{
	text-align: center;
}

div.simpleButtonsBar .sep
{
	height: 13px;
	width: 1px;
	background: #d1d1d1;
	vertical-align: text-top;
}

div.simpleButtonsBar div.buttonShell,
div.buttonShell div.button
{
	display: inline;
}

div.buttonShell div.button a:link,
div.buttonShell div.button a:visited
{
	text-decoration: none;
	color: #c00;
	font-size: 16px;
	margin: 0 11px;
}

#buttonBar
{
	background: url(img/bbuttonBg.gif) left top repeat-x;
	height: 39px;
}

#buttonBar .inner
{
	padding-top: 1px;
}

#buttonBar .buttonShell
{
	float: left;
	text-decoration: none;
}

#buttonBar .button
{
	height: 37px;
	cursor: hand;
	cursor: pointer;
}

#button_news
{
	width: 59px;
	background: url(img/buttons.gif) 0 0 no-repeat;
}

#buttonBar .button_news_act
{
	background-position: 0 -37px;
}

#button_artikel
{
	width: 63px;
	background: url(img/buttons.gif) -59px 0 no-repeat;
}

#buttonBar .button_artikel_act
{
	background-position: -59px -37px;
}

#button_produkte
{
	width: 83px;
	background: url(img/buttons.gif) -122px 0 no-repeat;
}

#buttonBar .button_produkte_act
{
	background-position: -122px -37px;
}

#button_firmen
{
	width: 70px;
	background: url(img/buttons.gif) -205px 0 no-repeat;
}

#buttonBar .button_firmen_act
{
	background-position: -205px -37px;
}

#button_suche
{
	width: 45px;
	background: url(img/buttons.gif) -275px 0 no-repeat;
}

#searchArea
{
	display: none;
	background: #f6f6f6;
	padding: 10px 20px 10px;
	border-bottom: 1px solid #d1d1d1;
	text-align: center;
}

#categoryDesc
{
	display: none;
	text-align: left;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0;
}

#searchArea .searchButtonOuter
{
	padding-top: 5px;
}

#searchPrompt
{
	font-size: 14px;
	text-align: left;
}

#searchField
{
	width: 100%;
	font-size: 18px;
}

#searchButton
{
	font-size: 14px;
	width: 100%;
}

#buttonBar .button_suche_act
{
	background-position: -275px -37px;
}

#buttonBar .button_suche_dis
{
	background-position: -275px -74px;
}

#searchInfoOuter
{
	display: none;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 5px;
	background: #ffebb5;
}

#searchInfoOuter .infoPrompt
{
	padding: 12px 15px 12px 8px;
	font-size: 16px;
}

#searchResetOuter
{
	position: relative;
}

#searchResetButton
{
	position: absolute;
	left: auto;
	right: 8px;
	top: 9px;
	z-index: 10;
	width: 25px;
	height: 25px;
	background: url(img/deleteButton.png) center no-repeat;
}

#searchInfoText
{
	font-weight: bold;
}

.rotorOn
{
	background: url(img/rotor.gif) 50% 80px no-repeat;
}

.rotorOff
{
	background: #fff;
}

#container .item,
#container .itemVar2
{
	display: block;
	text-decoration: none;
	padding: 10px 40px 10px 8px;
	border-bottom: 1px solid #666;
	background: #fff url(img/moreBullet.png) 98% 50% no-repeat;
}

#container .title,
#container .desc
{
	text-decoration: none;
}

#container .title
{
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #444;
	margin-bottom: 5px;
}

#container .desc
{
	display: block;
	font-size: 13px;
	color: #444;
}

#container .itemVar2
{
	font-size: 15px;
	color: #444;
	padding-top: 13px;
	padding-bottom: 13px;
}

#articleInfoBar
{
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
}

#articleInfoBar span
{
	display: block;
	font-size: 11px;
	padding: 8px;
}

#simpleBar
{
	margin: 3px 0 10px;
	padding: 8px;
	border-top: 1px solid #d1d1d1;
	background: #f7f7f7;
}

#simpleBar a
{
	font-size: 18px;
	color: #c00;
	margin: 0 10px;
	text-decoration: none;
}

#moreInfoFormOuter
{
	display: none;
	position: relative;
}

#moreInfoFormOuter .inner1
{
	position: absolute;
	left: 5%;
	bottom: 10px;
	z-index: 11;
	width: 90%;
	border: 1px solid #ccc;
	background: #d1d1d1;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	background-color: rgba(225,225,225,0.9);
	/background-color: #e1e1e1;
}

#moreInfoFormOuter .closeButton
{
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 12;
	height: 25px;
	width: 25px;
	background: url(img/deleteButton.png) center no-repeat;
}

#moreInfoFormOuter .inner2
{
	padding: 10px;
}

#formError
{
	display: none;
	font-size: 13px;
	color: red;
	padding: 0 0 2px;
}

#moreInfoFormOuter .field
{
}

#moreInfoFormField
{
	width: 100%;
	font-size: 18px;
}

#moreInfoFormButton
{
	width: 100%;
	font-size: 14px;
}

#successContent,
#errorContent
{
	display: none;
	padding: 10px;
}

#successContent span,
#errorContent span
{
	font-size: 20px;
}

#successContent p,
#errorContent p
{
	text-align: center;
}

#successContent span
{
	color: green;
}

#errorContent span
{
	color: red;
}

div.floatTerm
{
	clear: both;
}

.footerSpacer
{
	height: 10px;
}




