﻿@import url("./css/ulohy.css");


@import url("strankovani.css");

#ulohy .editace{text-align:right;}
#menu .figure{float:left;width:108px;height:105px;margin:0 5px 5px 5px;text-align:center;}
#menu .figure p{font:.9em;text-align:center;margin:10px 0 0 0;}

#admini TABLE{width:100%;}
TABLE {width:100%;
border: solid 1px #000; margin-bottom:10px;border-collapse: collapse;
}
TH {
color:#ffffff;
background: #0c5da5;
height: 27px;
}
TR TD{border: solid 1px #000; border-collapse: collapse;height:25px;padding-left:5px;}
tr:nth-child(even) {background-color: #f2f2f2;}

body, html {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #FFF;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif !important;
	font-size: small !important;
}

A {color:#000000;}
LI{list-style-type:none;}
/* Strojvedouci index */

/* Všeobecné */
fieldset {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 8px;
	margin: 12px auto 10px auto;
	overflow: hidden;
	padding: 0 10px;
    color: :#000;
}
legend {
	background-color: #000;
	border-bottom: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #ccc;
	color: #fff;
	font-size: 1.1em;
	margin: 12px;
	padding: 0.3em 1em;
	text-shadow: #9FEEB9;
	text-transform: uppercase;
}
.tlacitko {
	background-color: #285176;
	border: none;
	border-top: 1px solid #d1e5f8;
	text-decoration: none;
	border-radius: 8px;
	cursor: pointer;
	color: #d1e5f8;
	margin: 5px;
	width: 80px;
	height: 30px;
}
.tlacitko:hover {
	background-color: #033663;
}
.tlacitko a {
	display: block;
/* this is a very important property here and it controls the way the menu elements are displayed - like block-level elements */
	padding: 5px 3px 5px 10px;
/* sets the padding properties */
	font-weight: bold;
/* sets the font weight */
	background-color: #285176;
/* sets the color of the background */
	border-top: 1px solid #7cbdf8;
/* this code sets the line between the menu items */
	text-align: left;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.tlacitko a:link {
	color: #d1e5f8;
/* sets the font color */
	text-decoration: none;
}
.tlacitko a:visited {
	color: #d1e5f8;
	text-decoration: none;
}
.tlacitko a:hover {
	background: #0c5da5 url(../img/star.png) no-repeat right center;
/* when the cursor is over, in the left side of the menu item background it will be display the arrow.gif picture */
	text-indent: 15px;
/* this line of code move the text 15 px to the right */
}
.tlacitko a:active {
	color: #d1e5f8;
	text-decoration: none;
}


#wrapper {
	width: 1000px;
	margin: 0 auto;
	height: 1200px;
	border: 1 solid;
}
#logo {
	width: 1000px;
	margin: 0 auto;
}
#navigationwrap {
	width: 1022px;
	float: left;
	margin: 0 auto;
}
#navigation {
	padding-top: 13px;
	height: 27px;
	background: #0c5da5;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
#contentwrap {
	width: 780px;
	float: right;
	margin: 0 auto;
}
#content {
	border-radius: 10px;
	margin-left: 10px;
    min-height:600px;
}
#leftcolumnwrap {
	width: 220px;
	float: left;
	margin: 0 auto;
}
#leftcolumn {
	margin: 5px 5px 0px 5px;
	border: 1px solid #033663;
}
#footerwrap {
	width: 1200px;
	float: left;
	margin: 0 auto;
	clear: both;
}
#footer {
	height: 40px;
	border-radius: 10px;
	border: 1px solid #D1E5F8;
	margin: 150px -5px 0px 5px;
}
 
#clanky .poradi{
width:40px;
}
#clanky .datum{
width:100px;
}

#clanky .nadpis{
width:750px;
}
#clanky .editace{
width:100px;
text-align:right;
}

tr:nth-child(even) {background-color: #f2f2f2;}


