/* typographer - an open source xhtml/css website layout by Armin Zimmermann (http://www.armin-zimmermann.eu). 
Free to use as-is for any purpose as long as the proper credits are given for the original design work. */
/* Print layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #ffffff;
color: #000000;
}
	
#wrap {
/*margin: 2%;*/
margin: 0 5% 0 5%;

width: auto;
float: none !important;

}

/*
#header h1 {
margin: 0 0 10px 0;
}
*/

#top_header { text-align: center; }

#main_menu { display: none; }
#main_menu_top { display: none; }
#main_menu_bottom { display: none; }

#version {font-size: 0.8em; text-align: center;}
#page_content { font-size: 1.0em; line-height: 1.6em; text-align: justify; }								 
								 
#footer { display: none; }
#bottom  { display: none; }
								 							 
                   
a { text-decoration: none; color: #336699;}
a img { border: 0; } 

/* Seitenueberschrift */

.box_chapter					{	margin-top: 		9px; 
									padding:            30px 0 30px 0;
									font-size: 			1.5em; 
									font-weight: 		bold; 
									color: 				#990000; 
									text-align: 		center; 
								}

/* Ueberschrift fuer neuen Abschnitt */
 
.box_subchapter					{ 	margin-top: 		4px; 
									padding: 			9px 0 18px 0;
									border-top: 		1px solid #CCCCCC;  
								}

.box_subchapter_colored			{ 	margin-top: 		4px; 
									padding: 			9px 0 18px 0;
									border-top: 		1px solid #990000; 
								}
		   
/* Spaltentrenner */
                   
.box_line						{ 	height:				1px; 
									border-top: 		1px solid #CCCCCC; 
								}
								
.box_line_blank					{ 	height:				1px;
								}

	
/* zwei Spalten, links schmal */
								
.box_left_small_marg 			{ 	border-top: 		1px solid #CCCCCC;
								}

/* zwei Spalten, rechts schmal */

/* zwei Spalten mit Marginale */
			  
.box_left_tiny_marg 				{ 	border-top: 		1px solid #CCCCCC;
								}
								
/* Fussnoten */
 
.box_footer_left  				{ 	font-size: 			0.9em; line-height: 		1.4em;
									font-weight: 		normal; 
									color:				#999999; 
								}
								
.box_footer_center				{ 	font-size: 			0.9em; line-height: 		1.4em;
									font-weight: 		normal; 
									color:				#999999; 
								}
								
.box_footer_right 				{ 	font-size: 			0.9em; line-height: 		1.4em;
									font-weight: 		normal; 
									color:				#999999; 
								}


/* Die Hauptueberschrift */ 

.title_title 					{ 	font-size: 			1.3em; 
									font-weight: 		bold; 
									color:				#cccccc; 
									border-top: 		1px solid #cccccc;
								}			

/* Die Ueberschrift unter der Hauptueberschrift */

.title_subtitle 					{ 	color:				#999999; 
								}
								
/* Zaehler unten in der Fussnote */

.footer_counter 					{ 	font-size: 			0.9em; 
									font-weight: 		normal; 
									color:				#333333; 
								}  
 
/* Verweis auf die Fussnote */
 
.footer_link 					{ 	font-size: 			0.8em; 
									color:				#336699; 
									vertical-align:		bottom; 
								}

															 
.text_image_left 				{ 	font-size: 			0.9em; 
									/* text-align:			left; */
									font-style:			italic;  
								}
								
.text_image_right 				{ 	font-size: 			0.9em; 
									/*text-align: 		right;  */
									font-style:			italic; 
								}															 
															 
															 /* Kapitaelchen */

.text_capitals_small 			{ 	font-size: 			0.9em; 
									text-transform: 	uppercase; 
								}
								
.text_capitals_big   				{ 	font-size: 			1.0em; 
									text-transform: 	uppercase; 
								}

.text_capitals_small_colored 	{ 	font-size: 			0.9em; 
									text-transform: 	uppercase; 
									color:				#990000;
								}
								
.text_capitals_big_colored   		{ 	font-size: 			1.0em; 
									text-transform: 	uppercase; 
									color:				#990000;
								}
															 
															 /* Unter-Ueberschriften */

.colored 						{ 	color: 				#990000; 
								}
								
/* Seitenanfang */

.top  { display: none;}	
							
															 
h1	 							{	font-size: 			1.5em; 
									font-weight: 		bold; 
									color: 				#990000; 
									/*text-align: 		center; */
								}
								
h2 								{	font-size: 			1.2em; 
									font-weight: 		bold; 
									/*text-align: 		left; */
								}
								
h3 								{	font-size: 			1.0em; 
									font-weight: 		bold; 
									/*text-align: 		left;
									padding-bottom: 	0.6em;*/
								}

h4 								{	 font-size: 			1.0em; 
									font-weight: 		bold; 
									/* text-align: 		left;	*/
									color: 				#990000; 
									border-top: 		1px solid #cccccc;
									border-bottom: 		1px solid #cccccc;									
								}	
																

/* Leider werden die Grauwerte nich in die Druckvorschau uebernommen, zumindest beim Firefox nicht.
Deshalb setze ich die einfach auf ein dunkles Gruen, das wird uebernommen. */
.unchecked 						{ 	color: 				#006633;
								}		

.comment                        { 	color: 				#999999;
                 					font-size:0.9em;
									line-height: 		1.4em;
									border-top: 		1px solid #cccccc;
									border-bottom: 		1px solid #cccccc;
									border-left: 		1px solid #cccccc;
									border-right: 		1px solid #cccccc;			
								}	