body {
	background-image:url("/images/theme/background-header.png");
	background-repeat:repeat-x;
}

/* Logo-Grafik */

.logo-grafik {

position: absolute;
width:280px;
float:left;
margin-left:10px;	
	
}

/* Nav oben rechts */

div.aussen {
   position:relative;
border:1px solid #153B7C;
   max-width:1150px;
  margin: auto; 
  }
div.innen {
   position:absolute;
   top:150;
   right:0;
}  



/*Sidebar Hintergrund */

/*Facebook rechts */

.fbrechts {
padding-left:10px;
background-color:white !important;

}

/* header ausblenden */
.page-header h1 {
display:none;
}



/* Blaue Überschriften */

.page-header > h2 {
color: #153b7c;
text-transform: uppercase;
}

.blueuppercase {
color: #153b7c !important;
text-transform: uppercase !important;
}


/*Linie weg, Copytext weg */

hr.sep {display:none;}
copytext {display:none !important; }

/* Horizontale Linie */

.radialline { 
    margin:0px;
    border: 0; 
    height: 4px !important;
	width:75%;
    text-align:center !important;
	margin: 0 auto !important;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(21,59,124,0.80), rgba(0,0,0,0)) !important;
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(21,59,124,0.80), rgba(0,0,0,0)) !important; 
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(21,59,124,0.80), rgba(0,0,0,0)) !important;
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(21,59,124,0.80), rgba(0,0,0,0)) !important; 
}

.radialline2 {
margin-bottom:20px !important;
} 

/* Haupt-Menü */

#menu_hauptmenue
{
	margin-top:0px
}

#menu_hauptmenue
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
        color:white;
}

#menu_hauptmenue li a
{
	display:block;
	text-decoration:none;
        font-size:0.9em  !important;
        color:white !important;
	line-height:0px;
        margin-top:-5px;
	padding:0px;
}

#menu_hauptmenue li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
        margin-left:3px;
        margin-right:3px;
        background-color:#0090cf;
        height:32px;
        width:125px;
        background-image:url(/images/theme/navlascheblau.png);
        background-repeat:no-repeat;
}

#menu_hauptmenue li.current
{
	background-color:#3e3e3c !important;
        background-image:url(/images/theme/navlaschegrau.png) !important;
        background-repeat:no-repeat !important;
}

#menu_hauptmenue li:hover
{
	background:#3e3e3c !important;
        background-image:url(/images/theme/navlaschegrau.png) !important;
        background-repeat:no-repeat !important;
}

#menu_hauptmenue ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}

#menu_hauptmenue ul li
{
	float:none;
	width:200px
}

#menu_hauptmenue ul a
{
	line-height:100%;
	padding:10px 15px
}

#menu_hauptmenue ul ul
{
	top:0;
	left:100%
}

#menu_hauptmenue li:hover > ul
{
	display:block
}


#header {
background-color: #153b7c;
}

#header.no_slideshow {
border-bottom:0px solid white;

}


/* Rechte Spalte */

.moduletable_login h3 {
background-color:white;
padding-left:45px;
font-size: 1.5em;
color:white;
}

.custom_login {
padding:5px;
}

.moduletable_sidebarblau h3 {
background-color:white;
padding-left:45px;
font-size: 1.5em;
color:white;
}


.custom_sidebarblau {
padding:5px;
}


/* Copyright ausblenden */

.copytext {
  display:none !important;
}

/* footer */

#showcase {
background-image:url(/images/theme/shutterstock_434801230_1000.jpg);
} 

.fadeIn_footerfeld1 {
width:25% !important;
}
.fadeIn_footerfeld2 {
width:25% !important;
}

.fadeIn_footerfeld3 {
width:42% !important;
}

/* footermenu*/

.custom_footermenue {
width:100%;
background-color: #153b7c !important;
color:white !important;
}

.custom_footermenue a {
color:white;
text-decoration:none;
}


