body {
	font: 13px/1.5 'Lucida Grande', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background:#0e0e0e url(/images/bg.png) repeat;
	color:#444;
	}

h1 {font-size: 25px;}
h2 {font-size: 23px;}
h3 {font-size: 21px;}
h4 {font-size: 19px;}

a {color:#f5110c;}
a:hover {color:#444;}

.lineHor {
	border-bottom:#c0c0c0 1px dashed;
	margin-top:25px;
	margin-bottom:25px;
	}

/* List
----------------------------------------------------------------------------------------------------*/

.listStyle {
	list-style:disc inside;
	line-height:25px;
	text-decoration:none;
        margin-left:15px;
	}

/* Header
----------------------------------------------------------------------------------------------------*/

#header-wrap {
	background:transparent url(/images/topnavBG.png) center 104px no-repeat;
	padding-bottom:1px;
	}

#header {}
	
#topnav {
	padding-top:0;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:5px;
	height:40px;
	}
	
#topnav ul li {display:inline-block;}

#topnav ul li .current {
	background:transparent url(/images/topnavBG.png) -100px -76px no-repeat;
	}

#topnav ul li .currentHome {
	width:30px;
	margin-left:-5px;
	text-indent:-9999px;
	background:transparent url(/images/topnavBG.png) -10px -76px no-repeat;
	}

#topnav ul li .home {
	width:30px;
	margin-left:-5px;
	text-indent:-9999px;
	}

#topnav ul li a.home:hover {
	width:30px;
	text-indent:-9999px;
	background:transparent url(/images/topnavBG.png) -10px -76px no-repeat;
	}

#topnav ul li .navEffect {
	width:75px;
	margin-left:1px;
	}

#topnav ul li .navEffect:hover {
	width:75px;
	margin-left:1px;
	background:transparent url(/images/topnavBG.png) -100px -76px no-repeat;
	}

#logo {
	margin-top:10px;
	background:transparent url(/images/logo.png) no-repeat;
	text-indent:-9999px;
	width:960px;
	height:100px;
	display:block;
	}

/* Page Content Left
----------------------------------------------------------------------------------------------------*/

#content-wrap {background:transparent url(/images/contentBGcenter.png) center 30px repeat-y;}

#content {padding-bottom:20px;}
#content h1, h2, h3, h4, h5, h6 {margin-top:10px;margin-bottom:10px;}
	
#contentTop {
	height:30px;
	background:transparent url(/images/contentBGtop.png) center no-repeat;
	}

#contentLeft {
	margin-left:30px;
	margin-right:20px;
	}

#contentLeft p {
	margin-top:10px;
	margin-bottom:10px;
	}

#contentLeft .topCiara {
	padding-bottom:10px;
	margin-bottom:15px;
	color:#888;
	border-bottom:#ddd 1px solid;
	}

.sponzori {
    text-align: center;
}

/* Sidebar Right
----------------------------------------------------------------------------------------------------*/

#contentRight {
	margin-top:10px;
	padding-bottom:20px;
	background:#fff;
	border:#ddd 1px solid;
	color:#999;
	font-size:13px;
	width:290px;

	/* CSS3 Rounded Corners */
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
		
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
		
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
		
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	}
		
.rightContent {padding:15px 20px 20px 20px;}

.rightContent h5 {
	font-size: 14px;
        margin:5px 0 5px 0;
        float: right;
        clear: both;
	color:#444;
	}

.rightContent p {margin-top: 35px; text-align: left; }
.dat {font-size: 10px; text-align: right;}
 
.imgRight {padding:10px 20px 5px 25px;}
.socialRight{
    text-align: right; 
}

/* Form style
----------------------------------------------------------------------------------------------------*/

#respond, #contactForm {margin:10px 0 20px 0;}

.leftSpace {
	font-size:11px;
	margin-left:10px;
	}

.n {margin-left:0;}
	
.text_input, .text_area {
	border:1px solid #c0c0c0;
	padding:4px;
	margin-top:10px;
	font-family: 'Lucida Grande', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size:12px;
	background:#f1f1f1;	/*fefbef*/
	color:#444;
	width:250px;
	}

.text_area {margin-top:10px;width:570px;}

input:focus, textarea:focus {background:#fff;}	/*fdf6dc*/

#submit {
	border:#111 1px solid;
	background:#1e2229;
	color:#fff;
	font-weight:bold;
	width:120px;
	height:30px;
	margin-top:10px;
	font-size:12px;
	padding-bottom:2px;
	outline:0;
	}

#submit:hover {
	border:1px solid #f5110c;
	background:#f5110c;
	cursor:pointer;
	outline:0;
	}

.error.required {border:1px solid #c30;}

/* Footer
----------------------------------------------------------------------------------------------------*/

#footer-wrap {
	height:45px;
	background:transparent url(/images/contentBGfooter.png) center no-repeat;
	margin-bottom:20px;
        }
	
#footer {
        text-align:center;
	padding-top:10px; 
	font-size:12px;
	color:#888;
	}
#footer p {
	display:inline;
	}

#footer p a {color:#888;text-decoration:none; font-weight: bold;}

#footer p a:hover {
	text-decoration:underline;
	color:#ccc;
	}

/* Menu
----------------------------------------------------------------------------------------------------*/

.menu {
	font-size:13px;
	width:100%;
	}

.menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

.menu ul li {
	position:relative;
	display:inline;
	z-index:10;	/* !IMPORTANT */
	margin-left:-5px;
	}

.menu ul li a {
	display:block;
	/*background:#f9f9f9;*/ /*background of tabs (default state)*/
	padding:9px 15px 8px 15px;
	border-right:#111 1px solid;
	text-decoration:none;
	background:transparent;
	color:#ddd;
	cursor:pointer;
	text-align:center;
	}
        
/* Formular
----------------------------------------------------------------------------------------------------*/


fieldset {
    padding: 1em;
    margin: 0 0 10px 0;
    border: 1px solid #CCC;
}
form { margin:1.5em 0; padding:0; width:85%; }
fieldset { margin:0; padding:0; border:none;}

#formularove-polia div { padding:0.5em 0;}
label {float:left; font-weight: bold; width:25%; line-height: 200%; padding-right:1em; text-align:right; }
#formularove-polia input, #formularove-polia textarea { width:60%;  border:1px solid #212024; padding:3px; font-size:1em; background:#999; color:#333; }
#formularove-polia textarea { overflow:auto; font-family:Arial,Helvetica,sans-serif; font-size:1em; width:60%; border:1px solid #212024; padding:3px;}
#odoslanie input { border: 1px #DDD solid; margin-left:30%; margin-top: 35px; font-size:1.2em; font-weight: bold; color:#333; background:#fff url(/images/odosli.gif) no-repeat; background-position: 5px 0px; padding:0 35px; cursor:pointer; width:auto;}
#formularove-polia p {margin-left:28%;}
.upload{margin-left:28%;}
.up{padding-left: 20px; background: #fff url(/images/upload.gif) no-repeat; text-decoration: underline;}
.del{padding-left: 20px; background: #fff url(/images/delete.gif) no-repeat; text-decoration: underline;}
.upload-text{margin-top: 10px;}

.hoverfocus { border:1px solid red;}

#response ul { list-style-type: none; padding-top:5px; margin: 5px 0 0 0; }
#error li, #response li {list-style-type: none;margin:0 0 5px 0; padding:0 0 5px 15px; border-bottom:1px solid #212024; }

legend {
    padding: 0.3em 0.5em;
    border: 1px solid #CCC;
    color: #444;
    background: #DDD;
    font-size: 95%;
    font-weight: bold;
    text-align: right;
}

#front-page {
    width: 400px;
    margin: 105px auto;
    text-align: center;
	padding-top: 40px;
	background: #000;
}

.enter {
    padding: 20px;

}
.enter a, .enter {
	color: white;
        margin-top: 20px;
	height: 100%;
	background: #000;
	font-size: 30px;
	text-decoration:  underline;
	font-weight: bold;
}

.enter a:hover, .enter {
	text-decoration: none;
}

td, th {
    text-align: left;
}
