body {

	width: 822px;
	margin-left: auto;
	margin-right: auto;

	/* background-color: #3e7bb4; */
	background-color: #f8f5be;
	font-family: Trebuchet MS, Verdana, Arial;

}

div#Toolbox {

	font-size: 0.75em;
	font-weight: bold;
	text-align: right;

}

div#Toolbox a {
	text-decoration: none;
}

div#Inhalt {

	background-color: #ffffdd;

	border-left: 1px solid #ffffee;
	
	padding: 5px;
	text-align: justify;
	margin: 0;	
	margin-left: 135px;

}

div#Navigation2 {

	float: left;
	width: 120px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 0.9em;
	
}

div#Navigation2 ul {

	margin: 0;
	margin-top: 20px;
	padding-left: 10px;
	list-style: square; /*image: url(../images/design/dot.gif);*/
	color: #4040c9;

}

div#Navigation2 li {
	margin-bottom: 5px;
}

div#Navigation2 h2 {
	margin: 0;
	font-size: 1em;
}

.First {
	margin-top: 0;
}

.Datum {
	font-weight: bold;
	font-size: 0.9em;
	font-style: italic;
}

.Image {

	float: left;
	margin-top: 0;
	margin-right: 5px;
	text-align: center;
	font-size: 0.8em;
	font-style: italic;

}

.Standpunkt {

	border-top: 1px solid blue;
	border-left: 1px solid blue;
	padding-left: 10px;

}

.Spalte1 {
	width: 30%;
}

.Spalte2 {
	width: 10%;
	text-align: center;
}

.SpezialTabelle {
	border-left: 2px solid blue;
	border-top: 2px solid blue;
}

.Gremien {
	font-size: 0.9em;
	font-style: italic;
}

table {

	width: 100%;
	border-left: 1px solid blue;
	border-top: 1px solid blue;
	border-spacing: 4px;
	margin-bottom: 1em;

}

td {

	border-right: 1px solid blue;
	border-bottom: 1px solid blue;
	padding: 5px;

}

div#Seite {

	border-left: 1px solid #3c39a9;
	border-right: 1px solid #ddd34d;
	background: #ffffdd;

}

div#Navigation {

	background: url(../images/design/navbg.png) no-repeat;

}

div#Header {
	padding: 0;
	margin: 0;
	width: 820px;
	height: 200px;
	background: url(../images/design/logo.png);
	border: 0;
}

table#NavigationTable {

	height: 50px;
	width: 100%;
	border-spacing: 3px;
	margin: 0;
	padding: 0;
	border: 0;

}

table#NavigationTable tr {
	border: 0;
	margin: 0;
	padding: 0;
}

table#NavigationTable td {

	width: 12.5%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.9em;
	
	border: 1px solid #ddd34d;
	
	background: url(../images/design/navbg_trans.png);
	
}

table#NavigationTable span#active {

	text-decoration: none;
	font-weight: bold;
	color: yellow;

}

table#NavigationTable a, table#NavigationTable a:visited, table#NavigationTable a:link {

	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #ffffff;

}

table#NavigationTable td a:hover{

	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: yellow;
	
}

p#nachoben {
	padding: 0;
	margin: 0;
	text-align: right;
}

p#nachoben a, p#nachoben a:visited, p#nachoben a:link {

	text-decoration: none;
	background: url(../images/design/arrow.gif) no-repeat;
	width: 19px;
	height: 17px;

}

p#nachoben a:hover {

	text-decoration: none;
	background: url(../images/design/arrow_hover.gif) no-repeat;
	width: 19px;
	height: 17px;

}

p#Footer {

	clear: both;
	margin: 0;
	border-top: 1px solid #ddd34d;
	font-size: 0.8em;
	padding-left: 2px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;

}

p#Footer a {

	text-decoration: none;
	color: #777777;

}

p#Footer a:hover {

	text-decoration: underline;
	color: #777777;

}