/* Global Reset ---------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

/* Definition Div --------------------------------------------------*/

#wrapper {
	height: auto;
	width: 100%;
	position: absolute;
	background-image: url(../bilder/bgTitle.jpg);
	background-repeat: repeat-x;
}
#title {
	height: 130px;
	width: auto;
	float: left;
	margin-left: 20px;
}
#contact {
	float: right;
	height: 130px;
	width: 150px;
	word-spacing: 20px;
}

#navigation {
	height: auto;
	width: 145px;
	float: left;
	margin-left: 15px;
	clear: left;
	margin-top: 10px;
	background-repeat: repeat-x;
	border: 1px solid #000000;
	background-image: url(../bilder/bgNavigation.jpg);
	padding-left: 5px;
	margin-bottom: 10px;
}
/* Div Content muss im Quellcode nach Navigation und Sidebar kommen -------------*/
#content {
	height: auto;
	min-height: 400px;
	margin-right: 260px;
	margin-left: 180px;
	width: auto;
	margin-top: 140px;
}
#sidebar {
	float: right;
	height: auto;
	width: 230px;
	clear: right;
	margin-top: 10px;
	margin-right: 15px;
	border: 1px solid #000000;
	padding-left: 5px;
	background-image: url(../bilder/bgSidebar.jpg);
	background-repeat: repeat-x;
}
#aktuell {
	height: auto;
	width: 230px;
	top: 320px;
	right: 15px;
	border: 1px solid #000;
	margin-top: 10px;
	padding-left: 5px;
	background-image: url(../bilder/bgAktuell.jpg);
	background-repeat: repeat-x;
	float: right;
	clear: right;
	margin-right: 15px;
	margin-bottom: 15px;
}
#footer {
	clear: both;
	height: 42px;
	width: auto;
	background-image: url(../bilder/bgFooter.jpg);
	background-repeat: repeat-x;
	margin-top: 15px;
	margin-bottom: 10px;
}


/* Defintion Tag --------------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-size: 18px;
	color: #000000;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
}
h4 {
	font-size: 14px;
	margin-bottom: 10px;
}
h5 {
	font-size: 12px;
	color: #000;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}



#title img {
	padding-top: 10px;
}


#navigation p {
	font-size: 12px;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}
#sidebar p {
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 16px;
}
#sidebar h2 {
	margin-bottom: 10px;
	margin-top: 5px;
}
#content p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#aktuell h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}

#aktuell p {
	margin-top: 5px;
	margin-bottom: 10px;
}

	#content ul {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#footer p {
	font-size: 10px;
	text-align: center;
	padding: 13px;
}



/* Definition Link ---------------------------------------------------*/

#title a:link, #title a:active, #title a:visited {
	color: #0000FF;
	text-decoration: none;
}
#title a:hover {
	text-decoration: underline;
}
#contact a:link, #contact a:active,#contact a:visited  {
	font-size: 10px;
	color: #FF9708;
	text-decoration: none;
	margin-top: 5px;
	padding: 4px;
}
#contact a:hover  {
	font-size: 10px;
	color: #000000;
	background-color: #FF9708;
	padding: 3px;
	border: 1px solid #000000;
}
#content a:link, #content a:active, #content a:visited {
	text-decoration: none;
	color: #0000FF;
}
#content a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#aktuell a:link, #aktuell a:active, #aktuell a:visited {
	text-decoration: none;
	color: #0000FF;
}
#aktuell a:hover {
	color: #0000FF;
	text-decoration: underline;
}


#footer a:link, #footer a:active, #footer a:visited {
	color: #0000FF;
	text-decoration: none;
}
#footer a:hover {

	color: #0000FF;
	text-decoration: underline;
}

/* Definition Klassen ------------------------------------------------------------------ */

.titleInfoAbstand {
	padding-top: 32px;
	font-size: 11px;
}

.navTitelAbstand {
	padding-top: 2px;
	padding-bottom: 4px;
}
.contentImgRahmen {
	border: 1px solid #000000;
}
.aktuellIMGRahmen {
	border: 1px solid #000;
}

.contentUnderline {
	text-decoration: underline;
}
.contentKleineSchrift {
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
