/* BEGIN: styling der Standart Tags */

body {
	padding: 0px;
	margin: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 1em;
}

a {
	color: #0000FF;
}

table {
	margin: 0px;
	padding: 0px;
	padding-bottom: 1em;
	border-spacing: 0px;
}

td {
	margin: 0px;
	padding: 0px;
}

tr {
	margin: 0px;
	padding: 0px;
	padding-bottom: 1em;
}

h1 {
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	font-size: 18pt;
	font-weight: bold;
}

h2 {
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	font-size: 16pt;
	font-weight: bold;
}


ul {
	margin: 0px;
	padding: 0px;
	padding-bottom: 1em;
	padding-left: 2em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* END: styling der Standart Tags */

#main {
	text-align: left;
	width: 730px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	background-image: url(pics/border3.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#headpic {
	padding-right: 25px;
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-position: 15px 15px;
	background-repeat: no-repeat;
	color: black;
}

#headline {
	margin: 0px;
	padding: 0px;
	padding-left: 60px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 22pt;
	font-weight: bold;
	background-image: url(pics/icon.gif);
	background-repeat: no-repeat;
}

#content {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 22px;
	background-image: url(pics/border3.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#right {
	text-align: justify;
	padding-left: 5px;
	padding-right: 35px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	width: 530px;
}

#nav {
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	padding-bottom: 3px;
}

#nav a {
	margin: 0;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 100px;
}

#nav a#actnav {
	background-image: url(pics/green.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

#nav a:link, #nav a:visited, #nav a:active {
	background-image: url(pics/yellow.gif);
	/*background-position: left top;*/
	background-repeat: no-repeat;
}

#nav a:hover, #nav a:focus {
	background-image: url(pics/green.gif);
	/*background-position: left top;*/
	background-repeat: no-repeat;
	font-weight: bold;
}

.clearer {
	clear: both;
}

