ACC SHELL

Path : /srv/www/vhosts/czerwenka/css/
File Upload :
Current File : //srv/www/vhosts/czerwenka/css/screen.css

html, body {
    height: 100%;
}

body {
/*	font: 13px/1.2 "Trebuchet MS", "Geneva CE", lucida, sans-serif;*/
	font: 13px/1.2 Georgia, "Times New Roman", Times, serif;
	color: #333;
	background-color: #fff;
    margin: 0;
    padding: 0;
}

h1 {
    color: #0b9ae4;
    letter-spacing: 2px;
}

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

a:hover {
    text-decoration: underline;
    font-style: normal;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
    width: 896px;
    margin: auto;
    margin-top: 30px;
}

a[href^="error:"] {
	background: red;
	color: white;
}

/* --- header --- */

#header * {
    margin: 0;
    padding: 0;
}

#header {
    width: 896px;
    height: 160px;
    margin: auto;
    background-repeat: no-repeat;
}

#header h1 a {
    display: block;
    width: 896px;
    height: 160px;
}

#header h1 a span {
    display: none;
}

/* --- langs --- */

#langs * {
    margin: 0;
    padding: 0;
}

#langs {
    background: #00b2ec;
}

#langs div {
    width: 896px;
    height: 169px;
    margin: auto;
    background: url('../images/langs.png') no-repeat;
}

#langs div ul {
    list-style-type: none;
    padding-top: 10px;
    padding-right: 40px;
}

#langs div ul li {
    float: right;
    padding-left: 10px;
}

#langs div ul li a {
    color: white;
    font-size: smaller;
}

#langs div ul li a img {
    position: relative;
    top: 3px;
    right: 3px;
}

/* --- body --- */

#body {
    width: 896px;
    margin: auto;
    min-height: 300px;
    margin-top: 25px;
}

/* --- menu --- */

#menu * {
    margin: 0;
    padding: 0;
}

#menu {
    float: left;
}

#menu ul {
    list-style-type: none;
}

#menu ul li {
    background: url('../images/menu-bg.png') repeat-x;
}

#menu ul li:hover, #menu ul li.active {
    background: url('../images/menu-bg-active.png') repeat-x;
}

#menu ul li a {
    display: block;
    color: white;
    line-height: 29px;
    padding-left: 45px;
    width: 165px;
    font-size: small;
    text-decoration: none;
    background: url('../images/menu-bullet.png') no-repeat 10px 6px;
}

#menu ul li:hover a, #menu ul li.active a {
    background: url('../images/menu-bullet-active.png') no-repeat 10px 6px;
    color: #006194;
}

/* --- viennaLawFirm --- */
#viennaLawFirm div {
    float: right;
    margin-left: 10px;
    border: 1px solid black;
    margin-bottom: 10px;
}

#viennaLawFirm div a {
    display: block;
    width: 350px;
    text-align: center;
}

#viennaLawFirm table {
    border-collapse: collapse;
}

/* --- infoservice --- */
#infoservice ul {
    list-style-type: none;
    padding-left: 10px;
}

#infoservice ul li {
}

#infoservice ul ul {
    list-style-type: disc;
    margin-bottom: 10px;
    padding-left: 20px;
}

/* --- contacts --- */
#contacts div {
    float: right;
    margin-left: 10px;
    border: 1px solid black;
    margin-bottom: 10px;
}

#contacts div a {
    display: block;
    width: 350px;
    text-align: center;
}

/* --- infoservice --- */

#infoserviceBox {
    margin-top: 45px;
    font-size: smaller;
}

#infoserviceBox img {
    float: left;
}

#infoserviceBox h1 {
    padding-top: 0px;
}

#infoserviceBox p {
    padding-top: 12px;
    color: #3a79a0;
    font-weight: bold;
}


/* --- ourTeam --- */
#ourTeam h4 {
    margin-bottom: 2px;
}

#ourTeam ul {
    margin-top: 2px;
/*    font-size: larger;*/
}

#ourTeam ul li {
    line-height: 20px;
}

#ourTeam p {
    text-indent: 40px;
}

#ourTeam img {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 250px;
    border: 2px solid;
    border-color: #00b2ec;
}

#ourTeam #team {
    width: 300px;
    border: 2px solid;
    border-color: #00b2ec;
}

/* --- info --- */

#info * {
    padding: 0;
    margin: 0;
}

#info {
    width: 200px;
    padding: 15px 5px;
    font-size: 12px;
    color: #0B9AE4;
}

#info span {
    color: #004877;
    font-weight: bold;
}

#info table {
    border-collapse: collapse;
    margin-bottom: 8px;
}

#info table td {
    padding-right: 5px;
}

#info a {
    color: #0B9AE4;
}

#info br {
    line-height: 2px;
}

/* --- content --- */

#content {
    padding-left: 240px;
    padding-right: 20px;
    padding-bottom: 20px;
}

#content p {
    margin-top: 0;
}

#content a {
    color: #01517e;
}

/* --- footer --- */

#footer {
    background: #99e6ff;
    clear: both;
}

#footer div {
    width: 896px;
    height: 45px;
    background: #99e6ff;
    margin: auto;
}

#footer div div {
    width: 50%;
    float: left;
    text-align: left;
}

#footer div div.right {
    text-align: right;
}

#footer div div p {
    color: #1372a2;
    margin: 0;
    padding: 0;
    line-height: 45px;
    font-size: smaller;
}

#footer div div p a {
    color: #1372a2;
}

/* --- sticky-footer --- */

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -45px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
    height: 45px; /* .push must be the same height as .footer */
}

ACC SHELL 2018