
/* 
	Reduktion:
	Seitenformate auf druckbares Format 
	Farben und Umfluss von Objekten

*/


 * {
  background-color: white !important;
  background-image: none !important;
  }

body {
	margin: 0; padding: 0;
	font-family: Verdana, Lucida Sans, Times New Roman, Times, serif;
	text-align: left;
	font-size: 10pt;
	color: black;
	background-color: white; 
}

h1 {display: block; font-size: 1.4em; font-weight: bold; margin: 0.4em 0 0.4em 0; font-family: Arial, Verdana, Lucida Sans, sans-serif;}
h2 {display: block; font-size: 1.2em; font-weight: bold; margin: 0.7em 0 0.1em 0; padding-top: 5px; font-family: Arial, Verdana, Lucida Sans, sans-serif;}
h3 {font-size: 1.0em; font-weight: bold; margin:0.4em 0 0.3em 0;}
/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3 { page-break-after: avoid; color: #000;}


/* Links */
#col1 a, #col1 a:visited ,
#col2 a, #col2 a:visited {color: #667; background: none; text-decoration: underline; padding: 0;}

#col1 a:link:after, #col1 a:visited:after,
#col2 a:link:after, #col2 a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
	
/* alle internen Links werden relativ angezeigt */
#col1 a[href^="/"]:after {
  content: " (http://www.loverevolution.de" attr(href) ") ";
   }
#col2 a[href^="/"]:after {
  content: " (http://www.loverevolution.de" attr(href) ") ";
   }

/* ausblenden von Containern */

#fontsize {display: none;}
#header {display: none;}
#nav {display: none;}
#col2, #col2_content {display: none;}
#col3 {display: none;}
iframe {display: none;}
ul#bottom-nav {display: none;}
#footer {display: none;}


#main {
		width: 100%;
		margin: 0;
		padding: 0;
}	

#page_margins {
		width: auto;
		max-width: auto; min-width: auto;
		border: 0;
		margin: 0;
		padding: 0;
		font-size: 10pt;
		float: none;
		clear: both;
}	

#col1 {
	width: 100%;
	float: none !important; 
	margin: 0; padding: 0; 
	clear: both;
}

#col1_content {
  width: 100%;
	margin: 0; padding: 0; 
  padding-top: 1em;
	font-size: 10pt;
}

* html #col1 {
	width: 645px;
}

* html #col1_content {
	width: 645px;
}

#col1_content p {
	font-size: 100%;
	padding: 0 0 1em 0; margin: 0;
	line-height: 160%;
}

/* nur wenn der Footer nicht ausgeblendet ist */
#footer {
	float: none; clear: both;
	margin-top: 1cm;
}

#footer p {
	font-size: 80%;
	margin: 0; padding: 0;
	width: 645px;
}

div, ul, li, p {margin: 0; padding: 0; font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;}
	
hr { color: #FFF; height: 3px; width: 98%; background-color: #FFF; border-top: 1px solid #FFF; border-left: 1px solid #FFF; border-right: 1px solid #FFF; border-bottom: 1px dashed #777; margin: 15px 0 19px 0; line-height: 1px; font-size: 1px;}

ul {margin: 10px 0 15px 40px; font-size: 83%;}

li {
	background: none;
	list-style-type: circle; 
	line-height: 160%; 
	margin: 0; 
	padding: 2px 0 2px 2px; 
}
			
ol {line-height: 165%; margin-bottom: 1.5em;}
ol li {margin-bottom: 1em; background-image: none;}

/* HTML TAGS for ACCESSIBILITY */
abbr, acronym {border-bottom: 1px dotted #000;}
			
/* Bilder */

img {margin: 7px 0 8px 0; border: 1px solid #667; text-align: left; display: block; clear: both; }

table img {
	border: none;
}

/* Tabellen */
table {width: 100%; font-size: 100%; border-collapse: collapse; empty-cells: hide;}
td {vertical-align: top; border: 1px dotted #CCC;}
th {border-bottom: 1px solid #000;}

table a:link {color: #000; text-decoration: none;}
table a:visited {color: #000; text-decoration: none;}

/* Formulare */

form {display: none;}
input.submitter {background: none; border: 1px solid #777;}


/* ######################################################################################################
** ### Spezielle Boxen  #################################################################################
** ######################################################################################################
*/

/* --- Box Typ 1 --- */

#col1 div.box {
	background: #FFF;
	border: 1px solid #e3e2dd;
}

/* Headline in der Box */
#col1 div.box h1 {
	background: #FFF;
	border-bottom: 1px solid #e3e2dd;
}

table td, table th {
  border: 1px solid black !important;
}

@media print 	{	
	body, #page_margins {margin: 0;}
	#col1 {
	position: absolute; left: 0px; top: 0px;
	}
}



