/* Fuer die Druckausgabe ueberfluessiges abschalten */
#searchfield, #button, #topnavi, #subnavi, #header, #left, #footer-cut, 
#contentright, #footer, #chlang, #breadcrumb, .invisable
 {
  display: none;
}

.invisablemenu, #left p {
	display:none;
}

body { 
	font: 10pt/12pt arial, verdana, helvetiva, sans-serif; 
	margin: 0px; 
	color:#000;
	padding: 2px;
	}


/****************************************************************
	Modul Image
 	Definiert Bilderausgabe Fliesstext Content-Bereich
*****************************************************************/		
#preamble .flRightwithoutsize	{
	float					:	right;
	margin					:	.3em 0 0 1.2em;
	background-color		: 	white;
}

/****************************************************************
	Modul Allgemeine Tags
 	Definiert p, h1-h5, a etc.
*****************************************************************/			
h1 { font-size: 12pt; line-height: 1.3em; margin-top: 0px; margin-bottom: 10px; }
h2 { font-size: 12pt; line-height: 1.5em; margin-bottom: 10px; padding-top: 20px; }	
h3 { font-size: 12pt; margin-bottom: 10px; border-bottom: 1px solid #C00; }
h4 { margin-top: 0px; font-weight: bold; font-size: 1.1em; }
h5 { margin-top: 0px; margin-bottom: 7px; font-weight: bold; font-size: 1em;}
a:link { text-decoration: underline; color: #000; }
a:visited { color: #000; }

/* --- cleaerer --- */
HR.clearer {
	clear:right;
	height:1px;
	border:0;
	color: white;
}

HR.clearall {
	clear:both;
	height:1px;
	border:0;
	color: white;
}

/*******************************************************************************/
/* Formulare
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	background-color:#fff;
	color:black;

}

#form-module fieldset {
	margin: 20px 0px 10px 0px;
	padding: 10px;
	border: 1px solid black;
}

#form-module legend {
	color: #000;
	padding: 5px;
	margin-left:10px;
	font-weight: bold;
	border: 1px solid black;
}


#form-module p {
	margin:0;
	padding-bottom:1em;
	font-size:1em;
	font-weight:bold;
}

#form-module h2 {
	padding: .5em 0 .5em 0;
}

#form-module .element {
	display:block;
	clear:both;
	background-color:#fff;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left; 
	padding:0px;
	width:220px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:252px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module label.checkboxinner {
	width:250px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:2px;
	width:250px;
	border:1px solid #333;
}

#form-module input:focus, #form-module input:hover,
#form-module select:focus, #form-module select:hover, 
#form-module textarea:focus, #form-module textarea:focus {
	background-color: #EFEEEE;
 	border:  1px solid #000;

}

#form-module input.text {
	height:1.4em;
}

#form-module label.text6 {
	display:block;
	float:left; 
	padding:0px;
	width:70px;
	border-right:2px solid #fff;
}


#form-module input.text6 {
	width:30px;
}

#form-module input.textshortdisabled {
	display:none;
	float:none;
	width:50px;
	border:none;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.checkboxinner {
	width:30px;
	padding:0;
	margin:0 0 0 123px;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 0px;
	padding:2px 5px;
	width:120px;
	background-color:#f7f7f7;
	color:#000;
	font-size:1em;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#BC2149;
	color:#fff;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-size:1.2em;
}

.el_left {
	display:block;
	float:left;
	padding:0px;
	width:50%;
	border-bottom:1px solid black;
}

.el_right {
	display:block;
	width:50%;
	float:right;
	border-bottom:1px solid black;	
}

.el_left_place {
	padding-top:30pt;
	margin-top:30pt;
	padding-bottom:10pt;
	height:30pt;
	width:50%;
	border-bottom:1px solid black;
}

.el_right_stamp {
	padding-top:30pt;
	margin-top:30pt;
	height:30pt;
	width:50%;
	border-bottom:1px solid black;
}

.justforprint h2 {
	font-size:9pt;
	padding-top:20pt;
	orphans:5;
}

div.justforprint {
	float:right;
	border:1px solid black;
	padding:2em;
}

div.onearticle  {
	font-size:6pt; 
	line-height:130%;
	padding:1em 0;
} 

.noprintpage { display:none; }

.onearticle ul {
	list-style-image: none;
	list-style-position: inside;
}

.onearticle li {
	list-style-image: none;
	list-style-position: inside;	
}

.justprintnewpage {
	page-break-before:always;
}

/*******************************************************************************/
/* Bulletlisten
*******************************************************************************/
#preamble ul {
	list-style-image: url(../images/bullet_go.gif);
	list-style-position: outside;
	padding:0 0 0 20px;
	margin:0;
}	

