/*styl pro layout*/

body {
	background-color: #B4D6E1;
	margin-top : 5px;
}

.center
{
	width : 100%;
	text-align : center;
	margin : 0px;
}

/*hlavní box*/
.main-part
{
	width:750px;
	background-color: #FFFFFF;
	margin-left : auto;
	margin-right : auto;
	margin-top:0px;
	margin-bottom:0px;
	border : none;
	background-image : url(pic/podmenu.gif); 
	background-attachment : scroll;
	background-position : left;
	background-repeat : repeat-y;
}

/*hlavička*/
.head
{
	width:750px;
	margin-left : auto;
	margin-right : auto;
	margin-top:0px;
	margin-bottom:0px;
	height : 75px;	/*výška hlavičky*/
}

.foot
{
	width:750px;
	margin-left : auto;
	margin-right : auto;
	margin-top:0px;
	margin-bottom:0px;
	height : 58px;	/*výška hlavičky*/
}


.menu
{
	width:137px; 
	float: left;
	margin-top:0px;
	margin-bottom:0px;
/*	background-image : url(pic/sv_15.gif);
	background-attachment : scroll;
	background-position : left;
	background-repeat : repeat-y;*/
	line-height: 60%; /*kvuli mozzile*/

}

.text
{
	float : right;
	text-align:center;
	background-color: #FFFFFF;
	width:611px;
}

/*kvuli nezavislosti na absolutnich sirkach*/
.real-text
{
	text-align : justify;
	width:95%;
	margin-top: 10px;
	margin-left : auto;
	margin-right : auto;
	line-height: 120%;
	font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
	color : #002333;
	font-weight : normal;
	font-size : 11px;
	text-decoration: none;
	}
.left-box{
	float : left;
	width : 375px;
	border : none;
}	
.right-box{
	float : right;
	width :200px;
	border : none;
}	
	
.copyright {
	color: #002333;
	text-align:center;
	font-size: 10px;
	font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/*konec stylu pro layout*/

/*styly pro text*/
p {
		margin-top: 0px;
		margin-bottom: 10px;
}

span.blue{
	color : #0079A5;
	font-weight : bold;
	font-style : italic;
}


h2 {
	font-size: 16px;
	margin-bottom: 20px;
	color: #002333;
	font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
}

h3{
	font-size: 12px;
	font-style : italic;
	margin-bottom: 10px;
	color: #CE0018;
	font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
}

h4{
	font-size: 12px;
	margin-bottom: 10px;
	color: #002333;
	font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
}

ul{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ol{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*konen stylu pro text*/

/*styl pro table*/

table{
		font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight : normal;
		margin-top: 0px;
		margin-bottom: 10px;
		width : px;
		color : #002333;
		border : 1px solid #;
}
td{
	border : 0px;
	padding : 2px 2px 2px 2px;
}

table.borders{
	border-collapse : collapse;
}
table.borders td{
	border : 1px solid #;
	padding : 2px 2px 2px 2px;
}

tr.head{
	font-size : 11px;
	font-weight : bold;
	background-color : #;
}

tr.odd{
	background-color : #;
}

tr.even{
	background-color : #;
}

/*konec stylu pro table*/

/*styly pro obrazky*/

img.left {
	float : left;
	margin-bottom : 5px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 5px;
	border : 0px solid;	
}

img.right {
	float : right;
	margin-bottom : 5px;
	margin-top : 0px;
	margin-left : 5px;
	margin-right : 0px;
	border : 0px solid;	
}

/*konec stylu pro obrazky*/


/*styly pro odkazy*/
a:link {
	color: #0089C2;
	text-decoration: underline;
}
a:active {
	color: #AF0501;
	text-decoration: none;
}
a:visited {
	color: #0089C2;
	text-decoration: underline;
}
a:hover {
	color: #AF0501;
	text-decoration: underline;
}


a.light:link {
	color: #0089C2;
	text-decoration: underline;
}
a.light:active {
	color: #AF0501;
	text-decoration: none;
}
a.light:visited {
	color: #0089C2;
	text-decoration: underline;
}
a.light:hover {
	color: #AF0501;
	text-decoration: underline;
}
/*konec stylu pro odkazy*/