/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial,sans-serif;
	color: #000000;
	font-size: 11pt;
}

a {
	color: black;
	text-decoration: underline;
	}
a[href]:after {
	content:" [Link: "attr(href)"] "; /* [URL] nach dem linktext */
}

.skiplink, #nav, #sprache {
	display: none;
}

h1{
	display:none;
}

h2{
	 font-size: 14pt;
	 color: #660000;
	 font-weight: bold;
}

h3{
 font-size: 12pt;
 color: #663300;
 font-weight: bold;
}
h4{
 font-size: 11pt;
 color: #CC6600;
}
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

#wrapper {
	margin: 20px 20px 0 30px;
	width: 100%;
}


.img_left{
	margin: 1% 2% 1% 0;
	float: left;
}
.img_right{
	margin: 1% 0 1% 2%;
	float: right;
}



