﻿
* {
	margin: 0;
	padding:0;
	outline:none;
}

html,
body {

}
 html[xmlns^="http"] {
 overflow-y: scroll;
}

html{
}

body {
 	font:62.5%/180% Arial, Helvetica, sans-serif;
	color:#707070;
}

/* ----------------------------------> Global classes <-----------------------------*/
a {
	color:#707070;
}

a:hover {
	text-decoration:none;
}

img {
	border:none;
}

ul{
	list-style-type:none;
}

.highlight {
	font-weight:bold;
}

.image {
	border:solid 1px #000;
	padding:1px;
}

.floatRight {
	float:right;
	margin:0 0 10px 10px;
}

.floatLeft {
	float:left;
	margin:0 10px 10px 0;
}

.clear {
	float:none;
	clear:both;
}
#map{
	border:solid 1px #000;
	padding:1px;
	margin:0 0 10px 0;
}

#top{
	display:none;
}

a#home{
	display:none;
}

#text{
	display:none;
}
/* ----------------------------------> Container <-----------------------------------*/
#container {
}

/* ----------------------------------> Branding <--------------------------------------*/

#branding a {
}

#branding a img{
}

#branding a span{
	display: none;
}

/* ----------------------------------> NaviLang <----------------------------------------*/
#naviLang {
	display: none;
}

/* ----------------------------------> Navi <----------------------------------------*/
#navi {
	display: none;
	font-weight:bold;
}

/* ----------------------------------> Navi2 <----------------------------------------*/
#navi2{
	display: none;
}


/* ----------------------------------> NaviAdd <-------------------------------------*/
#naviAdd {
	display: none;
}
/* ----------------------------------> Onlineshop <--------------------------------------*/

#onlineshop{
	display: none;
}

/* ----------------------------------> Slideshow <--------------------------------------*/

#slideshow{
	display: none;
}

#slideshowTitles{
	display:none;
}

/* ----------------------------------> Spruch <-------------------------------------*/
#spruchTop {
	display: none;
}

#spruchRight {
	display: none;
}

/* ----------------------------------> SeparatorTop <-------------------------------------*/
#separatorTop {
	display: none;
}

/* ----------------------------------> Content Main <--------------------------------*/
#contentMain, .jspPane, .jspContainer {
	font-size:1.1em;
	width:auto !important;
	height:auto !important;
}

#contentMain h2 {
}

#contentMain h3 {
}

#contentMain p {
	margin:0 0 10px 0;
}

#contentMain ul.list {
}

/* ----------------------------------> Content Main <--------------------------------*/

#newsletter{
	display: none;
}

/* ----------------------------------> CMS Classes <---------------------------------*/

/* ----------------------------------> Mobile <---------------------------------*/
#contentMain #address{
	display:none;
}

#mobile-link{
	display:none;
	border-top: 2px solid #000;
	background: url(../images/mobile/bg-btn-desktop.png) repeat-x 0;
}

.btn-mobile {
	display: none;
}


#cboxTitle, #cboxClose{
	display:none !important;
}