@charset "utf-8";

/* general */
html {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #828282;
}
body {
	background-color: #FFFFFF;
}
ul {
	list-style-type: none;
}
.bodytext a, table a {
	font-size: 11px;
	font-weight: normal;
	color: #5f5f5f;
	text-decoration: underline;
}
.bodytext a:hover, table a:hover {
	color: #009ebb;
	text-decoration: none;
}
h3 {
	text-decoration: none;
	color: #009ebb;
	margin: 3px 0;
}
h3 a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #009ebb;
	background-image: none;
	padding: 0px;
}
* {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 11px;
	color: #828282;	
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #009ebb;
	margin-bottom: 12px;
	font-weight: normal;
}
h2 {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 41px;
	font-size: 16px;
	color: #313131;	
	margin: 3px 0;
}
#container {
	width: 766px;
	margin-right: auto;
	margin-left: auto;	
}
/* tabele */
td {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}
.align-center {
	width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.align-left {
	width: 215px;
}
table {
	margin-right: auto;
	margin-left: auto;
}


/*****************************************************************
*                                                                *
*          common css						                     *
******************************************************************/
/* footer */
#footer {
	height: 35px;
	font-size: 10px;
	background-color: #f1f1f1;
	margin-bottom: 15px;
}
#footer img {
	margin-top: 6px;
	margin-left: 15px;
	border: 0px;
}
/*
	#footer .player {
		width: 761px;
		height: 25px;
		padding: 5px 0 0 5px;
		background-color: #F1F1F1;
	}
#footer #links {
	float: right;
	margin-top: 26px;
	list-style-type: none;
}
#footer #links li {
	float: left;
	background-image: url(../img/footer_dot.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
#footer #links a {
	text-decoration: none;
	color: #646464;
	margin-left: 6px;
	margin-right: 5px;
	background-image: none;
}
#footer #copyright {
	color: #8f8e87;
	float: right;
	margin-right: 15px;	
	margin-top: 26px;		
}
*/
/* header */
#header {
	background-image: url(../img/header_background.gif);
	background-repeat: repeat-x;
	height: 119px;
	padding-right: 21px;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#header #logo {
	margin-left: 26px;
	margin-top: 36px;
	float: left;
}
#header #menu {
	background-image: url(../img/header_menu_background.gif);
	background-repeat: repeat-x;
	height: 52px;
	width: 508px;
	margin-top: 21px;
	float: right;
	padding-top: 25px;	
}
#header #menu li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e1e1e1;
	padding-right: 22px;
	padding-left: 22px;
	height: 27px;
}
/* popravki padding */
#header #menu .pid_3, #header #menu .pid_4, #header #menu .selected_pid_3, #header #menu .selected_pid_4 {
	padding-right: 21px;
}
/* konec */
#header #menu .pid_3, #header #menu .selected_pid_3 {
	background-image: url(../img/ul_background.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#header #menu .selected_pid_3 a, #header #menu .selected_pid_4 a, #header #menu .selected_pid_5 a, #header #menu .selected_pid_6 a, #header #menu .selected_pid_7 a {
	color: #009ebb;
}
#header #menu a {
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	color: #434343;
	line-height: 27px;
	font-weight: bold;
	background-image: none;
}
#header #menu a:hover {
	color: #009ebb;
}


/*****************************************************************
*                                                                *
*          index css						                     *
******************************************************************/
/* body */
#body {
	background-image: url(../img/body_background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 508px;
	margin-top: 1px;
	padding-bottom: 11px;
	width: 100%;
	overflow: hidden;
}
#body a {
	text-decoration: underline;
	color: #5f5f5f;
}
#body a:hover {
	text-decoration: none;
	color: #009ebb;
}
#body h2 {
	margin-bottom: 12px;
}
/* body left */
#body #left h2 {
	background-image: url(../img/h2_1.gif);
	width: 294px;
}
#body #left {
	float: left;
	width: 335px;
	padding-left: 15px;
	padding-right: 15px;	
}
#body #left .csc-frame {
	width: 335px;
	background-color: #f1f1f1;
	padding-top: 14px;
	padding-bottom: 14px;	
}
#body #left td {
	width: 120px;
}

#body #left td.align-center {
	width: 30px;
}

	#body #left td a {
		font-size: 11px;
		font-weight: normal;
		color: #5f5f5f;
		text-decoration: none;
		background-image: url(../img/dot3.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 11px;
	}
	#body #left td a:hover {
		color: #009ebb;
		background-image: url(../img/dot2.gif);
	}
#body #left table {
	width: 260px;
}

/* body right*/
#body #right {
	float: right;
	width: 317px;
	padding-right: 83px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e7e7e7;
	background-image: url(../img/body_girl.gif);
	background-position: 340px center;
	background-repeat: no-repeat;
}
#body #right p {
	margin-bottom: 13px;
}
#body #right img {
	float: left;
	margin-right: 20px;
	margin-left: 13px;
	margin-top: 6px;
}
#body #novice {
	width: 175px;
	float: left;
}


/*****************************************************************
*                                                                *
*          sub css							                     *
******************************************************************/

/* body 2 */
#body2 {
	margin-top: 1px;
	margin-bottom: 6px;
	width: 100%;
	overflow: hidden;
	background-image: url(../img/body2_background.gif);
	background-repeat: repeat-y;
}
#body2 h2 {
	background-image: url(../img/h2_2.gif);
	width: 469px;
}
#body2 #content {
	padding-left: 15px;
	padding-top: 15px;
	width: 514px;
	float: left;
	padding-right: 20px;
	padding-bottom: 15px;
}
#body2 #content li {
}
	#body2 #content li a {
		background-image: url(../img/dot3.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 11px;
	}
	
	
	#body2 #content li a:hover {
		color: #009ebb;
		background-image: url(../img/dot2.gif);
	}
#body2 #content a {
	text-decoration: underline;
	color: #5f5f5f;
}
#body2 #content a:hover {
	text-decoration: none;
	color: #009ebb;
}
#body2 #content h2 {
	color: #009ebb;
	margin-bottom: 12px;
	margin-top: 20px;
}
#body2 #content h3 {
	color: #009ebb;
	font-size: 11px;
	font-weight: bold;
}
#body2 #slika {
	background-color: #ccecf1;
	float: right;
	width: 215px;
	height: 252px;
	clear: right;
	background-image: url(../img/body2_girl.gif);
	background-repeat: no-repeat;
	background-position: 23px 15px;
}
#body2 td {
	padding-left: 10px;
	padding-right: 10px;
}
#body2 table {
	margin: 0px;
}
#body2 #enews_cenik_wrapper {
	float: right;
	width: 215px;
	background-color: #FFFFFF;
}
#body2 #enews_cenik_wrapper .csc-frame-frame1 {
	background-color: #009ebb;
	margin-bottom: 5px;
	padding: 10px;
}
#body2 #enews_cenik_wrapper .csc-frame-frame2 {
	background-color: #f3a75b;
	margin-bottom: 5px;
	padding: 10px;
}
#body2 #enews_cenik_wrapper p {
	color: #FFFFFF;
}
#body2 #enews_cenik_wrapper h2 {
	color: #FFFFFF;
	background-image: none;
	padding: 0px;
	font-weight: bold;
	width: auto;
}
#body2 #enews_cenik_wrapper input {
	background-color: #4fc0d5;
	margin-top: 9px;
	margin-bottom: 9px;
	border: 1px solid #80d2e1;
	color: #FFFFFF;
	font-size: 11px;
	padding: 1px;
}
#body2 #enews_cenik_wrapper .csc-frame a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/dot5.gif);	
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
}
#body2 #enews_cenik_wrapper .csc-frame a:hover {
	background-image: url(../img/dot4.gif);	
}
