@charset "utf-8";

/************************************************************
		Print-Stylesheet  arev-lighting.de
		Nadine Oberstein | Medienkonzeption - Mediengestaltung
		www.nadine-oberstein.de 
************************************************************/

body {
	margin: 0 auto 0 auto;
	font: normal 0.8em arial, helvetica, sans-serif; 
	line-height: 140%;
	text-align: left;
	color: #646464;
}

img {
	border: none;	
}

a, a:link, a:visited, a:focus, a:hover, a:active {
	text-decoration: underline;
	color: #646464;
}

hr {
	display: none;	
}

#content hr {
	color: #fff;
	border-bottom: 1px dotted #646464 !important;
}

acronym, abbr {
	border: none;
}

.noprint {
	display: none;	
}

/***********************
				Struktur
***********************/

h6 {
	display: none;	
}

/***********************
				Header
***********************/

#header {
	text-align: right;
}

#header img {
	margin-top: 1cm;
}

#menu {
	display: none;
}

/***********************
				Submenu
***********************/

#submenu {
	display: none;
}

/***********************
				Content
***********************/

/*** Bilder ***/

div.illustration {
	float: right;
	width: 6cm;
}

/*** Typo ***/

h1 {
	font-size: 1.1em;
	color: #002e5c;
	margin-bottom: 1em;
}

h2 {
	color: #4d4d4d;
	font-size: 1em;
	margin: 1em 0 1em 0;
}

h3 {
	color: #4d4d4d;
	font-size: 1em;
	margin: 0.5em 0 0.5em 0;
}

#content p, #content ul {
	width: 9cm;
	margin-bottom: 0.5cm;
	list-style: none;	
}

#content li {
	margin-bottom: 0.5cm !important;
}

.accent {
	padding: 0.2cm 0.2cm 0.2cm 0.2cm;
	text-align: center;
	color: #4d4d4d;
	background: #f3f3f3;
}

div.illustration p, div.illustration ul {
	width: 6cm !important;
	padding: 0 0 0 0.3cm !important;
	margin: 0.5cm 1cm 0.5cm 0 !important;
}

div.teaser {
	float: right;
	width: 38%;
	padding: 0;
	border-top: 2px dotted #cfcfcf;
	border-bottom: 2px dotted #cfcfcf;	
	background: #f8f8f8;
}

/***********************
				Footer
***********************/

#footer {
	padding-top: 0.2cm;
	text-align: right;
	font-size: 0.8em;
	color: #868686;
	border-top: 1px dotted #646464 !important;	
}

#footer a {
	display: none;	
}

/***********************
				Formular
***********************/

fieldset, legend, label, input, textarea {
	display: none;	
}

/***********************
				Impressum
***********************/

#impressum dl {
	margin: 1.5em 0 0.5em 0;
}

#impressum dt {
	float: left;
	width: 4em;
}

#impressum h3 {
	margin: 2.5em 0 0 0 !important;
}

#impressum p {
	width: 85% !important;
}

#impressum p.gap {
	margin-top: 1em;
}

/***********************
				Datenschutz
***********************/

.datenschutz .close {
	display: none;
}

.datenschutz .close a {
	display: none;
}


