* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(assets_diverse/hintergrund.jpg);
	background-repeat: repeat;
	background-position: top;
}

.clear { clear: both; }

div#page-wrap {
	background-image: url(assets_diverse/content_hintergrund.jpg);
	width:784px;
	margin: 0 auto;
	background-repeat: repeat-y;
}

div#headgrafik {
	background-image: url(assets_diverse/header.jpg);
	background-repeat: no-repeat;
	height: 323px;
	width: 784px;
}

div#content_umrandung {
	height: auto;
	padding-top: 60px;
}


/* Container fuer Inhalte START*/

div#content_main {
	padding-left: 30px;
	padding-top: 20px;
	width: 724px;
	padding-right: 30px;
	height: auto;

}
			div#content_main img {
			border: thin solid #CCCCCC;
			padding: 1px;
			margin-right: 10px;
			margin-bottom: 10px;
}


			div#content_main li {
	font-size: 1.3em;
	line-height: 1.7em;
	list-style-position: inside;
}

			div#content_main ul {
	padding-top: 10px;
}

/* Container fuer Inhalte START*/




/* Hauptmenue START*/

div#mainmenue {
	list-style-type: none;
	float: left;
	padding-right: 20px;
	width: 784px;
	height: 44px;
	background-image: url(assets_diverse/menue_hintergrund.jpg);
	background-repeat: no-repeat;
	font-size: 1.5em;
}
			div#mainmenue li {
			list-style-type: none;
			float: left;
			padding-right: 20px;
}

			div#mainmenue ul {
			padding-top: 17px;
			padding-left: 33px;
}


			div#mainmenue a:link {
			color: #FFFFFF;
			text-decoration: none;
}

			div#mainmenue a:visited {
			color: #FFFFFF;
			text-decoration: none;
}

			div#mainmenue a:hover {
			color: #CCCCCC;
			text-decoration: underline;
}

/* Hauptmenue ENDE */




div#footer {
	width:785px;
	margin-left: 1px;
	text-align: center;
	font-size: 1.5em;
	background-color: #303B41;
	margin-left: -1px;
	height: 30px;
	padding-top: 5px;
	color: #FFFFFF;
	margin-top: 30px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}

			div#footer a:link, a:visited {
			color: #FFFFFF;
			text-decoration: none;
}

			div#footer a:hover {
			color: #CCCCCC;
			text-decoration: underline;
}


#aktuelle_news {
	width:350px;
	float: left;
	height:auto;
	padding-top: 15px;
}

			div#aktuelle_news li {
	list-style-type: disc;
	list-style-position: inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#aktuelle_termine {
	float: right;
	width:300px;
	height:auto;
	padding-top: 15px;
}



/* Tags neu formatiert */

p {
	font-size: 1.3em;
	line-height: 1.7em;

}

a:link, a:visited {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #303B41;
	text-decoration: underline;
}

h1{
	font-size: 1.7em;
	padding-bottom: 10px;
}

h2, h3, h4{
	font-size: 1.5em;
}
.smallletters {
	font-size: 10px;
}
tr {
	font-size: 12px;
	line-height: 1.7em;
}

