html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body, p, div, td, tr, ul, li, a, h1, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: 14px;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	background-color: #cfd4e9;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 1em 0;
}

p {
	margin: 0 0 14px 0;
}

ul {
	list-style-type: none;
}

ol {
	margin: 0 0 1.5em 20px;
	padding: 0px;
	list-style-position: outside;
}

ol li{
	margin: 0 0 1em 0;
	padding: 0px;
}

a {
	text-decoration: underline;
	color: #41506E;	
}

a:hover {
	color: #000;
}

/*klassen*/

.clearfix {
	display: inline-block;
	clear: both;
	height: 0.1em;
	visibility: hidden;
	overflow: hidden;
}

.pdf {
	background-image:url(/images/icon/pdf.gif);
	background-repeat:no-repeat;
	padding:2px 0 5px 22px;
}

.fehlt {
	color: #e11111;
	font-weight: bold;
}

/*listen mit -*/
ul.strichliste {
	margin: 0 0 1em 16px;
	padding: 0px;
}

ul.strichliste li{
	list-style-image: url(/images/icon/strichliste.gif);
}

/*Print*/
#print {
	position: absolute;
	top: 3px;
	right: 47px;
}

#print a{
	text-decoration: none;
	font-weight: normal;
}

#printurl {
	display: none;
}

/*Glossar*/
td.begriff {
	width: 120px;
}

.glossar_table a{
	text-decoration: none;
	color: #000;
}

.glossar_table td{
	vertical-align: top;
	padding: 0 10px 10px 0;
}

td.definition {
	width: 337px;
}

/*Links*/

.links {
	margin: 0 0 5px 0;
}

.links_table a{
	text-decoration: none;
	color: #000;
}

.links_table td{
	vertical-align: top;
	padding: 0 10px 10px 0;
}


td.kanton {
	width: 50px;
	vertical-align:top;

}

td.erlass {
	width: 250px;
	vertical-align:top;
	padding-right:10px;
}

td.nr {
	width: 70px;
	vertical-align:top;

}

td.link {
	width: 20px;
	vertical-align:top;
}


#publicationstable {
margin-left: 70px;
}
#publicationstable td {
	padding-bottom: 7px;
	padding-right: 10px;
	vertical-align: top;
	border-bottom: 1px dotted #FFF;
}