body,div,ul,li,td,tr,th,p,h1,h2,h3,h4,input,textarea,select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
}

body,div,ul,li,p,h1,h2,h3,h4,input,textarea,select,table,tbody,img,td,tr,th {
	padding: 0px;
	margin: 0px;
}

h1,h2,h3,h4 {
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
}

code,pre,tt {
	font-family: Courier, "Courier New", monospace;
}

body {
	color: black;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #A66F28;
}

a img {
	border: 0px solid red;
}

div#all {
	text-align: left;
	background-color: #F3E1C7;
	margin: auto;
	width: 750px;
	border: 0px solid black;
}

div#header {
	width: 750px;
	border: 0px dashed silver;
}

div#topmenu {
	display:block;
	width:100%; /* wichtig für IE */
	border: 0px solid black;
}

div#topmenu div {
	clear: left;
}

div#leftcolumn {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	width: 150px;
	border: 0px dashed black;
}

div#submenu {
	color: white;
	border: 0px dashed black;
}

div#submenu ul {
}

div#submenu li {
	list-style: none;
	margin: 5px 0;
}

div#submenu a {
}

div#submenu a:hover {
	color: black;
}

div#submenu a:active {
	background-color: white;
}

div#extra {
	text-align: center;
	margin-top: 20px;
	border: 0px dashed black;
}

div#content {
	float: left;
	margin-top: 10px;
	margin-left: 40px;
	border: 0px solid black;
}

/* Für quasi-padding */
div#content div {
	margin:10px;	
}

div#content h1 {
	font-size: 2em;
	letter-spacing: 0.5em;
	margin: 10px 0;
}

div#content h2 {
	font-size: 1.6em;
	margin: 10px 0;
}

div#content h4 {
	font-size: 1.3em;
}

div#content ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 17px;
}

div#content ul li {
	margin-bottom: 0.5em;
}

div#content p {
	margin: 1em 0;
}

div#content table {
/*	border-collapse: collapse; */
	border: 0px dashed black;
}

div#content table tr td {
	border: 0px dashed black;
}

div#footer {
	clear: both;
}

.newsheading {
}

.newsbody {
}

.newspic {
}

.newslink {
}
