﻿/**
 * FarosCZ - Default Stylesheet
 * Copyright (c) 2008 Tomáš Vaisar, Multima a.s.
 *           tvaisar@multima.cz
 * */
 
body
{
    font-family: "Cambria", "Georgia", Serif;
    font-size: 15px;
    text-align: center;
    margin: 0;
    padding: 0;
    background: #fff/*6a4634/*#393945*/;
}

input, textarea
{
    font-family: Arial;
}

div.cleaner
{
    clear: both;
}

.displayNone
{
    display: none;
}

a, a:visited
{
    color: #a00000;
    /*text-decoration: none;*/
}

a:hover
{
    color: #ff0000;
    /*text-decoration: underline;*/
}

a img
{
	border:none;
}

h1
{
    text-align: center;
    padding-top: 100px;
    padding-left: 30px;
    margin-top: 0;
    height: 158px;
}

h1 a
{
    display: block;
    text-decoration: none;
    margin: auto;
    width: 320px;
    height: 100px;
    /*border: 1px solid #ff0000;*/
}

h1 span { visibility: hidden; }

#container
{
    background: url('images/container-bg.jpg') repeat-x left top #fff/*373743*/;    
}

#page
{
    text-align: left;
    margin: auto;
    width: 812px;
    background: #6a4634;
}

/**
 * Head
 * */

#head
{
    height: 265px;
    background: url('images/head.jpg') no-repeat left top;
}

#head em { display: none; }

/**
 * Content
 * */

#content
{
    /*clear: both;*/
    margin-top: 1px;
    border: 6px solid #6a4634/*#51617B/*316191/*fff*/;
    border-top: none;
    border-bottom: none;
    padding: 20px;
    text-align: justify;
    background: url('images/content-bg.jpg') repeat-x left top #fff;
}

#content h2
{
    font-size: 24px;
    font-weight: normal;
    margin-top: 0;
    padding-bottom: 5px;
    color:  #95512c/*6a4634/*#31617b*/;
    border-bottom: 1px solid #95512c/*#98b0bd*/;
}


#content h3
{
    clear: both;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
    color: #d98500;
    border-bottom: 1px solid #e8a46c;
}

#content h4
{
    color: #a50000;
}

#content img.FloatLeft
{
    float: left;
    padding: 5px 20px 10px 0;
}

#content img.FloatRight
{
    float: right;
    padding: 5px 0 10px 20px;
}

#content ul
{
    margin: 5px 0 0 0;
    padding-left: 20px;
}

#content ul li
{
    margin: 0 0 5px 0;
    padding: 0px;
    color: #31617b;
}

#content ul li ul li
{
    list-style-type: square;
    color: #676767;
}

#content address
{
    font-style: normal;
    margin-bottom: 10px;
}

#content address strong
{
    font-size: 16px;
    color: #a50000;
    /*color: #4f81bd;*/
}

#content .vyrazny
{
    color: #a50000;
    font-weight: bolder;
}

#content div.panelek
{
    float: left;
    width: 350px;
    margin-right: 20px;
}

/**
 * Menu
 * */

#menu
{
    padding-left: 182px;
    height: 35px;
    margin: 0 6px;
    text-align: center;
    background: url('images/menu-bg.jpg') repeat-x left top;
    /*border-bottom: 5px solid #61616d;*/
}

#menu a
{
    float: left;
    color: #6b3112;
    padding: 8px 20px 10px 20px;
    text-decoration: none;
    border-right: 1px solid #6a4634;
}

#menu a:hover { background: url('images/menu-hover.jpg') repeat-x left top; /*border-bottom: 5px solid #f6d18d;*/ color: #fff; }

#menu a.First { margin-left: -45px; } /* po zobrazeni "DEMO" posunout :) */
#menu a.Last { border-right: none; }

/**
 * Foot
 * */

#foot
{
    width: 812px;
    margin: 0px auto;
    height: 90px;
    text-align: center;
    font-size: 13px;
    color: #999/*fff*/;
    /*border-top: 6px solid #51617B/*fff*/
    background: url('images/foot.jpg') no-repeat left top;
}

#foot div
{
    text-align: right;
    margin: auto;
    width: 780px;
    padding: 50px 20px 0 0;
}

#foot a
{
    color: #999;
}

/**
 * Contacts
 * */
 
td.levysloupec
{
    vertical-align: top;
    width: 275px;
}

td.pravysloupec
{
    padding-left: 25px;
    vertical-align: top;
    width: 450px;
}

table.KontaktniFormular
{
    width: 100%;
    padding: 15px 0;
    border: 1px solid #cfcfcf;
    border-bottom: 5px solid #93a495;
    background: #efefef;
    margin-bottom: 10px;
}

table.KontaktniFormular td
{
    padding-left: 15px;
    vertical-align: top;
}

table.KontaktniFormular td.povinne
{
    color: #a50000;
}

/**
 * Specialities
 * */

/* -- Vyrazne -- */
div.vyrazne
{
    text-align: justify;
    margin: 10px 0 20px 0;
    padding: 10px 20px;
    border-top: 1px solid #d50000;
    border-bottom: 5px solid #d50000;
    background: #fff;
    color: #d50000;
    font-size: 18px;
}

div.vyrazne a { color: #d50000; }
div.vyrazne a:hover { color: #d98500; }


table.cenik { width: 100%; }

table.cenik th { text-align: center; color: #1e4c13; background: #fff;}
table.cenik td { text-align: left; padding: 2px 5px; border-bottom: 1px solid #cfcfcf; vertical-align: top; padding: 5px; } 
table.cenik strong {  color: #a50000; }
table.cenik td.cena {text-align:right; white-space: nowrap; font-weight: bold;}

table.cenik tr { background: #eeeeee; }
table.cenik tr.sudy { background: #dddddd; }



 
/* -- LogoutButton -- */
a.LogoutButton
{
    float: right;
    padding-left: 25px;
    background: url('images/logout.gif') no-repeat left center;
}
 
/* -- DownloadTable -- */
 
table.DownloadTable
{
    padding-bottom: 3px;
    width: 100%;
    margin-top: 10px;
    border-bottom: 3px solid #777;
}

table.DownloadTable th
{
    padding: 3px 5px;
    color: #fff;
    background: #770000;
    border-bottom: 3px solid #bb0000;
}

table.DownloadTable tr
{
    background: #eee;
}

table.DownloadTable tr.sude
{
    background: #ccc;
}

table.DownloadTable td
{
    padding: 3px 5px;
}

/* -- Login -- */

table.Login
{
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
}


table.Login td.LoginTitle
{
    display: none;
}

table.Login td
{
    text-align: left;
    padding: 3px 5px;
}

table.Login label
{
    margin-right: 5px;
}

#ctl00_ContentPlaceHolder1_Login1_Password, #ctl00_ContentPlaceHolder1_Login1_UserName
{
    width: 150px;
}

#ctl00_ContentPlaceHolder1_Login1_LoginButton, #ctl00_ContentPlaceHolder1_Login1_RememberMe
{
    float: right;
}

/* -- CreateNewUser -- */

div.CreateNewUser
{
    border: 1px solid #cfcfcf;
    padding: 10px;
}

div.CreateNewUser th
{
    padding: 3px 5px;
    text-align: center;
    color: #fff;
    background: #770000;
    border-bottom: 3px solid #bb0000;
}

div.CreateNewUser td
{
    padding: 2px 5px;
}

div.CreateNewUser tr.povinne
{
    font-weight: bolder;
    background: #ffeecc;
}

div.CreateNewUser input
{
    width: 150px;
}

div.CreateNewUser strong
{
    font-weight: bolder;
    background: #ffeecc;
}

/* Administrace - drobečková navigace */

div.drobeckovaNavigace
{
    margin-top: -20px;
    background: #fff;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #5f5f69;
    padding: 8px 20px;
    margin-bottom: 10px;
}

a.returnButton
{
    color: #FF8040;
    background: url('images/arrow_undo.png') no-repeat left center;
    background-position: 5px;
    padding: 5px;
    padding-left: 25px;
    text-decoration: none;
}

a.returnButton:hover
{
    text-decoration: underline;
    color: #d50000;
}

a.logoutButton
{
    margin-left: 50px;
    color: #a10000;
    padding-left: 25px;
    background: url('images/logout.gif') no-repeat left center;
    text-decoration: none;
}

a.logoutButton:hover
{
    text-decoration: underline;
    color: #d50000;
}

/* -- AdminTable -- */

table.AdminTable
{
    clear: both;
    width: 100%;
    border: 0;
}

table.AdminTable th
{
    padding: 3px 10px;
    background: url('images/menu-hover.jpg') repeat-x left top /*#31617b*/;
    color: #fff;
}

table.AdminTable td
{
    padding: 3px;
    vertical-align: top;
}

table.AdminTable tr.alter
{
    background: #efefef;
}

/* -- Admin Lištička -- */

div.AdminListicka
{
    margin-top: 10px;
    margin-bottom: 40px;
}

div.AdminListicka a
{
    float: left;
    margin-right: 10px;
    border: 1px solid #cfcfcf;
    padding: 7px 10px;
    padding-left: 35px;
}

div.AdminListicka a.CKAdd
{
    background: url('images/ck_add.png') no-repeat #fff;
    background-position: 10px;
}

div.AdminListicka a.FilesSave
{
    background: url('images/files_save.png') no-repeat #fff;
    background-position: 10px;
}

div.AdminListicka a:hover
{
    background-color: #ececec;
}

/* -- UserEdit -- */

table.UserEdit
{
    border: 1px solid #cfcfcf;
    border-top: 15px solid #31617b;
    clear:both;
    padding: 15px 0;
    padding-right: 15px;
}

table.UserEdit td
{
    padding-left: 15px;
    vertical-align: top;
}

table.UserEdit td.povinne
{
    font-weight: bold;
}


input.UserEditButton
{
    float: left;
    display: block;
    width: 85px;
    padding: 5px;
    padding-left: 25px;
    border: 1px solid #cfcfcf;
    background: url('images/accept.png') no-repeat left center;
    background-position: 5px;
    background-color: #B7DFB5;
    text-decoration: none;
    margin-top: 10px;
    margin-left: 30px;
}

input.UserStornoButton
{
    float: left;
    display: block;
    width: 85px;
    padding: 5px;
    border: 1px solid #cfcfcf;
    background: #fff;
    text-decoration: none;
    margin-top: 10px;
    margin-left: 30px;
}

/* -- DataChanged -- */

div.DataChanged
{
    border: 1px solid #cfcfcf;
    padding: 10px;
    padding-left: 45px;
    margin-bottom: 10px;
    background: url('images/accept.png') no-repeat;
    background-position: 15px;
    background-color: #B7DFB5;
    font-weight: bolder;
    color: #124F0F;
}


/**
 * AdminButton (panel)
 * */

#ctl00_administrace_AdminPanel_MainPanel
{
    position: relative;
    left: -161px;
    float: left;
    /*background-color: #fff;*/
    margin-right: -161px;
}

#ctl00_administrace_AdminPanel_MainPanel a
{
    padding: 7px 15px 6px 30px;
    background: url('images/user_gray.png') no-repeat;
    background-position: 8px;
    background-color: #fff;
    color: #6b3112;
    border: none; /*-color: #fff;*/
}

#ctl00_administrace_AdminPanel_MainPanel a:hover
{
    display: block;
    color: #6b3112;
    background: url('images/user_gray.png') no-repeat;
    background-position: 8px;
    background-color: #f6d18d/*#5f5f69*/;
    /*border-color: #FF8040/*#FF80C0*/
}


/** ERROR **/

div.error img
{
    float: right;
    padding-left: 20px;
}

h2.error
{
    border-bottom: 0;
    color: #d50000;
}


/** klikací mapa */

a.schemeButton-pyxis
{
    display: block;
    left: 640px; 
    float: left; 
    width: 80px; 
    position: relative; 
    top: 0px; 
    height: 90px; 
    text-decoration: none;
}

a.schemeButton-pyxis:hover
{
    top: 1px;
    left: 641px;
    background: url('../Images/scheme/schemeButton-pyxis.png') no-repeat left top;
}

a.schemeButton-pyxisPortal
{

    display: block; 
    left: 210px; 
    float: left; 
    width: 80px; 
    position: relative; 
    top: 66px; 
    height: 90px; 
    text-decoration: none;
}

a.schemeButton-pyxisPortal:hover
{
    top: 66px;
    left: 211px;
    background: url('../Images/scheme/schemeButton-pyxisPortal.png') no-repeat left top;
}

a.schemeButton-pyxisWeb
{
    /*border: 1px solid #ff0000;*/
    display: block; 
    left: -100px; 
    top: 10px; 
    float: left; 
    width: 80px; 
    position: relative; 
    height: 90px; 
    text-decoration: none;
}

a.schemeButton-pyxisWeb:hover
{
    top: 10px;
    left: -99px;
    background: url('../Images/scheme/schemeButton-pyxisWeb.png') no-repeat left top;
}

a.schemeButton-pyxisWS
{
    display: block; 
    left: 300px; 
    float: left; 
    width: 80px; 
    position: relative; 
    height: 90px; 
    text-decoration: none;
}

a.schemeButton-pyxisWS:hover
{
    top: 1px;
    left: 301px;
    background: url('../Images/scheme/schemeButton-pyxisWS.png') no-repeat left top;
}

/* DEFAULT PAGE - REKLAMA */
#default
{
    background: url('images/default-bg.jpg') repeat-x left top #fff;
    margin-top: 1px;
    margin-bottom: -1px;
    border: 6px solid #6a4634;
    border-top: none;
    border-bottom: none;
    text-align: justify;
    padding-bottom:1px;
}


#default h2
{
    font-size: 24px;
    font-weight: normal;
    margin-top: 0;
    padding: 20px 20px 5px 30px;
    color:  #95512c;
    font-style: italic;
    border-bottom: none;    
}

#default h2 strong
{
    display: block;
    text-align: center;
}

#pluslist
{
    float: left;
    width: 460px;
}

#pluslist ul
{
    list-style-type:none; 
    margin:0px 0px 0px 30px;
    padding:0px;
}

#pluslist ul li
{
    background: url('images/default-plus.png') no-repeat;
    background-position: 0 4px;
    padding-left: 35px;
    padding-bottom:5px;
    line-height: 30px;
    font-style:italic; 
}

#video
{
    float: right;
    background: url('images/default-video.jpg') no-repeat left top;
    width: 324px;
    height: 324px;
}

#video img
{
    margin-left: 19px;
    margin-top: 28px;
}

#video a
{
    margin-left: 240px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

#video a:hover
{
    text-decoration: underline;
}

#morelinks
{
	margin-left:30px;
	margin-top:25px;
}

#morelinks a
{
	margin-right:30px;
	font-size:1.1em;
	color: #ff0000;
	text-decoration:none;
}

#morelinks a:hover
{
	text-decoration:underline;
}

#advertFoot
{
	margin:20px 15px 30px 30px;
	padding-top:25px;
	border-top:1px solid #6a4634;
	border-bottom:1px solid #6a4634;
	height:75px;
}

#advertFoot a
{
	color:#4d7b01;
	font-weight:bold;
	text-decoration:none;
}

#advertFoot img
{
position:relative;
	top:-15px;
	}

#advertFoot a:hover
{
	text-decoration:underline;
}

.navigace
{
	font-size:12px;
	margin-bottom:15px;
}

.spodniNavigace
{
	width:100%;
	margin-top:15px;
	font-size:12px;
	text-align:right;
}

.navigace a, .spodniNavigace a
{
	text-decoration:none;
}

.navigace a:hover, .spodniNavigace a:hover
{
	text-decoration:underline;
}

.navigace span, .spodniNavigace span
{
    color: #aaa;
}

img.floatLeft
{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

img.floatRight
{
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

#rotator
{
	height:270px !important;
	width:100%;
}

#contentHP
{
    padding-left: 30px;
    padding-right: 20px;
}


#contentHP h3
{
    clear: both;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
    color: #d98500;
    border-bottom: 1px solid #e8a46c;
}
