/*
	www.sedmikraska-svatby.cz - Blue (cerven 2007)
	(c) 2007 Honza Michalicka <info@deczka.com>,
	Alena Salamonova - Nux s.r.o. <alena(at)nux(dot)cz>
	Revize: 18. 2. 2008
*/

/* Basic html elements styles */

body {
	behavior: url(/content/javascripts/csshover2.htc);
}

html, body {
	margin: 0;
	padding: 0;
}

body {
  	font-size: 80%;
     	line-height: 1.5em;
  	color: white;
    	background-color: white;
  	padding: 0;
    	margin: 0;
  	font-family: Arial, Verdana, "Geneva CE", lucida, sans-serif;
}

a {color: #F7D74E;}
a:visited {color: #F7D74E;}
a:hover {color: #DFB200;}

h1, h2, h3, h4, h5, h6 {
	color: #edd87b;
        margin: 0em;
	font-weight: bold;
	font-style: italic;
}

h1 {font-size: 200%; margin:0 0 0.3em 0;}
h2 {font-size: 160%; margin: 1em 0 0.5em 0;}

address {
	font-style:normal; 
	font-weight:bold;
}

ul { padding: 0 0 0 30px; } 

table {
	border-collapse: collapse;
}

table tr td {
	border-bottom:1px solid #fff; padding:10px 5px;
}

table tr td p {
	margin:10px 0;
}

/* Page layout */

div#page {
	margin: 0 auto;
	width: 900px;
  	position: absolute;
  	left: 50%;
  	margin: 0 0 0 -450px;
  	padding: 0;
        background: url(/images/design/2006-07/page_bg.gif) repeat-y top left;
}

div#header-part {
	height: 175px;
        background: url(/images/design/2006-07/top2.jpg) no-repeat;
}

div#content-part {
	padding: 0;
        margin: 0 48px 0 52px;
        background: url(/images/design/2006-07/page_gradient.jpg) no-repeat top left;
        min-height: 475px;
        height: 475px;
}

div[id] #content-part {
   height:auto;
}

div#main-col {
   margin: 0 20px 0 210px;
   padding: 0;
}

div#side-col {
   float: left;
   margin: 0;
   padding: 0;
   width: 187px;
}

div#side-col-in {
   padding: 0;
}

div#footer-part {
	clear: both;
	background: url(/images/design/2006-07/bottom.jpg) no-repeat;
        height: 99px;
	text-align: right;
	font-size: 90%;
        color: #7F7F7F;
        margin: 0; padding: 0;
}

/* header */
div#header-part h1 {
	margin: 0;
        padding: 0;
	font-size: 155%;
}

div#header-part a#logo {
   display: block;
   width: 550px;
   height: 175px;
   margin: 0 0 0 50px;	
}

/* footer */

div#footer-part p.credits {
	margin: 0;
	padding: 20px 130px 10px 10px;
}

div#footer-part p.rychle-kontakty {
	margin: 0;
	font-size: 130%;
        font-weight: bold;
        color: white;
        font-style: italic;
	padding: 20px 130px 10px 10px;
}

/* navigation */

ul#nav {
	margin: 0;
	padding: 0;
        border: none;
line-height: normal;
}

ul#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#nav li a {
	height: 30px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;
	}

ul#nav li a:link, ul#nav li a:visited {
	display: block;
	text-align: left;
	color: #000;
        font-weight: bold;
	text-decoration: none;
        padding: 7px 0 4px 8px;
        margin: 1px 0 0 0;
        color:white;
        background: #27568E;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
}

ul#nav li a:hover {
        background: #27568E;    
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

ul#nav li a.menuactive:link, ul#nav li a.menuactive:visited, ul#nav li a.menuactive:hover {
        background: #27568E;
        color: #edd87b;
	font-weight: bold;
	font-style: italic;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

/* Content styles */

div#content h2 {
	font-size: 180%;
}

div#content h3 {
	font-size: 140%;
}

div#content h4 {
	font-size: 110%; 
	font-weight:bold;
}

div#content h5, div#content h6 {
	font-size: 100%;
	font-weight:bold;
}

div#content p {
	text-align: justify;
	line-height: 130%;
}

div#content li {
	margin-bottom:6px;
}

div#content ul li {
	list-style-image:url(/images/red/bullet.png);
}

/* notes */

div#content div.note-black, div#content div.note-red {
	width: 277px;
	float: right;
	margin: 10px 0 10px 20px;
	padding: 15px;
	color: #fff;
}

div#content div.note-black a , div#content div.note-red a, 
div#content div.note-black a:hover , div#content div.note-red a:hover {
	color: #fff;
}

div#content div.note-black strong, div#content div.note-red strong {
	font-weight: normal;
}

div#content div.note-black {
	background: #000 url(/images/red/note-black.png) bottom left no-repeat;
	font-size: 130%;
}

div#content div.note-red {
	background: #c80000 url(/images/red/note-red.png) bottom left no-repeat;
	font-size: 110%;
}


/* price lists */

dl.cenik {
	font-size:90%;
}

dl.cenik dt {
	font-weight:bold; 
	color:#555; 
	width: 530px; 
	float:left; 
	padding-top:8px; 
	border-bottom:1px dotted #ddd;
}

dl.cenik dd { 
	padding-top:8px;
}

/* photos + description */

div#content div.photo-description {
	float:right;
	margin: 10px 0 10px 20px;
	padding:10px;
	background:#eee;
	width:287px;
}

div#content div.photo-description p {
	margin: 5px 0 0 0;
	font-size: 85%;
	text-align:center;
}

div#content div.col {
	float:right; 
	width:327px;
}

div#content div.col2 {
	float:right; 
	width:200px;
}

div#content div.photo-left {
	width:437px;
	margin: 10px 0 0 0; _margin-left:-3px;
}

div#content div.photo-left  div.photo-description {
	margin: 10px 0 10px 10px;
	width:188px;
	padding:10px;
}

/* contact form */

form#contact_form {
	background:#eee;
	padding:1em;
}

form#contact_form label {
	display: block;
	float: left;
	width: 5em;
}

form#contact_form p#contact_form_send {
	padding-left:5em;
}

/* Other classes */

.invisible {
	display: none;
}

.smaller {
	font-size: 90%;
}

.bila {color: #fff;}
.zluta {color: #edd87b;}

.border {border-top: 1px solid #edd87b; padding-bottom:5px; margin-bottom:15px;}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
}

.topline {
	border-top:3px solid #c00;
	padding-top:5px;
	clear:both;
}

.ilustrace {
	float:right;
	margin: 10px 0 10px 20px;
	border: 1px solid #000;
}

div#content .bigtext {
	font-size: 90%;
	font-weight:bold;
	text-align:center;
	color:#c00;
	margin:2em 0;
}

div.box {
        width: 535px;
}

div.box p, div.box ul {margin: 0;}

div.box .cont {
	background: #1F4F89;
        padding: 0 20px;
        margin: 0;
}

div.box table td {
	vertical-align: top;
}

div.box table tr {
       margin: 0 0 30px 0;
}

div.box .top {
	background: url(/images/design/2006-07/box_top2.gif) no-repeat;
        width: 535px;
        height: 84px;
}

div.box .bottom {
	background: url(/images/design/2006-07/box_bottom.gif) no-repeat;
        width: 535px;
        height: 57px;
}

div.box strong {color: #edd87b;}

div.motto,div.motto-en { 
	background: url(/images/design/2006-07/motto3.gif) no-repeat;
        width: 516px;
        height: 82px;
}

div.motto-en { 
	background: url(/images/design/2006-07/motto-en.gif) no-repeat;
}

h2.flower {
    margin:1.5em 0 0.2em 0; 
    background:#1F4F89; 
    padding:5px 5px 5px 55px; 
    position:relative;
}

h2.flower span {
    display:block; 
    width:47px; 
    height:38px; 
    position:absolute; 
    top:-5px; *top:-2px;
    left:2px; _left:-53px;
    background: url(/images/design/2006-07/flower-stop.gif) top left;
}

h2.flower:hover span {
    background-image: url(/images/design/2006-07/flower-play.gif);
}

ul#galerie-rozcestnik {
    margin:1em 0; 
    padding:0; 
}

ul#galerie-rozcestnik li {
    margin:10px 10px 0 0; 
    padding:0 0 10px 0; 
    list-style:none; 
    width:275px; 
    float:left;
    text-align:center;
    background:#1F4F89; 
}

ul#galerie-rozcestnik h2 {
    text-align:left;
    margin:0 0 10px 0; 
}

ul#galerie-rozcestnik a img {border:1px solid #F7D74E;}
ul#galerie-rozcestnik a:visited img {border:1px solid #F7D74E;}
ul#galerie-rozcestnik a:hover img {border:1px solid #fff;}

/* Reference */

h2.reference {
    border-top:1px solid #F7D74E; padding-top:0.4em;
    font-size:130%;
}

#langs {
    width: 56px;
    height: 24px;
    padding: 0;
    margin: 0;
    text-align: center;
    left: 100px;
    position: absolute;
    top: 145px;
    left: 178px;
} 

#langs #cz {
    background: url(/images/design/2006-07/cz.gif) no-repeat;
    height: 11px; width: 16px;display:block;margin:5px;float:left;
}

#langs #gb {
    background: url(/images/design/2006-07/gb.gif) no-repeat;
    height: 11px; width: 16px;display:block;margin:5px;float:left;
}

#langs span {
	display: none;
}

.reklama_left {
   margin-top:180px;
   text-align:center;
}#TB_window {	
	font-size: 12px;	
	color: #fff;
}

#TB_secondLine {
	color:#666666; 
	position:relative; 
	bottom:10px;
	font-size: 10px;
	color:#fff;
}

#TB_overlay { 
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	
	background-color:#000;
  	filter:alpha(opacity=60);
  	-moz-opacity: 0.6;
  	opacity: 0.6;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_toolbar {
	height: 30px;
}

#TB_closeWindow, #TB_Full {
	height: 25px;
	padding: 10px 25px;
	float: right;
}

#TB_window {
	position: absolute;
	z-index: 102;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	background: #000;
	color:#fff;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;	
	margin: 15px 0 0 15px;
  	border: 1px solid #ddd;
	clear: both;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	background: url(http://www.sedmikraska-svatby.cz/modules/ProjectManager/files/loading.gif)
}

#TB_prev{	
	position: absolute;
	left: 0;
}

#TB_next{
	position: absolute;
	left: auto;
	right: 25px;
}

#TB_pager{
	display: block;
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
}


* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

a.thickbox img {border:1px solid #F7D74E; float:left; margin:5px 10px 5px 0;}
a.thickbox:visited img {border:1px solid #F7D74E;}
a.thickbox:hover img {border:1px solid #fff;}