/*Hauptsylesheet
###############################################################	*/
html {
	height: 101%
}
html, body {
	text-align: left;
	font: 101% "bitstream vera sans", verdana, arial, "sans serif";
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFBF;
}
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
	font-family:"bitstream vera sans", verdana, arial, "sans serif";
   color:#000;
}
h1, h2, h3	{
	font-weight: bold;
	color: #f00;
}
h1	{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 150%;
}
h2	{
	font-size: 125%;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #ffff80;
	line-height: 170%;
}
h3	{
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 140%;
}

td  {
	vertical-align: top;
	padding: 4px 2px 4px 2px;
}
td	h3	{
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link 	{
	color: #03c;
	text-decoration: none;
}
a:visited {
	color: #738fe6;
	text-decoration: none;
}
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;
}

#oben {
	border: thin none Aqua;
	margin: 0;
	padding: 10px 10px 10px 50px;
	background-color:#f00;
}
#oben h1, #oben h2 {
	color: White;
}
.anmerk	{
	font-size: 90%;
	font-style: italic;
}
hr {
	color: #f00;
	height: 2px;
	background: #f00;
	border: none;
	width: 100%;
}
/* typolight-Klassen */
.info {
	font-size:smaller; 
	font-style:italic;
	padding-left: 3em;
	}
.back {
	font-style:italic;
	padding-left: 3em;
	}
	
.mod_article .more{ text-align: right; }
.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;}

