@charset "utf-8";

/*================================================

	Developed by:  Michael Ledwig
	Company: Euroweb Internet GmbH

==================================================
    => Stylesheet for print
==================================================*/

/* Reset Scrollbar-Fix for FF in Screenlayout */
html {
	height: auto;
	margin-bottom: 0;
}

body {
	margin:0 !important;
	padding:0 !important;
	background: white;
	font: 10pt/120% Arial, Helvetica, sans-serif;
	color: black;
	word-spacing: 1.1pt;
	page-break-after: always;
}

/*------------------ =Headings  ------------------*/

h1, h2, h3, h4, h5, h6 {page-break-after:avoid;}

h1 {font-size:19pt;}

h2 {font-size:17pt;}

h3 {font-size:15pt;}

h4, h5, h6 {font-size:12pt;}

/*------------------ =Content  ------------------*/

#container{
	width:100%;
	margin: 0;
}

/* Linearizing ContentMain */
div#contentMain,
div#contentMain div {
	width: 100%;
	margin:0;
	padding: 0;
	float:none !important;
	overflow:visible;
	display:table !important;
}

ol, ul, li, dl, dt, dd {
	font-size: 1.0em;
	line-height: 1.8;
	margin-top: .2em;
	margin-bottom: .1em;
	float:none !important;
}

p {
	line-height: 1.5;
	margin: 0 0 1em 0;
}

/*------------------ =Links  ------------------*/

a,
a:visited,
a:hover,
a:visited:hover {
	background: transparent;
	text-decoration: none;
}

a:link,
a:visited {
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
	color:#333;
}

/* Disable background graphics of links  */
body a[href^="http:"], body a[href^="https:"] {
	padding-left: 0;
	background-image: none;
}

a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

/*------------------ =Images  ------------------*/

img {
	float: left;
	margin: 1em 1.5em 1.5em 0;
}

a img {border: none;}

/*-------------- Special Content  --------------*/

dl.imprintTypeOfBusiness,
dl.imprintAddress {
	width:100%;
	line-height:18px;
	margin:15px 0;
}

dl.imprintTypeOfBusiness dt,
dl.imprintAddress dt {
	display:block;
	width:50%;
	float:left;
}

#Datenschutz {
	display:block;
}

dl.imprintTypeOfBusiness dd,
dl.imprintAddress dd {
	clear:right;
}

/* make .print class visible */
.print {
	position: static;
	left: 0;
}

/*----- hide various parts from the site  ------*/

#header,
#navigationMain,
#naviAdditional,
#navigationLanguage,
#footer,
form,
.gototop,
#euroweb,
.noprint,
.accessibility {
	display:none !important;
}
