*
{
	margin: 0;
	padding: 0; 
}

body
{
	background-color: white;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	color: #808080;
	font-size: 11px;
	background-image: url(/images/header_background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

h1
{
	font-size: 15px;
	margin-bottom: 24px;
}

h2
{
	font-size: 11px;
	margin-top: 24px;
	margin-bottom: 16px;
	color: #ff8200;
}

a
{
	text-decoration: underline;
	color: #808080;
}


div#body
{
	background-color: white;
	margin: auto;
	text-align:center;
	width: 950px;
	margin-top: 329px;
}


div#top_frame
{
	position: absolute;
	top: 0px;
	width: 100%;
}

div#top
{
	margin: auto;
	width: 950px;
	height: 100px;
}

div#top img 
{
	float: right;
	margin-top: 45px;
	border: 0px;
}

div#head
{
	margin: auto;
	width: 950px;
}

div#head div.corner
{
	float: right;
	background-image: url(/images/header_corner.png);
	height: 50px;
	width: 20px;
}

div#head div.menu
{
	float: left;
	background-image: url(/images/header_menu_background.png);
	height: 50px;
	width: 930px;
	color: white;
}

div#head div.menu a
{
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

div#head div.menu ul
{
	list-style: none;
	margin-left: 26px;
	margin-top: 20px;
}

div#head div.menu li
{
	float: left;
	padding-left: 16px;
	background: url(/images/header_menu_separator.png) no-repeat 8px;
}

div#head div.menu li.first
{
	padding-left: 0px;
	background: none;
}

div#head div.menu li:active
{
	font-weight: bold;
	color: red;
}


div#foot div.menu
{
	float: right;
	color: white;
}

div#foot div.menu a
{
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

div#foot div.menu ul
{
	list-style: none;
	margin-right: 70px;
	margin-top: 22px;
}

div#foot div.menu li
{
	float: left;
	padding-left: 16px;
	background: url(/images/header_menu_separator.png) no-repeat 8px;
}

div#foot div.menu li.first
{
	padding-left: 0px;
	background: none;
}

div#foot div.menu li:active
{
	font-weight: bold;
}


div#head div.poster
{
	height: 179px;
	background: url(/images/poster.jpg);
	float: left;
	width: 100%;
}

div#content
{
	float: right; 
	text-align: left;
	width: 652px;
	padding: 24px;
}

div#content p
{
	margin: 10px 0;
}

div#content ul
{
	margin: 10px 0 10px 20px;
}

div#content ul li
{
	padding-left: 18px;
	background: url(/images/li.png) no-repeat 0px 6px;
	list-style: none;
	line-height: 20px;
}

div#column_left
{
	float: left;
	margin-top: 10px;
	text-align: left;
	width: 250px;
}

div#column_left p
{
	margin: 13px 0;
}

div#column_left .h
{
	font-size: 15px;
}

div#column_left div.column_left_1
{
	background-image: url(/images/column_left_background_1.png);
	height: 169px;
	padding: 18px;
	color: white;
}

div#column_left div.column_left_2
{
	margin-top: 12px;
	margin-bottom: 12px;
	background-image: url(/images/column_left_background_2.png);
	background-repeat: no-repeat;
	height: 169px;
	padding: 18px;
	color: #4c4c4c;
}

div#foot
{
	background-color: black;
	background-image: url(/images/foot_background.png);
	background-position: top;
	background-repeat: repeat-x;
	color: white;
	height: 57px;
}

div#foot div.corner
{
	background-color: white;
	background-image: url(/images/foot_corner.png);
	width: 19px;
	height: 18px;
	float: right;
}

div#foot div.copyright
{
	float: left;
	text-align: left;
	margin-left: 20px;
	margin-top: 16px;
	color: #c0c0c0;
}

div#foot div.copyright a
{
	color: #c0c0c0;
	text-decoration: none;
}

.awebsys_red
{
	color: #EC1D25;
}

.clear
{
	clear: both;
}

/* oprava alpha pruhlednosti u MSIE  - jeste je kod v png_fix.js */
img {
	_filter: expression(addPngImage(this));
}

img.foto
{
	float: right;
	height: 65px;
	margin-right: 400px;
	border: 1px solid gray;
}

p.contact
{
	height: 65px;
}