ACC SHELL

Path : /srv/www/vhosts/unisol/www/css/
File Upload :
Current File : /srv/www/vhosts/unisol/www/css/main.css

* {
	margin: 0;
	padding: 0;
}

 #detail {
  width: 65%;
  padding: 15px;
  overflow: auto;
  margin: 5px 20px 30px 0px;
  background: #f0f0f0;
  
    /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; 
 
    /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
}

#detail .hlavni_obrazek {
  float: left;
  width: 120px;
  height: 120px;
}

#detail #informace {
   float: left;
   padding-left: 10px;
   padding-right: 10px;
    width: 70%;
     word-wrap: break-word;
    margin-bottom: 15px;
}
#detail #informace .link{
   bottom: 0;
   font-size: 14pt;
      padding-top: 10px;
   float:right;
}

#detail p {
font-size: 10pt;
}

#detail #informace h3 {
display:inline; 
margin: 0px;
margin-bottom: 10px;
font-size: 12pt;
}



a{
 text-decoration: none;
 color: #014076;
}

a:hover{
  color: #B2C909;
}

html{
    background-color: #f0f0ff;
}

body {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #014076;
}

h1, h3 {
  color: #014076;
}



h1{            
  font-size: 40pt;
  margin: 20px 20px 20px 0px;
}

h2{
  text-transform: uppercase;
  font-size: 18pt;
  color: white; 
  display:inline-block; 
  padding:0.3em;
  background-color: #014076;
      /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; 
 
    /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
}

h3{            
  font-size: 14pt;
  margin: 15px 15px 15px 15px;
}



.centrum {
     position: absolute;
     text-transform: uppercase; 
     bottom: 7px;
}

ol{
  list-style-type: none;
  margin: 20px 0px 0px 0px;
}
  
ol li {
  margin: 5px 20px 5px 20px;
  font-size: 12pt;
}
 
ul li {
  color: #B2C909;
  margin: 8px 20px 0px 20px;
  font-size: 14pt;
  list-style-type: disc;
}

ul ul li{
     list-style-type: circle;
}
ul li li span{
  font-size: 11pt;
  font-weight: bold;
}                                      

ul li span { 
  color: #014076;  
  font-size: 14pt; 
}

#wrapper{
  margin: 0px auto 20px auto;
  width: 1000px;
  box-shadow: 10px 10px 5px #888888;
}

#header{
  background-image: url('../images/logo.png');
  background-repeat:no-repeat;
  background-position:center;  
  height: 160px;
  background-color: #014076;
}

#menu{
  padding: 10px 15px 10px 15px;
  background-color: #B2C909;
}

#menu a {
  text-transform: uppercase;
  font-weight: bold;
  color: #014076;           
  border: solid;
  border-width: 0 1px 0 0;
  padding-right:10px;
  padding-left:10px;
}

#menu a:last-child{
  border-width: 0 0 0 0;
}

#content{
  position: relative;
  
  min-height: 385px;
  background-color: rgb(246,246,246);

}

article{
  padding: 15px 20px 20px 20px;
}

#content .image{
  float: right;
}

#footer{
  background-image: url('../images/footer.png');
  background-repeat: no-repeat;
  background-position:center;
  height: 60px;
  background-color: #B2C909;
}

#frame{
    padding: 20px;
    margin: 5px 20px 30px 0px;
   width: 69%;
    background: #f0f0f0;
  
    /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; 
 
    /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
}

#frame2{
margin: 0 auto;
margin-top: 15px;
background: #f0f0f0;
}

#snimek img{
float: left;
}

#frame2 a{
 
text-decoration:none;
}



#frame p{
font-size: 10pt;
}



#calculate{
    width: 430px;
    padding: 0px 8px 0px 14px;
    background: #f0f0f0;
    overflow:auto;
 
    /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; 
 
    /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
}
#contact{
    padding: 5px 20px 20px 20px;
     margin: 5px;
       float:right;
       vertical-align: top;
           background: #f0f0f0;
  
    /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; 
 
    /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
}
                                    

#contact ul li span { 
  color: #014076;  
  font-size: 12pt; 
} 
#dotaz{
       float:left;
       vertical-align: top;
}
#contactform {
    width: 430px;
    padding: 0px 8px 0px 14px;
    margin: 5px 20px 15px 0px;
    background: #f0f0f0;
    overflow:auto;
     float:left;
    /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; 
 
    /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
}
  
label {
    font-family: Arial, Verdana;  
    display: block;
    margin: 10px 10px 10px 10px;
    color:#014076;
    float: left;
    text-align: left;
    width: 150px;
    line-height: 13px;
    font-weight: bold;
    font-size: 15px;
}
    
  
.input{
    line-height: 13px;
    font-family: Arial, Verdana;
    font-size: 15px;
    margin: 10px 10px 10px 10px;
    padding: 5px;
    border: 1px solid #b9bdc1;
    width: 200px;
    color: #797979;
}
    

    
.button{
    float: right;
    margin:10px 55px 10px 0;
    font-weight: bold;
    line-height: 1;
    padding: 6px 10px;
    color: white; 
    text-align: center;
    background: #014076;
   
 
    /* Border style */
    border: 1px solid #5c6f91;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
 
    /* Box shadow */
    -moz-box-shadow: inset 0 1px 0 0 #aec3e5;
    -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
    box-shadow: inset 0 1px 0 0 #aec3e5;
 }

ACC SHELL 2018