/* background: fefefe; */
/* color: #606060; */
/* pink  ed135a */
/* green a0ff00 */

/* link and form hover: #f68927 */
/* headline color: #3f3938 */

* {
    margin: 0;
    padding: 0;
    border: 0;
/*     font-size: 1em; */
}


body {
    font-family: Verdana, 'Arial CE', 'Helvetica CE', Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #fefefe;
    text-align: left;
}

small {
    font-size: 10px;
}


/*h2, h3, h4, h5, h6 {
    margin: 0.7em 0;
}*/
/*
h2 { font-size: 2em }
h3 { font-size: 1.5em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }*/

h1 { font-size: 26px; line-height: 24px; }
h2 { font-size: 19px; }
h3 { font-size: 15px; }
h4 { font-size: 12px; }
h5 { font-size: 12px; }

p, table, ul {
    margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
/*    line-height: 1.3em;*/
    padding: 0.7em 0;
/*     margin: 0 0 0.15em 0; */
    font-weight: bold;
}

a, a * {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

b, strong, em {
    font-weight: bold;
}

ul li {
    list-style-type: disc;
    padding-left: 0;
}


input, textarea, select {
    background-color: #8a8a89;
    border: 1px solid #191919;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(PIE.htc);
    color: #fefefe;
    padding: 1px 3px;
    height: 20px;
}

select {
    height: 24px;
    padding-right: 0
    }

/*input:hover, textarea:hover, select:hover {
    border: 1px solid #f68927;
    color: #f68927;
}

label:hover {
    color: #f68927;
}
*/
input[type=radio] {
    border: 0;
}

optgroup {
    background-color: #8a8a89;
    color: #fefefe;
}

optgroup option {
    background-color: #fefefe;
}

table {
    border-collapse: collapse;
}

th, td {
    vertical-align: top;
    padding: 0.3em;
}

th {
    font-weight: bold;
}

.tbl th, .tbl td {
    padding: 0.3em 1em;
    border: 1px solid #8a8a89;
}


/* COMMON CLASES */

.cleaner {
    clear: both;
    visibility: hidden;
}

.hidden {
    visibility: hidden;
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.centered {
    margin: 0 auto;
}

/* STYLE CLASSES */
.center-sign {
    margin: 100px auto 0;
    width: 320px;
}


/* common classes for WYSIWYG editor in manager */
@import "main-content.css";



body {background: #fefefe url('./i/bg-foto.jpg') no-repeat top center; color:#777777; font-size:13px; line-height:1.25em;}
a:link, a:visited {color:#ababab;}
a:hover {color:#ababab; text-decoration:none; }
p { margin-bottom: 5px;}
li {margin-left: 25px;}
hr {color: #222222; background-color: #222222; height: 1px; margin: 10px 0 20px 0}

img {
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
}
.cleaner {
    clear: both;
    visibility: hidden;
}

.hilight{
    color: #ed135a;
}

#container .button {
    display: block;
    padding: 3px 10px 5px 10px;
    background-color: #ed135a;
    color: #fefefe;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(PIE.htc);
}
#container .button:hover {
    background-color: #c40040;
}

#page {
/*     background: url('./images/slecna.png') no-repeat top right;   */
    width: 100%;
}

#container {
    background: #191919 url('./i/main-bg-gradient.png') repeat-x top center;
    width:1000px;
    margin: 0 auto;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.9);
}

#container-padding {
    padding: 20px;
    min-height: 500px;
}


#header {
    width:1000px;
    margin: 0 auto;
    height: 115px;
  }

#header .header-title {
    padding: 50px 0 0 0;
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
}
#header a, #header a * {text-decoration: none; }
#header a:link, #header a:visited, #header a:hover { color: #010101; }

#header .header-subtitle {
    color: #ababab;
    font-weight: normal;
    font-size: 19px;
    line-height: 24px;
}

/*#header .header-fb-like {
    padding: 30px 0 0 0;
    float:right;
}*/

#bottom {
    background: url('./i/main-bg-bottom-light.png') repeat bottom center;
    width:1000px;
    margin: 0 auto 100px auto;
    clear: both;
    
}

#bottom p {
    padding: 2px 20px 3px 20px;
    margin: 0;
    text-align:right;
    font-size: 10px;
}

/*.homepage h1 {
    display:none;
    visibility: hidden;
}*/

#leftcol {
    float: left;
    width: 480px;
}

#rightcol {
    float: right;
    width: 460px;
}


#maincol {
    float: left;
    width: 520px;
    padding-left: 10px;
}

#gallerycol {
    float: right;
    width: 400px;
}

#gallerycol img {
    width: 360px;
    margin-bottom: 20px;
}

.system-page #gallerycol img {
    padding: 5px;
}

#gallerycol img.last {
    margin-bottom: 0px;
}

.dark-box {
    background-color: #212121; 
    margin-bottom: 20px;
    padding: 20px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
}

.dark-box h2 {
    padding-top:0px;
}

#gallerycol .dark-box {
    padding: 15px 15px 0 15px;
}

#fb-box {
    background-color: #212121; 
    margin-bottom: 10px;
    padding: 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
}

#google-calendar {
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
    margin-bottom: 30px;
}

#leftcol ul {
    margin-bottom: 0;
}

#leftcol li {
    margin-left: 0;
    list-style-type: none;
}



#leftcol h1, #leftcol h2 {
    padding-left: 10px;
}

#leftcol .offermenu li:hover {
    background-color: #212121; 
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(PIE.htc);
    cursor: pointer; cursor: hand;
}

#leftcol .offermenu-image img {
    width: 80px;
    height: 80px;
}

#leftcol .offermenu-image {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    padding:10px;
}

#leftcol .offermenu-text {
    float: left;
    width: 360px;
    padding: 10px;
}

#leftcol .offermenu-text h3 {
    margin: 0;
    padding: 0 0 8px 0;
    font-size: 20px;
    line-height: 20px;
}

#leftcol .offermenu .button {
    margin-top: 5px;
}

.instruktor {
    margin-top: 20px;
}
.instruktor .cleaner {
    clear: left;
}
.instruktor img {
    width: 80px;
    height: 80px;
}

.instruktor .instruktor-image {
    float: left;
    width: 100px;
    height: 100px;
}

.instruktor .instruktor-text {
    float: left;
    width: 380px;
}

.instruktor h3 {
    margin: 0;
    padding: 0 0 4px 0;
}

.register-form input[type=text]{
    width: 200px;
}

.register-form select{
    width: 208px;
}

.register-form table {
    margin: 0 auto;
}
.register-form th {
    font-weight: normal;
    width: 150px;
    vertical-align: middle;
}

#container .register-form .button {
    width: 208px;
    padding: 7px 0 9px 0;
}

h1, h1 a:link, h1 a:visited, h1 a:hover{ color:#fefefe; padding: 15px 0 20px 0; text-decoration:none;}

h2, h2 a:link, h2 a:visited, h2 a:hover{ color:#bcbcbc; text-transform: uppercase; padding: 15px 0 15px 0; text-decoration:none;}

h3, h3 a:link, h3 a:visited, h3 a:hover { color:#fefefe; padding: 10px 0 7px 0; font-weight:normal; text-decoration:none}

p { margin-bottom:10px;}

.left { float: left;}
.right { float: right;}

.foto {
    margin:10px 10px 10px 10px;
    border:1px solid #333;
}
.foto .left { margin-left: 0; }
.foto .right { margin-right: 0; }


.panel {margin: 0 auto; font-size: 18px; color:#e6df59; text-transform:uppercase;}


