@charset "UTF-8";

/*************************************/
/* reset all browser default styling */
/*************************************/
@import "reset-min.css";



/***************************************************************/
/* import example.css for default styling of content elements  */
/***************************************************************/
@import "example.css" all;
html {
#	overflow-y: scroll;
	}

/***************/
/* GRID LAYOUT */
/***************/
div#navigationAids, div#footer h3, div#navigationFirstLevel h2, div#navigationSecondLevel h2 {
	display:none;
	}
div#outerWrap {
	width:1000px;
	margin: 10px auto;
	overflow:auto;
	border: 1px solid;
	background: #FFFFFF;
	}
div#outerWrap div {
	text-align:left;
	}
div#header {
	background:#FFFFFF;
	height:126px;
	margin-top:0px;
	}
div#main {
	width: 100%;
	float:left;
	}
div#secondary {
	width:26%;
	float:right;
}
body.hideRightAndLeftColumn div#contentWrap, body.hideLeftColumn div#contentWrap {
	background-image:none;
	background:#fff;
	}


/*******************/
/* GENERAL PADDING */
/*******************/
div#navigationContent{
	padding:0px;
	}
div#mainContent {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	overflow:hidden;
	}


/**********************************************************/
/* STYLING AND POSITIONING OF INDIVIDUAL GENERAL ELEMENTS */
/**********************************************************/
body {
	background: #808080;
	margin: 20px 0px; padding:0px;
	text-align:center;
	}
html {
	background:#808080;
	}
strong {
	font-weight:bold;
	}
div#header {
	background:#3c8dd9 url(../images/header_doepke.jpg);
	}
div#contentWrap {
	margin-left: 5px;
	overflow:hidden;
	clear:both
	}
div#topMenu ul li, div#languageMenu ul li {
	display:inline;
	padding-left:1em;
	font-size:100%;
	}
div#topMenu, div#languageMenu {
	float:right;
	padding-bottom:24px;
	margin:10px 6px 0 0;
	}
div.secondaryContentSection {
	background:#f2f2f2;
	border:1px solid #cfcecf;
	width:155px;
	border-top:none;
	padding: 0 10px 10px 10px;
	margin:0 0 2.4em 10px;
	overflow:hidden;
	font-size:90%;
	}
div#navigationFirstLevel {
	float: right;
	margin-right: 0px;
	margin-top: -40px;
	}
div#navigationFirstLevelMenu ul {
	overflow:hidden;
	margin:0 0 0 0px;
	}
div#navigationFirstLevelMenu ul li {
	display:block;
	float:left;
	margin-left:0;
	}
div#navigationFirstLevelMenu ul li a {
	padding:0.8em 1em;
	display:block;
	}
div#breadcrumb {
	position:relative;
	margin-left:26px;
	top:16px;
	font-size:12px;;
	}
div#breadcrumb span {
	font-weight:bold;
	}
div#navigationSecondLevelMenu ul {
	text-indent:20px;
	line-height:35px;
	margin-left:0;
	margin-top: 15px;
	}
div#navigationSecondLevelMenu ul ul {
	text-indent:35px;
	border-bottom:none;
	margin-bottom:0;
	}
div#navigationSecondLevelMenu ul ul ul {
	text-indent:50px;
	}
div#navigationSecondLevelMenu {
	width:190px;
	margin-top: 0px;
	}
div#navigationSecondLevelMenu li.active {
	font-weight:bold;

	}
div#navigationSecondLevelMenu li.active ul li {
	font-weight:bold;
	}
div#navigationSecondLevelMenu li.selected {
	font-weight: bold !important;
	color:#FF0000;
	}
div#navigationSecondLevelMenu li.selected li {
	font-weight:normal;
		color:#FF0000;

	}
div#navigationSecondLevelMenu li {
    background: url(../images/menue2-bg.gif) no-repeat;
	list-style-type:none;
	margin-left:0px;
	margin-top: 20px; 
	font-size: 14px;
	font-weight: bolder;
	font-style: italic;
	
	}
div#navigationSecondLevelMenu li.active li, div#navigationSecondLevelMenu li.selected li {
	color:#FF0000;
	}


/*****************************/	
/* LINK COLORS AND TREATMENT */
/*****************************/
a:link {
	color: #3c8dd9;
	text-decoration: none;
	}
a:visited {
	color: #3c8dd9;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
div#footer a:link, div#footer a:visited {
	color:#EEFFFF;
	text-decoration:none;
	}
div#footer a:hover {
	text-decoration:underline;
	}
	div#topMenu ul li a, div#languageMenu ul li a {
	#color:#000000 !important;
	}
div#navigationFirstLevelMenu ul li a {
	color: #90B2E0;
    font-size: 18px;
	font-weight: bold;
	font-style: italic;
	}
div#navigationFirstLevelMenu ul li a.selected, div#navigationFirstLevelMenu ul li a.active {
	color: #EEFFFF;
	}
div#navigationFirstLevelMenu ul li a:hover {
	text-decoration: none;
	color: #EEFFFF;
	}
div#breadcrumb a {
	color: #5d5d5d;
	margin:0 4px;
	}
div#breadcrumb span {
	margin:0 4px;
	}
div#navigationSecondLevelMenu ul li a {
	color:#353535;
	}
div#navigationSecondLevelMenu ul li a:hover {
	color:#FF0000;
	text-decoration: none;
	}
div#header h1 a {
	color:#fff;
	text-decoration: none;
	}


/******************/
/* FONT TREATMENT */
/******************/
body {
	font: 70%/1.6em Verdana, Geneva, sans-serif;
	color:#515151;
	}
div#mainContent {
	font-size:105%;
	}
h1, h2, h3 {
	font-weight:bold;
	margin:0.5em 0 1em 0 ;
	color: #353535;
	}
h1 {
	font-size:130%;
	}
div#header h1 {
	color:#fff;
	font: 400% Georgia, "Times New Roman", Times, serif;
	color: #f2f2f2;
	margin-left:20px;
	position:absolute;
	font-style:italic;
	}
div.secondaryContentSection .csc-header h1, div.secondaryContentSection .csc-header h2, div.secondaryContentSection .csc-header h3 {
	color:#fff;
	background:#494949;
	padding: 6px 10px;
	margin:0 0 1em -11px;
	width:157px;
	}
h2 {
	font-size:130%;
	}
h3 {
	font-size:115%;
	}
h4, h5 {
	font-size:105%;
	}
.csc-frame-frame1 { 
	color:#353535;
	}
p {
	margin-bottom:1em;
	}
blockquote {
	margin:1em 0 1em 2em;
	padding-left:2em;
	border-left:1px solid #ccc;
	}
div#footer {
	color:#EEFFFF;
	}
div#navigationSecondLevel h2 {
	margin-left: 12px;
	padding-top:12px;
	}



/*************/
/* SEARCHBOX */
/*************/
div#searchBox input.inputText {
	width:100px;
	}
div#searchBox {
	left:10px;
	top:189px;
	position:relative;
	width: 168px;
	height: 21px;
	background: url(../images/bg_searchInput.gif) no-repeat;
	margin-left:8px;
	}
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: right;
	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;
	height: 100px;
	height: 75px;
	margin-top: 15px;
	}
.news-list-container {
	width: 600px;
	margin-top: 15px;
	background: #ffffff;
	
    }
.news-list-container img {
	float:left;
	margin: -34px 10px 10px 5px;
	}
.news-single-img {
	float:left;
	margin: 0 10px 10px 0;
	}
.news-list-category {
	font-size: 90%;
	}

.news-list-date{
	margin-left:80px;
}

/************************/
/* THEME COLOR OVERIDES */
/************************/
.themeColorForeground {
	color:#1136F1;
	}
.themeColorBackground {
	background-color:#1136F1 !important;
	}

div#header {
	background-color:#1136F1;
	}
a:link, a:visited {
	color:#1136F1;
	}
div#navigationFirstLevel {

	}
div#navigationSecondLevelMenu ul li a:hover {
	color:#FF0000;
	}

/************************/
/* Logout button	    */
/************************/
	input.logout {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:4px 4px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
input.logout:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
input.logout:active {
	position:relative;
	top:1px;
}

input.funktion {
	background-color:transparent;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 6px;
	text-decoration:none;
}

input.funktion:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
input.funktion:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
