body {

	width: 820px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	font-family: Trebuchet MS, Verdana, Arial;

}

table {

	border-left: 1px solid black;
	border-top: 1px solid black;
	border-spacing: 4px;
	margin-bottom: 1em;

}

td {

	border-right: 1px solid black;
	border-bottom: 1px solid black;

}

table#News img {

	border: 0;

}

table#News, table#Ratsgruppe, table#Linkliste {

	width: 90%;

}

table#Linkliste img {

	border: 0;

}

table#Ratsgruppe, table#Linkliste {

	text-align: left;

}

table#News td#Nachricht {

	padding-left: 10px;
	padding-right: 10px;

}


table#News td#Titel {

	font-weight: bold;
	border-right: 1px solid black;
	border-bottom: 1px solid black;

}

table#Vorstand {

	width: 80%;

}

table#Vorstand td#spalte1 {

	width: 40%;

}

div#Seite {
	
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: #efefef;

}

div#Header {

	display: none;
	width: 820px;
	height: 100px;


}

div#Navigation {

	margin: 4px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ddd34d;
	margin-top: 4px;

}

div#Navigation a {

	font-size: 90.01%;
	text-decoration: none;
	color: black;
	background: #ffffbb;

	padding: 0.2em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0;

}

div#Navigation a:hover {

	font-size: 90.01%;
	text-decoration: underline;

	color: #3e7bb4;
	background: #fbee31;

	padding: 0.2em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0;

}

div#Standpunkte {

	border-left: 1px solid black;
	border-top: 1px solid black;
	padding-left: 1em;

}


p#small {

	font-size: 80.01%;
	margin-top: -1em;
	text-align: right;

}

.box {

	display: inline;
	border: 1px solid black;
	margin-right: 4px;

}

div#Toolbox {

	float: right;
	font-size: 80.01%;
	margin-right: -0.5em;
	margin-top: 0;
	padding-top: 0;

}

div#Inhalt {

	border: 1px solid #ffffdd;

	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0.2em;

	text-align: justify;
				
}

p#nachoben {

	text-align: right;
	margin: 0;

}

a#nachoben {

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

}

a#nachoben:hover {

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

}

div#Footer {

	margin-left: 5px;
	margin-right: 5px;
	border-top: 1px solid #ddd34d;
	font-size: 80.01%;
	padding-left: 1em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;

}

div#Footer a {

	text-decoration: none;
	color: #777777;

}

div#Footer a:hover {

	text-decoration: underline;
	color: #777777;

}


