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

/* Zurücksetzen von Hintergrundfarben/ - Bildern */
 * {
  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 !important;
	background-color: white; 
}

/* ausblenden von Containern */
#header,
#nav,
#col1, #col1_content,
#breadcrumb,
#col3,
#nav-extra,
#footer {display: none !important;}

/* specials ausblenden */
iframe,
ul#bottom-nav,
form,
.print-link {display: none;}

/* enn nicht ausgeblendet */
#footer {
	float: none; clear: both;
	margin-top: 1cm;
}

#main,
#page_margins {
		width: auto !important;
		max-width: auto !important; 
		min-width: auto !important;
		border: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		font-size: 10pt;
}	

#col2 {
	position: absolute; 
	left: 10px; top: 45px;
}

#col2,
#col2_content {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 10pt;
}

/* IE spezifisch */
* html #col2 {	width: 645px;}
* html #col2_content {	width: 645px;}

/* in diesem Fall fuer die Druck-Ansicht von AGF als extra Seite */
#col2_content {
	margin: 0 0 20px 15px !important;
}

/* Headlines */
h1,h2,h3 { 
	page-break-after: avoid; 
	color: #000 !important;
	border: none !important;
	display: block !important;
	font-family: Arial, Verdana, Lucida Sans, sans-serif;
}

h1 {font-size: 1.4em !important; font-weight: bold; margin: 0.4em 0 0.4em 0 !important;}
h2 {font-size: 1.2em !important; font-weight: bold; margin: 0.7em 0 0.1em 0 !important; padding-top: 5px;}
h3 {font-size: 1.1em !important; font-weight: bold; margin:0.4em 0 0.3em 0 !important;}

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

#col2 a:link:after, #col2 a:visited:after {
   content: " (http://www.arbeitsgemeinschaft-finanzen.de" attr(href) ") ";
   font-size: 80%;
   color: #636B6A !important;
   font-weight: normal !important;
   text-decoration: none;
   }
	
/* Absätze */
#col2_content p {
	font-size: 100%;
	padding: 0 0 1em 0; margin: 0;
	line-height: 160%;
}

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

/* Trennlinie */
hr { 
	color: #FFF; 
	width: 98%; 
	background-color: #FFF; 
	border: none; 
	border-bottom: 1px dashed #777;
	margin: 15px 0 19px 0; 
	line-height: 1px; 
	font-size: 1px;
}

div, 
ul, 
li, 
p {
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

ul {
	margin: 10px 0 15px 20px !important; 
	font-size: 83% !important;
}

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

ol li {
	line-height: 165% !important; 
}

/* HTML TAGS for ACCESSIBILITY */
abbr, acronym {border-bottom: !important; }
			
/* Bilder */

img {
	margin: 0 0 8px 0 !important; 
	text-align: left; 
	display: block; 
	clear: both;
	
	/* auf Wunsch von Thomas */
	display: none !important;
}

/* logo ist zu sehen */
#print_header img {display: block !important;}

table img {
	border: none;
}

/* Tabellen */
table {
	width: 100% !important; 
	font-size: 100% !important;  
	border-collapse: collapse; 
	empty-cells: show !important; 
}

td {
	vertical-align: top !important;  
	border: 1px solid #CCC !important; 
}

th {
	border-bottom: 1px solid #000 !important; 
}

table a:link,
table a:visited {
	color: #000 !important; 
	text-decoration: underline;
}

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

.box {
	width: 99% !important; 
	background: none !important;
	border: none !important;
	padding: 10px 0 10px 0 !important;
}

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

div.box-typ-1 {
	width: 99%;
	background: #FFF;
	border: 1px solid #e3e2dd;
	padding: 5px !important;
}

div.box-typ-1 h1,
div.box-typ-1 h2 {
	background: #FFF;
	border-bottom: 1px solid #e3e2dd;
	padding: 0 !important;
}

div.box-typ-1 div.trenner {
	height: 20px;
}

/* --- Box Typ 2 --- */

div.box-typ-2 {
	width: 99%;
	background: #FFF;
	border: 1px solid #e3e2dd;
	padding: 5px !important;
}

div.box-typ-2 h1,
div.box-typ-2 h2 {
	background: #FFF;
	border-bottom: none;
	padding: 0 !important;
}

/* --- Box Typ 3 --- */

div.box-typ-3 {
	width: 99%;
	background: #FFF;
	border: 1px solid #e3e2dd;
	padding: 5px !important;
}

div.box-typ-3 h1,
div.box-typ-3 h2 {
	background: #FFF;
	border-bottom: none !important;
	padding: 0 !important;
}

div.box-typ-4 {
	width: 99%;
	background: #FFF;
	border: 1px solid #e3e2dd;
	padding: 5px !important;
}

div.box-typ-4 h1 {
	color: #000;
	padding: 0 !important;
}

/* --- Box Typ 5 --- */

div.box-typ-5 {
	width: 99%;
	background: #FFF;
	border: 1px solid #e3e2dd;
	padding: 5px !important;
}

/* Absaetze */
div.box-typ-1 p,
div.box-typ-2 p,
div.box-typ-3 p,
div.box-typ-4 p,
div.box-typ-5  p {
	color: #000;
	padding: 5px 0 5px 0 !important;
	margin: 0 !important;
}

/* runde Ecken über generierten Content CSS3 eleminieren */
.box-typ-1:before,
.box-typ-1:after,
.box-typ-2:before,
.box-typ-2:after,
.box-typ-3:before,
.box-typ-3:after,
.box-typ-4:before,
.box-typ-4:after,
.box-typ-5:before,
.box-typ-5:after {
  content:  url(/fileadmin/nix.gif) !important;
  background: url(/fileadmin/nix.gif) !important;
  background: white !important;
  height: 1px;
}


/* --- Button in der Druckansicht --- */

#printbutton {position: absolute; top: 5px; left: 8px; z-index: 100; width: 330px; height: 30px; margin: 5px 0; background: #FFF;}

#printbutton ul {display: block; margin: 0; padding: 0;}

#printbutton li {display: inline; margin: 0; padding: 0; float: none;}

#printbutton li a, #printbutton li a:visited {
		display: block;
		overflow: visible;
		float: left; 
		margin: 1px 5px 1px 0; padding: 3px 5px 4px 5px;
		font-size: 80%; text-decoration: none; color: #000; 	
	padding: 3px 4px 3px 4px;
	margin: 0 3px 0 3px; 
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #EEEDE5;
	color: #000; text-decoration: none; text-align: center;	width: 130px;
}

#printbutton  li a:hover, a:active, a:focus  {
	color: #000; background: #E1E1E1; 
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}


@media print 	{	
	body, #page_margins, #col2_content {margin: 0 !important;}
	#print-header img {display: none !important;}
}

