/*
ColorPatterns:
Blue
1 - #eaf1f9
2 - #c3d4e9
3 - #b9cce6
4 - #93b5e5
5 - #6497e1 <- 
FontColor
1 - #5f5f5f
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@font-face {
    font-family: 'AliquamLight';
    src: url('font/Aliquam.eot');
    src: local('?'), url('font/Aliquam.woff') format('woff'), url('font/Aliquam.ttf') format('truetype'), url('font/Aliquam.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AliquamReg';
    src: url('font/AliquamREG.eot');
    src: local('?'), url('font/AliquamREG.woff') format('woff'), url('font/AliquamREG.ttf') format('truetype'), url('font/AliquamREG.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* -------------- Titel -------------- */
body{
    font-family: 'Open Sans', Verdana, Arial;
    font-size: 11pt;
    color: #5f5f5f;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
#itCloudBlue blockquote {
  background: #f9f9f9;
  border-left: 5px solid #b9cce6;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
#itCloudBlue blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
#itCloudBlue blockquote p {
  display: inline;
}
#itCloudBlue h1{
    font-family: 'AliquamReg', 'Century Gothic', Verdana;
    font-weight: normal;
    font-size: 30pt;
    color: #5f5f5f;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
}
#itCloudBlue h2{
    font-family: 'AliquamReg', 'Century Gothic', Verdana;
    font-weight: normal;
    font-size: 25pt;
    color: #5f5f5f;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
}
#itCloudBlue h3{
    font-family: 'AliquamReg', 'Century Gothic', Verdana;
    font-weight: normal;
    font-size: 18pt;
    color: #5f5f5f;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
}
#itCloudBlue h4{
    font-family: 'Open Sans', Verdana;
    font-weight: bold;
    font-size: 12pt;
    color: #5f5f5f;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
}
#itCloudBlue h5{
    font-family: 'Open Sans', Verdana;
    font-weight: normal;
    text-decoration:underline;
    font-size: 12pt;
    color: #5f5f5f;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
}
#itCloudBlue p{
    margin-bottom: 12pt;
    padding: 0px;
}
#itCloudBlue a{
    text-decoration: none;
    color: #3399ff;
}
#itCloudBlue a imgs{
    border: none;
}
#itCloudBlue a:hover{
    text-decoration: none;
    color: #3333ff;
}
#itCloudBlue a:focus{
    text-decoration: none;
    color: #3333ff;
}
#itCloudBlue img{
    border: none;
}
#itCloudBlue input[type="text"]{
    height: 20px;
    padding: 5px 5px;
    border: 0;
    background: #eee;    
}
#itCloudBlue input[type="text"]:focus {
    outline: 0;
    background: #eaf1f9;
}
#itCloudBlue input[type="button"]{
    overflow: visible;
    position: relative;
    color: #fff;
    background: #6497e1;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
}
#itCloudBlue input[type="button"]:hover{    
    background: #93b5e5;
}  

#itCloudBlue input[type="button"]:active,
#itCloudBlue input[type="button"]:focus{  
    background: #93b5e5;
    outline: 0;  
}
#itCloudBlue input[type="button"]:hover:before{
    border-right-color: #e54040;
}

#itCloudBlue input[type="button"]:focus:before,
#itCloudBlue input[type="button"]:active:before{
    border-right-color: #c42f2f;
}
/* -------------- TOP -------------- */
#top{
    height: 400px;
}
#logo{
    height: 150px;
    width: 150px;
    background-image: url(images/it_logo.png);
    position: absolute;
    left: 810px;
}
/* Main Menu */
#main_menu{
    position: absolute;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#center_menu{
    display: inline-block;
    position: relative;
    height: 100%;
    width: 960px;    
    margin: 0 auto;
    background-color: #fff;
    text-align: left;
}
#center_menu ul{
    font-family: 'AliquamReg', 'Century Gothic', Verdana;
    font-size: 18pt;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#center_menu ul .active a{
    color: #ffffff;
    background-color: #93b5e5
}
#center_menu ul .active ul a{
    display: block;
    color: #5f5f5f;
    padding: 10px 15px 10px 15px;
    background: #fff;
    white-space: nowrap;
}
#center_menu ul li{
    display: block;
    position: relative;
    float: left;
}
#center_menu ul li a{
    display: block;
    color: #5f5f5f;
    padding: 10px 15px 10px 15px;
    background: #fff;
    white-space: nowrap;
    transition:.2s;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
}
#center_menu ul li a:hover{
    color: #ffffff;
    background-color: #6497e1;
}
#center_menu ul li a:focus{
    color: #ffffff;
    background-color: #93b5e5
}

#center_menu ul li a:active{
    color: #ffffff;
    background-color: #93b5e5
}
#center_menu ul li ul{
    display: none;
}
#center_menu ul li:hover ul{
    display: block;
    position: absolute;
}
#center_menu ul li ul li{
    float: none;
    font-family: 'Open Sans', Verdana;
    font-size: 11pt;
}
#center_menu ul li ul li a{
    padding: 5px 15px 5px 15px;
}
/* Slider Content*/
#slider_content{
    position: absolute;
    z-index: 98;
    height: 350px;
    width: 100%;
    top:50px;
    margin: 0 auto;
}
#center_slider{
    position: relative;
    height: 100%;
    width: 960px;    
    margin: 0 auto;
}
/* SILDER */
#slider{
    overflow: hidden;
}
#slider IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
/*
#slider{
    position: relative;
    overflow: hidden;
}
#slider ul{
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 1;
    width: 4000px;
}
#slider ul li{
    list-style-type: none;
    float: left;
}
#slider ul li img{
    position: relative;
}
*/
/* -------------- Middle -------------- */
#middle{
}
#center_content{
    width: 960px;    
    margin: 10px auto;
    overflow: hidden;
}
#left_sidebar{
    width: 220px;
    float: left;
}
#right_sidebar{
    width: 220px;
    float: right;
}
#right_content{
    width: 730px;
    margin-left: 230px;
    overflow: hidden;
}
#left_content{
    width: 730px;
    margin-right: 230px;
    overflow: hidden;
}
/* Down */
#down{
    height: 250px;
    background-color: #c3d4e9;
    background-image: url(images/footer_bg.png);
}
#down .radial{
    height: 100%;
    background-image: url(images/radial.png);
    background-repeat: no-repeat;
    background-position: 130% 10%;
}
#center_down{
    width: 960px;    
    margin: 0 auto;
    padding-top: 60px;
    text-align: left;
}
#center_down .content{
    width: 840px;
}
#center_down .it_logo{
    margin-top: 10px;
    height: 40px;    
    width: 840px;
    background-image: url(images/it_footer.png);
}
/* OTHERS */
.clearfix{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.inline{
    padding: 5px;
}