/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
#ContentMiddle  p {
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 160%;
}

body {
	height: 100%;
	background-color: #666;
	color: #000;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(../img/bg/web.jpg);
	font-size: 11px;
}

#outerWrapper {
	text-align: left;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}

#outerWrapper #header {
  background-color: #ddd;
  height: 172px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #logoarea {
	padding: 0px;
	height: 130px;
	background-image: url(../img/bg/logoFrontpage.jpg);
	background-repeat: no-repeat;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}

#outerWrapper #navigationTop {
	padding: 0px;
	height: 40px;
	background-image: url(../img/bg/navigation_bg.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#contentWrapper {
	width: 900px;
	background-color: #FFFFFF;
}

#contentWrapperFront {
	width: 900px;
}

#outerWrapper #contentWrapper #navigationLeft {
  float: left;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 200px;
}

#outerWrapper #contentWrapper #content {
	margin: 0 0 0 220px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px;
}

#outerWrapper #contentWrapper .clearFloat {
	clear: left;
	display: block;
	background-color: #FFFFFF;
}

#outerWrapper #footer {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#bg {
	background-image: url(../img/bg/test_background.png);
	background-position: center top;
	z-index: 1;
	width: 930px;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#bottomshadow {
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
	width: 930px;
	background-image: url(../img/bg/shadow_bottom.gif);
	height: 30px;
}

#navigationTop a:link, #navigationTop a:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	width: 120px;
	height: 28px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	font-weight: normal;
	font-family: Georgia;
	font-size: 110%;
}

#navigationTop a.active:link, #navigationTop a.active:visited {
	text-decoration: none;
	color: #000000;
	display: block;
	margin: 0px;
	width: 120px;
	height: 28px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	font-weight: normal;
	font-family: Georgia;
	font-size: 110%;
	background-image: url(../img/bg/navigation_bg_hover.gif);
}

#navigationTop a.notizen:link, #navigationTop a.notizen:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	width: 120px;
	height: 28px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	font-weight: normal;
	font-family: Georgia;
	font-size: 110%;
	background-color: #E0DFE3;
	background-image: url(../img/bg/navigation_bg_notizen.gif);
}

#navigationTop a.notizen:hover {
	text-decoration: none;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background-image: url(../img/bg/navigation_bg_hover.gif);
}

#navigationTop a.home:link, #navigationTop a.home:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	width: 120px;
	height: 28px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	font-weight: normal;
	font-family: Georgia;
	font-size: 110%;
	background-color: #E0DFE3;
	background-image: url(../img/bg/navigation_bg_home.gif);
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #000000;
}

#navigationTop a.home:hover {
	text-decoration: none;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background-image: url(../img/bg/navigation_bg_hover.gif);
	border-right-color: #000000;
}

#navigationTop ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigationTop li {
	display: inline;
	float: left;
}

#navigationTop a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background-image: url(../img/bg/navigation_bg_hover.gif);
}
#outerWrapper #logoareaNotizen {
	padding: 0px;
	height: 130px;
	background-image: url(../img/bg/logoNotizen.jpg);
	background-repeat: no-repeat;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
#outerWrapper  #contentWrapper  #ContentMiddle  table.liste {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 8px;
}
#outerWrapper #contentWrapperFront #frontpageContent .box1_content table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#outerWrapper #contentWrapperFront #frontpageContent .box1_content a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #881018;
	text-decoration: underline;
	font-size: 16px;
	line-height: 16px;
}
#outerWrapper #contentWrapperFront #frontpageContent .box1_content a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #881018;
	text-decoration: underline;
	font-size: 16px;
	line-height: 16px;
}
#outerWrapper #contentWrapperFront #frontpageContent .box1_content a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #881018;
	font-size: 16px;
	line-height: 16px;
}


#outerWrapper #contentWrapper #ContentMiddle table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
