/*praha10  English*/

/* pridano by plachow ------------- */

.Normal
{
  font-size:12px;
}
.Head{
  font-size:13px;
  font-weight:bold;
}

.SkinObject, .user
{
  font-weight: bold;
	font-size: 8.5pt;
	color: #333333;
	text-decoration: none;
}

.MainMenu {
   	width:180px;
	float:left;
	
}

.RadMenu_Praha10 ul.rootGroup{
	/*background:#FF0000;*/
	width:100%;
	/*border:1px solid #f00;*/
}

.RadMenu_Praha10 .item{
	margin-bottom:2px;
	/*border:1px solid #00f;*/
	width:100%;
	
}

.RadMenu_Praha10 a.link {
background: url(assets/images/menu_item_bg.png) no-repeat;
border-left:none;
border-right:none;
color:#666666;
line-height:20px;
text-decoration:none;
cursor:auto;
}

/*.LoginBox
{
  position:relative;
	width:185px;
	margin:0 0 16px 20px;
}*/

/* ------------------------------ */


/*---------------------------------------
 globals
-----------------------------------------*/

*{

}

body  {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	background:url(assets/images/body_bg.png) repeat-x;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	/*z-index:-10;*/
	/*font-size:75.01%;*/
	font-size:12px;
	
}

h2{
	color:#900;
	margin:0 0 10px 0;
	font-size:140%;
}

h3{
	
}

p,div,span,td
{
font-size:12px;  
	
}

ul{
	margin-left:15px;
}

a{color:#7EACE4;}
a:link{color:#7EACE4;}
a:hover{color:#7EACE4;}
a:visited{color:#7EACE4;}


a img{
	border:none;
}

input.text{
	border:1px solid #003399;
	padding:2px 5px 2px 2px;
	color:#6699CC;
}

input.image{
	position:relative;
}

.clearFloat{
	clear:both;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*---------------------------------------
 layout
-----------------------------------------*/
#wrapper { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(assets/images/wrapperBg.gif) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*border:1px solid #f00;*/

} 
#header {
	position:relative;
	width:970px;
	height:140px;
	background:url(assets/images/header_en.png);
}

#sidebar1 {
	position:relative;
	float:left; 
	width:185px;
	padding:0 0 0 15px;
	top:-45px;
	z-index:1000;
	/*background-color:#f00;*/
}

#sidebar2 {
	position:relative;
	float:right;
	width:220px;
	top:-7px;
	padding-top:7px;
	background:url(assets/images/sidebar2_bg.png) no-repeat 2px 0;
	
}



/*---------------------------------------
 header
-----------------------------------------*/
#header #formBox{
	position:relative;
	top:35px;
	left:25px;
	width:300px;
}

#header #formBox2{
	position:absolute;
	top:15px;
	right:10px;
	width:300px;
	text-align:right;	
}

#header #formBox2 .Svatek{
	color:#039;
}

#header #formBox form{
	/*background-color:#FF0000;*/
}

#header #formBox form #forumTxt{
	position:relative;
	top:-10px;
}
#header #formBox form #searchTxt{
	position:relative;
	top:-10px;
}
#header #formBox form #btnForum{
	position:relative;
	top:-2px;
	left:-10px;
	width:36px;
	height:46px;
}
#header #formBox form #btnSearch{
	position:relative;
	top:-2px;
	left:-10px;
	width:36px;
	height:27px;
}

.Svatek{
  font-family:Calibri, Verdana;
  font-size:11px;
  color: #333333;
  margin:20px 0 0 0;
}

#header #language_link{
	border:1px solid #fff;
	position:absolute;
	bottom:38px;
	right:10px;
}

/*---------------------------------------
 sidebar1
-----------------------------------------*/


#sidebar1 .box{
	/*background-color:#FF0000;*/
	float:left;
	position:relative;
	margin:0 0 10px 0;
	
}

#sidebar1 .box div.icon{
	float:left;
	position:relative;
	margin-left:-25px;
	z-index:100;
	
}

#sidebar1 .box h2{	
	width:160px;
	float:right;
	position:relative;
	top:15px;	
	padding:0 5px 2px 0;
	margin:0 5px 0 -30px;
	background:url(assets/images/blue_heading_bg.png) repeat-y;	
	line-height:22px;
	text-align:right;
	font-size:110%;
	color:#7EACE4;
	font-weight:bold;
	text-transform:uppercase;
}


#sidebar1 .box h2 a,
#sidebar1 .box h2 a:visited,
#sidebar1 .box h2 a:hover,
#sidebar1 .box h2 a:focus{
	text-decoration:none;
	display:inline;
	color:#7EACE4;
	text-transform:uppercase;
}



#sidebar1 .box strong{
	display:block;
	background: url(assets/images/menu_item_bg.png) no-repeat -20px 0;
	margin-bottom:3px;
}

#sidebar1 .box p{
	line-height:130%;
	margin:0 0 0.5em 0;
	
}


#sidebar1 .main_menu_header h2{
	width:150px;
	margin:0;
}



#sidebar1 .forums h2{
	top:5px;
}

#sidebar1 .working_hours_header h2{
	top:12px;
}





#sidebar1 .working_hours table{
	border-collapse:collapse;
	margin:0 0 0.5em 0;
}

#sidebar1 .working_hours td{
	
}

#sidebar1 .working_hours p{
	font-size:80%;
}


#sidebar1 .quick_nav{
	width:170px;
	float:left;
	margin:0 0 15px 0;
	/*background:#f00;*/
	padding:0 0 0 10px;
	background:none;
}

#sidebar1 .quick_nav img{
	position:relative;
	width:78px;
	float:left;
	display:block;
	margin:0 4px 4px 0;
}



/*#sidebar1 #dnn_UnderMenuPane {
	
	margin:0 0 25px;
	width:100%px;
	float:left;
	
}


#sidebar1 #dnn_UnderMenuPane h3, #sidebar1 h3{
	color:#000;
}*/








	
	
	
.dokumentyKeStazeni{
	margin:0 0 25px 15px;
	
}

.dokumentyKeStazeni h2{
width:160px;
background:transparent url(assets/images/blueHeadingBg.png) no-repeat scroll 0%;
border-bottom:1px solid #000000;
margin:0 0 15px 0;
padding:2px;
}


/*---------------------------------------
 sidebar2
-----------------------------------------*/



#sidebar2_top{
	position:relative;
	width:100%;
	background:url(assets/images/sidebar2Bg.jpg) repeat-y;
	padding:6px 0 0 0;
}


.sidebar2_icons{
	position:relative;
	width:190px;
	margin:5px 0 0 15px;	
}

/*---------------------------------------
	footer
-----------------------------------------*/
.footer {
	position:relative;
	width:970px;
	height:40px;
	background:url(assets/images/footerBg.jpg) no-repeat;
	padding:120px 0 0 0;
	text-align:center;
}
.footer p {
	position:relative;
	width:480px;
	margin:0 auto;
	/*margin:90px auto 0 auto;*/
	font-size:90%;
		text-align:center;

}

/*---------------------------------------
	DNN
-----------------------------------------*/

.LeftPane{
	width:165px;	
}

.LeftPane ul{
	/*background-color:#FF0000;*/
	
	
}

.LeftPane ul li{
	margin:0 0 5px 0;
	padding:0 0 0 18px;
	background:url(assets/images/squares.gif) no-repeat 0 5px;
}

.LeftPane ul li a, #dnn_LeftPane ul li a:visited{
	color:#666;
	text-align:center;
	text-decoration:none;
}

.LeftPane ul li a:hover{
	color:#900;
}


#dnn_RightPane{
	position:relative;
	width:185px;
	
	margin:0 0 0 20px;
}

#dnn_RightPane ul{
	/*background-color:#FF0000;*/
	margin:10px 0 0 0;
	padding:10px;
	
}

#dnn_RightPane ul li{
	margin:0 0 7px 0;
	padding:0 0 7px 18px;
	background:url(assets/images/squares.gif) no-repeat 0 3px;
	border-bottom:1px solid #e8e8e8;
	text-decoration:none;
	list-style-type:none;
		
}

#dnn_RightPane ul li a, #dnn_RightPane ul li a:visited{
	color:#666;
	text-align:center;
	text-decoration:none;
	
}

#dnn_RightPane ul li a:hover{
	color:#900;

}


#dnn_RightPane #poll, #dnn_RightPane #calendar{
	margin-bottom:10px;
}


/* ANKETA*/
#dnn_ctr581_Survey_lstSurvey_ctl00_optOptions{
	/*background-color:#CCCCCC;*/
	width:100%;
	float:left;
	margin:5px 0;
}
#dnn_ctr581_Survey_lstSurvey_ctl00_optOptions input{
	width:20px;
	float:left;
	position:relative;
	top:-2px;
}
#dnn_ctr581_Survey_lstSurvey_ctl00_optOptions label{
	/*background-color:#f00;*/
	display:block;
	float:right;
	width:130px;
}

#sidebar2_bottom{
	position:relative;
	height:10px;
	/*float:left;*/
	background:url(assets/images/sidebar2_bottomBg.jpg) no-repeat;
}

#mainContent, #dnn_ContentPane{
	position:relative;
	margin:0 220px  0 210px;
	/*border:1px solid #f00;*/
	width:530px;
	
}


#flashBox{
	position:relative;
	width:530px;
	margin:0 0 20px 0;
}

a.articleHeader,  a:hover.articleHeader, .articleHeader a:visited, .articleHeader a:link {
	color:#6699CC;
	font-size:130%;
	font-weight:bold;
	
}





#dnn_ctr388_HtmlModule_lblContent.Normal{
	font-size:100%;
}

#dnn_ctr407_dnnTITLE_lblTitle.Head{
	font-size:100%;
}

.radmenu .text{
  color:#003399;
}


#jquery-overlay{
	z-index:1001;
}
#jquery-lightbox{
	z-index:1002;
}
