@import url(webfonts/unifrakturmaguntia.css);

body {	
	font-family: Georgia, Times, serif;
	line-height: 140%;
	font-size: 16px;
	color: #000;
}






a:link, a:visited, a:active {
	color: #235230;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: dotted;
}

a img {border: 1px solid #497024;}

.bildbreit {max-width:100% ! important;; height: auto ! important;}


.pdflink {
	display:block;
	max-width: 170px;
	height:45px;
	padding:5px 2px 0 50px;
	background-image: url(img/pdf.png);
	background-repeat: no-repeat;
	border: 1px solid #497024;
	font-size: 16px;
	font-weight:bold;
	XXborder-bottom: 1px dotted #497024;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #333333;
	border: 0;
	border-top: 1px dotted #497024;
	border-bottom: none;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #235230; margin:5px 0 10px 0; line-height: 100%;}

/*other*/
strong {color: #235230; }

p {margin:5px 0 10px 0;  line-height:150%;}


h1 {
	font-family: "UnifrakturMaguntia";
	font-size: 36px;
	font-weight: normal;
	XXcolor: #4f7829;	
}

h2 {
	margin:10px 0 4px 0;
	font-size: 18px;

}

h3 { margin:10px 0 4px 0;
	font-size: 16px;
}

h4 {
	margin:10px 0 0 0;
	font-size: 1em;

}

h5 {
	margin:10px 0 0 0;
	font-size: 0.9em;
}

h6 {
	margin:3px 0 0 0;
	font-size: 0.75em;
}


form {margin: 0;}



li {
	padding-bottom: 0px;
}

ul {
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;	
	list-style-type: disc;	
	list-style-image: url(img/lipu.gif);
}



ol {

	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;
}


blockquote{
	background-color:#e0f2c6;
	padding: 3px;
	border-left: 6px solid #497024;
	margin: 3px 0 20px 0;
	color:#000000;
}

pre, .code {
	color: #333333;
	padding: 6px 0 20px 6px;
	border-top: 1px solid #497024;
	border-right: 1px solid #497024;
	border-bottom: 1px solid #497024;
	border-left: 6px solid #497024;
	background-color: #ffffff;
	margin: 3px 0 20px 0;

	font-size:1em;
	overflow:auto;
	line-height:2.2em;
}

address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #497024;
	font-style: normal;
	font-weight: bold;
	}


.layouttabelle td {padding:0; margin:0; vertical-align:top;}
.layouttabelle td p {padding:0; margin:0 ; }

/* 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;}