/*------------------------------------------------------------------- GENERAL ---*/
body {
	margin: 0;padding: 0 0 30px;
	font-family:  Tahoma, "Lucida Grande CE", lucida, verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color : #464646;
	text-align: center;
	background: #eeeeee url('../img/body-bg.png') repeat-x top left;
}

a { color: #e10079;  text-decoration: underline; }
a:hover { color: #ff3d95;}

ul, ol, li, h1, h2, h3, h4, h5, hr, p, form, fieldset, input, label, img, td, th {margin: 0; padding: 0; }
img {  border: none; }

h2 { font-size: 130%; padding: 10px 13px; margin-top: 5px; color: white; background: #594a54; }
h2.lightgray {background: #b8a8b1; }
h2.darkgray {background: #93838c; }
h3 { font-size: 130%; padding: 0 0 0.5em; color: #ef6c24}
h4 { font-size: 110%; padding: 0 0 0.5em;  }
h5 { font-size: 100%; padding: 0 0 0.2em;  }

hr { display: none; }
.hr { font-size: 1px; height: 1px; border-bottom: 1px solid #d5d5d5; clear: both; margin-bottom: 10px;}
p { padding-bottom:1.5em;  }

ul { list-style: none; padding: 0 0 1.3em 5px;  }
ul ul {padding: 0;	margin-top: 7px;}
ol { list-style: decimal; padding: 0 0 1em 22px;  }
li { padding: 0 0 2px 12px; background: url('../img/arrow.png') no-repeat 0 5px; }
ol li { padding: 0 0 5px 0px; background: none}

small { font-size: 90%; }
big { font-size: 110%; }

/*---------------------------------------------------------------------- LAYOUT---*/
#all {
	width: 960px;
	margin: 0 auto;
	padding-top:12px;
	text-align: left;
}
#header {
	width: 100%;height: 112px;
	overflow: hidden;
	position: relative;
	background: #FFF url('../img/head-bg.png') repeat-x;
	text-align: center;
}
#content {
	width: 950px;
	padding: 0 5px;
	background: #FFF;
	position: relative;
}
#left {
	width: 219px;
	float: left;
	overflow: hidden;
}
#center {
	width: 526px;
	/*height: 100%;*/
	float: left;
	margin-left: 5px;
	overflow: hidden;
}
#right {
	width:195px;
	float: right;
	overflow: hidden;
	padding-bottom: 15em;
}
#footer {
	width:960px;
	font-size: 90%;
	color: #FFF;
	background: #594a54;
}
#footer p { padding: 10px 20px;  }
#footer p.right { padding-top:5px; padding-bottom: 5px; }
#footer a:hover { color: #FFF;}
#footer p.left {
	/*padding-top: 22px;*/
}
#center h2 {
	background-image: url('../img/h2-bullet.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
#left .ad {
	text-align: center;
	padding-top: 15px;
}

h1 {
	margin: 0; padding: 0;
	position: relative;
	width: 235px;
	height: 103px;
	overflow: hidden;
}

h1 a {
	display: block;
	position: relative;
	width: 235px;
	height: 103px;
}

h1 a span {
	display: block;
	position: absolute;
	left: 0; top: 0;
	background-image: url('../img/bezpecny-domov.png');
	background-repeat: no-repeat;
	width: 235px;
	height: 103px;
}

/*----------------------------------------------------------------------------------- HEADER ---*/
#header #logo { float: left; background: none;padding:0; margin: 0; font-size: 130%; color:#FFF;}
#header p.left { padding: 20px 0 0 20px; font-size: 120%; color: #7c7c7c; font-weight: bold; width: 200px;}
#header div.right {
	padding-top: 10px;
}
#header #menu { position: absolute; top: 90px; right: 10px; text-align: right; color: #FFF; list-style-type: none; margin: 0; padding: 0; }
#header #menu li { display: inline; margin: 0; padding: 0; background: none; }
#header #menu a { color: #FFF; padding: 0 3px; font-size: 100%; font-weight: bold; text-decoration: none; }
#header #menu a:hover {  text-decoration: underline; }

/*----------------------------------------------------------------------------------- LEFT ---*/
#left #partneri { padding: 15px 13px; background: #eeeeee;}
#left #novinky { padding: 15px 13px;}
#left #sarticles { padding: 15px 13px;}
#left #tiskoviny { padding: 15px 13px; margin-bottom: 5px; background: #eeeeee; text-align: center;}
#left #tiskoviny img {border: 3px solid #848484; margin-bottom: 10px;}

/*----------------------------------------------------------------------------------- RIGHT ---*/
#right h2 { margin-bottom: 15px;}
#right ul, #right p { padding-left: 13px;}
#right input {margin-bottom: 4px;}

/*----------------------------------------------------------------------------------- CENTER ---*/
#center #mainarticle {
	width: 526px;
	margin-bottom: 1em;
	min-height: 400px;
}
#mainarticle .perex {

/*	width: 240px;
	float: left;*/
	padding-top: 10px;
	padding-left: 10px;
}
#mainarticle .perex.right { padding-right: 10px; float: right;}
#mainarticle .mainimg {
	width: 260px;
	float: right;
	padding-top: 5px;
}
#mainarticle .mainimg.left { float: left;}

.padding {padding: 1em 10px;}
.row {width: 506px; margin-bottom: 2em; background: url('../img/row.gif') repeat-y;}
.row p { padding-bottom:0; }
.col2 {width:235px; float: left; margin-bottom: 1em; }
.col2.right { padding-right: 0px;}

.quest { padding-bottom: 0; }

/*----------------------------------------------------------------------------------- FORM ---*/
input, select, textarea {
	font-family:  Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 100%;
	color:#5a5a5a;
	width: 115px; height: 16px;
	margin-bottom: 3px;
	vertical-align: middle;
	border: 1px solid #626262;
}
#search input.search {width: 115px;}

textarea {
	width: 300px;
	min-height: 60px; height: 300px;
}

label {
	display: block; width: 100px;
	margin: 0 5px 0px 0;
	text-align: left;
	float: left; clear: left;
}

.submit   {
	width:auto;
	font-weight: bold;
	color: #FFF;
	padding: 0px 3px;
	height: 18px;
	background: #ee5a22;
	border: 1px solid #626262;
	cursor: pointer;
}
.submit2   {
	width:auto;
	font-weight: bold;
	color: #FFF;
	padding: 0px 3px;
	height: 18px;
	background: #ee5a22;
	border: 1px solid #626262;
	cursor: pointer;
}

/*---------------------------------------------------------------------------- TABLES --------*/
table {
	margin-bottom:10px;
	border-collapse: collapse;
	font-size: 100%;
	width:100%;
}
th {
	padding: 6px 4px;
	font-weight: bold;
	text-align: left;
	background: #ef6c24;
	color: #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
td {
	padding: 4px 4px;
	vertical-align: top;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #f2f2f2;
}
table.layout td {
	border: none;
	padding: 2px 10px 2px 0;
	background: none;
}


/*----------------------------------------------------------------------------- OTHERS ---*/
.right { float: right }
.left { float: left }
.fright { float: right; margin: 0 0 10px 10px; }
.fleft { float: left; margin: 0 10px 10px 0; }
.tright, td.tright, th.tright { text-align : right }
.tleft, td.tleft { text-align : left }
.center, td.center { text-align : center;}
.middle { vertical-align : middle }
.clear { clear: both;}
.bold { font-weight: bold;}


/*----------------------------------------------------------------------------- ADMIN ---*/
fieldset {border: 1px solid #DADADA; padding: 5px; margin: 0 5px 10px 5px;}
legend {font-weight: bold; padding: 7px 3px; }
label {float: left; clear: left; width: 140px; margin: 4px 10px 0 0; text-align: right; }
fieldset.longLabel label {width: 350px; float: none; clear: none; text-align: left; height: 20px; }
/*
select {width: 300px; margin: 2px 0 0 0; height: 25px;}
*/

input,select {width: 300px; margin: 2px 0 0 0; }
input.checkbox {width: 50px; margin: 3px 50% 0 0; border: 0px;}
fieldset.longLabel input.checkbox {margin: 3px 10px 0 30px;	float: left; clear: left;}
input.submit {margin-bottom: 1em; }

#mainNovinky li {
	padding: 0;
	padding-left: 0.5em;
	background-image: none;
	background-color: transparent;
}

#mainNovinky .datum {
	font-weight: bold;
}

#mainNovinky .novinkyPerex {
	padding-left: 1em;
	padding-bottom: 1em;
}

#obsah .floatLogo {
	float: right;
	clear: both;
	padding-left: 0.7em;
	padding-right: 0.7em;
}

#center h2 {
	margin-bottom: 0.5em;
}

.partnerListPerex {
	margin-left: 1em;
}

.forum .forumDesc {
	margin-left: 1em;

        text-align: right;
}

.thread {
	padding-bottom: 0.5em;
	background-image: url('../img/line.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.thread h3 {
	margin-top: 0.8em;
}

.thread .threadInfo {
	margin-left: 0em;

        text-align: right;
}

#forumNavigation {
	margin-top: 1em;
	text-align: center;
}

#forumNavigation .back {
	margin-right: 1em;
	text-align: left;
}

#forumNavigation .next {
	margin-left: 1em;
	text-align: right;
}

#mainPost {
	background-color: #eeeeee;
	padding: 0.5em;
}

#mainPostAuthor {
	text-align: right;
}

#mainPostDate {
	text-align: right;
}

.post {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	background-image: url('../img/line.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.post .postAuthor, .post .postBody {
	padding-left: 1em;
}

.post.registered .postAuthor, .post.registered .postBody {
	background-color: #f9e2d6;
}

#newThreadBody textarea, #newPostBody textarea {
	width: 100%;
}

#newPostCommit {
	text-align: center;
}

#newPostName, #newThreadUserName, #newThreadSubject {
	vertical-align: middle;
	width: 10em;
}

#partnerLogin {
	position: absolute;
	bottom: 0;
	right: 5px;
	width: 190px;
}

#partnerLogin td {
	vertical-align: middle;
	white-space: nowrap;
}

#partnerLogin input {
	width: 100%;
}

#partnerLogin .submitButton {
	width: 5em;
}

#newPostNameInput {
	font-weight: bold;
}


.loginName, .loginPassword {
	width: 50%;
}

#dotaznikVyzkum b {
	display: block;
	background-color: #eeeeee;
	padding: 0.2em;
}

#dotaznikVyzkum .radioInput {
	border: none;
}

#dotaznikVyzkum input {
	width: auto;
}

#dotaznikVyzkum td.indent {
	padding-left: 2em;
}

#dotaznikVyzkum td {
	vertical-align: middle;
}

#dotaznikVyzkum table table, #dotaznikVyzkum table table td {
	margin-bottom: 0;
	border: none;
}

#dotaznikVyzkum .leftSideShort {
	width: 50%;
}

#dotaznikVyzkum .leftSideLong {
	width: 75%;
}

#dotaznikVyzkum .rightSideLong input {
	width: 100%;
}

#dotaznikVyzkum label {
	width: auto;
	float: none;
	clear: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#dotaznikVyzkum .rightSideShort {
	width: 25%;
}

#dotaznikVyzkum .rightSideShort input {
	width: 100%;
}

td.withHeader {
	padding: 0;
	background: none;
}

.imagePreview {
	display: block;
	text-align: center;

	margin: 0.5em;
	margin-left: 0;
	font-weight: bold;
}

#jsbanner {
	width: 150px;
	/*height: 512px;*/
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#rightSideBanner {
	width: 150px;
	/*height: 512px;*/
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.partnerSpacer {
	height: 1em;
	clear: both;
}

.forumListEven, .forumListOdd, .threadEven td, .threadOdd td {
	padding: 0.2em;
}

.forumListEven, .threadEven td {
	background-color: #eeeeee;
}

.forumListOdd, .threadOdd td {
	background-color: #e0e0e0;
}

.threadEven td, .threadOdd td {
	text-align: right;
	vertical-align: bottom;
	position: relative;
}

.threadEven h3, .threadOdd h3 {
	text-align: left;
	margin: 0;
	padding: 0;
}

.forumThreadList, .forumThreadList td {
	border-collapse: collapse;
	border: none;
}

.articlePreview {
	background-image: url('../img/line.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

.articleCategory {
	text-align: right;
	margin-bottom: 1em;
	padding: 0.4em;
	margin-top: -8px;
	background-color: #eeeeee;
}

.perexSmall P {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.4em;
	padding-left: 1em;
	font-weight: bold;
	border-left: solid 3px #eeeeee;
}

#panelakFlash{

}

#bytFlash {
}