/*
Quick.Cms.Lite default stylesheet
Copyright by OpenSolution.org 2006
*/

/* GLOBAL STYLES */
body,h1,h2,h3,h4,h5,h6,p,form,fieldset,img,td,th{margin:0px auto;padding:0px;border:0}

/* below you can change background and font for all site */
body {
	margin:0px auto;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EAEAEA;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
}
h1{display:none;color:#fff;font-size:1px;}
.clear{clear:both;}

/* MAIN PAGE: head, body and global container */
#container {
	margin:0px auto;
	background:#fff;
	background-image: url(../img/bg_kontener.gif);
	width: 800px;
}
#head {
	width:800px;
	height:160px;
	margin:0px auto;
	background-image: url(../img/bg_top.jpg);
}
#body {
	margin:0px auto;
	width: 800px;
}
#body .content {
	float:left;
	width:590px;
	margin: 0px auto;
	background-image: url(../img/bg_content.gif);
	background-repeat: no-repeat;
}
#body:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

/* FOOTER */
#foot{
	margin: 0px auto;
}
#foot .powered {
	text-align:center;
	width: 800px;
	margin: 0px auto;
	background-image: url(../img/bg_copy.gif);
	height: 50px;
	padding-top: 20px;
	font-size: 10px;
}
#foot .powered a {
	color:#1263AD;
	font-size: 10px;
}

/* MENU LEFT */
#menu2 {
	float:left;
	width:190px;
	list-style:none;
	margin: 0px auto;
	background-image: url(../img/bg_menu2.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}
#menu2 li{text-align:right;border-bottom:1px solid #ccc;}
#menu2 a{
	font-size:11px;
	font-weight:bold;
	display:block;
	color:#022692;
	padding:8px 23px 8px 20px;
	background-image: url(../img/bg_menu2_a.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#menu2 a:hover{
	text-decoration:none;
	background-color: #ccc;
	color: #000000;
}
#menu2 a.selected{
	background-color: #ccc;
	color: #000000;
}

/* MENU TOP */
#menu1{
	float:right;
	width: 700px;
	padding-right: 10px;
}
#menu1 a{
	display:block;
	float:right;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	background-color: #CCCCCC;
	background-image: url(../img/bg_menu1.gif);
	height: 20px;
	padding-top: 50px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: #FFCC2A 1px solid;
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#menu1 a:hover{
	color: #FFE158;
}
#menu1 a.selected{
	color: #FFE158;
}

/* PAGE DETAILS - name, description */
#pageShow{
	margin: 0px auto;
}
#pageShow h2{font-size:14px;color:#909090;}
#pageShow h3{
	font-size:11px;
	color:#FFFFFF;
	font-weight: bold;
	padding-left: 25px;
	margin: 0px auto;
	background-color: #01386B;
	height: 23px;
	padding-top: 7px;
	width: 540px;
	padding-right: 25px;
	margin-right: 10px;
	background-image: url(../img/h2.jpg);
	background-repeat: no-repeat;
}
#pageShow h3 a{
	color:#FFE158;
	font-size: 12px;
}
#pageShow .txt{
	font-size:11px;
	line-height: 1.3em;
	text-align: justify;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}

/* PAGE DETAILS - photo */
#pagePho{
	float:left;
	margin: 0px auto;
	padding-left: 25px;
	padding-top: 45px;
}
#pagePho img{
	border:1px solid #e7e7e7;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* PAGE DETAILS - sub pages list - under description */
#pageSubList{margin:0px auto;}
#pageSubList .l{
	border-top:1px solid #dfdfdf;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#pageSubList .l h2{font-size:11px;}
#pageSubList .l h2 a{
	color:#022692;
	font-weight:bold;
}
#pageSubList .l p{
	font-size:11px;
	margin:0px auto;
}
#pageSubList .l img{
	float:left;
	margin:0px auto;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* PAGE DETAILS - files list */
#pageFil{margin:10px 0;}
#pageFil td{font-size:10px;padding:5px 0 4px 5px;}
#pageFil p{font-size:10px;color:#b6b6b6;}

/* global link styles */
a{text-decoration:none;}
a:link{color:#1263AD;}
a:visited{color:#1263AD;}
a:active{color:#1263AD;} 
a:hover{color:#1263AD;text-decoration:underline;}

/* MESSAGE - error and confirm messages styles */
#message{text-align:center;}
#error, #ok{font-size:14px;font-weight:bold;line-height:2em;padding:100px 0;}
#error a, #ok a{font-size:11px;font-weight:normal;color:#000;}
#error{color:red;}
#ok{color:green;}

/* OTHER - styles from html editor */
.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}

/* BACK link style */
#back{font-size:10px;padding:20px 20px 10px 0;text-align:right;}
#back a{color:#666666;}

/* global form styles */
.input, select, textarea{border:1px solid;border-color:#b6b6b6;font:11px verdana;}
