/* Global Resetting */
html{	
	width: 100.01%;
	height: 100%;
	background-color: white;
}

body {
	width: 100%;
	min-width:750px;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
	border:0;
}

a {
  /* color				: #25c; */
  text-decoration		: none;
}

.clear {
	clear:both;
}

#ContentContainer {
	overflow: auto;
	font-size: 75%;
	height: 100%;
}

#Banner {
	text-align: center;
}

#HomepageSidebarLeft {
	margin-top: 20px;
	/* margin-bottom: 10px; */
	margin-left: 10px;
	/* width: 220px; */
	float: left;
	width: 200px;
}

#HomeContent {
	/* margin-left: 260px; */
	/* margin-top:  20px; */
	/* width: 630px; */
	/* padding-left: 10px; */
	/* height: 100%; */
	margin-top: 20px;
	min-width: 460px;
}

#HomeContent p {
	text-align: center;
}

#HomepageSidebarRight {
	margin-top: 20px;
	/* margin-bottom: 10px; */
	/* margin-left: 10px; */
	/* width: 220px; */
	float: right;
	width: 200px;
	/* clear: both; */
}

#leftSidebar {
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 10px;
        width: 220px;
        font-size: 0.9em;
        float:left;
}


.leftSidebarBox {
	padding:8px;
	margin-bottom: 10px;
	width: 100%;
}

#Menu2 {

}

#Menu2 li {
	padding-left:12px;
}
#Menu2 a {
	color:black;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.6em;
	text-decoration:none;
}
#Menu2 a:hover {
	text-decoration:underline;
}
#Menu2 li.current {
	background:url(../images/menu2_arrow.gif) no-repeat left center;
}

#Menu3 li {
	margin-left: 8px;
	background: none;
}
#Menu3 a {
	font-weight:normal;
}

#Menu4 li {
	margin-left: 8px;
	background: none;
}
#Menu4 a {
	font-style: italic;
}

#Content {
	margin-left: 260px;
	margin-top:  20px;
	width: 630px;
	padding-left: 10px;
	/* border-left: 2px solid #FFCF00; */
	height: 100%;
}

div.breadcrumbs {
	font-size:0.9em;
	color:#666;
	border-bottom: 2px solid #FFCF00;
	margin-bottom:10px;
	padding-bottom: 5px;
}
div.breadcrumbs a {
	text-decoration:none;
}

.linkbox {
	/* border-bottom: 2px solid orange; */
	/* padding: 15px 0; */
}

.linkbox h1 {
	background: orange;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.linkbox h1 a {
	text-decoration: none;
	color: black;
}

#Footer {
  clear: both;
  border-top			: 2px solid #FFCF00;
}

#Footer p {
  text-align			: left;
  font-size			: 0.7em;
  color				: #444;
  padding			: 5px 17% 40px;
  padding-left			: -20px;
}

/* for some reason, the Footer-links where blue and not hover-underlined */

#Footer p a {
  color				: green;
}

#Footer a:hover {
  text-decoration		: underline;
}

.Footer_wesen {
  clear				: both;
  width				: 16%;
  float				: left;
  text-align			: right;
  margin-right			: 15px;
  padding-top			: 5px;
}


#NewsList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li.newsTitle a {
		font-size:1.2em;
		font-weight:bold;
		color: black;
		text-decoration:none;
	}
		#NewsList li.newsTitle a:hover {
			text-decoration: underline;
		}
	#NewsList li.newsDate {
		color:#666;
		line-height:2em;
		margin-top: -0.3em;
	}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
	}
		#NewsList li.newsSummary span {
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color:#0083C8;
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}

div.newsDetails {
	padding-bottom:10px;
	color:#666;
	margin:0;
	margin-top: -0.5em;
	font-size:0.9em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom:1px dotted #bbb;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}

.searchResults p.searchQuery {
	color:#333;
	margin-bottom:10px;
}

.searchResults ul#SearchResults li {
	margin-bottom:30px;
}
	ul#SearchResults p {
		font-size:0.9em;
	}
	ul#SearchResults a.searchResultHeader {
		font-size:1.3em;
		font-weight:bold;
		color:black;
		text-decoration:none;
		margin:20px 0 8px 0;
	}

input, textarea {
  border-width			: 1px;
  border-style			: solid;
  border-color			: #ccc;
}
