body {
    background-color: #000F6E;
    font-family: Verdana,Geneva,sans-serif; 
}
.container {
    background-color: white;
}
.banner {
    text-align: center;
}
.nav-item>a {
    font-size:18px;
    font-weight:bold;
    color:#A5835E;
}
.submenu1 {
    padding-left: 15px;
    font-size:14px;
}
.documentTitle {
    font-size:22px;
    font-weight:bold;
    text-align: center;
}
.searchResultCategory {
    font-size:22px;
}
.searchResultPage {
    font-size:16px;
}
.navbar-nav {
    text-align: center;
}
/*  controls the properties of the all links defined as sidelink */

.sidelink	{
    text-decoration:none;
	font-family: Verdana,Sans-serif;
	font-size:14px;
	color:#000000;
	text-transform: uppercase;
	font-weight: bold;
}

a {
    text-decoration:none;
    font-family: Verdana,Sans-serif;
	
	color:#A5835E;
}

a:hover { 
	text-decoration:underline;
}

a.sidelink:hover { 
		text-decoration:none;
}
.panel-default > .panel-heading {
    color: white;
    background-color: #F8C301;
}

/*
.panel-default > .panel-body > p > a > .btn-default {
    background-color: #326b85;
}
*/
.navLink {
    color:#000F6E;
}

.bigKontaktLink {
    font-size:22px;
    color:#000F6E;
    text-decoration:none;

}

.PlaceholderLink {
    text-decoration:none;
	font-family: Verdana,Sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000F6E;
}


.carousel-caption {
    position: relative;
    left: 0;
    top: 0;
    color: white;
    background-color: #000F6E;
        padding-bottom:50px;
}



