/*
** Copyright 2007 ASCON Group. All rights reserved. 
*/

body {
	margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
	background-color: #C31967;
	background-image: url('../img/body/bcg_homepage.png');
	background-repeat: repeat-x;
	background-position: top;
}

/* Rich Text Editor default settings */
p {margin: 0px;}
body, p, div, td {font-size: 11px; font-family: Tahoma, Verdana, Arial, Helvetica; color: #FFFFFF; }
/* end of: Rich Text Editor default settings */

/* layout */

body {
	text-align: center; /* center page, IE */
	margin-top: 20px;	
}

div#center {
	width: 700px;
	margin: auto; /* required by Mozilla */
	position: relative;	 /* nutne, aby se od totoho rodicovskeho prvku pocitalo odsazeni div#main_top_gallery_floating, viz: http://www.jakpsatweb.cz/css/css-pozicovani.html */
}

div#container_size {
	width: 700px;
}

div#container_bcg_top {
	width: 700px;
	height: 7px;
	clear: both;
	background-position: left;
	background-image: url('../img/container/bcg_top.png');
	background-repeat: no-repeat;
	font-size: 0px;
}

div#container_bcg_left {
	width: 700px;
	float: left;
	background-image: url('../img/container/bcg_left.png');
	background-repeat: repeat-y;
	font-size: 0px;
}
div#container_bcg_right {
	width: 700px;	
	float: right;
	background-position: right;	
	background-image: url('../img/container/bcg_right.png');
	background-repeat: repeat-y;
	font-size: 0px;
}
div#container_main {
	margin-left: 6px; /* container_bcg_left width */
	margin-right: 6px; /* container_bcg_right width */
	vertical-align: top;
	background-color: #3F3E41;
	font-size: 0px;
}
div#container_bcg_bottom {
	width: 700px;
	height: 7px;
	clear: both;
	background-image: url('../img/container/bcg_bottom_homepage.png');
	background-repeat: no-repeat;
	background-position: left;
	font-size: 0px;
}
div#home_powered {
	width: 700px;
	padding-top: 3px;
	padding-left: 10px;
	clear: both;
	text-align: left;
}

div#main_top {
	width: 688px;
	height: 430px;
	background-color: #FFFFFF;
	background-image: url('../img/main_top/bcg_home.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

div#main_bottom {
	width: 688px;
	clear: both;
	background-color: #3F3E41;
	background-image: url('../img/main_bottom/bcg_home.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 15px;
	padding-bottom: 83px;
}

hr.clearer {
	 /* http://www.pixy.cz/pixylophone/2003_12_archiv.html#1071056082 */
	 clear: both;
   height: 1px;
   border: none;
   margin: -1em 0 0 0;
   visibility: hidden;
}
/* end of: layout */

/* powered */
div.powered {
	padding-top: 10px;
	padding-left: 10px;
}
img.powered { vertical-align: middle; border: 0px; margin-left: 1px; margin-right: 1px; width: 16px; height: 16px; text-decoration: none; }
a.powered {
	color: #E391B6;
	font-family: Tahoma, Arial, Verdana; font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.powered:visited {
	color: #E391B6; text-decoration: none;
}
a.powered:hover {
	color: #E391B6; text-decoration: underline;
}
/* end of: powered */

/* home_category */
div.home_category {
	padding-top: 20px;
	color: #B24477;
	font-weight: bold;
}
a.home_category {
	color: #B24477;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	margin-right: 10px;
}
a.home_category:visited {
	color: #B24477; text-decoration: none;
}
a.home_category:hover {
	color: #B24477; text-decoration: underline;
}
.home_category_divider {
	color: #B24477;
	font-family: Tahoma, Arial, Verdana; font-size: 8px;
	font-weight: bold;
	margin-right: 10px;
}
/* end of: home_category */

/* home_enter */
div.home_enter {
	padding-top: 20px;
	color: #B24477;
	font-weight: bold;
}
img.home_enter {
	height: 330px; width: 680px; border: 0px; margin: 0px;
}
/* end of: home_enter */

/* article_news_preview */
table#article_news_preview {
	width: 510px;
}
table#article_news_preview td {
	vertical-align: top;
}

div.article_news_preview_1 {
	width: 160px;
	margin-right: 10px;
	text-align: justify;
}
div.article_news_preview_2 {
	width: 160px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
}
div.article_news_preview_3 {
	width: 160px;
	margin-left: 10px;
	text-align: justify;
}

div.anp_title {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;	
}

div.anp_text, div.anp_text p {
	color: #B9B9B9;
	font-family: Tahoma, Arial, Verdana; font-size: 10px;
}
div.anp_text {
	text-align: justify;
}

a.anp_title {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.anp_title:visited {
	color: #FFFFFF; text-decoration: none;
}
a.anp_title:hover {
	color: #FFFFFF; text-decoration: underline;
}

div.anp_more {
	text-align: right;
}
a.anp_more {
	color: #C31967;
	font-family: Verdana, Arial, Tahoma; font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
a.anp_more:visited {
	color: #C31967; text-decoration: none;
}
a.anp_more:hover {
	color: #C31967; text-decoration: underline;
}

/* end of: article_news_preview */


