#TagArea, #SearchArea {
	padding:15px;
	margin-bottom:10px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
}

#SearchArea {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;	
}

#SearchField {
	color:#000000;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	padding:10px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
	background-color: #5599BB;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#SearchField div label {
	display:block;
}
.suchfeld {
	float:left;
	width:270px;
	margin: 0 0 0 150px;
}

.searchSubmit {
	height:32px;
	width:150px;
	text-decoration:none;
	padding:0px;
	margin-left:20px;
	float: left;
	background-attachment: fixed;
	background-color: transparent;
	background-image: url(../../images/searchbutton.png);
	background-repeat: repeat;
	background-position: 0%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6FF5C;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #D6FF5C;
	font-size: 20px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#SearchArea p.SmallDescription {
	margin-top:11px;
	color:#333333;
}

#ShowDirectoryLink {
	margin:5px 0px;
}

a#ButtonSlide {
	color:#333333;
	font-size:11px;
	text-decoration:none;
}

a#ButtonSlide:hover {
	color:#ff6600;
	text-decoration:underline;
}

#DirectoryList {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	color:#000000;
	padding:10px;
	margin:5px 0px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
}

#DirectoryList td {
	vertical-align:top;
	padding:0px 30px 12px 0px;
}

#DirectoryList td img {
	float:left;
	margin-right:10px;
}

#DirectoryList a {
	color:#333333;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

#DirectoryList a:hover {
	color:#006699;
	text-decoration:underline;
}

#DirectoryList ul.SubCatList, #DirectoryList ul.SubCatList a {
	font-size:11px;
	font-weight:normal;
}

#NewsContainer {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	width:620px;
	top:0px;
	padding: 15px;
	margin: 0 0 20px 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#News {
	padding-top:20px;
}

.DayBlock {
	margin-bottom:10px;
}

.DayBlock .DateLabel {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	background:#e8f0fa none repeat scroll 0%;
	border:1px solid #dddddd;
	left:-91px;
	position:absolute;
	padding:5px 0pt;
	text-align:center;
	width:89px;
}

.DayBlock .DateLabel h2 {
	font-weight:normal;
	font-size:14px;
	color:#666666;
	letter-spacing:-1px;
	margin-top:0pt;
	margin-bottom:0pt;
}

.DayBlock .DateLabel h2 a:link, .DayBlock .DateLabel h2 a:visited {
	color:#666666;
	text-decoration:none;
	border:medium none;
}

.DayBlock .DateLabel h2 a:hover { color:#ff6600; }

.NewsList {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-left:12px;
	line-height:12px;
}

.NewsList li {
	padding-bottom:25px;
	line-height:normal;
}

.NewsList li img {
	border:none;
	padding:0px 20px 20px 5px;
	float:left;
}

.NewsList li h2 {
	color:#006699;
	font-size:14px !important;
	font-weight:bold !important;
	margin-top:0px;
	margin-bottom:0px;
	padding-right:8px;
}

.NewsList li h2 a:link, .NewsList li h2 a:visited {
	color:#F60;
	text-decoration:none;
}

.NewsList li h2 a:hover {
	color:#09F;
}
.NewsShortDesc { padding-right:8px; margin-left:42px; }

