/*@charset "utf-8";*/
*
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif; /*font-family:Trebuchet MS,Helvetica,Arial;	*/
    font-size: 11px;
    background: url(images/bg.jpg) top left repeat-x;
}
body.content_editor
{
    margin: 0;
    background: none;
    padding: 0;
    width: 596px;
}
#Content.content_editor
{
    margin: 0;
    padding: 10px 20px;
}
#Envelope
{
    width: 1055px;
    margin: 25px auto;
}
#Header
{
    background-image: url(images/head.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 147px;
    width: 1055px;
}
#Header h1 a
{
    text-decoration: none;
    display: block;
    float: left;
    padding: 0 200px 60px 0;
    margin: 21px 0 0 21px;
}
#Header h1 a span
{
    display: none;
}
#BasketBox
{
    float: right;
    height: 71px;
    width: 219px;
    margin: 50px 35px 0 0;
}
#BasketBox a
{
    /* background: url(images/basketBorder.png) no-repeat top left;*/
    display: block;
    padding: 12px 15px 0 60px;
    text-decoration: none;
    text-align: right;
    line-height: 20px;
    height: 69px;
}
#BasketBox a:hover
{
     /* background-image: url(images/basketBorderHover.png);*/
}
#BasketBox strong
{
    font-size: 18px;
    color: #999999;
}
#BasketBox small
{
    color: #666666;
    font-size: 12px;
}
#BasketBox span
{
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
#ContentEnvelope
{
    background: url(images/contentBg.png) repeat-y top center;    
    /*background: url(images/contentBg.png) repeat-y top center;*/    
}
#ContentEnvTop
{
    background: url(images/headMenu.png) no-repeat top center;
    padding: 0 28px;
}

#ContentHeader
{
    clear: both;
    padding: 5px 20px 5px 20px;
}
#ContentBlock
{
    clear: both;
/*    margin-top: 5px;*/
    padding: 0 28px;
}


/**********content***********/

#ContentHeader h1
{
    font-size: 16px;
}

#LeftColumn
{
    float: left;
    width: 181px;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    background: url(images/panelBg.jpg) repeat-y top left;
}
#LeftColumn ul
{
    list-style-type: none;
    padding: 0 0 0 0;
}
#Content
{
    margin: 0 181px;
    padding: 10px 20px;
    _padding: 10px 15px;
    border-top:1px solid #ccc;
    width:594px;
    /*_width:627px;*/
}
#RightColumn
{
    width: 181px;
    float: right;
    margin-right: 1px;
    border-left: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    background: url(images/panelBgRight.jpg) repeat-y top right;
    padding-bottom:15px;
}
#FooterText
{
    text-align:center;        
    clear: both;    
    color: #888;
}
#Footer
{
    background: url(images/pat_bg.png) no-repeat top center;
    text-align: right;
    padding-top: 20px;
    padding-right: 25px;
    margin: 0;
    color: #999999;
}
.clearer, .cleaner
{
    clear: both;
}
h1, h2, h3, h4
{
    margin: 0.2em 0;
}
#Content p
{
    margin: 5px 0;
    text-align: justify;
}
#Content ul
{
    margin: 5px 20px;
}
#Content li
{
    padding: 2px;
}
a
{
    color: black;
}
.copy
{
    text-align: center;
    font-size: 80%;
}
.panel .wrapper
{
    padding: 0 5px 0 5px;
}
.panel h4
{
    background: url(images/nadpis_bg.png) repeat-x top left;
    text-align: center;
    padding: 3px;
    margin: 0;
    font-size: 10px;
}
.bigtext
{
    font-size: 18px;
}
.userLogin
{
    padding:10px 0 0 0;   
}
.userLogin label
{
    width: 40px;
    float: left;
    display: block;
}
.topTitle
{
    font-family: Trebuchet MS, Helvetica, Arial;
    font-size: 18px;
}
.imgrightm
{
    margin-right: 5px;
}
.smallfont
{
    font-size: 9px;
}


.mainSitemapPath
{
    font-size: 9px;
}
.weather
{
    padding: 0 15px !important;
}
.weather .pnb
{
    border: 1px solid #c0c0c0;
    margin-bottom: 5px;    
    height: 50px;
    font-size:10px;
    vertical-align:middle;    
}
.weather .pWeather
{    
    background: #CDD9FF;
}
.weather .pMoon
{    
    background: #000;
    color:#fff; 
}
.weather .pFlood
{    
    background: #fff;  
}
.weather .pFlood a
{    
    text-decoration:none; 
    line-height:160%;
}



#Content input.button1
{
	background: url(images/button1input.jpg) no-repeat top left; /*line-height: 32px; padding:10px 0 10px 10px;*/
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	margin-right: 20px;
	border: 0 none;	
	padding:7px;	
	width: 150px;
}

#Content input.button1:hover, #Content input.button1:focus
{
	color: #fff;
	cursor:pointer;
}


a.button1, a.button1:link, a.button1:visited
{
	background: url(images/button1.jpg) no-repeat top left;
	line-height: 32px; /*padding:10px 0 10px 10px;*/
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 150px;
	text-align: center;
	float: left;
	margin-right: 20px;
}

a.button1:hover span, a.button1:focus span
{
	color: #fff;
}

a.button1 span
{
	color: #fff;
	font-weight: bold;
	text-decoration: none; /*	padding:10px 10px 10px 0;*/
	padding: 0 10px 0 0;
	background: url(images/button1.jpg) no-repeat top right;
	display: block;
}



table.regForm
{
}

table.regForm caption
{
	text-align: left;
	padding: 20px 0 0 0;
	color: #d36300;
}

table.regForm th
{
	width: 130px;
	text-align: left;
}


table.regForm th, table.regForm td
{	
    padding:2px 0;
}

table.regForm tr.unrequired th
{
	font-weight: normal;
	color: #666;
}

table.regFormEnv
{
    width:100%;
    }

table.regForm tr.required th
{
	font-weight: bold;
}

.reginput label 
{
    padding:0 10px 0 5px;    
}

