@import "basic.css";

/* ---------- LEFT ---------- */

#left {
    width: 207px;
    float: left;
    margin: 0 20px 0 0;
}

/* ---------- LOGO AND NAV ---------- */

#left #logo {
    background: url('../images/bg-logo.gif') no-repeat;
    padding: 24px 20px 20px 29px;
    height: 58px;
    border-bottom: 10px solid #00367f;
}

#left #logo a {
    border:0px;
}

#left #nav ul {
	list-style-type: none;
	margin-left: 0;
}

#left #nav ul li {
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    padding: 0;
}

#left #nav ul ul li {
	border: none;
}

#left #nav a {
    color: #898989;
    text-transform: uppercase;
    text-decoration: none;
    background: url('../images/bg-link-nav.gif') no-repeat;
    display: block;
    padding: 7px 0 20px 20px;
    border: none;
    height: 5px;
}

#left #nav a:hover,
#left #nav a.act {
    color: #2b4e80;
    background: url('../images/bg-link-nav-hover.gif') no-repeat;
}

#left #nav ul ul a {
    background: url('../images/bg-link-subnav.gif') no-repeat;
    padding-left: 30px;
    font-size:11px;
}

#left #nav ul ul ul a {
    padding-left: 40px;
}

#left #nav ul ul a:hover,
#left #nav ul ul a.act {
    color: #2b4e80;
    background: url('../images/bg-link-subnav-hover.gif') no-repeat;
}

#navicontent {
	margin-top:20px;
}

/* ---------- RIGHT ---------- */

#right {
    width: 533px;
    float: left;
}

#meta {
    background: url('../images/bg-meta-nav.gif') no-repeat;
    height: 27px;
    color: #fff;
    padding: 0 20px 6px 20px;
    font-size: 11px;
    position: relative;
}

#meta .search {
	float: right;
}

#meta .search input {
	border: 1px solid #cfcfcf;
	border-right: none;
	color: #999;
	height: 15px;
	font-size: 12px;
	width: 135px;
	padding: 0 0 0 7px;
	vertical-align: baseline;
	float: left;
	background-color: #fff;
}

#meta .search input.button {
	border: none;
	width: 21px;
	height: 17px;
	background: url('../images/search-button.gif') no-repeat;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#mySearchbox,
.tx-indexedsearch-searchbox-button {
	float: left;
}

td.searchfor {
	vertical-align: middle;
	padding-left: 0;
}

#meta .meta-nav {
	padding-top: 6px;
}

#meta .meta-nav li {
    float: left;
}

#meta .meta-nav ul {
    list-style-type: none;
    margin-left: 0;
}

#meta .meta-nav p {
    float: left;
}

#meta .meta-nav a {
    color: #fff;
    border-bottom: 1px dotted;
    text-decoration: none;
}

#meta .meta-nav a:hover {
    border: none;
}

#banner {
    margin: 8px 0 0 0;
}

#banner img {
    border-bottom: 1px solid #e9edf1;
    padding: 0 0 5px 0;
}

#breadcrumb {
    background: url('../images/bg-breadcrumb-nav.gif') no-repeat;
    height: 18px;
    padding: 5px 20px 6px 20px;
    margin-bottom: 1px;
}

#breadcrumb a {
    color: #898989;
    border-bottom: 1px dotted;
    text-decoration: none;
}

#breadcrumb a:hover {
    color: #525252;
}

#breadcrumb .home {
    border: none;
    font-weight: bold;
}

#breadcrumb img {
    padding: 0;
    border: 0;
}


#content p {
    margin: 0 0 10px 0;
}


.teaserelement {
   width:255px;
   float:left;
   margin-right:10px;
}

.teaser {
   background: url('../images/bg-teaser.gif') repeat-y;
   padding: 10px 20px 10px 20px;
   width: 215px;
}

.teaser h2 {
    margin: 0 0 5px 0;
}


.teaser img {
    background: url('../images/bg-teaser-image.gif') center no-repeat;
    padding: 5px;
}

.link-teaser-nav a {
    color: #59869b;
    border: 0;
    display: block;
}

.link-teaser-nav {
    margin: 22px 0 0 0;
    height: 16px;
    padding: 4px 10px 5px 10px;
    border: 1px solid #d6d6d6;
    background: url('../images/bg-link-teaser-nav.gif') no-repeat;
}

.link-teaser-nav:hover {
    height: 16px;
    padding: 4px 10px 5px 10px;
    background: url('../images/bg-link-teaser-nav-hover.gif') no-repeat;
}

.cap-bottom-teaser {
    height: 7px;
    width: 255px;
    background: url('../images/cap-bottom-teaser.gif') no-repeat;
}

.cap-top-teaser {
    height: 7px;
    width: 255px;
    background: url('../images/cap-top-teaser.gif') no-repeat;
}

#footer {
    width: 798px;
    margin: auto;
    clear: both;
}

#footer-top {
    color: #bfbfbf;
    background: url('../images/bg-footer-top.gif') repeat-x;
    width: 758px;
    height: 18px;
    padding: 12px 20px 10px 20px;
    text-transform: uppercase;
    font-size: 10px;
    border-left: 1px solid #e2e4e3;
    border-right: 1px solid #e2e4e3;
    border-bottom: 1px solid #e2e4e3;
    margin: 0 0 0 -1px;
}

#footer-top a {
    color: #858585;
    border-bottom: 1px dotted;
    text-decoration: none;
}

#footer-top ul {
    margin: 0 0 0 140px;
    list-style-type: none;
}

#footer-top a:hover {
     color: #525252;
}

#footer li {
    float: left;
}

#footer-bottom img {
    vertical-align: bottom;
    margin-bottom: 1px;
}

#footer-bottom {
    text-align: center;
    margin: 10px 0 10px 0;
    font-size: 10px;
    font-family: Verdana,Tahoma,Trebuchet MS;
    color: #9ea0a1;
}

#footer-bottom a {
    border-bottom: none;
}

.copyright {
    margin-right:380px;
}

#teaser-text {
    margin: 10px 0 -5px 0;
}

#teaser-text h2 {
    margin: 0 0 10px 0;
}

#gradient-top {
    background: url('../images/bg-container.gif') repeat-y;
    width: 800px;
    margin: 0 auto;
}


/*-------------------- News---------------------*/

.news-list-item {
    margin-bottom: 20px;
}

.news-list-item h3 {
    border: 0px;
    font-size:16px;
}

.news-list-item h3 a{
    border: 0px;
}

.news-list-date {
	margin-bottom:10px;
	font-size:11px;
}

.news-list-img {
	float:left;
	border:0px;
}

.news-list-img img {
	float:left;
	margin-right:10px;
	border:0px;
}

.news-list-img a {
	border:0px;
}

.news-list-text {
	float:left;
	width:500px;
}

.news-list-morelink {
	clear:both;
	text-align:right;
}


.news-single-img {
	float: left;
	margin-right:10px;
}

.news-single-img a {
	border:0px;

}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-timedata {
	float: right;
	font-size:11px;
}

.news-single-date {
	font-size:11px;
}

.news-latest-container {
	margin-top:20px;
}

.news-latest-item {
	margin-bottom:20px;
}

.news-latest-date a {
	border:0px;
}

.news-latest-item h3 a {
	border:0px;
}

.news-amenu-container {
	margin-top:20px;
}

.news-amenu-item-year{
	font-weight:bold;
	margin-top:15px;
}

.news-amenu-container li a {
	border:0px;
}

/* ------------------ Sitemap Style -------------------- */

.csc-sitemap {
	padding-right:10px;
}

.csc-sitemap ul {
	padding:0px;
	margin:0px;
}

.csc-sitemap ul li {
	list-style-type:none;
	margin-bottom:20px;	
	padding-top:5px;
	padding-bottom:5px;
}

.csc-sitemap ul li a {
	display:block;	
	text-decoration:none;
	color:#000000;
	border-bottom:1px solid #cccccc;
}

.csc-sitemap ul li a:hover {
	color:#eb6909;
}

.csc-sitemap ul li ul{
	margin-left:20px;
}

.csc-sitemap ul li ul li{
	list-style-image:url(../images/listenpunkt.gif);
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:3px;
}

.csc-sitemap ul li ul li a {
	display:block;	
	text-decoration:none;
	color:#000000;
	border-bottom:0px;
}

.csc-sitemap ul li ul li ul{
	margin-left:20px;
}
