
/**
  * @titleScreen-Stylesheet (CSS 2.0)
  * @author Ingo Schommer
  * @email me###NOSPAM###@chillu.com
  * @copyright Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/
  * @description 
**/




/* ################## Typography ################# */
body, div, p, label, #middle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #4E4E4F;
}

h1,h2,h3,h4,h5 {
	color: #287D8B;
	line-height: 120%;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #287D8B;
}

#middle ul,
#middle ol {
	margin: 1em 0;
	padding: 0 0 0 20px;
}

h2.arrow {
	display: block;
	margin: 0;
	padding: 0 0 6px 13px;
	font-size: 14px;
	background: url(../_img/newsbullet.gif) no-repeat 0 4px;
	border-bottom: 1px solid #62ADBC;
	line-height: 16px;
}

img {
	border: 0;
}




/* ################## Layout ################# */
body {
	margin: 0;
	padding: 0;
}

html, body {
    height: 100%;
}

ul,ol {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 933px;
	min-height: 100%;
	height: auto;
	margin: 0 auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: url(../_img/back.gif) repeat-y;
}

#header {
	width: auto;
	height: auto;
	padding: 0 0 0 282px;
	background: #fff url(../_img/logo.gif) no-repeat;
	border-bottom: 18px solid #ABD2DB;
}

#header h1,
#header img ,
#header #breadcrumb {
	display: none;
}

#header #masthead {
	display: block;
	clear: left;
	width: 651px;
	height: 84px;
	background-color: #eee;
	border-top: 7px solid #C7C8CA;
}

#content {
	width: 100%;
	height: auto;
	border-top: 2px solid #00788B;
	padding: 2px 0 0 0;
	text-align: left;
}

#left {
	float: left;
	width: 121px;
	overflow: show;
	/* 
	border-right: 1px solid #7EBCC8;
	border-bottom: 1px solid #7EBCC8;
	background: #EDF5F7; 
	*/
}

#middle {
	display: block;
	float: left;
	width: 638px;
	widt\h: 585px;
	padding: 20px 30px 0 25px;
	text-align: left;
}

#right {
	float: left;
	width: 172px;
	/* 
	border-left: 1px solid #7EBCC8;
	border-bottom: 1px solid #7EBCC8;
	background: #EDF5F7; 
	*/
}

.col1 {
	float: left;
	width: 280px;
	margin-right: 26px;
}

.col2 {
	float: left;
	width: 274px;
}

#copyright {
	padding: 10px 0 0 15px;
}

#copyright p {
	font-size: 11px;
}

#copyright p.copytext {
	margin: 0 0 10px 0;
}

#copyright p.abotext a {
	vertical-align: middle;
}



/* ################## Navigation ################# */

#nav {
	display: block;
	text-transform: uppercase;
	list-style: none;
}

#nav li {
	float: left;
	padding: 11px 0 0 0;
	border-right: 1px solid #000;
}

#nav li.last {
	border-right: none;
}

#nav li a {
	display: block;
	padding: 20px 6px 12px 6px;
	color: #79B9C6;
	font-weight: bold;
}

#nav li a:link,
#nav li a:visited,
#nav li a:hover,
#nav li a:active {
	color: #79797C;
	text-decoration: none;
}

#nav li strong a {
	color: #2F2B2C;
}

#nav li strong a:link,
#nav li strong a:visited,
#nav li strong a:hover,
#nav li strong a:active,
#nav li a:hover {
	color: #252122;
	background: #C7C8CA;
}

#subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subnav li {
	display: block;	
	margin: 0 0 2px 0;
	border-bottom: 1px solid #EDF5F7;
}

/* Bugfix for IE5/IE6: Remove additional bottom-space */
* html #subnav li {
	height: 20px;
}

#subnav li a {
	display: block;
	padding: 5px 5px 5px 15px;
	background-color: #BCDBE2;
	background-image: url(../_img/subnavbullet.gif);
	background-repeat: no-repeat;
	border-right: 5px solid #9BC9D5;
}

#subnav li a:link,
#subnav li a:visited,
#subnav li a:hover,
#subnav li a:active {
	color: #097D8F;
	text-decoration: none;
}

#subnav li strong a,
#subnav li a.strong {
	background-position: 0 -58px;
	background-color: #DAEBF0;
}

#subnav li a:hover {
	background-position: 0 -58px;
}

#metanav {
	list-style-type: none;
	border-left: 1px solid #7EBCC8;
	border-bottom: 3px solid #9BC9D5;
}

#metanav li {
	display: block;
	font-size: 12px;
	line-height: 12px;
	border-bottom: 1px solid #CEE5EA;
}

#metanav li a {
	display: block;
	padding: 7px 5px 7px 18px;
	background-color: #EDF5F7;
	background-image: url(../_img/metanavbullet.gif);
	background-repeat: no-repeat;
	font-weight: normal;
}

#metanav li a:link,
#metanav li a:visited,
#metanav li a:hover,
#metanav li a:active {
	color: #097D8F;
	text-decoration: none;
}

#metanav li strong {
	font-weight: normal;
}

#metanav li strong a {
	background-position: 0 -60px;
}

#metanav li a:hover {
	background-position: 0 -60px;
}





/* ################## Headers ################# */

#masthead {
	background: url(../_img/home.jpg) no-repeat;
}

#tpl_fowid #masthead {
	background: url(../_img/fowid.jpg) no-repeat;
}

#tpl_aktuell #masthead {
	background: url(../_img/aktuell.jpg) no-repeat;
}

#tpl_presse #masthead {
	background: url(../_img/presse.jpg) no-repeat;
}

#tpl_datenarchiv #masthead {
	background: url(../_img/datenarchiv.jpg) no-repeat;
}

#tpl_links #masthead {
	background: url(../_img/links.jpg) no-repeat;
}

#tpl_presse #masthead {
	background: url(../_img/presse.jpg) no-repeat;
}

#tpl_recherche #masthead {
	background: url(../_img/recherche.jpg) no-repeat;
}


/* #################### Forms ####################### */
form label.checkbox {
	display: inline;
}

form div.row {
	margin: 0 0 5px 0;
}

#middle input.text {
	margin-top: 2px;
}

#middle form table {
	width: auto;
}

#middle form {
	display: block;
	margin: 0 0 30px 0;
	padding: 22px 24px;
	background: #DAEBF0;
}

#middle form input,
#middle form label {
	vertical-align: middle;
}

#middle input.text {
	width: 200px;
}

#middle textarea {
    width: 300px;
}

input.errHilite, select.errHilite, textarea.errHilite {
    border: 1px solid #DDC;
    background-color: #FFE;
}

label.errHilite {
    color: #C00;
}

ul#errors {
    display: none;
    margin-top: 1em;
    background-color: #FFE;
    border: 1px solid #CC9;
    padding: .3em;
    color: #C00;
    font-weight: bold;
}       

ul#errors li {
    margin-top: .5em;
    margin-bottom: .5em;
    padding: 0;
}

ul#errors li.heading {
    list-style-type: none;
    color: #000;
    font-weight: normal;
    font-style: italic;
    margin: .5em 0;
    padding: 0;
}





/* ################## Module: Search ################# */
#minisearch {
	display: block;
	background: #9BC9D5;
	padding: 20px 15px;
	border-left: 1px solid #7EBCC8;
	font-style: normal;
}

#minisearch label {
	color: #067B8E;
	font-size: 11px;
	line-height: 11px;
}

#minisearch form {
	display: block;
}

#minisearch input.text {
	width: 112px;
	margin: 4px 0 0 0;
	font-size: 11px;
	vertical-align: middle;
}

#minisearch input.image {
	vertical-align: middle;
}

#minisearch .search-extended {
	display: block;
	margin: 4px 0 0 0;
	font-size: 11px;
}




/* ################## Module: Mnogosearch ################# */
#tpl_mnogo #wrapper {
	background: none;
}

#tpl_mnogo #content {
	width: auto;
	padding: 30px 30px 0 30px
}

#tpl_mnogo #header .backlink {
	float: right;
	margin: 110px 30px 5px 0;
}

#tpl_mnogo .head * {
	vertical-align: middle;
}

#tpl_mnogo .head form {
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 24px;
	background: #DAEBF0;
	vertical-align: middle;
}

#tpl_mnogo #search .resulthead {
	margin: 0 0 20px 0;
}

#search .resulthead {
	margin: 0 0 20px 0;
	padding: 5px 10px;
	color: #007d91;
	background: #DAEBF0;
}

#search .sortresults {
	float: left;
}

#search .sortresults ul {
	list-style-type: none;
	display: inline;
	padding:  0 0 0 4px;
}

#search .sortresults li{
	display: inline;
	margin: 0 4px 0 0;
}

#search .resultpath {
	display: block;
	clear: left;
}

#search .browseresults {
	float: right;
}

#search .resultitem {
	margin: 0 0 20px 0;
}

#search .resultitem a:link {
    text-decoration: none;
}

#search .resultitem h2 {
	display: block;
	margin: 0 0 7px 0;
	padding: 0 0 2px 13px;
	font-size: 14px;
	background: url(../_img/newsbullet.gif) no-repeat 0 4px;
	border-bottom: 1px solid #62ADBC;
	line-height: 16px;
}

#tpl_mnogo #search .resultitem h2 {
	font-size: 12px;
	background: url(/fileadmin/templates/_img/newsbullet.gif) no-repeat 0 4px;
}

#search .resultitem p {
    margin: 0;
}

#search .resultitem small {
	font-size: 11px;
}

#search .resultitem ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#search .resultitem .categories span {
	color: #287D8B;
}

#search .browsebar {
	width: 100%;
	margin: 30px 0 0 0;
	text-align: center;
	font-size: 10px;
}

#search .bottom {
	margin: 30px 0 0 0;
	text-align: center;
}

#search form {
	padding: 10px 20px;
}

#search div.row {
	width: 450px;
	margin: 7px 0 0 0;
	vertical-align: bottom;
}

#search div.row * {
	vertical-align: bottom;
}

#search .floatleft {
	width: 100px;
	float: left;
}

#search .floatright {
	float: right;
}

#search input {
	display: inline;
}

#search input.text-long {
	width: 100%;
}

#search .browselist ul {
	list-style: none;
}

#search .browselist ul ul {
	margin: 0;
}


/* ################## Module: News ################# */
.news-latest-item {
	clear: left;
	margin: 0 0 15px 0;
}

.news-latest-item em {
	font-style: normal;
}

.news-latest-item h2 {
	display: block;
	margin: 0 0 7px 0;
	padding: 0 0 2px 13px;
	font-size: 14px;
	background: url(../_img/newsbullet.gif) no-repeat 0 4px;
	border-bottom: 1px solid #62ADBC;
	line-height: 16px;
}

.news-latest-item h2 a {
	text-decoration: none;
}

.news-latest-item .news-latest-date {
	font-size: 10px;
}

.news-latest-item .news-latest-content {
	display: block;
}

.news-latest-item img {
	float: left;
	margin: 0 7px 7px 0;
}

.news-latest-item p.bodytext {
	margin-bottom: 0;
}

.news-latest-item .news-latest-morelink {
	display: block;
	font-size: 10px;
}

.news-single-item h2 {
	margin: 10px 0 10px 0;
}

.news-single-item img {
	display: block;
	margin-bottom: 10px;
}

.news-single-item em {
	display: block;
	width: 99%; /* Bugfix IE6: Uncommon Break */
	color: #067B8E;
	margin: 0 0 10px 0;
}

.news-single-item .news-latest-dam img {
	float: none;
	display: inline;
	margin: 0;
}

.news-overview-link {
	display: block;
	margin-top: 20px;
}

.news-list-browse {
	text-align: center;
}

.tx-ttnews-browsebox {
	margin:3px;
	padding:3px;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}




/* ############# Module Newsletter ############## */
.tx-dmail td {
	width: 45%;
	padding: 5px;
	vertical-align: bottom;
}

.tx-dmail h2 {
	display: block;
	margin: 0;
	padding: 0 0 6px 13px;
	font-size: 14px;
	background: url(../_img/newsbullet.gif) no-repeat 0 4px;
	border-bottom: 1px solid #62ADBC;
	line-height: 16px;
}

.tx-dmail-sendlink p {
	font-size: 11px;
}

.tx-dmail-info h3 {
	font-size: 12px;
}

.tx-dmail-info p {
	font-size: 11px;
}

.tx-dmail-deleteaccount {
	margin: 20px 0 0 0;
}

.tx-dmail-message h2 {
	margin-bottom: 10px;
}


/* ################## Misc ################# */

.skipper {
	display: none;
}

.clearer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearer {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearer {height: 1%;}
.clearer {display: block;}
/* End hide from IE-mac */
