﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	text-decoration:none;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:#5394BC;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Containers */

#wrapper 			{ width:900px; margin:0px auto; background-color:#ffffff; }

#top 				{ background:#ffffff; width:100%; padding:0px 0px; overflow:hidden;  }

#logo 				{ float:left; }

#adress 			{ float:right; margin:20px 10px; line-height:120%; }
#adress p			{ color:#02629C; font-size:14px; margin:4px 10px 4px 0px; font-weight:bold; }

#topnav				{ background-color:#eeeeee; clear:both;  }
#topnav ul			{ width:100%; float:left; margin:0px; background-color:#eeeeee; border-bottom:3px #ffffff solid; }
#topnav ul li		{ display:inline; }
#topnav ul li a		{ float:left; padding:7px 20px; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; }

#topnav a:link		{ color:#000000; }
#topnav a:visited	{ color:#000000; }
#topnav a:active	{ color:#000000; }
#topnav a:hover		{ color:#eeeeee; background-color:#666666; }
#topnav a:focus		{ color:#000000; }

#fader				{ clear:both; }

#subbanner			{ background-color:#eeeeee; width:100%; padding:5px 0; overflow:hidden;  }
#subbanner h3		{ color:#000000; font-size:16px; font-weight:bold; text-align:center; line-height:180%; }

#contents			{ float:left; width:650px; padding:20px; }
#contents h1		{ margin:0 0 20px 0; font-size:32px; border-bottom:1px #bbbbbb solid; padding:20px 0; }
#contents h2		{ margin:20px 0 10px 5px; font-size:24px; }
#contents p			{ margin:15px 0 0 0; line-height:150%; font-size:14px; padding:0 5px 0 5px; }
#contents img		{ padding:4px; border:1px #888888 solid; margin:10px 2px; width:30%; height:30%; }
#contents ul li		{ display:inline; }

#team				{ width:100%; }
#team img			{ width:200px; height:269px; }
#team p				{ margin:0; padding:0 0 0 5px; font-weight:bold; }
#team table			{ margin: 0 0 0 5px; }

#kontaktadresse ul      { margin:50px 0 0 50px; }
#kontaktadresse ul li p { margin:0; padding:0 5px 0 5px; font-site:14px; }

#rightside			{ padding:20px; margin-left:675px; }
#rightside h2		{ margin:20px 0 10px 0; font-weight:bold; font-size:24px; color:#666666; }
#rightside ul		{ margin:20px 0 0 15px; }
#rightside ul li	{ padding:15px 0; }

#footer				{ background-color:#0069AA; width:100%; padding:10px 0; clear:both; }
#footer p			{ text-align:center; color:#ffffff; font-size:12px; }

#imagelightbox		{ position: fixed; z-index: 9999; -ms-touch-action: none; touch-action: none; }

