/*****CSS RESET*******/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; 
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*****MAIN STYLES*******/
body {
	font-family: arial, helvetica, sans serif;
	font-size: 100%;
	color: #222222;
}

.clear {
	clear: both;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	xcolor: #666666;
	text-decoration: underline;
}

#containerOuter {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#start {
	position: absolute;
	padding-top: 80px;
	width: 100%;
}

#start .logo img {
	
}

#start .toContent img {
	margin: 0 auto;
	max-width: 910px;
	width: 100%;
	display: block;
}

#start .adress {
	margin-top: 20px;
}

#start .adress p {
	margin: 0 0 0 58%;
	padding: 0 200px 0 0;
	font-size: 1.5rem;
	line-height: 1.5em;
}

#start .adress p a {
	font-size: 1rem;
}

#start .adress img {
	float: left;
	margin-left: 6%;
}

.disclaimer {
	margin-top: 50px;
	padding: 0 20px;
	font-size: 0.8rem;
	line-height: 1.5em;
	clear: both;
}

.disclaimer li {
	margin-bottom: 0.5em;
}

#content {
	padding-top: 80px;
}

#contact {
	padding-top: 80px;
}

#imprint {
	padding-top: 80px;
}


#menu {
	font-family: arial, helvetica, sans serif;
	width: 800px;
	margin: 50px;
}

#menu h3 {
	font-family: arial, helvetica, sans serif;
	font-size: 16px;
	color: #fff;
	padding: 10px;
	margin: 0;
	background: #000;
	line-height: 20px;
}

#menu ul {
	position: absolute;
	margin: 0 auto;
	list-style: none;
}

#menu ul li {
	float: left;
	margin: 0 0 0 20px;
	font-size: 20px;
	font-family: 'Bree Serif', serif;
	line-height: 50px;
}

#menu ul li a {
	color: #000;
	font-family: arial, helvetica, sans serif;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#menu ul li a:hover {
	color: #999;
}

#menu ul li img {
	float: left;
	width: 16px;
	height: 16px;
	margin: 14px 5px;
	padding: 6px;
	background: #999;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#menu ul li:hover img {
	background: #000;
}

#menu ul ul {
	position: absolute;
	top: -9999px;
	background: #fff;
	padding: 0;
	margin: 0 0 0 -5px;
	-webkit-box-shadow: 0 10px 20px #888;
	-moz-box-shadow: 0 10px 20px #888;
	box-shadow: 0 10px 20px #888;
}

#menu ul ul:before {
	position: absolute;
	content:"";
	width: 10px;
	height: 10px;
	top: -5px;
	left: 20px;
	background: #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menu ul li:hover ul {
	top: 55px;
}

#menu ul ul li {
	float: none;
	font-family: arial, helvetica, sans serif;
	font-size: 16px;
	padding: 5px 10px;
	text-align: left;
	margin: 0;
	border-bottom: 1px solid #ddd;
	line-height: 20px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#menu ul ul a {
	color: #333;
	text-decoration: none;
}

#menu ul ul li.all {
	font-size: 12px;
	border-bottom: none;
	text-transform: none;
}

#menu ul ul li:hover {
	background: #333;
	color: #fff;
}



#menu ul {
	margin-top: 40px;
}

#menu a {
	color: #939393;
	text-decoration: none;
	line-height: 1.5em;
}

#menu a:hover {
	text-decoration: underline;
}

#menu {
	float: left;
	width: 160px;
	padding: 0 20px;
}

#mainContent,
#mainContact,
#mainImprint {
	margin: 0 20px 0 240px;
}

#mainContent h2 {
	font-size: 1.3rem;
	margin-bottom: 1.5em;
	color: #939393;
	font-weight: normal;
}

#mainContent h3 {
	padding: 0 0 0 48px;
	line-height: 48px;
	font-size: 1.3rem;
	font-weight: normal;
	cursor: pointer;
}

#mainContent>div {
	padding: 0 0 40px 0;
}

#mainContent .red h3 {
	background: url('./images/kugelRot.png') left center no-repeat;
}

#mainContent .yellow h3 {
	background: url('./images/kugelGelb.png') left center no-repeat;
}

#mainContent .grey h3 {
	background: url('./images/kugelGrau.png') left center no-repeat;
}

#mainContent .blue h3 {
	background: url('./images/kugelBlau.png') left center no-repeat;
}

#mainContent .green h3 {
	background: url('./images/kugelGruen.png') left center no-repeat;
}

#mainContent ul {
	padding: 10px 0 0 63px;
	list-style-type: disc;
	display: none;
}

#mainContent li {
	line-height: 1.5em;
}

#mainContact img {
	float: right;
	max-width: 320px;
	width: 50%;
}

#mainContact h2,
#mainImprint h2 {
	font-size: 1.3rem;
	margin-bottom: 1.5em;
	color: #939393;
	font-weight: normal;
}

#mainContact h3,
#mainImprint h3 {
	font-size: 1.1rem;
	font-weight: normal;
	margin: 170px 0 0.5em 0;
}

#mainImprint h3 {
	margin: 0 0 0.3em 0;
}

#mainContact p {
	line-height: 1.5em;
	margin-bottom: 0.3em;
}

#mainImprint p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}