
HEADER {
    width: 900px !important;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.container {
    padding: 0px;
}

#tabs article {
    padding: 0 0 20px 20px;
    min-height: 360px;
}
    #tabs ul.menu a:focus{
        outline:0;
    }
    #tabs article h1 {
        margin-top: 0px;
    }
    #tabs article li {
        font-weight: normal;
		}

#a, #e {
    border-left: solid 5px #b95f19;
    border-bottom: dotted 5px #b95f19;
}
    #a h1, #a h2, #e h1 {
        color: #b95f19;
    }

#b {
    border-left: solid 5px #b95f19;
    border-bottom: dotted 5px #b95f19;
}
    #b h1 {
        color: #b95f19;
    }

#c {
    border-left: solid 5px #b95f19;
    border-bottom: dotted 5px #b95f19;
}
    #c h1 {
        color: #b95f19;
    }
		#c table#prihl_form { 
			border-collapse: separate;
			border-spacing: 0 0.5em; 
		}
		#c #prihl_form th {
			text-align: right;
			vertical-align: middle;
			padding-right: 0.5em;
		}
    #c #prihl_form input {
    	border: 1px solid #b95f19; 
    	border-radius: 5px;
    	padding: 2px  5px;
		}
		#imaginecup {
			-ms-transform: scale(1.5); /* IE */
			-moz-transform: scale(1.5); /* FF */
			-webkit-transform: scale(1.5); /* Safari and Chrome */
			-o-transform: scale(1.5); /* Opera */
			transform: scale(1.5) !important; 
			margin-left: 5px !important;
		}
		#c #prihl_form #submit {
			border: 3px solid #b95f19;
			color: #b95f19;
			background-color: #fed142;
			font-size: 1.5em;
			font-weight: bold;
    	padding: 0.5em 1em;
		}
		#c #prihl_form #submit:hover {
			color: #000000;
		}

#d {
    border-left: solid 5px #b95f19;
    border-bottom: dotted 5px #b95f19;
}
    #d h1 {
        color: #b95f19;
    }

h1 {
    font-weight:bold;
    text-align: left;
}
h2 {
    font-size: 18px;
    text-align: left;
}

footer {
    width: 900px !important;
    text-align: center;
}

    div.footer_left {
        width: 200px !important;
        float: left;
        text-align: center;
    }

    div.footer_right {
            width: 700px !important;
            float: right;
            text-align: center;
            padding-top: 10px;
    }
        div.footer_left a, div.footer_left a:visited {
            color: #000000;
            text-decoration: none;
            }
        div.footer_left a:hover, div.footer_left a:visited:hover {
            color: #1964db;
            text-decoration: none;
        }

#waiting {
	background-color: yellow; 
	height: 42px; 
	padding: 5px;
	visibility: visible;
	left: -3000px;
	position: fixed;
}


/* nastavenia pre siroke rozlisenia */ 
@media screen and (min-width: 1281px) {
	HEADER {
    width: 1280px !important;
	}
	footer {
    width: 1280px !important;
  }
  div.footer_right {
    width: 1080px !important;
  }
}
