
/************** Body - plati pro celou stranku  **************/
body {
    margin: 15px;
    padding: 0px;
    padding-top: 0px;
    text-align: center;
    background-color: #335f82;
    position: relative;
    top: -18px;
	margin-bottom:20px;
}
/************** Hlavni okno - zajistuje centrovani stranky na stred **************/
#mainBgSh {
    width: 836px;
    margin: auto;
    padding: 0px;
    background-image: url("../layout/background.gif");
    background-repeat: repeat-y;
    position: relative;
}

#mainBgSh #sh1 {
    width: 24px;
    height: 50px;
    background-image: url("../layout/leftT_sh.gif");
    float: left;
}

#mainBgSh #sh2 {
    width: 788px;
    height: 18px;
    margin-left: 24px;
    background-image: url("../layout/shadow_top.gif");
}

#mainBgSh #sh3 {
    width: 24px;
    height: 50px;
    background-image: url("../layout/rightT_sh.gif");
    float: right;
}

#mainBgSh #sh4 {
    width: 24px;
    height: 50px;
    background-image: url("../layout/leftB_sh.gif");
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#mainBgSh #sh5 {
    width: 788px;
    height: 18px;
    margin-left: 24px;
    background-image: url("../layout/shadow_bottom.gif");
    clear: both;
	overflow:hidden;
}

#mainBgSh #sh6 {
    width: 24px;
    height: 50px;
    background-image: url("../layout/rightB_sh.gif");
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#mainBg {
    width: 788px;
    margin: auto;
    padding: 0px;
    background-color: white;
    padding-bottom: 3px;
    padding-top: 3px;
}

#main {
    margin-bottom: 3px;
    margin-top: 3px;
    width: 780px;
    height: auto;
    margin: auto;
    padding: 0px;
    background-color: #f41d12;
    border: 1px solid red;
}
/************** Horni pruh - banner a hlavni a menu doporuceni **************/
#top {
    position: relative;
    width: auto;
    height: auto;
    /*margin-bottom: 30px;*/
}

#top, #top a:link, #top a:visited {
    /*color: #f47212;*/
	color:white;
    text-decoration: none;
    font-family: "Times New Roman", Times, serif;
    font-family: Arial, Helvetica, sans-serif;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 70px;
    /*font-weight: bold;*/
}

#banner {
    width: 780px;
    height: 145px;
    background-color: #9dd3f9;
    background-image: url("../layout/title.jpg");
    cursor: pointer;
}

.banner_title {
	text-align:left;
    padding-top: 35px;
    padding-left: 20px;
    padding-bottom: 0px;
}

.banner_title p {
    text-align: left;
	margin:0px;
	padding:0px;
}

.banner_title h1 {
    color: #CCFFBF;
    font-family: "Times New Roman", Times, serif;
    font-size: 70px;
    font-weight: bold;
	padding:0px;
	margin:0px
}

img.noBorder {
	border:0px;
}

.banner_title p.subtitle {
	margin:0px;
	padding:0px;
    font-size: 18px;
}

#redBar {
    width: 780px;
    height: 30px;
    background-image: url("../layout/red_bar.jpg");
    margin: 0px;
    padding: 0px;
    overflow: hidden;
	text-align:left;
}
/************** Prostredni pruh **************/
#center {
    width: 780px;
    height: auto;
    background-color: #ccffff;
}
/************** Hlavni obsah **************/
#content {
    width: 414px;
    height: auto;
    background-color: #ffffff;
    text-align: left;
    float: right;
}

#mainContent {
    position: relative;
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
    padding: 5px;
    padding-bottom: 30px;
}

a:link, a:visited {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 18px;
    /*color: #ff3366;*/
	color:black;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px;
    text-decoration: none;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 22px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
}

h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 0px;
}

p {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0px;
    text-align: justify;
}
/************** Adsence **************/
#right_column {
    width: 183px;
    float: right;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 0px;
    background-color: #ccffff;
}

#left_column {
    width: 183px;
    float: left;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 0px;
    background-color: #ccffff;
	text-align:center;
}
/************** Paticka- dolni cast stranky **************/
#end {
	text-align:center;
    width: 770px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 12px;
    background-color: #335f82;
}

#end div {
    text-align: center;
}

#end span {
    padding-right: 5px;
    padding-left: 5px;
}

#end span a:link, #end span a:visited, #end span a:hover {
    color: #5498cc ;
}
/************** Paticka - odkazy na dalsi kategorie **************/
#footer {
	text-align:center;
    width: 780px;
 	clear:both;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 12px;
    padding-top: 0px;
    background-color: #335f82;
	margin:auto;
	margin-bottom:-25px;
}
 
#footer div {
    text-align: center;
}

#footer span {
    padding-right: 5px;
    padding-left: 5px;
}

#footer span a:link, #footer span a:visited, #footer span a:hover {
color: #5498cc;
}
#adfox-l2 h2 {width:400px; text-align:right;}
#adfox-l2 h2 a {color:#40749B; font-size:10px; text-decoration:none;}
.adfox-box h3 a {font-size:16px; margin:0px; color:#FF6600;}
.adfox-box p {margin:0px; }
.adfox-box {margin-bottom:12px;}
.adfox-box div a {text-decoration:none;}




