body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../images/bg_orange.png) repeat-x;
	background-color: #FDBF2C;
}


body, table
{
	font-family: Georgia;
	font-size: 11px;
	color: #555;
}


a {
	text-decoration: none;
	color: #a35;
}

h2, h3
{
	color: #a35;
	margin-bottom: 0;
}

h2
{
	font-size: 160%;
}

h3
{
	font-size: 120%;
/*	margin-left: 10px;*/
	margin-top: 10px;
}

fieldset
{
	border: 0;
	border-top: 1px dashed #888;
}

span.field_required
{
	color: red;
	font-size: 80%;
}

div#page
{
	width: 1000px;
	border: 0px solid black;
	margin: auto;
	text-align: left;
}	


div#page_left
{
	width: auto;
	margin-right: 204px;
}	


div#page_left_inner
{
	min-height: 390px;
	_height: 430px;
	background-color: white;
	_margin-right: -3px;
}


div#page_right
{
	width: 204px;
	float: right;
	_margin-left: -3px;
	min-height: 390px;
	_height: 430px;
}	


div#page_right_content
{
	padding-left: 15px;
}


div#main_top_menu
{
/*	background-color: green;*/
/*	height: 20px;*/
/*	border-bottom: 1px dashed black;
	margin-bottom: 10px;*/
/*	padding: 3px 0px 5px 10px;*/
	padding-bottom: 10px;
	font-style: italic;
}
div#main_top_menu table
{
	font-style: italic; /* kvuli IE */
}

div#main_top_menu a
{
	color: #555;
}

div#main_top_menu a:hover
{
	color: #a35;
}

span#top_menu_username
{
	color: #a35;
}

div#main_menu
{
/*	background-color: green;*/
	min-height: 60px;
	_height: 60px;
	padding-left: 10px;
	/*font-style: italic;*/
/*	border-bottom: 1px solid gray;*/
}

div#main_menu a
{
	color: #777;
}

div#main_menu a:hover
{
	color: #a35;
}

div.item
{
	float: left;
	padding-right: 20px;
}

div#main_menu a.top_menu_active
{
	font-size: 150%;
	font-weight: bold;
	color: #a35;
}

div#main_right_menu
{
	width: 208px;
	float: right;
	_margin-left: -3px;
	min-height: 655px;
	_height: 655px;
}


div#main_content
{
	width: auto;
	margin-right: 208px;
}	


div#main_content_inner
{
	min-height: 650px;
	_height: 640px;
	_margin-right: -3px;
}


div.horizontal_line
{
	background: url(../images/horizontal_line.png) repeat-x;
	height: 5px;
	margin-left: 10px;
	clear: left;
}

div.hr_dashed
{
	border-top: 1px dashed black;
	margin: 4px 0px;
}


img#right_menu_logo
{
	margin-left: 13px;
	margin-top: 69px;
}


.mamia_red
{
	color: #A81206;
}

.center_submit
{
	margin: auto;
	margin-top: 15px;
	display: block;
}

button#center_submit
{
	margin: auto;
	margin-top: 15px;
	display: block;
/*	padding-left: -20px;*/
	cursor: pointer;
}


form#registration table
{
	width: 570px;
}

form#registration table td
{
	width: 50%;
	font-size: 11px;

}

form#registration table td input, form#registration table textarea
{
	width: 100%;
}

.r
{
	text-align: right;
	padding-right: 5px;
}


div.right_menu_2_login
{
	background: url(../images/right_menu_2_bg.png) repeat-y;
	text-align: center;
}

div.indent
{
	margin-left: 10px;
}

/* oprava alpha pruhlednosti u MSIE  - jeste je kod v png_fix.js */
img {
	_filter: expression(addPngImage(this));
}

p.thin_p {
	margin: 0px;
	margin-bottom: 2px;
}
