body {
	background:white url(../grafiken/tb_vertikal.gif) top right no-repeat;
	font: 90% Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #003399;
	padding:0;
	margin:0;
}
a, a:link, a:visited{
	color: #003399;
	background: transparent;
	font-size: smaller;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active, a:focus{
	color: #0099FF;
	background: transparent;
}

h1 {
	font-size: 100%; 
	font-weight: bold;
	margin-bottom: 5%;
 }

h2 {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 5%;
}
h3 {
	font-size: 85%;
	font-weight: bold;
}
p {
	font-size: 75%;
	padding-right: 20px;
}
span{
	font-size: 100%;
}

img {
	border: 0;
}
table {
	border: 0;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	color: #003399;
	background-color: #66CAF2;
	border-collapse:collapse;
	font-size: 80%;
	border: 1px solid #003399;
}

thead th,
tbody th {
	background-color:#0099FF;
	color: #000;
	padding:2px;
	text-align:left;
}

td{
 padding:7px;
}

thead th{border-bottom:1px dotted  #908F8B;}
thead th:first-child{border:none;}
tbody th{border-right:1px dotted #908F8B;}

table a{
	width:100%;
	display:block;
	color: #000;
	background-color:inherit;
}
table a:visited {
	color: #800000;
	background-color:inherit;
}
tbody td+td+td+td a:before{
	 content:"\21D3";
	 text-align:right;
}

.long {
	width: 500px;
	height: 35px;
	font-size: 75%;
}
.anmeldung {
	width: 61%;
}

.hinweisbig, .hinweis {
	font-weight: bold;
  color: #ff0000;
}

table.ausschreibung{
	margin-top: 20px;
	margin-bottom: 20px;
	background: transparent;
	border: 0;
}
td.links{
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-size: 120%;
	width: 120px;
}
td.rechts{
	font-size: 120%;
	text-align: left;
	padding-left: 20px;
	width: 400px;
}
.urkunden {
	text-align: left;
	color: Black;
	background-color: transparent;
	font-size: 100%;
	height: 10px;
	margin: 0;
	padding: 1px 1px 1px 1px;
	font-weight: bold;
	font-size: 90%;
	color: Black;
	background-color: transparent;

}
.urkunden a, .urkunden a:link, .urkunden a:hover, .urkunden a:active, .urkunden a:visited{
	color: Red;
	background-color: transparent;
	font-size: 100%;
	height: 10px;
	margin: 0;
	padding: 1px 1px 1px 1px;
	font-weight: bold;
	font-size: 90%;
	text-align: left;
}

/* ----------container zentriert das layout-------------- */
#container {
	width: 1000px;
	/*margin: 0 auto;*/
	margin-left: 130px;
	margin-right: 130px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	background-color: #DDF2FB;
}


/* ----------banner for logo-------------- */
#header {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 120px;
	background: transparent url(../grafiken/header.jpg) no-repeat;
}
#container2{
	width: 1000px;
	background: transparent;
	margin: 0;
	padding: 0;
}
#mainmenu{
	float: left;
	background: transparent;
	width: 165px;
}
#inhalt{
	float: left;
	background: transparent;
	width: 61%;
	font-size: 100%;
	margin-bottom: 5%;
	margin-right: 3%;
	text-align: center;
}
#inhalt p {
	padding-top: 3%;

}

#inhalt p span{
	font-size:120%;
}

#menuright{
	float: left;
	background-color: #DDF2FB;
	width: 165px;
	margin-top: 1%;
}
#footer{
	clear: both;
	width: 100%;
	height: 5%;
	color: #0099FF;
	background-color: #DDF2FB;
	text-align: center;
	margin-bottom: -1%;
}
#footer p{
	padding-right: 5%;
	padding-bottom: 1%;
}
#footer p a, #footer p a:link, #footer p a:visited{
	color: #0099FF;
	font-weight: bold;
	font-size: 100%;
}

/***** Hauptmenü links **************/

#mainmenu ul{
	width: 70%;
	margin: 5%;
	padding: 5% 5% 5% 5%;
	display: block;
	background-color: #0099FF;
}
#mainmenu li, #mainmenu li a{
	cursor: pointer;
}
#mainmenu li{
	display: block;
	list-style: none;
	background-color: #DDF2FB;
	padding: 2% 2% 2% 2%;
	margin-bottom: 3%;
	border-top: 1px solid white;
	border-right:  1px solid white;
	border-left: 1px solid #003399;
	border-bottom:  1px solid #003399;
}
.sub{
	margin-left: 4%;
}
.fly{
	margin-left: 10%;
}
.fett{
	text-decoration: underline;
	font-weight: bold;
}

.wech{
	visibility: hidden;
}

.clear{
	clear: both;
}
.headline{
	font-size: large;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.block {
	font-weight: normal;
	text-align: left;
	padding: 2px 2px 2px 2px;
	margin: 0;
	font-size: 90%;
}
.subline{
	font-weight: bold;
	margin: -20px 0px 0px 0px;
}
.zitat {
	font-size: 90%;
	font-style: italic;
	margin: 0;
	padding: 0;
}
.front {
	padding-left: 5px;
}