﻿/* Nur was gebraucht wird, den Rest ausschneiden */

/* Haupttitel */
.PageTitle {
    padding-top: 12px;	  
}

.TitleArea {
	overflow: hidden;
    padding-top: 10px;
    width: auto;	
}

/* Seitenpfad */
.TextPath {
    color: #666;
    font-family: Arial,sans-serif;
    line-height: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.TitleArea h1 {
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
     word-wrap: break-word;
}

.TextPath a, .TextPath a:hover {
	color: #666;
}
 
/* Seitenpfad Links */
.Siblings a {
    cursor: pointer;
    height: 20px;
    background-color: #fff !important;
    border-color: #000 !important; /* #e60028 für die Hauptseite */
    color: #000 !important; /* #e60028 für die Hauptseite */
    border-width: 2px;
    border-style: solid;
    display: inline-block;
    font-weight: bold !important;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 6px 5px 2px;
    text-decoration:none;
    opacity: 0.6;
}

.Siblings a:hover {
	border-color: #666 !important;
    color: #666 !important;
    text-decoration:underline;
}

#opacity {
    opacity: 1;
}

/*Suchzeile*/
.SearchDiv {
    max-width: 1096px;
}

.Filters {
    float: left;
    width: 60%;
}

.FiltersButton {
    float: right;
    width: 40%;
}

.FiltersDiv {
	background: #ffffff url("../../images/icons/down_arrow_news.PNG") no-repeat scroll 95% center;    
	border: 1px solid #000;
    border-radius: 2px;
    color: #000;
    float: left;
    font-weight: normal;
    height: 35px;
    letter-spacing: 0;
    line-height: 16px;
    margin-right: 20px;
    margin-top: 10px;  
    margin-bottom: 10px;
    overflow: hidden;
}
  
#txtSearch {
	background: #ffffff none no-repeat scroll right center;
	width:180px;
}
   
#txtSearch input {
	border: 1px solid #ffffff !important;
	font-size: 16px;
    height: 29px;
    width: 100%;
    
} 

select#selectYears {
    width: 120%;
}

.FiltersDiv select {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ffffff !important;
    font-size: 16px;
    height: 34px;
    overflow: hidden;
    padding-right: 40px;
    width: 100%;    
    font-family: Arial;
} 

.NewsButton button {
	 background-color: white;
    border: 2px solid;
    margin-left: 10px;
    min-width: 6em;
}
      
.NewsButton  h4 {
	padding-top: 10px;
	padding-bottom:7px;
    text-transform: uppercase;
    letter-spacing: 0;
}  

.NewsButton button:hover {
	background-color:black; 
	color: white;	
}

.NewsButton {
  	float:right;
    margin-top: 10px;
    width: auto;
}


