﻿/*body,div,dl,dt,dd,ul,ol,p,ul,li,h1,h2,h3,h4,h5,h6,form,fieldset,textarea,blockquote
{
    padding: 0;
    margin: 0;
}*/

/*body*/
html {
  height: 100%;
  background-color: #222;
}

/*.body
{
    
    background-color: rgb(237,237,237);
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 10px;
    color:gray;
    transition: background-color .5s;
}*/

 /*page*/

.wrapper
{
    width: 950px;
    
    margin: 120px;

}
.content1
{
    width: 100%;
    background-color: rgb(254, 254, 254);
    border: 1px solid rgb(224, 224, 224);
    border-radius: 20px 20px 20px 20px;
    float: inherit;
    margin-top: 8px;
    margin-bottom: 8px;
    min-height: inherit;
    
}
.content1 h1
{
 text-align:center;
}

/*menu*/

.menu
{
    /*background-color: rgb(10,110,178);*/
    background-color: rgb(10, 85, 125);
    width: 100%;
    margin: 0px 0px 0px;
    padding: 0px;
    height: 50px;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 10px;
    color: whitesmoke;
    border-radius: 50px 50px 0px 0px;
    
}

.navigation_first_item
{
    border-left: 0px;
    border-left: 0px solid rgb(67, 153, 200);
    /*-moz-border-radius:5px 0 0 5px;
    -webkit-border-radius:5px 0 0 5px;*/
    border-radius: 0px 0px 0px 0px;
}

/*.navitem_s
{
float: left;
border-right: 1px solid rgb(10, 85, 125);
height: 50px;
background-color: rgb(14, 79, 114);
}*/

.menu ul
{
    margin: 0;
    padding: 0;
    height: 32px;
 /*padding: 0px;
list-style: none;*/

}

.menu ul li
{
    float: left;
    display: block;
    list-style: none;
    border-right: 0px solid rgb(10, 85, 125);
    border-left: 1px solid rgb(67, 153, 200);
    border-radius: 50px 0px 0px 50px;
    opacity: 0.9;
    line-height: 30px;
}

.menu ul li.navigation_first_item:hover
{
    border-left: 0px solid rgb(67, 153, 200);
    border-radius: 0px 0px 0px 0px;
}

.menu ul li a
{
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    padding: 8px 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: block;
}

.menu ul li a:hover
{
    background-color: rgb(14,79,114);
    border-right: 1px solid rgb(14, 89, 130);
    border-radius: 50px 0px 0px 50px;

}

.menu ul li ul li

{

display: none;

}

.menu ul li:hover ul li
{

display: block;

}


.clear
{
    clear:both;
}

/*footer*/
.footer
{
    background-color: rgb(10, 85, 125);
    width: 100%;
    margin: 0px 0px 0px;
    padding: 0px;
    height: 30px;
    font-size: 12px;
    color: whitesmoke;
    /*color: rgb(243, 243, 243);*/
    border-radius: 0px 0px 50px 50px;
    }

.footer h2
{
    padding: 15px;
    text-align:center
}
/*.img1
{
    width: 100%; 
    max-width: 1000px;
    height:100%;
    max-height:100%;
}*/
/*#myCarousel.carousel.slide {
    width: 200%; 
    max-width: 1000px;
    height:100%;
    max-height:100%;
    align-content:center;
}*/

/*.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}*/

