/*Hauptsylesheet
###############################################################	*/
html {
	height: 101%
}
html, body {
	text-align: left;
	font: 101% verdana, arial, "sans serif";
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ddd;
	background: url(hintergrund.gif);
}

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
	font-family: verdana, arial, "sans serif";
   color: black;
}
h1, h2, h3	{
	font-weight: bold;
	color: blue;
	padding: 0 1em 0 1em;
}
h1	{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 150%;
	line-height: 170%;
	background-color: #ffcc00;
}
h2	{
	font-size: 125%;
	margin-top: 15px;
	margin-bottom: 10px;

	line-height: 170%;
	font-style: italic;
}
h3	{
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 140%;
	text-decoration: none;
}
p {
	padding: 0 1em 0 1em;
	}

td  {
	vertical-align: top;
	padding: 3px 3px 3px 3px;
}
td	h3	{
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link 	{
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: #738fe6;
	text-decoration: underline;
}
a:hover 	{
	color: #03c;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	color: #03c;
	font-weight: normal;
	text-decoration: underline;
}
h2	a:hover, h2 a:active, h3	a:hover,h3 a:active {
	font-weight: bold;
}
.aktuell h3{
	margin-top: 0px;

}
p{
	line-height: 1.6em;
}

#header {
	border: thin none Aqua;
	margin: 0;
	padding: 10px 10px 10px 0px;
}
#header h1, #header h2 {
	color: White;
}
.anmerk	{
	font-size: 90%;
	font-style: italic;
}
hr {
	color: #fc0;
	height: 4px;
	background: #fc0;
	border: none;
	width: 100%;
}
img {
	margin: 10px 10px 10px 10px;
	}
.bildunterschrift p {
	text-align: center;
	font-size: smaller;
	}
.info	{
	font-size: 90%;
	font-style: italic;
	text-align: right;
}
.mod_article .more{ text-align: right;  font-size: smaller;  }
.mod_article .more a{ font-weight: normal;   }

.mod_article .pdf_link{margin-bottom:-14px;text-align:right;}
.mod_article .pdf_link a{position:relative;padding:1px;background-color:#bbbbbb;text-decoration:none;color:#ffffff;}
.mod_article .pdf_link a:hover{background-color:#dddddd;text-decoration:none;color:#ffffff;}
