﻿@import url(undohtml.css);
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 140%;
	background: white url('../images/page_back.gif') repeat-y;
}

div#Seite {
    text-align: left;
    margin: 0;
	width:900px;
    padding: 0;
    border: none;
	background: none;
}

div#LogoTop {
    margin: 0;
	padding: 0;
    text-align: left;
    background: #FFFFFF url(../images/header2.jpg);
    border: none;
	width: 900px;
	height: 165px;*/
	color: #ffffff;
	font-size:14px;
	vertical-align:bottom;
}

div#NaviTop {
	float:left;
    margin: 120px 0 0 0;
	padding: 0 0 0 0;
    background: #6b7e89;
    border: none;
	width: 100%;
	height: 35px;
	color: white;
/*	vertical-align:middle;*/
}

div#NaviTop ul{
	margin-left: 5px;
	width: 885px;
}

div#NaviTop li#left{
	height: 25px;
	border-right: 1px #97a4ac solid;
	float: left;
	padding: 10px 15px 0 15px;
}

div#NaviTop li#right{
	height: 25px;
	border-left: 1px #97a4ac solid;
	float: right;
	padding: 10px 15px 0 15px;
}

div#NaviTop a:link {
	color: white;
}

div#NaviTop a:visited {
	color: white;
}

div#NaviTop a:active {
	color: yellow;
}

div#NaviTop a:hover {
	color: yellow;
}

div#NaviTop a#Active {
	color: yellow;
}

div#Content {
	margin: 33px 25px 10px 220px;
	padding: 0;
	vertical-align: top;
	font-size: 12px;
	line-height: 140%;
	color: black;
	/*width: 370px;*/
}

* html div#Content {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
}

div#ContentLeft {
	width: 370px;
}

* html div#ContentLeft {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	width: 360px;
}

div#Content p {
	margin-bottom: 8px;
}

div#ContentRight {
	margin: 33px 25px 10px 25px;
	float: right;
	width: 240px;
}

div#ContentRight img{
	border: 1px #b5bec2 solid;
}

/* --- Navigation ------------------------------------------------------------------- */
ul#Navigation {
	float: left;
	width: 179px;
	margin: 0;
	text-indent: 20px;
	background: none;
	padding: 0;
	line-height: 120%;
	font-size: 14px;
	margin-top: 30px;
}

ul#Navigation img{
	text-indent:0;
	margin:40px 0 0 0;
	padding:0;
	border:0;
}

div#MenuPic {
	margin:0;
	text-indent:0;
	float:left;
}

div#LangFlags {
	margin:0;
	text-indent:0;
	text-align: center;
	vertical-align:top;
}


ul#Navigation a {
/*	display:block;*/
	text-decoration: none;
	color: white;
}

ul#Navigation a#Active {
	color:black;
	text-decoration: none;
}

ul#Navigation li {
	height: 22px;
	border: none;
	color: white;
	background: url('../images/menuitem_l1_back.gif') repeat-x;
	padding-top: 5px;
	width: 179px;
	margin-top: 0px;
}

ul#Navigation a:hover {
	color:black;
	text-decoration: none;
}

ul#Navigation li#Header {
	height: 21px;
	border-bottom: 1px #97a4ac solid;
	color: white;
	font-weight: bold;
	background: #6b7e89;
	padding-top: 5px;
	width: 178px;
}

ul#Navigation li#Header a:hover, ul#Navigation li#Header a#Active{
	color: yellow;
}
/* --- Navigation Submenu Level 1 ------------------------------------------------------ */
ul#Navigation li#SubMenu a {
	color: black;
	text-decoration: none;
	display:block;
	font-size: 12px;
	height:22px;
}

ul#Navigation li#SubMenu a#Active {
	text-decoration: none;
	background:#bdc6cb;
	color: black;
}

ul#Navigation li#SubMenu {
	padding: 0px 0px 0px 0px;
	text-indent: 25px;
	background: none;
	width: 179px;
	margin: 0;
	padding: 0;
	height: 22px;
	line-height: 140%;
	border-bottom: 1px #9fabb2 solid;
}

ul#Navigation li#SubMenu a:hover {
	background:#bdc6cb;
	color: black;
}

/* --- Formular ------------------------------------------------------------------- */
form#searchform {
	vertical-align:top;
}

input.search_txt{
	margin-top:0px;
	margin-left:8px;
	border-left: 1px #c7c7dd solid;
	border-top: 1px #c7c7dd solid;
	border-bottom: 1px #c7c7dd solid;
	border-right: none;
	height:16px;
	vertical-align:top;
}

input.search_btn{
	vertical-align:middle;
	margin-right:35px;
}

input.txt {
	color: #535558;
	background-color:#F2F2F2;
	border: 1px solid #939598;
	width: 250px;
}

textarea.txt {
	color: #535558;
	background-color:#F2F2F2;
	border: 1px solid #939598;
	width: 360px;
}

input.btn {
	color: #535558;
	background-color: #EDE6DE;
	border: 1px outset #939598;
	margin-top: 10px;
}

form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

form p label {
	float: left;
	width: 75px;
}

fieldset {
	width:370px;
	border: 1px solid #e64215;
	margin-top: 16px;
	padding: 10px 10px 15px 20px;
}

legend {
	color:#727374;
	font-weight: bold;
}
/* ----------------------------------------------------------------------------------- */

hr {
	border: 0px; /* Fr Firefox und Opera */
	border-top: solid 1px #0D6622;
	border-bottom: transparent;
	height: 1px;
}

div#Content a:link {
	color: #1a1c88;
	font-weight: normal;
	text-decoration:underline;
}

div#Content a:visited {
	color: #1a1c88;
	font-weight: normal;
	text-decoration: underline;
}

div#Content a:active {
	color: #1a1c88;
	font-weight: normal;
	text-decoration: underline;
}

div#Content a:hover {
	color: #1a1c88;
	text-decoration: none;
}

div#ContentRight a:link {
	color: #1a1c88;
	font-weight: normal;
	text-decoration:underline;
}

div#ContentRight a:visited {
	color: #1a1c88;
	font-weight: normal;
	text-decoration: underline;
}

div#ContentRight a:active {
	color: #1a1c88;
	font-weight: normal;
	text-decoration: underline;
}

div#ContentRight a:hover {
	color: #1a1c88;
	text-decoration: none;
}

div#Content table {
	margin: 0;
	padding: 0;
	border-collapse:collapse;
}

div#Content table p{
	margin: 0;
	padding: 0;
}



p#Fusszeile{
	clear:both;
	margin:0 0 24px 0;
	background:white url('../images/back_footer.gif') no-repeat;
	text-align:center;
	padding: 2px 0 5px 0;
	font-size: 11px;
}

h1 {
	font-weight:bold;
	margin-bottom: 8px;
	color:#1a1c88;
}

h2 {
	font-weight:bold;
	margin-bottom: 4px;
	color:#1a1c88;

}

h3 {
	font-weight: normal;
	margin-bottom: 4px;
	color:#727374;
	color:#1a1c88;
}
div#Content ul{
	margin-left: 20px;
	margin-bottom: 12px;
	list-style-type: square;
}

div#Content ol{
	margin-left: 20px;
	margin-bottom: 12px;
	list-style-type:decimal;
}
div#ContentRight ul {
	margin-left: 20px;
	margin-bottom: 12px;
	list-style-type: square;
}

div#ContentRight ol{
	margin-left: 20px;
	margin-bottom: 12px;
	list-style-type:decimal;
}


.RowOdd {
	background-color: #d2d8db;
}

.RowEven {
	background-color: #e6e9eb;
}

div#Content td {
	padding: 2px 4px 2px 8px;
}




/***********************************  tt_news ******************************************************************************************/

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {}

.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	margin: 0 0 10px 0;
	padding: 3px;
	border:1px solid #000;
	background-color:#EDEEF0;
	min-height: 127px;
	color: #000;
	}
	

.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#EDEEF0;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	font-weight: bold;
	margin-bottom: 8px;
	color: #1a1c88;
	
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#fff;
}
.news-list-container H3 A {
	font-weight: bold;
	margin-bottom: 8px;
	color: #1a1c88;
}
.news-list-container P {}

.news-list-date {
	float: right;
	color: #000;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: 2px;
	margin-right: 2px;
	font-size: 9px;
	font-weight: normal;
	background-color: #EDEEF0;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {
	float: right;
	border:1px solid #000;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
	width: 150px;
	height: 100px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#EDEEF0;
	display:inline-block;
	width: 100%;
}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #1a1c88;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}



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

.news-single-img img{
	width: 150px;
	height: 100px;
	border: 1px solid #000;
}

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

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
/* 	clear: both; */
	margin-top: 15px;
	padding: 0;

}
.news-single-related,.news-single-files,.news-single-links  {
	margin:0px;
	margin-bottom: 3px;
	padding:0;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding: 0;
	border: none;
	background-color:#FFF;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:none;
	background-color:#FFF;
	list-style-type: none;
}
.news-amenu-container H2 {
	color: #1a1c88;
	padding:3px;
	border:none;
	background-color:#FFF;
}
.news-amenu-item-year {
	font-weight: bold;
	border: none;
	padding: 2px;
	background-color: #FFF;
	color: #1a1c88;
}