/******************************** 
PREDEFINED
*********************************/

body {
	font: normal 12px Tahoma, Narkisim, Helvetica, sans-serif;
	background-color: #f3f4b4;
	color:#000;
	margin:0;
	padding:0;
	border:0;
}

body a{
	color:#cd0000;
	text-decoration:none;
}

body a:hover{
	color:#8a0000;
}

p{
	padding:0;
	border:0;
	margin:8px 0 8px 0;
}

input{
	margin:3px 0 3px 0;
}

h1, h2, h3, h4, h5, h6, form, fieldset, img{
	padding:0;
	border:0;
	margin:0;
}

h1{
	background: transparent url('images/title.gif') no-repeat top left;
	height:53px;
	width:327px;
	display:block;
	position: relative;
	z-index: 30;
	margin: 0 auto;
	_margin-bottom: -20px;
}

h2{
	font-size: 22px;
	margin-bottom:8px;
}

h3{
	font-size: 18px;
}

h4{
	font-size: 16px;
}

h5{
	font-size: 13px;
}

h6, h6 a, .myH6{
	font-size: 10px;
	color: #888;
	font-weight:normal;
}

h6 .label{
	font-weight:bold;
	color: #888;
}
h2 .label{
	font-size: 10px;
	font-weight:bold;
	color: #888;
}
/******************************** 
LAYOUT
*********************************/
#main {
	min-width: 800px;
/*	_width: 800px; IE sa moze zmensit na nulovu sirku, lebo je krepy
	background: transparent url('images/hBG2.png') no-repeat top left;*/
}

#left {	
	width:200px;
	float:left;
	margin:0 10px;
	_margin-left:5px; /*pre IE6*/
}

#right {
	width: 200px;
	float: right;
	margin: 0 10px;
	_margin-right:5px; /*pre IE6*/
}

#center{
	margin: 0 200px 10px 200px;
	padding: 0 20px 10px 20px;
}

#top {
	min-width: 800px;
}

#bottom {
	height: 30px;
	text-align: center;
}

/******************************** 
GENERAL
*********************************/
.clear {
	clear: both;
	height: 0;
	margin: 0; 
	padding:0;
	border: none;
	visibility: hidden; 
}

.clearRight {
	clear: right;
	height: -1px;
}

.label{
	font-weight: bold;
}

.myEdit{
	margin-bottom: 7px;
}

.green_msg{
	font-size: 18px;
	color: #0F0;
}

.red_msg{
	font-size: 18px;
	color: #F00;
}

.note{
	font-size: 10px;
	color: #cd0000;
}

.smallerText{
	font-size: 10px;
}

.multiFieldset{
	border: 3px;
	border-top: 3px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 3px;
	border-color: #e2d36e;
	border-style: solid;
	padding: 5px 0 5px 5px;
	margin:0 0 5px 0;
}

.myPicture{
	float:right;
	margin:8px 0 0 10px;
}

.myPicture img, .myPhoto img{
	/*vertical-align:bottom;*/
	border:4px solid #e2d36e;
}

.objAttributes{
	padding: 1px 0 1px 5px;
	margin: 5px 0 5px 0;
}

.objAttributes{
	background-image: url('images/box.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-color:#eadc7c;
	border-top:2px;
	border-right:2px;
	border-bottom:2px;
	border-left:2px;
	border-style: solid;
	border-color: #e2d36e;
}

.forumPost{
	padding: 1px 0 1px 5px;
	margin: 5px 0 5px 0;
	background: #efeba0;
	border: 2px solid #f3f4b4;
}

.buttonLink{
	margin:0 15px 0 0;
	padding: 1px 5px 1px 5px;
	display:inline;

	background-image: url('images/button_bg.png');
	border:1px solid #e2d36e;
}

.buttonLink:hover{
	background-image: url('images/button_bg2.png');
}

.buttonLinkSet{
	margin:5px 0 5px 0;
}

.listSet{
	margin:10px 0 10px 0;
}

.listItem{
	padding: 1px 0 1px 5px;
	margin: 5px 0 5px 0;

	border-top:3px;
	border-right:1px;
	border-bottom:1px;
	border-left:3px;
	border-style: solid;
	border-color: #EAE391;

	position:relative;
	overflow:hidden;
	=background-color:#eee898;
}

.itemBg{
	background-color: #eadc7c;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0.5;
	=display:none; /*pre IE 6 a 7 */
}

.itemText{
	position:relative;
}

.objField{
	margin:8px 0 8px 0;
}

.introTable td{
	padding:0 10px 0 10px;
	vertical-align:top;
	text-align:center;
}

/********************************
MODULES
*********************************/

.module {
	margin: 0 0 10px 0;
	background-color:#eadc7c;
}

.moduleHeading{
	background: #cd0000 url('images/modhead.png') no-repeat left top;
	padding:5px 8px 5px 8px;
	color:#fff;
	font-weight: bold;
	text-align:center;
}

.moduleFooter{
	text-align:center;
	padding-bottom:3px;
}

.moduleColor {
	background-image: url('images/box.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-color:#eadc7c;
	border-top:0;
	border-right:2px;
	border-bottom:2px;
	border-left:2px;
	border-style: solid;
	border-color: #e2d36e;
	padding:5px 8px 5px 8px;
}

.mod_logo {
	text-align:center;
	font-style:italic;
	background-color:#eadc7c;
	border-top:0;
	border-right:2px;
	border-bottom:2px;
	border-left:2px;
	border-style: solid;
	border-color: #e2d36e;
	padding:0 8px 5px 8px;
	margin-top: -8px;
	position: relative;
}

.mod_logo .logo img{
	margin-top:-50px;
	z-index:30;
	position:relative;
}

#top .title{
	background: #cd0000 url('images/header_bg.png') repeat bottom left;
	text-align:center;
	padding: 8px 200px 0 200px;
	height: 40px;
}

#top .title span{
	display:none;
}

#top .superlang{
	background:#ffdd22 url('images/header_bg_sub.png') repeat-x top left;
	margin-bottom:8px;
	border-bottom: solid #950000 2px;
}

#top .lang{
	float:right;
	background:#ffdd22 url('images/lang_bg.png') no-repeat top left;
	padding: 5px 0 2px 8px;
}

#top .lang span{
	margin: 0 5px 0 5px;
}

#top .lang span a img{
	text-decoration: none;
}

.mod_randPict {
	text-align:center;
}

.mod_randPict img{
	width: 192px;
}

.mod_general{
	min-height: 350px;
	background: url('images/couple.gif') no-repeat bottom right;
	=background:transparent;
}

.mod_general li{
	margin-bottom:0.6em;
}

.mod_search fieldset{
	margin-top:8px;
}

.mod_search input{
	vertical-align:bottom;
}

.mod_search .objName{
	font-size: 14px;
	text-align:center;
	background:#eadc7c url('images/button_bg.png') repeat-x left top;
	margin: 0 10px 2px 10px;
	border: 1px solid #e2d36e;
}

.mod_search .objName a{
	font-weight:bold;
	display:block;
	width:100%;
	padding: 3px 0;
}

.mod_search .objName:hover{
	background-image:url('images/button_bg2.png');
}

.mod_search .objAll{
	font-size: 9px;
}

.mod_flag fieldset{
	margin: 8px 0 8px 0;
}

.mod_flag p{
	margin: 0;
}

.mod_flag .indend0{
	padding-left: 0px;
}

.mod_flag .indend1{
	padding-left: 20px;
}

.mod_flag .indend2{
	padding-left: 40px;
}

.mod_flag .indend3{
	padding-left: 60px;
}

.mod_flag .plus, .mod_flag .minus, .mod_flag .dot{
	float:left;
	background: transparent url('images/plus.png') no-repeat top left;
	height: 12px;
	width: 12px;
	margin:4px 5px 0 0;
}

.mod_flag .minus{
	background-position: -12px 0;
}

.mod_flag .dot{
	background-position: -24px 0;
}

#expandAll, #collapseAll{
	display: none;
	color:#cd0000;
}

.mod_calendar{
	text-align:center;
}

.mod_calendar #today {
	border:1px #cd0000 solid;
	outline:#ffdd22 inset 1px;
}

.mod_calendar .isActivity{
	background-color: #ffdd22/*#073D00*/;
	border:1px solid #beb15c;
}
.mod_calendar .isActivity a{
	font-weight:bold;
}

.mod_calendar .sviatok a{
	color: #f11;
}

.mod_calendar td{
	width: 23px;
	padding:0;
	border:1px solid transparent;
	_border: 1px solid #eadc7c;
}

.termTable{
	text-align:center;
	margin:10px 0;
	background:#eee898;
	border-collapse:collapse;
}

.termTable .termMonth{
	font-weight: bold;
	width:100%;
	height:25px;
	vertical-align:middle;
	background:#eadc7c url('images/term_color0.png') repeat-x top left;
	padding:0;
	margin:0;
}

.termTable .termMonth_l, .termTable .termMonth_r{
	background: transparent url('images/term_edge.png') no-repeat top left;
	position:relative;
	top:-5px
	_top:-6px;
	height:6px;
	width:6px;
	float:left;
}
.termTable .termWeekDays td{
	height:19px;
	background:#ffdd22;
	vertical-align:middle;
}

.termTable .termMonth_r{
	background-position:top right;
	float:right;
}

.termTable .termColor1{
	background: #ffdd22 url('images/term_color1.png') repeat-x top left;
}

.termTable .termColor0{
	background: #eadc7c url('images/term_color0.png') repeat-x top left;
}

.termTable td{
	vertical-align:top;
	width:80px;
	height:30px;
	background: #efeba0;
	border: 2px solid #f3f4b4;
}

.mod_gallery .bunka{
	width: 210px;
	height: 219px;
	text-align:center;
	padding:5px 5px;
	float:left;
	overflow:hidden;
	
}

/*.mod_gallery li{
       display: inline;
        list-style: none;
        min-width: 200px;
        min-height: 200px;
        float: left;
        margin: 0 10px 10px 0;
        text-align: center;
}
*/
.mod_footer{
	background: #ffdd22 url('images/foot_line.png') repeat-x bottom left;
	margin:0 220px;
	padding: 2px 0 0 0;
	border-top: solid #950000 2px;
}

.mod_footer img{
	vertical-align:bottom;
}

.foot1, .foot2{
	background: transparent url('images/footer.png') no-repeat bottom left;
	padding: 0 0 4px 15px;
	=padding-bottom:0;
	display:inline;
}

.foot2{
	background-position:bottom right;
	padding-right:10px;
	padding-left:0;
}

.foot3{
	background:#ffdd22;
	border-bottom:solid #950000 2px;
	padding-bottom:2px;
	margin-right:4px;
	display:inline;
}

.foot_l, .foot_r{
	background:transparent url('images/foot_edge.gif') no-repeat left bottom;
	position:relative;
	bottom:11px;
	_bottom:14px;
	float:left;
	width:8px;
	height:11px;
}

.foot_r{
	background-position:right bottom;
	float:right;
}

.mod_adsense iframe{
	text-align:center;
	padding:5px 8px;
}

.nl_form_input_text{
        width: 180px;
        color: #8e8e8e;
        font-size: 11px;
        font-style: italic;
}
