body { 
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 13px;
	/*font-size: 0.9em;*/
  	color: #333;
	background: #fff;
	line-height: 150%;

	
	
	
}


.blau {color: #194381;} /*blau*/
.gruen {color: #7fb200;} /*gruen*/


table {border-collapse:collapse; border:0; border-top: 2px #ccc solid; width:100%;}
table tr th {padding: 5px 2px; background: #e4f0c6; line-height:110%; vertical-align:top; text-align:left; border-bottom: 1px #ccc solid;}
table tr td {padding: 5px 2px; line-height:110%; vertical-align:top; border-bottom: 1px #ccc solid;}
table tr td p {margin:0; line-height:120%;}

.bildrechts {float:right; margin-left:10px;}
.bildlinks {float:left; margin-right:10px;}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited {
	color: #7fb200;
}
a:hover, a:active  {
	color: #a7ea00; /*hell gruen*/
	text-decoration: underline;
}

a img {border:0}	
p a {font-weight:bold;}	


/* ------------------------------------------------ */
h1, h2, h3 {color: #7fb200; line-height: 120%; margin: 10px 0 4px 0;} /*gruen*/
h4, h5, h6 {color: #333; line-height: 120%} /*grau*/

p {margin:0 0 10px 0; max-width: 460px;}


h1 {	
	font-size: 42px;
	font-weight: normal;
	line-height: 90%;
	}

h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}

h5 {font-size: 12px;}
h6 {font-size: 10px; margin:3px 0 0 0;}


form {margin: 0;}

hr {
	margin: 5px 0px 5px 0px;
	color: #194381;
	border: 0;
	border-top: 1px solid #7fb200;
	height: 1px;
}



ul li {	
	padding-bottom: 3px;
	list-style: url(img/lipu1.gif);

			
} 

ul {	
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;
		
}

ul li li {	
	
	list-style: url(img/lipu2.gif);
	padding-bottom: 2px;
			
}

ol {
	
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;		
}



blockquote{
	background: url(img/blockquote.png) repeat-y;
	padding: 5px;
	margin: 3px 0 20px 0;
	width:320px;
}

pre, .code {
	color: #4b4b4b;
	padding: 6px 0 20px 6px;
	border-top: 1px solid #eee;	
	background: #fff url(img/pre.jpg) no-repeat right bottom;
	margin: 10px 0 20px 0;
	
	font-size:1em;	
	overflow:auto; 
	line-height:1.6em;	
}

address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #505567;
	font-style: normal;
	font-weight: bold;
	}


/*-----------------------------------------------------------------

table {border-collapse:collapse; border:0;}*/


abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

/*-----------------------------------------------------------------*/	

/* Specials */
p img[align="right"], h3 img[align="right"] { float:right; margin: 4px 0 5px 10px; }
p img[align="left"], h3 img[align="left"]{ float:left; margin: 4px 10px 5px 0;}

