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


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



.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); 
	
	
}

.custom.well2 {
	border: 0px solid #eee;
	
}

.category-module.well2.mod-list {
	border: 0px solid #eee;
}

/* Formatierung des News-Bereichs  */

.moduletablewell2 {
    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); 
	padding-top:	5px;
	padding-bottom: 5px;
	padding-left: 15px;	
	margin-bottom: 15px;
		
}

.moduletablewell2 ul  {
	list-style-type: none;
	margin-left: 5px;
	
}

.moduletablewell2 ul  li {
	border-bottom: 1px solid #eee;
	margin-top: 3px;
	margin-bottom: 3px;
}


.moduletablewell2 a {	
	text-decoration:none;
	text-transform:uppercase;	
	padding-left: 15px;
	background-image: url("/images/icons/pfeil-gelb-klein.png");
	background-position: left center; /* Center the image */
	background-repeat: no-repeat;
	
}


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

.infobar a:hover  {
	
	text-transform:uppercase;
	color: #fff;
	
}


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

img {
  margin-bottom: px;
}

/*Formatierung des Hauptmenüs (vertikal)*/

ul.user-menu{
	border: 1px solid #D8D8D8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 6px 16px 6px;
  	background-color: #FAFAFA; 
  	
}
.user-menu a {
	display: block;
	/*font-size: 11px;*/
   /*text-transform: uppercase;*/
	background-color: #FAFAFA; 
}

.user-menu a {
	
	border-bottom: 1px solid #D8D8D8;
	padding: 9px 0px 9px 5px;
}

.user-menu a {
  padding-right: 30px;
}



ul.nav-child {
	background-color: #FAFAFA;
	

}

.nav-child  li {
	font-weight:normal;
	display:block;
	margin-left: 15px;
	
}

.deeper li a {
	font-weight:normal;
}


.user-menu a:hover {
	
	background-image: url("/images/icons/pfeil-gelb_16x8.png");
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px solid #fff;
	
}


.user-menu a:focus  {
	font-weight: bold;
}

.active a  {
	font-weight: bold;
  	
}


