#main {
	width: 962px;
	margin: 20px auto;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(/gfx/bg_main.gif);
	background-repeat: repeat-y;
}
#main #head {
	height: 240px;
	background-color: #CCCCCC;
	/*background-image: url(/css/random_header.aspx);*/
	background-image: url(/branding/altar/head.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#main #head h1 {
	position:  absolute;
	height: 100px;
	width: 270px;
	left: 10px;
	top: 30px;
	background-image: url(/gfx/blank.gif);
	background-repeat: repeat;
}
#main #head h1 a {
	display: block;
	height: 100px;
	width: 270px;
}
#main #head a span {
	display: none;
}
/*--- /BRANDING ----*/
#main #head h2#branding_head_link1 {	
	position:  absolute;
	height: 110px;
	width: 470px;
	left: 290px;
	top: 30px;
}
#main #head h2#branding_head_link1  a {
	display: block;
	height: 110px;
	width: 470px;
}
#main #head h2#branding_head_link2 {	
	position:  absolute;
	height: 100px;
	width: 750px;
	left: 10px;
	top: 140px;
}
#main #head h2#branding_head_link2  a {
	display: block;
	height: 100px;
	width: 750px;
}
/*--- /BRANDING ----*/
#main #login {
	position: absolute;
	width: 160px;
	height:180px !important;
	overflow:hidden;
	top: 30px;
	right: 6px;
	color: #FFFFFF;
	padding:20px 10px 10px 20px;
	background-image: url(/gfx/graylight.png);
}
#login label {
	width: 45px;
	display: block;
	float: left;
	font-weight: bold;
	color: #E0D5AF;
}
#login input {
	font-size: 7pt;
}
#login #logindialog {
	width: 300px;
	position: absolute;
	left: -337px;
	top: 0px;
	padding: 10px;
	background-image: url(/gfx/red.png);
	border: 1px solid #990000;
}
#login .loginbuttons {
	float: right;
	margin: 0px;
	padding: 0px;
}
#login .loginmenu {
	margin: 0px;
}
#login .loginmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#login .loginmenu li {
	font-size:7pt !important;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(/gfx/bullet_yellow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#main #footer {
	clear:both;
	width:962px;
	height: 54px;
	background-image: url(/gfx/bg_footer.gif);
	background-repeat: no-repeat;
	background-color: #695F5E;
}
#main #menu {
	margin-right: 6px;
	margin-left: 6px;
	background-color: #eeeadf;
	height: 34px;
}
#main #bread {
	margin-right: 6px;
	margin-left: 6px;
	background-color: #FFFFFF;
	background-image: url(/gfx/bg_h3h4.gif);
	background-repeat: repeat-x;
}
#main #left {
	float: left;
	width: 206px;
}
#main #left #leftin {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#main #content {
	float: left;
	width: 580px;
}
#main #content #contentin {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#main #right {
	float: right;
	width: 176px;
}
#main #right #rightin {
	padding-top: 10px;
	padding-right: 21px;
	padding-bottom: 10px;
	padding-left: 5px;
}
body {
	background-image: url(/gfx/bg_body.gif);
	background-repeat: repeat-x;
	background-color: #C2C2C2;
}
/* -------------------CSS STYLE PAGER---------------------------- */
.pager {
	color: #000000;
}
.pager ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom:10px;
	padding: 0px;
}
.pager li {
	float:left;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
}
.pager span {
	display: block;
	width: auto;
	height:auto;
	text-decoration:none;
	padding:4px;
	margin-bottom:10px;
	text-align:center;
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-image: url(/gfx/bg_h3h4.gif);
}
.pager a {
	padding:0px;
	margin:0px;
	color:#000000;
}
.pager li.first span {
/* jen borderz*/
}
.pager li span {
	/* jen borderz*/
	color: #000000;
}
.pager li.last span {
/* jen borderz*/
}
.pager li.actual span {
	color: #000000;
	background-color:#FFFFFF;
	/* background-image: url(/portal/img/tab-khaki.gif);*/
	font-weight:bold;
}
.pager li.status span {
	/* jen borderz*/
	padding-left: 10px;
	padding-right: 10px;
}
/*--------------------------------------------------------------*/
.buttonek {
	background-color: #cfb249 !important;
	background-image: url(/gfx/bg_buttonek.gif) !important;
	background-repeat: repeat-x !important;
	color: #333333 !important;
	margin: 0 5px 0 5px;
}
.panel {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(/gfx/bg_panel.gif);
	background-repeat: repeat-x;
}
.panel5 {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(/gfx/bg_panel.gif);
	background-repeat: repeat-x;
}
.panel h4, .panel5 h4 {
	font-weight: bold;
	text-transform: uppercase;
	color: #AA924B;
}
.svatbauvitani {
	border: 1px solid #EDE19A;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.svatbauvitani-clanek
{
    padding: 10px;
    margin-bottom: 20px;    
}
.svatbaodpocet {
	border: 1px solid #EDE19A;
	padding: 10px;
	margin-bottom: 20px;
}
.svatbagalerie {
	padding: 10px;
	width: 235px;
	
	margin-bottom: 20px;
	float:left;
	border: 1px solid #cdcdcd;
}
.svatbaukoly {
	padding: 10px;
	width: 235px;
	margin-bottom: 20px;
	float:right;
	border: 1px solid #cdcdcd;
}
.svatbahoste {
	padding: 10px;
	width: 235px;
	margin-bottom: 20px;
	float:left;
	border: 1px solid #cdcdcd;
}
.svatbadary {
	padding: 10px;
	width: 235px;
	margin-bottom: 20px;
	float:right;
	border: 1px solid #cdcdcd;
}

.svatbadiskuse {
	padding: 10px;
	width: 235px;
	margin-bottom: 20px;
	float:left;
	border: 1px solid #cdcdcd;
}
.upozorneni 
{
	color: #AB934B;
	border: 1px solid #AB934B;
	padding-top: 10px;
	padding-bottom: 10px;		
	padding-left: 8px;
	padding-right: 8px;
}

#google-search
{
    position: absolute;
    top: 300px;
    left: 23px;        
}

#google-search #searchbutton
{
    position:relative;
    height: 22px;
    background-color: #cfb249 !important;
	background-image: url(/gfx/bg_buttonek.gif) !important;
	background-repeat: repeat-x !important;
	color: #FFFFFF !important;
	margin: 0px;
    padding: 0px;
	border: none;
	font-family: Calibri;        
}

#google-search #searchinput
{   
    padding: 0px;
	margin: 0px;
	border: 1px solid #AA924B !important;        
}  

/* ------------- hromadná korespondence -----------*/
#correspondence-container
{
    width: 100%;
}
.correspondence-ddl
{
    width: 720px;
}
.correspondence-tlacitko
{
    margin-top: 10px;  
}
.correspondence-tlacitko2
{
    margin-top: 10px;
    margin-right: 10px;
}
.correspondence-checklist
{
    margin-left: 5px;
}
.correspondence-checklistbox
{
    width: 710px;
}
.correspondence-ramecek
{
    margin-top: 100px; margin-left: 150px; color: #AB934B; border: 1px solid #AB934B; padding: 30px; width: 300px;
}
.crblack
{
    color: Black;
}
/* ------------------------------------------------*/
