/* 
Print Style
www.maja-johannsen.de 
Datum: 10-03-2007
*/

body {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	margin: 		0px;
	padding: 		0px;
	color: 			#000;
	/*font-size:		10px;
	font-size:		14px !important;
	width:			100%;*/
}

h1,h2,h3,h4,p,li,ul,form {  
	margin: 		0px;
	padding: 		0px;
}
h1 {
	font-weight:	bold;
	font-size: 		11px;
	font-size:		13px !important;
	font-variant: 	small-caps;
	padding-bottom: 20px;
	color:			#666;
}
h2 {
	font-weight:	bold;
	font-size: 		10px;
	font-size:		15px !important;
	font-variant: 	small-caps;
	padding-bottom: 10px;
	color:			#666;
}
h3 {
	font-weight:	bold;
	font-size: 		9px;
	font-size:		13px !important;
	color:			#777;
}
strong {
	font-weight:	bold;
	font-size: 		10px;
	color:			#777;
}
.clear {
	clear:	both;
}
ul.dotblau{
	list-style-position:outside;
	list-style-type: 	square;
	list-style-image: 	none;
}
ul.dotgruen{
	list-style-position:outside;
	list-style-type: 	square;
	list-style-image: 	none;
}
ul.dotgelb{
	list-style-position:outside;
	list-style-type: 	square;
	list-style-image: 	none;
}
/* ---------------- Inhalt ------ */
#alles {

}
#head {
	display:	none;
}
#kopf  {
	display:	none;
}
#content {
	border:					solid 0px #fff;
	margin-left:			0px;
	background-color: 		#fff;	
	width:					1000px !important;	
}
#inhalt-links {	
	display:	none;
}
#inhalt-rechts {
	padding:		30px 0 20px 0;
	font-size:		9px;
	font-size:		13px !important;	
}

.einspaltig {
	padding:		0 13px 0 13px;
	/*width:	1000px !important;*/
	
}
.spalte-links {
	float:			left;
	/*width:			450px !important;*/
	padding:		0 13px 0 13px;			
}
.spalte-rechts {
	float:			left;
	/*width:			450px !important;*/
	padding:		0 13px 0 13px;			
}

/* --- Formular ----*/

form .bezeichnung {
	width: 120px; /*6,25em;*/
	float:	left;
}
/* ------ footer -----*/
#footer {
	font-size:		8px;
	font-size:		12px !important;
	color:			#979797;
	text-align:		left;	
	/*width: 			100%;*/
	padding: 		5px 0 3px 0;
	margin-left:	0px;
}
.linie-blau {
	/*width: 			100%;*/
	clear:			both;
	bottom:			0px;
	position:		relative;
	border-bottom: 	7px solid #336699;

}
.linie-gruen {
	/*width: 			100%;*/
	clear:			both;
	bottom:			0px;
	position:		relative;
	border-bottom: 7px solid #87B040;
}
.linie-orange {
	/*width: 			100%;*/
	clear:			both;
	bottom:			0px;
	position:		relative;
	border-bottom: 7px solid #FF9933;
}