@charset "UTF-8";

/******** Imports ********/
/* reset all browser default styling */
@import "reset-min.css";
/* import csc-basics.css for default styling of content elements  */
@import "csc-basics.css" all;

/******** GENERAL ELEMENTS ********/
body {
	background: #494949 url(../images/background-dark.jpg);
	}
body {
	font: 80%/1.6em Verdana, Geneva, sans-serif;
	color:#505050;
	}

html {
	overflow-y: scroll;
	background: #494949 url(../images/background-dark.jpg);
	}

h1, h2, h3 {
	font-weight:bold;
	margin:0.5em 0 1em 0 ;
	color: #303030;
	}
h1 {
	font-size:135%;
	}
h2 {
	font-size:120%;
	}
h3 {
	font-size:110%;
	}
h4, h5 {
	font-size:105%;
	}
	
p {
	margin-bottom:1em;
	}
blockquote {
	margin:1em 0 1em 2em;
	padding-left:2em;
	border-left:1px solid #ccc;
	}
strong {
	font-weight:bold;
	}

a:link {
	color: #3E3EDA;
	text-decoration: none;
	}
a:visited {
	color: #3E3EDA;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
	

/*** GRID LAYOUT ***/
div#outerWrap {
	position: relative;
	width:1024px;
	text-align:center;
	margin:0 auto;
	overflow:auto;
	z-index:2;
	border: 2px red;
	}
div#outerWrap div {
	text-align:left;
	}

div#upperBackground {
	position:absolute;
	top:0px;
	width:100%;
	height: 90px;
	margin:0;
	background: #494949;
	z-index:1;
	overflow:auto;
	}

div#top {
	height:30px;
	z-index:2;
	}

div#header {
	height:80px;
	margin-top:0px;
	z-index:2;
	}

div#navigationAids, div#footer h3, div#navigationFirstLevel h2, div#navigationSecondLevel h2 {
	display:none;
	}

div#contentMinHeight{
	float:left;
	width:1px;
	height:500px;
}

div#navigationSecondLevel {
	float:left;
	width:21%;
	width:220px;
	}
div#main {
	width: 59%;
	float:left;
	}
div#secondary {
	width:20%;
	float:right;
}

div#footer {
	clear:both;
	}

body.hideRightColumn div#secondary {
	display:none;
	}
body.hideRightColumn div#main {
	width:70%;
	float:left;
	position:relative;
	}
body.hideLeftColumn div#main {
	width:74% !important;
	float:left;
	position:relative;
	}
body.hideLeftColumn div#navigationSecondLevel {
	display:none;
	}
body.hideRightAndLeftColumn div#main {
	width:100%;
	}
body.hideRightAndLeftColumn div#secondary, body.hideRightAndLeftColumn div#navigationSecondLevel {
	display:none;
	}
body.hideRightAndLeftColumn div#contentWrap, body.hideLeftColumn div#contentWrap {
	background-image:none;
	background:#fff;
	}

/******** GRID Settings ********/
/**** Top ****/
div#topMenu, div#languageMenu {
	float:right;
	padding-left:12px;
	margin:5px 5px 0 10px;
	}
div#topMenu ul li, div#languageMenu ul li {
	display:inline;
	padding-left:1em;
	font-size:100%;
	}
div#topMenu ul li a, div#languageMenu ul li a {
	color:#999 !important;
	}

/**** Header ****/
div#header {
	background-color:#FFF;
	}
div#header h1 {
	font: 200% Georgia, "Times New Roman", Times, serif;
	color: ##000080;
	position:absolute;
	left:290px;
	top:55px;
	font-style:italic;
	}
div#header h1 a {
	color:#fff;
	text-decoration: none;
	}
div#logo {
	float:left;
	height:65px;
	margin:0px;
	margin-top:10px;
	margin-left:14px;
	margin-bottom:5px;
	padding:0px;
	}

/**** Navigation 1st Level (navigationFirstLevel) ****/
div#navigationFirstLevel {
	background-color:#FFF;
	border-bottom: 2px solid #BECEDA;
	}

div#navigationFirstLevelMenu ul {
	overflow:hidden;
	margin:0 0 0 218px;
	}
div#navigationFirstLevelMenu ul li {
	display:block;
	float:left;
	margin-left:0;
	}

div#navigationFirstLevelMenu ul li a {
	padding: 3px 12px 3px 12px; 
	display:block;
	color:#808080;
	font-size: 18px; 
	font-weight: bold;
	font-style: italic;	
	}
div#navigationFirstLevelMenu ul li a.selected, div#navigationFirstLevelMenu ul li a.active {
	background:#ddd;
	}
div#navigationFirstLevelMenu ul li a:hover {
	background:#ccc;
	text-decoration: none;
	}

/******** googlePlusOne ********/
div#googlePlusOne {
	position:absolute;
	left:940px;
	top:95px;
	}


/******** Content ********/
div#contentWrap {
	background: url(../images/background_links1024.jpg) top left repeat-y;
	overflow:hidden;
	clear:both;
	}

/**** Breadcrumb ****/
div#breadcrumb {
	position:relative;
	margin-left:26px;
	top:8px;
	font-size:90%;
	}
div#breadcrumb span {
	font-weight:bold;
	margin:0 4px;
	}
div#breadcrumb a {
	color: #5d5d5d;
	margin:0 4px;
	}

/**** mainContent ****/
div#mainContent {
	font-size:105%;
	}
	
/** Left - navigationSecondLevel **/
div#navigationSecondLevel {
	}
div#navigationSecondLevel h2 {
	margin-left: 12px;
	padding-top:12px;
	}

/* Container für Menu */
div#navigationSecondLevelMenu {
	width:220px;
	margin-top:15px;
	margin-left:0;
       border:0;
	}

div#navigationSecondLevelMenu ul {
	text-indent:10px;
	line-height:2.2em;
	font-weight:bold;
	font-size:14px;
	}
div#navigationSecondLevelMenu ul ul {
	text-indent:10px;
	line-height:1.5em;
	font-weight:normal;
	font-size:12px;
	}
div#navigationSecondLevelMenu ul ul ul {
	text-indent:15px;
	font-weight:normal;
	font-size:12px;
	}

div#navigationSecondLevelMenu li {
	list-style-type:none;
	margin-left:0;
	}

div#navigationSecondLevelMenu ul li.active {
	list-style-type:none;
	font-weight:bold;
	margin-left:0;
	}

div#navigationSecondLevelMenu li.active {
	background:#fff;
	border-top:1px solid #BECEDA;
	border-bottom:1px solid #BECEDA;
	}
div#navigationSecondLevelMenu li.active li {
       border:0px;
	}

div#navigationSecondLevelMenu li.selected {
	background: #fff;
	border-top:1px solid #BECEDA;
	border-bottom:1px solid #BECEDA;
	font-weight:bold;
	}
div#navigationSecondLevelMenu li.selected li {
       border:0px;
	}
	
div#navigationSecondLevelMenu ul li a {
	color:#303030;
	}
div#navigationSecondLevelMenu ul li a:hover {
	color:#6E6EDA;
	text-decoration: none;
	}

/** Left - navigationContent **/
div#navigationContent{
	padding:12px;
	}
	
/** Center **/
div#mainContent {
	padding:30px;
       padding-top:20px;
	overflow:hidden;
	}
	
/** Right **/
div#secondary {
	margin-top:24px;
	}
div#secondaryContent {
	padding:12px;
	}

/** Right - secondaryContentSection **/
div.secondaryContentSection .csc-default {
	background:#f2f2f2;
	border:1px solid #cfcecf;
	width:100px;
	border-top:none;
	padding: 0 10px 10px 10px;
	margin:0 0 2.4em 10px;
	overflow:hidden;
	font-size:90%;
	}
div.secondaryContentSection .csc-default .csc-header h1, 
div.secondaryContentSection .csc-default .csc-header h2, 
div.secondaryContentSection .csc-default .csc-header h3 {
	color:#fff;
	background:#494949;
	padding: 6px 10px;
	margin:0 0 1em -11px;
	width:107px;
	}

div.secondaryContentSection .csc-frame {
	background:#eee;
	border:1px solid #cfcecf;
	width:125px;
	border-top:none;
	padding:0;
	margin:0 0 2.4em 10px;
	overflow:hidden;
	font-size:90%;
	}
div.secondaryContentSection .csc-frame .menu-s:link     { color: #333; font-size:12px; }
div.secondaryContentSection .csc-frame .menu-s:visited  { color: #333; font-size:12px; }
div.secondaryContentSection .csc-frame .menu-s:hover    { color: #333; font-size:12px; }

div.secondaryContentSection .csc-frame .csc-header h1, 
div.secondaryContentSection .csc-frame .csc-header h2, 
div.secondaryContentSection .csc-frame .csc-header h3 {
	color:#fff;
	background:#bbb;
	padding: 4px 8px 4px 8px;
	margin: 0 0 5px 0px;
	}
div.secondaryContentSection .csc-frame p {
	color:#000;
	padding: 2px 8px 2px 8px;
	margin: 0 0 5px 0px;
	}


/******** Footer ********/
div#footer {
	background: #494949;
	color:#aaa;
	margin:0px;
	margin-bottom:20px;
	height:20px;
	}

div#footer a:link, 
div#footer a:visited {
	color:#bbb;
	text-decoration:none;
	}
div#footer a:hover {
	text-decoration:underline;
	}

div#footer p {
	margin:0px;
	padding:0px;
	}


div#footer .footerFrame {
	background: #494949;
	float:left;
	margin: 0px;
	padding: 0 0 0 5px;
	}
div#footer .footerFrame-last {
	float:right;
	margin: 0px;
	padding: 0;
	}

/*************/
/* SEARCHBOX */
/*************/
div#searchBox {
	position:absolute;
	left:820px;
	top:50px;
	width: 170px;
	height: 21px;
	background: url(../images/bg_searchInput.gif) no-repeat;
	margin-left:8px;
	border:#515151;
	}
div#searchBox input#inputText {
	float:left;
	padding: 1px 0 2px 4px;
	margin: 2px 0 0 20px;
	border: 0;
	width: 110px;
	background: none;
	color:#515151;
	}
div#searchBox input.inputButton {
	float:left;
	margin: 3px 4px 0 0;
	cursor: pointer;
	}
div#searchBox legend {
	display:none;
	}

/********************************/
/* INDEXED_SEARCH - BASIC STYLING */
/********************************/
.tx-indexedsearch .tx-indexedsearch-browsebox li { 
	display:inline; 
	margin-right:5px;
	}
.tx-indexedsearch-redMarkup {
	font-weight: bold;
	}
.tx-indexedsearch .tx-indexedsearch-title {
	background: #e5e5e5; 
	padding: 1px 5px;
	}
div.tx-indexedsearch-res dt, div.tx-indexedsearch-res dt {
	float:left;
	}
dl.tx-indexedsearch-info {
	font-size:80%;
	color: #999;
	text-transform:uppercase;
	line-height:1.4em;
	}
dt.item-crdate, dt.item-mtime, dt.item-path {
	font-weight:bold;
	}
div.tx-indexedsearch-res {
	margin-bottom:2em;
	}
.tx-indexedsearch td {
	padding:2px;
	}
.tx-indexedsearch .tx-indexedsearch-searchbox {
	}
input#tx-indexedsearch-searchbox-sword {
	width:250px;
	}
.tx-indexedsearch select {
	width:156px;
	}
.tx-indexedsearch label {
	display:block;
	margin-top:1em;
	text-transform:uppercase;
	font-size:90%;
	}
.tx-indexedsearch legend {
	display:none;
	}
.tx-indexedsearch-search-submit {
	padding:1em 0;
	}


/***************************/
/* TT_NEWS - BASIC STYLING */
/***************************/
.news-latest-item h3, .news-latest-item p {
	margin-bottom: 0;
	}
.news-list-subheader p {
	display:inline;
	}
.news-list-item {
	padding: .4em 0 1em;
	clear:both;
	}
.news-list-container img {
	float:left;
	margin: 0 10px 10px 0;
	}
.news-single-img {
	float:left;
	margin: 0 10px 10px 0;
	}
.news-list-category {
	font-size: 90%;
	}


/******************/
/* USED ???? */
/******************/
.csc-frame-frame1 { 
	color:#353535;
	}
.unused-themeColorForeground {
	color:#6E6EDA;
	}
.unused-themeColorBackground {
	background-color:#6E6EDA !important;
	}

	
