/* Minification failed. Returning unminified contents.
(37,23): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: white;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    width:100%;
}

.content
{
    margin:auto;
    width:675px;
    padding: 5px 10px 5px 10px;
}
.main {

    /*margin-left:-480px;
    padding-left:50%;*/
    height: 100%;
}

.boxheader {
    background-color: black;
    color: white;
   font-size: larger;
   min-width:400px;
   text-align:center;
    padding: 8px 8px 8px 8px;
}

.boxdetail {
   font-size: larger;
   min-width:400px;
   text-align:center;*/
/*    padding: 10px 10px 10px 10px;*/	
}

.boxdetail table {width:100%;}
.boxdetail table td {width:33%;}
.boxdetail ul {
        border-radius: 10px;
        list-style: none;
        margin-top:5px;
        margin-bottom:5px;
        padding:0px;
    }



/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


#footer{
    width: 100%;
    background-color:white;
font-size: xx-small;
}

#footer p {
    margin:0px 0px 5px 20px;
  font-size: xx-small;
text-align: center;
}

.diligentfooter {
    width: 100%;
    background-color: darkgray;
    text-align: center;
    align-content: center;
}

    .diligentfooter a, #footer a:hover, #footer a:visited {
        color: white;
    font-size: large;
    }

div.logo {
    width: 100%;
    text-align: right;
    background-color: white;
}

    div.sww{
        float:left;
}

    div.sww img {
        padding-top:13px;
    }


div.header {
    width: 100%;
    height:124px;
    /*background-color: #bbb8b8;*/
    font-family: 'Times New Roman';
    text-transform: uppercase;
    display: block;
    color: darkgray;
    /*opacity: 0.8;*/
    padding-bottom: 10px;
}

div.headerin {
    width: 100%;
    min-width: 1000px;
    background: -webkit-linear-gradient(#bbb8b8, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#bbb8b8, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#bbb8b8, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#bbb8b8, white); /* Standard syntax */
    height: 14px;
}

div.headerout {
    min-width: 1000px;
    width: 100%;
    background: -webkit-linear-gradient(white,#bbb8b8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white,#bbb8b8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white,#bbb8b8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white,#bbb8b8); /* Standard syntax */
    height: 14px;
}

div.headercontainer {
    width: 900px;
    display: block;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
    /*margin-left:-480px;
    padding-left:50%;*/
    height: 100%;
    background: white;
    vertical-align: top;
}

nav {
    display: block;
    height: auto;
    background-color: white;
    width: 100%;
}

    nav div.menu {
        padding-right: 10px;      
        right: 0px;
        font-size: medium;
    }

    nav div.socialm {
        position: absolute;
        float: left;
        margin-left: 150px;
        padding-right: 0px;
        right: -50px;
        bottom: 0px;
        font-size: medium;
    }

    nav a {
        text-decoration: none;
        color: darkgray; /*#cbc4c4;*/
    }

        nav a:hover {
            color: lightgray; /* #eae2e2;*/
            text-decoration: none;
        }


    nav ul {
        border-radius: 10px;
        list-style: none;
        vertical-align:middle;
        margin-top:5px;
        margin-bottom:5px;
    }


        nav ul li { /* Stack horizontally*/
            float: left;
        }

        nav ul:after { /* Create space */
                       font-size:medium;
            content: "";
            clear: both;
            display: block;
        }


        nav ul li a {
            display: block;
            padding: 1px 10px 1px 10px;
            text-decoration: none;
        }


div.imgContainer {
}

.imgContainer {
    /* Set rules to fill background */
    padding: 0;
    margin: 0;
    /* Set up positioning */
    position: fixed;
    left: 0;
    vertical-align: middle;
    z-index: -1;
}

.bg {
    width: 100%;
}

#wrapper {
	background: #f0ffff;
	border-bottom: 1px solid #ccc;
	height: 500px;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
#inner {
	left: 50%;
    margin-left:-450px;
    width: 900px;
	position: relative;
}
#carousel-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 
	background: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	width: 100%;
	padding: 20px;
	position: relative;
}
#carousel {
	overflow: hidden;
}
#carousel img {
	display: block;
    padding:0;
    margin:0;
	float: left;
}
#pager-wrapper {
	height: 120px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: -35px;
	left: 0;
	z-index: 2;
}
#pager img {
	cursor: pointer;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	display: block;
	/*width: 50px;
	height: 75px;*/
	padding: 10px;
	margin: 20px;
	float: left;
}
#pager img:hover {
	background: #eff;
}
#pager img.selected {
	background: #dff;
}



/*

div.carousel
{
    height: 650px;
    display:block;
}
.carousel-pag {
    position: absolute;
    bottom:0;
    padding-top:5px;
    width: 100%;
}

/* CAROUSEL */
/*
.html_carousel {
    padding: 0; 

        position: relative;
        text-align: center;
}

    .html_carousel div.slide {
        position: relative;
        text-align: center;
    }

        .html_carousel div.slide img {
            background-color: white;
            padding: 9px;
            margin: 7px;
        }

        .html_carousel div.slide div {
            background-color: rgba(0, 0, 0, 0.6);
            width: 100%;
            display: none;
            position: absolute;
            bottom: 0;
        }

        .html_carousel div.slide h4 {
            font-size: 35px;
            padding: 30px 0 0 100px;
        }

        .html_carousel div.slide p {
            font-size: 16px;
            padding: 0 0 30px 100px;
        }

        .html_carousel div.slide h4, .html_carousel div.slide p {
            color: white;
            margin: 0;
        }

div.thumbnails {
    text-align: center;
}

    div.thumbnails img {
        cursor: pointer;
        background-color: white;
        display: inline-block;
    }

        div.thumbnails img:hover {
            background-color: #eee;
        }

        div.thumbnails img.selected {
            background-color: #ccc;
        }
*/
#biotop {
}

#signature {
    background-image: url(../Images/BelSig.jpg) ;
    background-repeat: no-repeat;
    width:181px;
    height:47px;
}

