/*@import url(http://fonts.googleapis.com/css?family=UnifrakturMaguntia);
@import url(https://fonts.googleapis.com/css?family=Monda:400,700);*/

body {	
	font-family: Georgia, Times, serif;
	font-family: 'Monda', sans-serif;
	font-family: Arial, sans-serif;
	line-height: 140%;
	font-size: 14px;
	color: #000;
}






a:link, a:visited, a:active {
	color: #000;
	XXtext-decoration: none;
	XXXtransition:0.5s all;
}
a:hover {
	color: #000000;
	text-decoration: dotted;
	XXtext-shadow: 0px 1px 3px #000; XXtransition:0.5s all;
}

a img {border: 0;}

.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: #000; margin:5px 0 10px 0; line-height: 100%;}

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

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


h1 {
	XXfont-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;
	}

table {	
	border-collapse:collapse;	
	border-top: 1px solid #000;
	margin-top: 3px;
	margin-bottom:5px;
	width:100%;
	font: 0.9em;	
}

table caption {font-size:1.1em; text-align:left; }
table th {font-size:0.9em; padding: 4px; text-align:left; vertical-align: top;  border-bottom: 1px solid #000;}
table tbody td {XXfont-size:0.9em; padding: 4px; vertical-align: top;  border-bottom: 1px solid #000;}
/* table tbody tr:hover td {background-color:#eee;}*/
tbody td p, tbody td h1, tbody td h2, tbody td h3, tbody td h4 {margin: 0; line-height:110%;}

input , textarea, pre, code, blockquote {
	border: 1px solid #000; background: #eee; color: #000;
}

input[type="image"] { background: none; border:none;}

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

.textbildtabelle {}
.textbildtabelle .td1 {width:33%;}

.textbildtabelle td {margin-left:0; padding: 10px 20px 10px 0;}
.textbildtabelle img {width:100%;}


/*-----------------------------------------------------------------*/	

/* Specials */
p img[align="right"], h3 img[align="right"] { float:right; margin: 4px 0 5px 2%; max-width:49% ! important;}
p img[align="left"], h3 img[align="left"] { float:left; margin: 4px 2% 5px 0; max-width:49% ! important;}