/* 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%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{display: block}
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;
}
@font-face{
	font-family:'texgyReg';
	src: url('font/texgyreadventor-regular-webfont.eot');
	src: url('font/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('font/texgyreadventor-regular-webfont.woff') format('woff'),
		url('font/texgyreadventor-regular-webfont.ttf') format('truetype'),
		url('font/texgyreadventor-regular-webfont.svg#texgyregular') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'texgyBold';
	src: url('font/texgyreadventor-bold-webfont.eot');
	src: url('font/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('font/texgyreadventor-bold-webfont.woff') format('woff'),
		url('font/texgyreadventor-bold-webfont.ttf') format('truetype'),
		url('font/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
	font-weight:normal;
	font-style:normal;
}
body{
	font-family:'texgyReg';
	font-size:100%;
	line-height: 1;
	letter-spacing:.1em;
	color:#000000;
}
a:link,a:focus,a:visited{
	color:#000000;
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.5;
}
#container{
	width:960px;
	margin:5px auto;
	padding:0;
	border:1px solid black;
}
h1,h2,h3,h4,h5,h6{text-shadow:none}
h1,h2,h3,p{
	font-weight:normal;
	font-style:normal;
	margin:0;padding:0;
}
h1{
	font-size:32px;
	padding:0 0 5px 0;
}
h2{
	font-size:22px;
	text-align:center;
}
h3{font-size:17px}
p{
	font-size:12px;
	line-height:15px;
}
/* header: */
header{
	height:55px;
	background-color:#FFF;
}
/* head: */
#head{
	font-family:'texgyReg';
	margin:5px 0 0;
	width:960px;
	padding:0 0 10px 0;
	border-bottom:1px solid black;
}
#head *{
	color:#000;
	font-weight:normal;
}
#head h1, #head h2, #head h3 {
	margin: 0;
	text-align: center;
}
#head h1{
	font-size:28px;
	padding:0;
}
#head h1 span {
	margin-left: 120px;
}
#head h2{
	font-size: 17px;
	padding-top:5px;
}
#head h2 span {
	font-size: 0.8rem;
	line-height: 1rem;
	vertical-align: text-top;
}
/* head end,
   header end,
   imprint section: */
section{
	width:960px;
	/* height:267px; */
	border-top:none;
	margin-bottom:20px;
	padding:35px 0 5px 14px;
}
section h2{
	font-family:'texgyBold';
	font-size:24px;
	padding:0;
}
section h3{
	font-family:'texgyBold';
	font-size:16px;
	padding:44px 0 10px 20px;
}
section p{
	font-size:12px;
	padding-left:20px;
	line-height:22px;
}
dl{
	margin:1em 0;
	padding-left:20px;
	font-size:12px;
}
dt{
	margin-bottom:-1em;
}
dd{margin-left:3em}
dd:after {
	content: '\A';
	white-space: pre;
	margin-top:-1em;
}
#linksseitig{
	width:480px;
	height:380px;
	float:left;
}
#rechtsseitig{
	margin:77px 50px 0 20px;
	padding-bottom:0.5em;
}
#mittig{
	margin:30px 44px 20px 15px;
	clear:both;
	text-align:center;
}
#mittig a, #mittig a:focus, #mittig a:visited{
	box-shadow:inset -3px -3px 1px 0px gray;
	font-size:12px;
	background-color:#ededed;
	border-left:1px solid silver;
	border-top:1px solid silver;
	display:inline-block;
	cursor:pointer;
	padding:4px 12px 6px 12px;
	text-decoration:none;
	border-radius:2px;
	background-color:#FFF;
	outline:none;
}
#mittig a:hover {
	background-color:#f6f6f6;
	color:#444445;
}
#mittig a:active{
	box-shadow:inset 3px 3px 1px -1px gray;
	background-color:#fff;
	display:inline-block;
	cursor:pointer;
	padding:6px 12px 4px 12px;
	text-decoration:none;
	opacity:1;
}
