
/* 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;
	vertical-align: baseline;
	font-family: inherit;
}

/* HTML5 display-role reset for older browsers */



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

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;
}

/* GLOBAL =============================================== */


html,
body {
	height: 100%;
	width: 100%;
}

/* HOME ================================================= */


#home {
	background: #000;
	min-height: 200px;
	min-width: 400px;
}

#home div {
	height: 120px;
	left: 50%;
	margin: -60px 0 0 -175px;
	position: absolute;
	top: 50%;
	width: 351px;
}

#home a {
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
}

#home a:hover,
#home a:active,
#home a:focus {
	text-decoration: underline;
}

/* IMPRESSUM ============================================ */


#impressum h1 {
	font: 24px/26px Arial, Helvetica, sans-serif;
	margin: 0 0 24px;
}

#impressum h2 {
	color: #707070;
	font: 24px/26px Arial, Helvetica, sans-serif;
	margin: 0 0 12px;
}

#impressum a {
	color: #e6007e;
	text-decoration: underline;
}

#impressum p {
	color: #000;
	font: 15px/20px Arial, Helvetica, sans-serif;
	margin: 0 0 12px;
}

#impressum strong {
	font-weight: bold;
}

#impressum p.gray {
	color: #707070;
}

#impressum p.small {
	color: #707070;
	font: 13px/16px Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
}

#impressum p.small a {
	color: #707070;
	text-decoration: none;
}

#impressum p.small a:hover,
#impressum p.small a:active,
#impressum p.small a:focus {
	color: #e6007e;
}

#impressum .margin-top {
	margin-top: 40px;
}

#impressum .main {
	margin: 0 auto;
	width: 960px;
}

#impressum .tmg-angaben,
#impressum .haftungsausschluss,
#impressum .agb {
	float: left;
	margin: 0 0 0 50px;
	padding: 70px 0;
	width: 455px;
}

#impressum .tmg-angaben {
	margin: 0;
}

/* PRINT ================================================ */
@media print {

* {
	background: transparent !important;
	color: black !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
} /* Black prints faster: h5bp.com/s */

a,
a:visited {
	text-decoration: underline;
}

a[href]:after {
	content: " (" attr(href) ")";
}

abbr[title]:after {
	content: " (" attr(title) ")";
}

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
	content: "";
}  /* Don't show links for images, or javascript/internal links */

pre,
blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

thead {
	display: table-header-group;
} /* h5bp.com/t */

tr,
img {
	page-break-inside: avoid;
}

img {
	max-width: 100% !important;
}
@page {
 margin: 0.5cm;
}

p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}

h2,
h3 {
	page-break-after: avoid;
}

#impressum .tmg-angaben {
	display: none;
}

#impressum .haftungsausschluss,
#impressum .agb {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
}
