/*styl pro layout*/

body {
	background-color: #484848;
	color: #A6A6A6;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top : 20px;
}

.right{
	float: right;
	text-align: right;
}

.center
{
	width : 100%;
	text-align : center;
	margin : 0px;
}

/*hlavní box*/
#main-part
{
	width:750px;
	background-color: black;
	margin-left : auto;
	margin-right : auto;
	margin-top:0px;
	margin-bottom:0px;
	background-image : url(../images/pozadi_03.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 : 90px;	/*výška hlavičky*/
}


#menu
{
	width:154px; 
	float: left;
	background-color: transparent;
	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;
	width:596px;
}

/*kvuli nezavislosti na absolutnich sirkach*/
#real-text
{
	float: none;
	background: transparent;
	background-color: black;
	text-align : justify;
	width:95%;
	margin-top: 10px;
	line-height: 130%;
	margin-left : auto;
	margin-right : auto;
	margin-bottom: 0px;
	text-decoration: none;
	}

#center-box
{
	float: left;
	text-align : center;
	width:436px;
	margin-top: 0px;
	margin-left : 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right : 0px;
	margin-bottom: 0px;
	text-decoration: none;
	}
	

#right-col{
	float: right;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	width: 160px;
}

.right-box{
	width: 200px;
	border: 1px solid #4B4B4B;
	background-color: #1C1C1C;
	margin-left: 8px;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	color: #4A747B;
	padding: 3px 3px 3px 3px;
	float: right
}

#copyright {
	text-align:center;
	font-size: 10px;
	text-decoration: none;
 	color: black;

}

#menu-box{
	border: 1px solid #4B4B4B;
	background-color: #1C1C1C;
	margin: 2px auto 2px auto;
	padding-right: 4px;
	width: 145px;
	line-height: 140%;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	color: #4A747B;
}

/*konec stylu pro layout*/

/*styly pro text*/
p {
		margin-top: 10px;
		margin-bottom: 10px;
}


hr {
	height: 1px;
	color: #252424;
	margin-bottom: 0px;
}


h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #414141;
	font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
}

h3{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #775549;
	font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
}

h4{
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #134B54;
	font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
}

span.black{
	color: black;
	font-weight: normal;
}

span.yellow{
	color: #D3D3D3;
	font-weight: bold;
}


ul{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
		list-style: square;
}
li{

	text-align: left;
}

ol{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: decimal;
}
/*konen stylu pro text*/

/*styl pro table*/

table{
		font-size: 11px;
		font-weight : normal;
		margin-top: 0px;
		margin-bottom: 10px;
		border : none;
		text-align: left;
}
td{
	border : 0px;
	padding : 2px 2px 2px 2px;
}

table.nopadding{
 	margin-left: auto;
	margin-right: auto;
	text-align: left;
	vertical-align: top;
}
table.nopadding td{
	padding: 1px 1px 1px 1px;
}
tr.head{
	font-size : 10px;
	font-weight : bold;
	background-color : #;
}


/*konec stylu pro table*/

input{
	font-family: Verdana;
	color: #d1d1d1;
	border: 1px solid #252424;
	background-color: #121212;
	font-size: 10px;
}

input.field-normal{
	width: 200px;
}
input.field-long{
	width: 380px;
}

textarea{
	border: 1px solid #252424;
	background-color: #121212;
	font-family: verdana,arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d1d1d1;
}


/*styly pro obrazky*/

img{
	border: none;
}

img.left {
	float : left;
	margin-bottom : 15px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 5px;
	border : 1px solid #E6DDC3;	
}

img.corner {
	float : right;
	vertical-align: top;
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	padding: 0px 0px 0px 0px;
	border : none;
}


img.right {
	float : right;
	margin-bottom : 5px;
	margin-top : 0px;
	margin-left : 15px;
	margin-right : 0px;
	border : 0px solid #E6DDC3;	
}

img.finger {
	float : none;
	margin-bottom : 0px;
	margin-top : 0px;
}

/*konec stylu pro obrazky*/


/*styly pro odkazy*/
a:link {
	color: #775549;
	text-decoration: underline;
}
a:active {
	color: #4A747B;
	text-decoration: none;
	font-weight: bold;	
}
a:visited {
	color: #767676;
	text-decoration: underline;
}
a:hover {
	color: #4A747B;
	text-decoration: underline;
}

/*styly pro odkazy*/
a.anketa:link {
	color: black;
	text-decoration: none;
}
a.anketa:active {
	color: #DE0029;
	text-decoration: none;
}
a.anketa:visited {
	color: black;
	text-decoration: none;
}
a.anketa:hover {
	color: #1E213E;
	text-decoration: none;
}

a.highlight:link {
color: #775549; TEXT-DECORATION: underline; font-weight: bold;
}
a.highlight:active {
	color: #775549;
	TEXT-DECORATION: underline; font-weight: bold;
}
a.highlight:visited {
color: #775549; TEXT-DECORATION: underline; font-weight: bold;
}
a.highlight:hover {
	color: #775549;
	TEXT-DECORATION: underline; font-weight: bold;
}
/*konec stylu pro odkazy*/