/* 

Das Modul nutzt 6  Klassen zur Ausrichtung der Bilder. .pleft , .pright und .pnormal    
.pleft für links ausgerichtete Bilder
.pright für rechts ausgerichte Bilder
.pnormal kann zur Definition einer Normalanzeige verwendet werden.  

.pleft_b, .pright_b und .pnormal_b definieren die Anzeige der Bilder für den 2. Stil.  z.B. Anzeige mit Rahmen
Viel Spass beim weiteren basteln.



Code: 

*/ 


/* 
:link,:visited { text-decoration: underline; color: #333367;} 
a:hover { text-decoration:underline; color: #9C320A; }
*/

ul,ol { list-style: none; }
/* h1,h2,h3,h4,h5,h6,pre,code,p { font-size: 100%; font-weight: normal; margin: 0; padding: 0;} */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0; font-size: .95em; }
/* img, a img,:link img,:visited img, fieldset { border: none; } */
img, a img, fieldset { border: none; }
img { margin:0; padding:0; vertical-align: bottom; }
address { font-style: normal; }

table {	border: none; padding: 0px; margin: 0px; border-spacing: 0px; font-size: 1em;}
tr { border: none; padding: 0px; margin: 0px; }
td { border: none; padding: 0px; margin: 0px; vertical-align: top; border-spacing: 0px;}

object{ 
	margin: 0;
	padding: 0;
	}


.clearer { 
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
	}

.printclear{
	clear: both;
	}
	
.noprint {display:none;}

blockquote{
		font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; 
		font-size: .88em; 
		color: #66669A; /* #9C320A;  */
		font-weight: normal;
		/* text-align:left; */
	}
.ja{
		padding-left: 20px;
		background: url(basis/bq_01.jpg) top left no-repeat; 
	}
.frage{
		padding-left: 20px;
		background: url(basis/bq_02.jpg) top left no-repeat; 
	}
.nein{
		padding-left: 20px;
		background: url(basis/bq_03.jpg) top left no-repeat; 
	}
.tipp{
		padding-left: 20px;
		background: url(basis/bq_04.jpg) top left no-repeat; 
	}
	
/* ************************************************************************** */
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0.5em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }



h1	{ font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-size: 1.21em; font-variant: normal; color: #333366; font-weight: bold; }
h2	{ font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-size: 1.16em; font-variant: normal; color: #9C320A; font-weight: bold; }
h3	{ font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-size: 1.1em; font-variant: normal; color: #66669A; font-weight: bold; }
h4	{ font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-size: .88em; font-variant: normal; color: #66669A; font-weight: bold; }
h5	{ font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-size: .83em; font-variant: normal; color: #66669A; font-weight: normal; }
h6	{ font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-size: .78em; font-variant: normal; color: #9C320A; font-weight: normal; float: left; display: inline; margin-top: 9px; margin-bottom: 5px;}
*+html h6 { margin-top: 0px; margin-bottom: 0px; }
* html { margin-top: -5px; margin-bottom: 5px; }

p	{ font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-size: .88em; color: #333366; font-weight: normal; }


.warning{ color:#9C320A; }
.flLeft{ float:left;   margin: 10px 10px 10px 0; }
.flRight{ float:right; margin: 10px 0 10px 10px; }
.flLeftbread{ float:left;   margin: 0; }
.flRightbread{ float:right; margin: 0; }
.imgback1{ padding: 5px; margin: 5px; background-color: #fff; vertical-align: top; }
.trenner{ background: url(basis/trenner.gif) left center repeat-x; width: 90%; margin: 0 auto; }
.centerme{ text-align: center; }
.tlinks{text-align:left;}
.trechts{text-align:right;}
.tcenter{text-align:center;}
.tblock{text-align:left;}



span.mark1{
	color: #9C320A;
	font-weight: bold;
	}



/* Definition der Klassen ohne Rahmen*/ 

.pleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pright {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pnormal {
	border: none;	
}


/* Definition der KLassen mit  Rahmen */

.pleft_b {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pright_b {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pnormal_b {
	border: 1px solid #990000;
}



/*	login form - fertig
------------------------------------------------------------------------------*/
.login {
	/* margin-top: -0px; */
	width: 196px;
	background-image:url(basis/vnav101.jpg);	
	}
.login2 {
	padding:5px 15px 5px 20px;
	}
.login label {
	display:block;
	margin-top:0px;
	font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-style: normal; font-size: .85em; color: #9C320A; font-weight: bold;  
	}
.login input {
	float:left;
	margin:0 0 2px 0;
	width:152px;
	font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-style: normal; font-size: 0.85em; color: #333366; font-weight: normal; 
	}
.login input.submit {
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 1px;
	font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-style: normal; font-size: 0.88em; color: #333366; font-weight: normal; 
	}

.newsb {
	/* margin-top: -0px; */
	background-image:url(basis/textback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #333366;	
	width: 196px;
	}
.news2 {
	padding:5px 15px 5px 20px;
	}
.news2 label {
	display:block;
	margin-top:0px;
	font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-style: normal; font-size: .85em; color: #9C320A; font-weight: bold;  
	}
.news2 input {
	float:left;
	margin:0 0 2px 0;
	width:152px;
	font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-style: normal; font-size: 0.85em; color: #333366; font-weight: normal; 
	}
.news2 select {
	float:left;
	margin:0 0 2px 0;
	width:156px;
	font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-style: normal; font-size: 0.85em; color: #333366; font-weight: normal; 
	}
.news2 input.submit {
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 1px;
	width:76px;
	font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-style: normal; font-size: 0.88em; color: #333366; font-weight: normal; 
	}
	
.anmelden {
	font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-style: normal; font-size: 0.88em; font-weight: normal;
	padding: 2px 0 5px 0;
	}


/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-size: 1em; color: #333366; font-weight: normal;	
	/* float: left; */
}

#form-module {
	background: url(basis/email.png) right top no-repeat;
}

#form-module p {
	margin:0;
	padding:10px;
	font-size: 1.1em; 
	color: #66669A; 
	font-weight: bold;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}

#form-module .element {
	display:block;
	clear:both;
	padding: 2px;
}
#form-module .element p {
	display:block;
	/* clear:both; */
	border-top:0px solid #fff;
	margin: 10px;
	font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-size: 1.1em; font-variant: normal; color: #66669A; font-weight: bold;
}

#form-module label {
	display:block;
	clear: both;
	float:left;
	padding:5px;
	width:160px;
	border-right:2px solid #fff;
	text-align: right;
	font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-size: .85em; color: #9C320A; font-weight: bold;	
}

/* 
#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}
*/
/*
#form-module input.checkbox {
	width:120px;
	padding:0;
}
*/


#form-module input,
#form-module select, 
#form-module textarea {
	margin: 5px;
	padding: 2px;
	float:left;
	font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-size: .97em; color: #333366; font-weight: normal;
}

#form-module input[type=text]
{
	width: 375px;
}

#form-module input[type=submit]
{
	padding: 2px 20px;
	margin-left: 177px;
	float:left;
	font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-size: .85em; color: #333366; font-weight: normal;
}


#form-module select {
	float:left;
	margin:5px;
	width:382px;
}
*+html #form-module select {width: 385px;}

#form-module textarea {
	float:left;
	margin:5px;
	width:375px;
}
*+html #form-module textarea {width: 378px;}

#form-module input.text {
	float:left;
	height:1.2em;
}


/*
#form-module input[type=select]
{
	margin: 5px;
	float:left;
	font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-size: .97em; color: #333366; font-weight: normal;
	color: #0f0;
}
*/
#form-module label.textarea
{
	height:5em;
}

 
#form-module textarea.textarea {
	height:8em;
}


#form-module-thanks {
	display:block;
	font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-size: 1em; color: #333366; font-weight: normal;
}


/*	Aufz&auml;hlungen / Listen / Sitemap
------------------------------------------------------------------------------*/
#content ul,
#content ol{
	font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; 
	font-size: 1em;
	line-height:1.3em;
	text-indent: 25px;
	text-align: left;
	margin-left: 40px;
	color: #9C320A;
}

#content ul{
	list-style-type:square;
	text-indent: 0;
}

#content ol{
	list-style-type:decimal;
	text-indent: 0;
}



/*	Hyperlinks
------------------------------------------------------------------------------*/
#breadcontent{
	font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; 
	font-size: .86em; 
	font-weight: normal; 
	}

#breadcontent a, #breadcontent a:link {
	color:#333366 ;/* #2428D8; */
	text-decoration:underline;
}

#breadcontent a:hover {
	color:#9C320A;
}



#content a, #content a:link {
	color:#2428D8;
	text-decoration:underline;
}

#content a:hover {
	color:#9C320A;
}


#footercontent a, #footercontent a:link {
	color:#fff;
	text-decoration:underline;
}

#footercontent a:hover {
	color:#fff;
	text-decoration:none;
}

/*	Bildformatierung in Textblöcken
------------------------------------------------------------------------------*/
#breadcontent #breadcrumb {
	font-size: .86em;
}

#content #conright ul{
	font-size: .92em;
}

#content #conright ol{
	font-size: .92em;
}

#content #conright ul.pic {
	/* position: relative; */
	border: 0px solid #9C320A;
	margin: 2px 0 0 0;
	padding: 0;
	list-style-type: none;
	}

#content #conright li.pic {
	margin: 1px;
	padding: 0px;
	/* background-image:url(basis/textback.jpg);
	background-repeat: repeat-x; */
	list-style-type: none;
	}	

#content #conright li.pic img {
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
	/* margin-left: 10px; */ 
	}
	
#content #conright li.pic p {
	position: relative;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, Lucida, sans-serif; font-style: italic; font-size: 0.85em; color: #9C320A; font-weight: normal; margin-bottom: 0px; margin-top: -5px;  
	}

#content #conright .lipic {
	float: left;
	margin: 0 20px 0 0;
	padding-top: 5px;
	}	
* html #content #conright .lipic {
	/* Hack f&uuml;r IE6 */
	margin: 0 0 0 0;
	}	

	
#content #conright .repic {
	float: right;
	margin: 0 0 0 20px;
	padding-top: 5px;
	}
* html #content #conright .repic {
	/* Hack f&uuml;r IE6 */
	margin: 0 0 0 0;
	}	

#content #conright .conborder {
	border: 2px dotted #9C320A; /*  #f00; */
	margin: 0;
	}	
	
#content #conright .pageswap{
	font-size: .86em;
}

#content #conright a:link{
	color: #333366;;
}
#content #conright a:visited{
	color: #333366;;
}
#content #conright a:hover{
	color: #9C320A;
}


/*	PDF
------------------------------------------------------------------------------*/	
.list_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:24px;
	width:520px;
	background-color:#E8E8E8;
	margin:0px;
    line-height: 18px;
	}

.list_content2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:520px;
	background-color:#d0d0d0;
	margin:0px;
    line-height: 18px;
	}
