body {
	
	font-family: Helvetica, Arial, sans-serif;
	color: #515151;
	background-color: #ffffff;
	font-size: 12px;/*1.0em;*/
	margin:0;
	padding:0;
	
	behavior:url("/layout/js/csshover.htc"); 
}


table {
	font-size: 11px;/*0.7em;*/
	margin:0 0 5px 0;
	width:100%; 
} 
th, td { vertical-align:top; padding:2px 4px 2px 4px; text-align:left; }
	


img { border: 0; }
form { margin:0; padding:0; }

ul {
	margin:0 0 5px 0;
	padding:0; 
}
li {
	padding:0; 
	list-style:none;
	font-size: 11px;
	line-height:15px;
}

b, strong {}
b.green, strong.green { color: #109d6b; }
hr { width:100%; border:0; border-top:1px solid #808080; height:1px;}
a,
a:link,
a:visited,
a:hover,
a:active {
		text-decoration: none;
        font-weight:bold;
        color: #515151;
        text-decoration: underline;
}
a:hover {
        text-decoration: none;
        color: #109d6b;
}

a.mks,
a.mks:link,
a.mks:visited,
a.mks:hover,
a.mks:active {
	text-decoration:none;
	color: #515151;
	font-weight:normal;
}
h3 a.mks,
h3 a.mks:link,
h3 a.mks:visited,
h3 a.mks:hover,
h3 a.mks:active {
	text-decoration:none;
	color: #515151;
	font-weight:bold;
}


p { 
	font-size: 11px;/*0.7em;*/ 
	margin:0 0 10px 0;
}
h1 {
        color: #109d6b;
        margin: 5px 0px 5px 0px;
        padding: 0px;
        color: #109d6b;
        font-style: normal; 
        font-weight: normal;
        font-size: 20px;/*1.2em;*/
}

h2 {
        margin: 0px 0 5px 0px;
        padding: 10px 0 0 0;
        color: #109d6b;
        font-style: normal; 
        sfont-weight: normal;
        font-size: 15px;/*1em;*/
        /*font-family: Helvetica, sans-serif;*/
}


h3 {
        margin: 0px 0 5px 0px;
        padding: 10px 0 0 0;
        font-style: normal; 
        font-size: 13px;/*0.8em;*/
}

h3.blue {
        color: #006699;
}
h3.green {
        color: #109d6b;
}


#main {
	width: 862px;
	margin:auto;
	position:relative;
	background: url('/layout/img/background-line.gif') top center repeat-y;

}


/* TOP */
#top { 
	padding: 29px 29px 0 29px;
	background: url('/layout/img/background-top-line.gif') top left no-repeat;
	z-index:300;
}
#top a {
	font-weight:normal;
}
.top-bg {
	height: 64px;
	background: url('/layout/img/hlavicka.gif') top left no-repeat;
}

#top .userinfo {
	font-size: 11px;/*0.7em;*/
	color: #ffffff;
	text-align:right;
	width:500px;
	position:absolute;
	top:31px; 
	right:29px;
	padding-right:5px;	
}
#top .userinfo a,
#top .userinfo a:visited,
#top .userinfo a:link {
	color: #ffffff;	
	stext-decoration:none;
}
#top .userinfo a:hover {
	color: #cccccc;
	stext-decoration: underline;
	
}
#top .home {
	float:left; display:block; cursor:pointer;	height: 64px; width:190px;
}
#top .flags {
	float:right;
	padding:3px 5px 0 0;
}
#top .top-usergroup {
	cursor:pointer;
}

#top .top-usergroup-all {
	display:none;
	position:absolute;
	top:28px;
	right:0;
	border:1px solid #aaaaaa;
	background: #cccccc;
	z-index:50;
	padding:3px;
	width:600px;;
	text-align: right;
	color: #000000;
}


/*  MIDDLE */ 
#middle {
	padding: 0 29px 0 29px;
	background: url('/layout/img/background-middle.gif') 29px 0px repeat-y;
	margin-top:10px;

}
#middle .left-column {
	float: left;
	width: 155px;
	padding:10px;
}
#middle .left-column .contact {
	margin-top:50px;
	font-size: 11px; /*0.7em;*/
}
#middle .content-column {
	float:right;
	width:620px;
	padding-bottom:20px;
}
#middle .mcontent {
	border-top:1px solid #ffffff;
}

#middle .mcontent li {
	background: url('/layout/img/sipka.gif') 3px 3px no-repeat;
	padding: 0 0 0 20px;
	margin:0;
}
#middle .mcontent ul.blankli li {
	background-image:none;
}
#middle .mcontent table  {
	border-collapse:collapse;
}
#middle .mcontent th,
#middle .mcontent td {
	border:2px solid #ffffff;
	spadding:2px 4px 2px 4px;
	background-color: #E8F6F1;
}
#middle .mcontent th {
	background-color: #E0E0E0;
}



.news h3 {
	margin: 0px;
	padding: 0px;
}

.news p {
	margin: 0px;
}


/*  BOTTOM */
#bottom {
	padding: 10px 29px 29px 29px;
	background: url('/layout/img/background-bottom-line.gif') left bottom no-repeat;
	
}
#bottom a,
#bottom a:visited,
#bottom a:hover,
#bottom a:active,
#bottom a:link {
	font-weight:normal;
}
#bottom .content {
	font-size: 10px;/*0.6em;*/
	background-color: #e1e0e0;
	border-bottom:1px solid #e1e0e0;

	padding:10px;
	/*background: url('/layout/img/footer.jpg') left bottom repeat-x;*/
	background-color: #E1E0E0;
}



/* next */
.l { text-align:left;}
.r { text-align:right;}
.f-l { float:left; }
.f-r { float:right; }
.t-l {text-align:left;}
.t-c {text-align:center;}
.t-r {text-align:right;}

.clear { clear:both; }

.two-columns { width: 49%; float:left; }

.f-l-im { float:left; margin:0 8px 5px 0; }
.f-r-im { float:right; margin:0 0 5px 8px; }




	
	
	

/* navigacni topright menu */
.menutopright {
	font-size: 11px;/*0.7em;*/
	position:absolute;
	top:76px; 
	right:29px;
	/*border:1px solid red;*/
}
.menutopright li {
	float:left;
}
.menutopright li a,
.menutopright li a:hover,
.menutopright li a:visited,
.menutopright li a:link {
	display:block;
	/*padding: 1px 2px 1px 15px;*/
	white-space: nowrap;
	color: #ffffff;	
	text-decoration:none;
	margin-right:20px;
}
.menutopright li a:hover {
	color: #000055;
}
.map {
	background: url('/layout/img/male-menu-mapa.gif') 0px 0px no-repeat;
	padding-left:20px;
}
.log {
	background: url('/layout/img/male-menu-login.gif') 0px 0px no-repeat;
	padding-left:18px;
}
.cont {
	background: url('/layout/img/male-menu-kontakty.gif') 0px 0px no-repeat;
	padding-left:15px;
}

	


/* leve menu  */
div.leftmenu { 	
	padding: 0;
	margin: 5px 0 0 0; 
}
div.leftmenu li {
	background: url('/layout/img/sipka.gif') 3px 3px no-repeat;
	padding: 0 0 0 20px;
	margin:0;
}
div.leftmenu li a,
div.leftmenu li a:link,
div.leftmenu li a:hover,
div.leftmenu li a:visited,
div.leftmenu li a:active {
	color: #515151;
}

div.leftmenu li a.highlight {
	color: #ff0000;
}


/* zahlavi praveho sloupce */
.heading {
	border-bottom:5px solid #ffffff;
}
.heading .heading-banner {
	float:left;
	margin-right:10px;
}
.heading .heading-right {
	float:left; 
	width:200px;
	/*223*/
}
.heading .heading-right img {
	float:none;
	margin:0;
}
.heading .heading-right p {
	line-height:13px;
}
/* ul info */
ul.info {
	padding: 0;
	margin: 5px 0 0 0; 
}
ul.info li {
	background: url('/layout/img/ikony/stazeni_souboru_sede.gif') 0px 1px no-repeat;
	padding: 2px 0 0 20px;
	margin:0;
	line-height:13px;
}
ul.info li:hover {
	background: url('/layout/img/ikony/stazeni_souboru_zelene.gif') 0px 1px no-repeat;
}
/* ul phone */
ul.phone {
	padding: 0;
	margin: 5px 0 0 0; 
}
ul.phone li {
	background: url('/layout/img/ikony/telefon_sedy.gif') 0px 1px no-repeat;
	padding: 2px 0 0 20px;
	margin:0;
	line-height:13px;
}




/* uvodni stranka */
.homepagearea div {
        width: 147px;
        height: 90px;
        background: url("/layout/img/header-sluzby.gif") no-repeat #f3f3f3;
        padding: 40px 0px 10px 0px;
        margin: 0px;
		border-left: 10px solid #ffffff;
		sborder:1px solid #ffffff;
		float:left;
}
.homepagearea .sluzby  {
        background: url("/layout/cs/img/header-sluzby.gif") no-repeat #f3f3f3;
        border-left:0;
}
.homepagearea .reseni  {
        background: url("/layout/cs/img/header-produkty.gif") no-repeat #f3f3f3;
}
.homepagearea .technologie  {
        background: url("/layout/cs/img/header-technologie.gif") no-repeat #f3f3f3;
}
.homepagearea .spolecnost  {
        background: url("/layout/cs/img/header-spolecnost.gif") no-repeat #f3f3f3;
}
.homepagearea li {
	padding-left:10px;
}
.homepagearea a,
.homepagearea a:hover,
.homepagearea a:visited,
.homepagearea a:link,
.homepagearea a:active {
	font-weight:normal;
}



.homepagenewsh a,
.homepagenewsh a:hover,
.homepagenewsh a:visited,
.homepagenewsh a:link,
.homepagenewsh a:active {
	color: #109d6b;
}



/* uvodni stranka - konec */







.error {
	color: #ff0000;	
}


.errorBox {
	color: #ff0000;	
	border:1px solid #ff0000;
	padding:10px;	
	margin-bottom:10px;
}
.warningBox {
	color: #009764;	
	border:1px solid #009764;
	padding:10px;	
	margin-bottom:10px;
}

.paging {
	font-size:11px; /*0.7em;*/
	padding:2px 4px 2px 4px;
	margin-bottom:2px;
	text-align: center;
}




/*  uzivatel  */
.frame,
.frame-l,
.frame-r {
	width:45%;
	padding:5px;
	margin:0 0 10px 0;
}
.frame {
	/*width:100%;*/
	width:auto;
	border:1px solid #cccccc;
}
.frame-l {
	float:left;
	margin-right:5px;
}
.frame-r {
	float:right;
	margin-left:5px;
}


/* skoleni (i dalsi tabulky) */
table.courses {
	width:100%;
}
table.courses th {
	text-align:left;
}

#main #middle table.courses .blank {
	background: none;
}
#main #middle table.courses .price {
	white-space: nowrap; 
	text-align:right; 
	width:100px;
}
#main #middle table.courses .price img {
	float:left;
	text-align:left;
	vertical-align:middle;
}
#main #middle table.courses .label {
	width:150px;
}


table.terms {
	float: right;
	margin: 0 5px 5px 5px;
	width: 60%;
}

table.terms tr:hover {
		
}

table.terms td {
	
}



/* stravovani */
table.foodday {
	width:100%;
}
table.foodday th {
	text-align:left;
	position:relative;
	display:block;
	border:1px solid red;
	height:20px;
}
table.foodday th span {
	position:absolute;
	right:0;
}
table.foodday .selectedfood {
	font-weight:bold;
}
#main #middle table.foodday .soup {
	background-color: #D9EBD5;
}


/* kontakt */

p.contactitem {
	width:170px;
	float:left;
}


/* technet blog */
#technetwindow_blog {
	font-size:10px; 
	font-weight:normal; 
	width:160px; 
	border:1px solid black; 
	background:#ffffff; 
	font-family: Verdana, Arial;
}
#technetwindow_blog li {
	line-height:13px;
	background: url('http://www.microsoft.com/cze/technet/window/arrow.gif') 5px 2px no-repeat;
	padding-left: 20px;
}

#technetwindow_blog li a {color:#313F8E;text-decoration:none; font-size:10px; font-weight:normal;}
#technetwindow_blog li a:hover{text-decoration:underline; }




/* formularove prvky  */

input {
	width:200px;
}
textarea {
	width:350px;
}
.button,
.b,
.widthauto {
	width:auto;
}

select {
	width: 205px;
}


tr.current:hover 
	{
	font-style: bold;
	color: black;
	cursor: default;
	}
	
p.program {
	width: 97%;
	color: black;
	background-color: #eee;
	font-style: bold;
	padding: 10px;
	cursor: default;
	font-size: smaller;
}

p.program:hover {
	background-color: #f4f4f4;
	border: 1px dotted #595959;
	padding: 9px;
	cursor: url("/layout/img/ikony/cur.cur"), default;
}


p.program strong {
	margin: 10px;
	width: 900px;
}

p.program strong:hover {
	background-color: black;
	color: White;
}

p.program br {
	margin: 4px;
}

p.program em {
	margin-left: 73px;
}

.dashboards img {
	margin:	5px;
	padding:5px;
}

.dashboards img:hover {
	margin:	5px;
	background-color: #eee;
	padding:5px;
}

p.logo {

}

p.logo img {
	margin: 30px 30px 30px 30px;
	float: left;
}


/* Absolutni pozice odkazù pro diagramy na strance skoleni a testovani */
.ICND1 span a {
	display: block;
	width: 69px;
	height: 38px;
	position: absolute;
	top: 442px;
	left: 265px;
}

.ICND2 {
	display: block;
	width: 69px;
	height: 38px;
	position: absolute;
	top: 442px;
	left: 376px;
}

.BSCI {
	display: block;
	width: 69px;
	height: 38px;
	position: absolute;
	top: 363px;
	left: 573px;
}

.BCMSN {
	display: block;
	width: 69px;
	height: 38px;
	position: absolute;
	top: 420px;
	left: 573px;
}

.ISCW {
	display: block;
	width: 69px;
	height: 38px;
	position: absolute;
	top: 477px;
	left: 573px;
}

.ONT {
	display: block;
	width: 69px;
	height: 38px;
	position: absolute;
	top: 534px;
	left: 573px;
}


.red {
	color: red;
}

.rss-description {
	width: 600px;
	height: 400px;
	padding: 2px;
}

.rss-title {
	width: 600px;
	font-weight: bold;
	padding: 2px;
}

.rss-link {
	width: 600px;
	font-family: Verdana;
}

.rss-app {
	width: 350px;
}

.rss-kanal {
	width: 350px;
}

.rss-url {
	width: 350px;
}
