* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	width: 100%;
	background-color: #fff8b2;
}

body, p, div, td, tr, ul, li, a, h1, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 21px 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 21px 0;
}

p {
	margin: 0 0 18px 0;
}

ul, li{
	list-style-type: none;
}

a {
	color: #0071b4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: 0px;
	background-color: #d9e2e8;
	height: 1px;
	margin: 0 0 18px 0;
}

/*icons*/
.pdf, .npdocicon_pdf {
	background-image: url(/images/icons/pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 20px;
	margin: 0 0 2px 0;
}

.word, .npdocicon_word {
	background-image: url(/images/icons/word.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 20px;
	margin: 0 0 2px 0;
}

/*klassen*/
.region-over {
	display: block;
}

.region-out, .infobox {
	display: none;
}

#schaffhausen, #thurgau, #winterthur, #buelach, #pfannenstiel {
	background-color: #fff;
	padding: 9px 12px 9px 12px;
	position: absolute;
	font-size: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #FFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#E6EDE3));
	background: -moz-linear-gradient(#FFF, #E6EDE3);
	background: linear-gradient(#FFF, #E6EDE3);
	-pie-background: linear-gradient(#FFF, #E6EDE3);
}

#schaffhausen {
	top: 128px;
	left: 346px;
	border: 1px solid #ffa203;
}
#schaffhausen p{
	color: #ffa203;
	margin: 0 0 4px 0;
	font-size: 11px;
}
#schaffhausen td{
	color: #ffa203;
	font-size: 10px;
}

#thurgau {
	top: 200px;
	left: 380px;
	color: #8e55a4;
	border: 1px solid #8e55a4;
}
#thurgau p{
	color: #8e55a4;
	margin: 0 0 4px 0;
	font-size: 11px;
}
#thurgau td{
	color: #8e55a4;
	font-size: 10px;
}

#winterthur {
	top: 225px;
	left: 268px;
	color: #ff0000;
	border: 1px solid #ff0000;
}
#winterthur p{
	color: #ff0000;
	margin: 0 0 4px 0;
	font-size: 11px;
}
#winterthur td{
	color: #ff0000;
	font-size: 10px;
}

#buelach {
	top: 226px;
	left: 320px;
	color: #0071b4;
	border: 1px solid #0071b4;
	width: 398px;
}
#buelach p{
	color: #0071b4;
	margin: 0 0 4px 0;
	font-size: 11px;
}
#buelach td{
	color: #0071b4;
	font-size: 10px;
}

#pfannenstiel {
	top: 275px;
	left: 370px;
	color: #2ca02c;
	border: 1px solid #2ca02c;
	width: 108px;
}
#pfannenstiel p{
	color: #2ca02c;
	margin: 0 0 4px 0;
	font-size: 11px;
}
#pfannenstiel td{
	color: #2ca02c;
	font-size: 10px;
}

/*************************************************************************************************************/
/* Generelle Textformatierungen */
.text-gruen
{
	color: #009900 !important;
}

.text-rot
{
	color: #FF0000 !important;
}
