/* Formatierung der zweiten Ebene des vertikalen Hauptmenüs */


.nav-pills a{
	text-transform:uppercase;
	color: #196c96;
}


.nav-child {
  padding-left: 25px;
  /*background-image: url("/KGS/images/site/ratingstar.png");*/
   /* Used if the image is unavailable */
  /* You must set a specified height */
  background-position: right center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
 /* background-size: cover; /* Resize the background image to cover the entire container */
    
}

.nav-child a {
 text-decoration: none;  
}


.nav-child a:hover {
 text-decoration: none;  
 font-weight: bold;
}


 ul.unstyled {
	list-style-type: circle;
  /* background-image: url("/KGS/images/site/ratingstar.png");*/
}

.site-title{
    font-size:2em;
}

/* Abstand vom Bannerbereich (unten) */
.banner {
   
    margin-bottom: 10px;
}

/* Formatierung der Umrandung des rechten seitlichen Bereichs  */
.well2 {
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.0); 
	
}

/* Formatierung des News-Bereichs  */

.newsflash-titlewell2 {
	
	/*border-bottom: 1px solid #eee;*/
	border-top:1px solid #eee;
	/*padding-bottom: 10px;*/
	padding-top:	5px;
	padding-bottom: 5px;
	padding-left:15px;	
	background-image: url("/images/icons/pfeil-gelb-klein.png");
    background-position: left center; /* Center the image */
	background-repeat: no-repeat;
	
}

.newsflash-titlewell2 a {
	
	text-decoration: none;
	color: #196c96;
	
				
}

/* Formatierung das Menü oben  */
.infobar a {
	
	text-transform:uppercase;
	color: #A4A4A4;
	
}

.mod-dpcalendar-upcoming-default__information a{
	
	color: #196c96;
}

img {
  margin-bottom: 20px;
}






