@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;
	}


#jsleiste
{
	z-index:99;
    background: yellow;
    position: fixed;
    top:0px;
    width:100%;
    color: black;
    font-weight: bold;
    text-align:center;	
}

/***************/
/* GRID LAYOUT */
/***************/
div#navigationAids, div#footer h3, div#navigationFirstLevel h2, div#navigationSecondLevel h2 {
	display:none;
	}
div#outerWrap {
	width:960px;
	text-align:center;
	margin:0 auto;
	overflow:auto;
	}
div#outerWrap div {
	text-align:left;
	}
div#header {
	background: transparent;
	height:107px;
	margin-top:50px;
	}

div#main {
	width:660px;
	float:left;
}
div#secondary {
	width:299px;
	float:right;
	background: #929293 url(../images/rausch_dunkel.jpg);
}
div#footer {
	clear:both;
	}
body.hideRightColumn div#secondary {
	display:none;
	}
body.hideRightColumn div#main {
	width:79%;
	float:left;
	position:relative;
	}
body.hideLeftColumn div#main {
	//width:74% !important;
	float:left;
	position:relative;
	}

body.hideRightAndLeftColumn div#main {
	width:100%;
	}
body.hideRightAndLeftColumn div#secondary, body.hideRightAndLeftColumn {
	display:none;
	}
body.hideRightAndLeftColumn div#contentWrap, body.hideLeftColumn div#contentWrap {
	//background-image:none;
	//background:black;
	}


/*******************/
/* GENERAL PADDING */
/*******************/
div#secondayContent, div#navigationContent, div#footer {
	padding:12px;          
	}
div#mainContent {
	padding: 0px 30px 30px 30px;
	overflow:hidden;
	}


/**********************************************************/
/* STYLING AND POSITIONING OF INDIVIDUAL GENERAL ELEMENTS */
/**********************************************************/
body {
	background: #000000 url(../images/bg.jpg) top center no-repeat;
	}
html {
	background:#494949;
	}
strong {
	font-weight:bold;
	}
div#header {
	background: transparent;
	}
div#contentWrap {
	background: url(../images/rausch.jpg) top left repeat;
	overflow:hidden;
	clear:both
	}                 

div#secondary {
	top:0px;
	border-left: 1px solid #333333;  
	}
div#footer {
	border-top: 1px solid #b6b6b8;
	background: url(../images/bgtx.png) black top left no-repeat;
	}
div#footer .footerFrame,
div#footer .footerFrame-last {
	float:left;
	width: 200px;
	margin: 0 0 0 20px;
	}
div#footer .footerFrame-last {
	width: 410px;
	}
div#footer .footerFrame h4 { 
	margin: 0 0 1em 0;
	}
div#footer #licensebadge {
	margin-top: 3px;
	opacity: 0.3;
	}
div#topMenu2 ul li, div#topMenu ul li, div#languageMenu ul li {
	display:inline;
	padding-left:1em;
	font-size:100%;
	}
div#topMenu2, div#topMenu2 a
{
    font-weight: bold;
    color: yellow;	
    #background-color: 
}
div#topMenu2, div#topMenu, div#languageMenu {
	float:right;
	padding-bottom:24px;
	margin:-34px 6px 0 0;
	}
div.secondaryContentSection {
	background:transparent;
	border:0px solid #cfcecf;
	width:280px;
	border-top:none;
	padding: 0 5px 2px 10px;    
	margin:0 0 2em 3px;
	overflow:hidden;
	font-size:90%;
	}
div#navigationFirstLevel {
	background: #b6b6b8;
	}
div#navigationFirstLevelMenu ul {
	overflow:hidden;
	margin:0 0 0 190px;
	}
div#navigationFirstLevelMenu ul li {
	display:block;
	float:left;
	margin-left:0;
	}
div#navigationFirstLevelMenu ul li a {
  font-family: Tahoma,Arial,Helvetica,sans-serif;
	padding:0.4em 0.6em;
	display:block;
	}     
div#navigationSecondLevel {
	background: #b6b6b8;
	}
div#navigationSecondLevelMenu ul {
	overflow:hidden;
	margin:0 0 0 190px;
	}
div#navigationSecondLevelMenu ul li {
	display:block;
	float:left;
	margin-left:0;
	}
div#navigationSecondLevelMenu ul li a {
  font-family: Tahoma,Arial,Helvetica,sans-serif;
	padding:0.4em 0.6em;
	display:block;
	}     
	
div#breadcrumb {
	position:relative;
	margin-left:26px;
	top:10px;
	font-size:90%;
  padding: 0 0 20px 0;
	}
div#breadcrumb span {
	font-weight:bold;
	}



/*****************************/	
/* 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:#646464;
	text-decoration:none;
	}
div#footer a:hover {
	text-decoration:underline;
	}
	div#topMenu ul li a, div#languageMenu ul li a {
	color:#a9a9a9 !important;
  margin-left:10px;
	}
div#navigationFirstLevelMenu ul li a {
	color:#000000;
	font-weight: bold;
	}
div#navigationFirstLevelMenu ul li a.selected, div#navigationFirstLevelMenu ul li a.active  {
	background:#929293;
	}

div#navigationFirstLevelMenu ul li a:hover {
	background: white;
	text-decoration: none;
	}     
div#navigationSecondLevelMenu ul li a {
	color:#000000;
	font-weight: bold;
	}
div#navigationSecondLevelMenu ul li a.selected, div#navigationSecondLevelMenu ul li a.active {
	background:#353535;
	}  
div#navigationSecondLevelMenu ul li a:hover {
	background: url(../images/navButtonOverlay.png);
	text-decoration: none;
	}     
div#breadcrumb a {
	color: #5d5d5d;
	margin:0 4px;
	}
div#breadcrumb span {
	margin:0 4px;
	}

div#header h1 a {
	color:#fff;
	text-decoration: none;
	}
  
  


/******************/
/* FONT TREATMENT */
/******************/
body {
	font: 70%/1.6em Verdana, Geneva, sans-serif;
	color:#b6b6b8;
	}
div#mainContent {
	font-size:105%;

	}
h1, h2, h3 {
	font-weight:bold;
	margin:0.5em 0 1em 0 ;
	color: lightblue;
	padding: 3px;
	}
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:#b6b6b8;
	background:url(/fileadmin/default/templates/images/rausch.jpg) #929293;
	padding: 6px 8px;
	margin: 7px 0 0.8em -15px;
	width: 60%;
  font-size:medium;
  
      

	}

.news-list-date    {
    font-weight: normal;
    margin-bottom: 0px;
}
h2 {
	font-size:130%;
	}
h3 {
	font-size:115%;
	}
h4, h5 {
	font-size:105%;
	}
.csc-frame-frame1 { 
	color:#b6b6b8;
	}
p {
	margin-bottom:1em;
	}
blockquote {
	margin:1em 0 1em 2em;
	padding-left:2em;
	border-left:1px solid #333333;
	}
div#footer {
	color:#646464;
	}




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

/********************************/
/* INDEXED_SEARCH - BASIC STYLING */
/********************************/
.tx-indexedsearch2 .tx-indexedsearch-browsebox2 li { 
	display:inline; 
	margin-right:5px;
	}
  
#indexedsearch2
{
    width:150px;
}
  
.tx-indexedsearch2-redMarkup {
	font-weight: bold;
	}
.tx-indexedsearch2 .tx-indexedsearch2-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%;
	}


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

div#header {
	background-color:#000000;
	}
a:link, a:visited {
	color:#B6B6B8;
	}
div#navigationFirstLevel {
	background-color:#b6b6b8;
	}
div#navigationSecondLevel {
	background-color:#929293;
	}

.column, .column1, .columnFirst, .listItemFirst  {
    list-style-type: none;
}

#ergebnis {
    width:938px;
}

.suchbegriff
{
    text-align: center;
}
                
.ergebnisblock{
  	background: #929293 url(../images/rausch_dunkel.jpg);
    width: 100%;
    padding: 10px;
    margin: 10px 0 10px 0;
    border: 1px solid #6C6761; 
    
    /* F�r die Webkitbrowser */
	-webkit-border-radius: 5px;
	
	/* F�r die Geckobrowser */
	-moz-border-radius: 5px;;
	
	/* F�r die KHTML-Browser */
	-khtml-border-radius: 5px;
	
	/* Die zuk�nftige CSS 3.0 Deklaration */
	border-radius: 5px;
}
    
}

.suche_sp1{
    float: left;
    width: 27%;
    padding:5px;
}

.suche_sp2{
    float: left;
    width: 69%;
    border-left: 1px solid #333333;
    padding-left: 10px;
}



.suche_bez {
    width: 50px;
    padding-right: 20px;
    font-weight: bold;
    text-decoration: underline;
}

.table_suche tr td{
   vertical-align:top;
   padding:0px;
}



.werbeblock {
  	background: #929293 url(../images/rausch_dunkel.jpg);
}


#secondaryContent .news-img-wrap  a 
{
    border:0px;
    padding:0px;
    margin:0px;
}
#secondaryContent .news-list-view
{
    border:0px;
    padding:0px;
    margin:0px;
    margin-right:2px;
}




#headerrechts {
    position: relative;
    top:20px;
    float:right;
    left:400px;
    width: 468px;
    height: 60px;
}