html {
	width: 100%;
	height: 100%;

	overflow: scroll;
	overflow-x: auto;
}

body {
	width: 100%;
	height: 100%;

	margin: 0;
	padding: 0;

	font-family: 'Open Sans', 'Arial CE', 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	font-weight: normal;
	
	text-align: center;
	
	color: #000;
	
	background-color: #e6e6e6;
	background-image: url("../images/layout-activeucitel/bg2.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}

.error { 
    color: red;
}

#page { 
    width: 980px;

    text-align: left;

    margin: 0 auto;

    border: 0px solid blue;
}

#left {
	width: 250px;
	 
    float: left;    
}

.menu-heading {
	font-size: 1.6em;
	font-weight: 800;
	
	background-color: #fff;
	
	margin: 0;
	padding-left: 20px;
    line-height: 41px;
}

.menu-heading.activucitel {
	color: #F78D1E;
}
.menu-heading.tev {
	margin-top: 7px;
	color: #b32417;
}

#main {
	width: 729px; /*772*/
	 
    float: left;

    padding: 0;

    border: 0px solid green;
}

#header {
	height: 110px;
	width: 980px;
}

#logo {
	float: left;
}

#logo-partners {
	float: right;
}

#logo-partners span {
	display: inline-block;
	padding-top: 36px;
	padding-right: 8px;
	color: #F78D1E;
	font-weight: bold;
}

#logo-partners a {
	float: right;
	display: block;
	margin-right: 8px;
}

#main-inner, .bg-mask { 
    /*border-bottom: 1px solid white;*/

    margin-left: 7px;
    /*padding-top: 30px;*/
}

#content { 
    background-color: #fff;
}


#left .userbox {
	color: #000;
	background-color: #fff;
}

#left .userbox h3 {
	margin: 7px 0 7px 0;
	padding: 8px 20px;
	
	font-size: 0.9em;
    font-weight: bold;
	
	background-color: #bbb;
}

#left .userbox a {
	text-decoration: underline;
	
	color: #F88D1E;
}

#left .userbox a:hover {
	text-decoration: none;
	
	color: #F88D1E;
}

#left .userbox input[type='submit'] {
	background: #F88D1E;
	color: #fff;

	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 1.3em;
    font-weight: 700;
    
    cursor: pointer;
}

#left .login-box-inner {
	padding: 0 10px 10px 10px;
}

#left .partners {
	width: 256px;
	
	margin: 35px 0;
	
	text-align: center;
}

#left .partners h3 {	
	padding: 0 15px;
	
	font-family: PTSansBold;	
	font-size: 14px;
	
	text-align: left;
	text-transform: uppercase;
	
	color: #000;
}

#left .partners img {	
	margin: 0 auto;	
}

#main #top {
	width: 100%;
	height: 35px;
	
	margin-top: 30px;
		 
	position: relative;
	
	font-family: PTSansBold;
}

#main #top h1 {
	margin: 0;
	padding: 0;	
	
	position: absolute;
	left: 0px;
	top: 0px;
	
	font-size: 26px;
}

#main #top h1 a {	
	color: #bcbe06;
}

#main #top #date {
	position: absolute;
	right: 0px;
	top: 14px;	
}



#main #signature7 {
	
	margin: 7px 0;
	
	text-align: left;
	
	background-color: #cfcfcf;
	font-weight: 700;
}

#main #signature7 img {
	margin: 0 auto;
}

#main #signature7 .inner {
    padding: 10px 40px 0px 46px;
}

.filter-container {
	width: 676px;
	height: 100%;
	
	margin: 15px 0;
	padding-bottom: 30px;	
	
		
	background: url('../images/layout-activeucitel/filter-container-bg.jpg') no-repeat center bottom;
}

.filter-container .filter-heading {
	width: 676px;
    min-height: 30px;
	height: auto !important;
	height: 30px;
	
	background: url('../images/layout-activeucitel/filter-heading-bg.jpg') no-repeat center top;
}

.filter-container .filter-result {
	width: 650px;
	min-height: 30px;
	height:auto !important;
	height: 30px;
	
	margin: 0;
	padding: 5px 13px 0px 13px;	
	
	
	background: url('../images/layout-activeucitel/filter-result-bg.jpg') repeat-y center bottom;
}

.filter-result .filter-row {
	width: 640px;
	min-height: 36px;
	height:auto !important;
	height: 36px;
	
	padding: 0px 5px;
	
	background: #fff;
	
	border-top: 1px solid black;
}

.filter-result .filter-row a {
    height: 36px;

    font-weight: bold;
    text-decoration: none;

    cursor: pointer;
    #cursor: hand;

    #position: relative;
}

.filter-result .filter-row a span.field { 
    #position: relative;
    height: 36px;

    display: table;
    float: left;
}

.filter-result .filter-row a span.label { 
    #position: absolute;
    #top: 50%;

    display: table-cell;
    vertical-align: middle;
}

.filter-result .filter-row a span.label span.inner { 
    #position: relative;
    #top: -50%;
}

.filter-result .even {
	background: #eee;
}

.filter-result .filter-row:hover, .filter-result .active {
	background: #edffca;
}

.filter-result .row-detail {
    /*width: 650px;*/
	min-height: 70px;
	height: auto !important;
	height: 70px;
	
	margin: 0 -5px;
	padding: 10px 15px;
	
    display: none;

    color: #444;
	background: #edffca url('../images/layout-activeucitel/filter-row-detail-bg.jpg') repeat-x left top;
}

.filter-result .row-detail .left { 
    float: left;
    width: 500px;

    border: 0px solid red;
}
.filter-result .row-detail .right { 
    float: right;
    width: 100px;

    padding-left: 10px;

    border-left: 0px solid black;

    text-align: center;

    min-height: 50px;
}
.filter-result .row-detail .downloads .number { 
    font-size: 14pt;
    color: #89AB00;
}
.filter-result .heading {
    width: 250px;
    display: block;

    float: left;
}

.filter-result .author {
    width: 120px;
    display: block;

    float: left;

    font-size: 90%;
}

.filter-result .subject {
    width: 80px;
    display: block;

    float: left;

    font-size: 85%;
}

.filter-result .project {
    width: 130px;

    float: left;

    font-size: 80%;
}

.filter-result .date {
    width: 50px;
    display: block;

    float: left;
}

.filter-result .result-header { 
    margin-bottom: 10px;
    margin-top: 20px;
}

.filter-result .result-header .label { 
    font-size: 9pt;

    font-weight: normal;
}

.filter-result .result-header a { 
    color: #929324;

    display: block;
    width: 40px;

    text-decoration: none;

    padding-left: 4px;
    padding-top: 10px;

    background: url("../images/layout-activeucitel/sorting-arrows.gif") no-repeat 3px 0;
}

.filter-result .result-header a.asc { 
    background-image: url("../images/layout-activeucitel/sorting-arrows-asc.gif");
}

.filter-result .result-header a.desc { 
    background-image: url("../images/layout-activeucitel/sorting-arrows-desc.gif");
}

.filter-result .date .date-part {
    color: black;

    font-size: 90%;
}

.filter-result a.download-link {
    text-decoration: underline;

    text-transform: uppercase;

    display: block;
    padding-top: 40px;
    margin-top: 10px;

    background: url("../images/layout-activeucitel/download-link.gif") no-repeat top center;
}

.filter-result a.download-link:hover {
    text-decoration: none;
}

.filter-result .row-detail .grades {
    /*float: right;*/
}

.filter-result .row-detail .description {
    font-weight: bold;

    margin-bottom: 5px;
}

.filter-result .row-detail .text {
	padding: 10px 5px;
}

/* general layout */

.row-full-big-heading { 
	/*min-height: 55px;*/
}

.row-full-big-heading h1 { 
	font-size: 1.5em;
    font-weight: 800;
    
    line-height: 41px;

    margin: 0px;
    padding-left: 60px;
	background: url('../images/layout-activeucitel/h1-arrow.png') no-repeat 20px center;
	border-bottom: 1px solid #F78D1E;
}

.heading-tev h1 {
	background: url('../images/layout-activeucitel/h1-arrow-tev.png') no-repeat 20px center;
	border-bottom: 1px solid #B32417;
}

.row-full-big-heading span {
	display: block;
	padding: 20px 20px 20px 100px;

    background: #F78D1E url('../images/layout-activeucitel/home-search.png') no-repeat 20px center;
    
    color: #fff;
}

.row-full-heading { 
	width: 676px;
	height: 12px;

    margin-top: 15px;

    #float: left;
	margin-left: 60px;
}

.row-full-footer { 
	width: 676px;
	height: 15px;	
		
	margin-left: 60px;
}

#main .row-full { 
	width: 686px;
	
    /*background: white;*/

	margin-left: 0px;
	padding: 5px 13px 0px 13px;	
}

#main .row-full { 
    position: relative;

    padding-top: 1px;
}

#main .row-full h2 { 

}

#main .content { 
    /*min-height: 250px;*/

    padding-top: 0 !important;

    background: none !important;
}

#main .navigation { 
    position: absolute;
    top: -40px;
}

#main .navigation a { 
    color: black;
}

#top { 
    display: none;
}

/* changes in content */

#main .topic .info { 
    width: 400px;
}

#main .topic-preview { 
    border: 0;
}

#left .login-form .label { 
    color: black;
}

.search-form { 
	margin-top: 1em;
}

.search-form .form-group { 
    border-bottom: 1px solid #ccc;

    margin: 0 50px;
    padding: 8px 0;
}

.search-form .form-group-submit { 
    margin: 0 50px;
    padding: 8px 0;

    text-align: right;
}

.search-form .form-group-submit input[type="submit"] { 
    background: #F88D1E;
	color: #fff;

	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 1.3em;
    font-weight: 700;
    
    border: 0px;
    
    cursor: pointer;
}

.search-form input.text,
.search-form select { 
    width: 200px;
}

.search-form label {
	font-size: 1.0em;
	font-weight: 800;

    text-align: right;

    float: left;

    width: 130px;

    margin-right: 15px;
    padding-top: 5px;
}

.search-form .grades .controls label { 
    width: 45px;

    text-align: left;
    font-weight: 400;
}

.search-form .grades .controls .level label {
	float: none;
	width: 220px;
	padding-top: 5px;
}

.search-form .grades .controls .level {
	padding-top: 5px;
}

.search-form .grades span { 
    float: left;

    width: 80px;
    clear: left;

    padding-top: 8px;

    color: #7F800B;
}

.search-form .grades .select-all { 
    margin-left: 86px;
}

.search-form .controls { 
    float: left;
}
.search-form p { 
    float: left;
    
    font-size: 1.3em;
    font-weight: 700;
}
.search-form p b { 
    color: #F78D1E;
}

#main .search-form .controls input.text { 
    margin: 0;
}


.competition .link { 
    float: left;
    width: 50%;

    text-align: center;
    font-weight: bold;
    font-size: 1.1em;

    padding-top: 20px;
}
.competition .link a { 
}
#uvod-slider7 {
    height: 237px;
    margin-top: 5px;
    background-color: #fff;
}
.aktuality .article {
    margin-top: 30px;
    margin-left: 20px;
}
.aktuality .article .image {
    float: left;
    width: 85px;
    height: 85px;
    margin: 0px;
    padding: 0px;
    margin-right: 20px;
}
.aktuality .article .image img {
    margin: 0px !important;
}
.aktuality .article .article-preview-content {
    float: left;
    width: 540px;
}
.aktuality .article .date {
    font-size: 13px;
}
.aktuality .article h3.heading {
    display: inline-block;
    margin-left: 11px;
    margin-bottom: 8px;
}
.aktuality .article h3.heading a {
    color: #f78d1e;
    text-decoration: underline;
    font-size: 13px;
    font-weight: bold;
}
.aktuality .article .article-content {
    line-height: 20px;
    font-size: 13px;
}


/* forum */
#forum-heading {
	font-size: 1.3em;
  	font-weight: bold;
}
.forum-form label {
    font-weight: bold;
    color: #F88D1E;
    font-size: 14px;
}
.forum-form input[type=text] {
    width: 265px;
    height: 24px;
    border: 1px solid #9A9A99;
    padding-left: 5px;
    color: #9A9A99;
}
.forum-form textarea {
    width: 500px;
    height: 100px;
    border: 1px solid #9A9A99;
    padding: 5px;
    color: #9A9A99;
    resize: vertical;
}
.forum-form caption {
    color: #9A9A99;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}
.forum-form input[type=submit] {
    border: none;
    background: none;
    font-weight: bold;
    color: #F88D1E;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
    _cursor: hand;
}
div.forum-tema {
    height: 80px;
    border-bottom: 2px solid #F88D1E;
}
div.forum-tema.first {
    border-top: 2px solid #F88D1E;
}
div.forum-tema img {
    margin-top: 10px;
    float: left;
}
div.forum-tema-info {
    float: right;
    width: 600px;
    padding-top: 5px;
}
div.forum-prispevek {
    border-top: 2px solid #F88D1E;
    margin-top: 20px;
}
div.forum-prispevek-info {
    background-color: #E6E6E6;
    padding: 3px 10px;
    color: #9a9a99;
}
span.forum-prispevek-info-name {
    color: #F88D1E;
    font-weight: bold;
}
span.forum-prispevek-info-heading {
    color: #000;
    font-weight: bold;
}
div.forum-prispevek-text {
    color: #9a9a99;
    padding: 10px 0px;
    line-height: 20px;
}
div.forum-prispevek-odpoved-text {
    float: right;
    width: 650px;
    padding: 10px;
    line-height: 20px;
    background-color: #E6E6E6;
}
div#forum-tema-detail {
    padding-top: 20px;
    margin-top: 10px;
}
div#forum-tema-detail-info {
    float: right;
    width: 555px;
}
div#forum-tema-detail-info h1 {
    font-size: 25px;
    font-weight: bold;
}
span#forum-tema-detail-info-cnt {
    font-weight: bold;
    color: #9a9a99;
    position: relative;
    top: 5px;
}
div#forum-tema-detail-info div {
    line-height: 20px;
}
div.forum-tema-info a.name {
    color: #F88D1E;
    font-weight: bold;
    font-size: 18px;
}
div.forum-tema-info span.cnt {
    color: #9a9a99;
    font-weight: bold;
}
div.forum-tema-info-posledni {
    height: 14px;
    background-color: #E6E6E6;
    padding: 3px 10px;
    color: #9a9a99;
}
#forum-form-name {
	display: none;
}