@charset "utf-8";
/*----------------------------------------------------------------------------
	Description: Kaskádové styly pro profiweby.cz
	Author:			 Profiweby, www.profiweby.cz, e-mail: info(@)profiweby.cz
	Modified:	   28. 8. 2007

	==[ TOC ]==
  1. Body       (tělo)
  2. Tags       (všeobecné prvky - h1, input, ...)
  3. Classes    (třídy pro vše platící - .clear, .float-x ..)
  4. Container  (rozvržení celé stránky)
  5. Header     (Hlavička)
  6. Sidebar    (postraní sloupec)
  7. Content    (obsah)
  8. Footer     (patička)
  9. Other      (ostatní)

	==[ Colors ]==
	1. #  - h1
	2. #  - h2	
	3. #  - a
----------------------------------------------------------------------------*/

/*-- [ 1. Body ] -----------------------------------------------*/
* {margin: 0; padding: 0;}
body  {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../images/back.png) top repeat-x;
	color: #000000;
	text-align: center;
	margin:0 0 20px; 	
}
/*-- [ 2. Tags ] -----------------------------------------------*/
h2 {font-size: 125%;}
h3 {font-size: 100%;}
a {color:#333;}
img {border:none; text-decoration:none;}
.edge-l, .edge-r {position:absolute; top:0; background-repeat:no-repeat;}
.edge-l {left:0px;}
.edge-r {right:0px;}
/*-- [ 3. Classes ] -----------------------------------------------*/
.float-r {float: right;}
.float-l {float: left;}
.clearfloat { 
	clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
	overflow: hidden;
}
.font-size-90 { font-size:90%;}
.font-size-85 { font-size:85%;}
/*-- [ 4. Container ] -----------------------------------------------*/
#mainContainer { 
	width: 988px;  
	margin: 0 auto; 
	text-align: left;
} 
/*-- [ 5. Header ] -----------------------------------------------*/
#header #logotype {display:block; width:349px; height:79px;}

#header #top { 
	height:34px; 
	background:#402d7a url(../images/top-back.png) top left repeat-x;
	position:relative;
} 

#header #top .edge-l {width:5px; height:82px; background-image:url(../images/top-edge-left.png);}
#header #top .edge-r {width:5px; height:82px; background-image:url(../images/top-edge-right.png);}
/*menu*/
#header #top ul li {
	list-style:none; float:left; margin:5px 3px 0;  position:relative;
}
#header #top ul li a {
	color:#fff; 
	display:block;
	text-decoration:none; 
	font-weight:bold; 
  vertical-align:middle;
	padding:0 8px;
	height:23px; line-height:23px; vertical-align:middle;
}
#header #top ul li a:hover {text-decoration:underline;}
#header #top ul li.selected a {
	background-color:#FFF;
	color:#35256b;
}
#header #top ul li.selected a:hover {text-decoration:none;}
#header #top ul.menuLeft {margin-left:15px;}
#header #top ul.menuRight {float:right; margin-right:15px;}

#header #top ul li.selected .edge-l {width:5px; height:24px; background-image:url(../images/menu-selected-edge-left.png);}
#header #top ul li.selected .edge-r {width:5px; height:24px; background-image:url(../images/menu-selected-edge-right.png);}
/*-- [6.-7. Content holder] ---------------------------------------*/
#contHolder {
	background:#634ea7 url(../images/cont-back.png) top left repeat-x;
} 
/*-- [ 6. Sidebar ] -----------------------------------------------*/
#sidebar {
	float:right;
	width:340px;
	background:url(../images/hint-back.jpg) no-repeat top left; 
}
#sidebar .hintHolder {
	min-height:630px;
	background:url(../images/hint-batoh/ekonomika.jpg) top left no-repeat;
	padding:17px 0 0 4px;
}
#contHolder.ekonomika #sidebar .hintHolder {background-image:url(../images/hint-batoh/ekonomika.jpg);}
#contHolder.informatika #sidebar .hintHolder {background-image:url(../images/hint-batoh/informatika.jpg);}
#contHolder.pravo #sidebar .hintHolder {background-image:url(../images/hint-batoh/pravo.jpg);}
#contHolder.ekologie #sidebar .hintHolder {background-image:url(../images/hint-batoh/ekologie.jpg);}

#sidebar .hintHolder .item {
	width:300px; height:150px; 
	padding:0 10px;
	margin-bottom:7px;
	position:relative;
}

#sidebar .hintHolder .item h2 {
	color:#f4f1ff; font-size:15px;
	width:253px; height:25px;
	padding-left:2px; overflow:hidden;
	line-height:27px; vertical-align:middle;
	position:relative;
}
#sidebar .hintHolder .item h2 span {

	position:absolute; top:0; left:0;	
	width:255px; height:25px;
	background-position:top left;
	background-repeat:no-repeat;
} 
#sidebar .hintHolder .item h2 span.titleObsah {background-image:url(../images/hint-text/obsah.png);}
#sidebar .hintHolder .item h2 span.titleProfil {background-image:url(../images/hint-text/profil.png);}
#sidebar .hintHolder .item h2 span.titleProc {background-image:url(../images/hint-text/proc.png);}
#sidebar .hintHolder .item h2 span.titleVice {background-image:url(../images/hint-text/vice.png);}

#sidebar .hintHolder .item a {
		display:block;
		margin-top:1px;
		width:278px; height:113px;	
		border:1px solid #6b56ae;
}
#sidebar .hintHolder .item a:hover {border-color:#fff;}
/*-- [ 7. Content ] -----------------------------------------------*/
#mainContent {
	float:left;
	width:648px;
}
/* heading, anchor and paragraph margins*/
#mainContent h1 {
	height:48px;
	overflow:hidden;
	position:relative;
	line-height:46px; 
	vertical-align:middle;
	font-size:22px;
	color:#e1daf9;
	padding:0 20px 0 30px;
} 
#mainContent h1 span {
	position:absolute; top:0; left:30px; 
	width:100%; height:48px;
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
}
#contHolder.ekonomika #mainContent h1 {width:335px;}
#contHolder.informatika #mainContent h1 {width:321px;}
#contHolder.pravo #mainContent h1 {width:465px;}
#contHolder.ekologie #mainContent h1 {width:531px;}
#contHolder.ekonomika #mainContent h1 span {background-image:url(../images/h1/ekonomika.png);}
#contHolder.informatika #mainContent h1 span {background-image:url(../images/h1/informatika.png);}
#contHolder.pravo #mainContent h1 span {background-image:url(../images/h1/pravo.png);}
#contHolder.ekologie #mainContent h1 span {background-image:url(../images/h1/ekologie.png);}

#mainContent h2, #mainContent h3 {margin: 0.8em 0 0.1em;} 
#mainContent p {margin:15px 0px 5px 0px; text-align:justify;} 
#mainContent a {color:#1a0d46;}
#mainContent ul {margin:5px 0px 15px 20px;}
#mainContent ul li{margin:5px 0 10px 0;}
#mainContent table, #mainContent tr, #mainContent td, #mainContent th {border-collapse:collapse; border:none;}
#mainContent table{margin:5px 0px;}
#mainContent td{border-top:solid 1px #1a0d46;  border-bottom:solid 1px #1a0d46; background:#9e8cd9;}
#mainContent td{padding:2px 5px;}
#mainContent h2 {font-size: 125%; color:#1a0d46;}
#mainContent h3 {font-size: 100%; color:#1a0d46;}

#mainContent #hint {
	position:absolute; right:0; top:0;
	width:340px; height:645px;
	background:#a799d6 url(../images/hint-back.jpg) no-repeat;
	overflow:hidden;
}
#mainContent #hint .batoh {
	width:45px; height:182px;
	background-repeat:no-repeat;
	position:absolute; left:0; top:120px;
}
#mainContent.ekonomika #hint .batoh {background-image:url(../images/batoh/ekonomika.jpg);}
#mainContent.ekologie #hint .batoh {background-image:url(../images/batoh/ekologie.jpg);}
#mainContent.informatika #hint .batoh {background-image:url(../images/batoh/informatika.jpg);}
#mainContent.pravo #hint .batoh {background-image:url(../images/batoh/pravo.jpg);}
#mainContent #hint .holder {}

/*flash*/
#mainContent #flash {height:436px; width:648px;}

/*text*/
#mainContent .text {
	min-height:100px;
	background:url(../images/cont-text-back.jpg) top left no-repeat;
	padding:10px 40px 20px 45px;
	color:#fff;
	line-height:160%;
}

/*foto*/
#contHolder .foto {
	padding:0px 0px 30px 35px;	
	min-height:160px;
}
#contHolder .foto h2 {
	color:#1a0a4d;
	margin-left:10px;
	margin-bottom:10px;
}
#contHolder .foto .item {
	float:left;
	width:158px; height:158px;
	background-image:url(../images/foto-holder-back.png);
	margin-right:32px;
}
#contHolder .foto .item a {
	display:block;
	width:136px; height:136px;
	margin:11px 10px 9px;
}
#contHolder .foto .item a:hover {
	border:1px solid #fff;
	margin:10px 11px 10px 9px;	
}
/*end*/
#contHolder #cont-end {height:5px; background:url(../images/cont-end-back.gif) no-repeat;}
/*-- [ 8. Footer ] -----------------------------------------------*/
#footer { 
	padding:5px 10px; 
	color:#332266;
	font-size:90%;
	line-height:200%;
}
#footer .foot-l {float:left;}
#footer .foot-r {float:right; text-align:right;}
#footer .foot-l a, #footer .foot-r a {text-decoration:none; margin:0 3px; color:#332266;}
#footer .foot-l a:hover, #footer .foot-r a:hover {text-decoration:underline;}

 
/*-- [ 9. Other ] -----------------------------------------------*/
/*error*/
#error h2{margin-bottom:0.6em; margin-left:0.2em;}
#error h3{font-size:150%;margin-bottom:0.3em; font-style:italic;}
#error p{margin-bottom:0.4px; color:#555;}
#error p.hint {font-weight:bold; color:#000;}
#error div.uri {padding:4px 10px 5px; margin-bottom:1em; border:1px dashed #ccc; color:#666;}
/*napiste nam, doporucit stranku*/
#mail-form {width:95%;}
#mail-form .text_area {width:99%;}
#mail-form th {width:105px; padding-right:5px;}
#mail-form input[type=reset] {color:#444;}

