@import url('elements.css');
@import url('home.css');
@import url('order.css');


body
{
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
}

img
{
	border: none;
}

form
{
	margin: 0;
	padding: 0;
}

div.cl
{
	clear: both;
}

div#container
{
	width: 999px;
	margin: 0 auto 0 auto;
}

div#top_line
{
	height: 8px;
	background: url('images/top_line_bg.gif') no-repeat;
	overflow: hidden;
}

div#bottom_line
{
	clear: both;
	height: 8px;
	background: url('images/bottom_line_bg.gif') no-repeat;
}

div#layout
{
	float: left;
	width: 999px;
	background: url('images/layout_borders_bg.gif') repeat-y;
}

div#content
{
	width: 982px;
	margin: 0 0 6px 8px;
	float: left;
	display: inline;
}

div#top
{
	width: 982px;
	float: left;
}
	div#top #logo_accor
	{
		float: left;
	}
	div#top #logo_online
	{
		float: right;
	}

div#top_nav
{
	clear: both;
	width: 983px;
	height: 52px;
	background: url('images/top_nav_bg.jpg') no-repeat;
	font-size: 11px;
}
	div#top_nav ul
	{
		float: right;
		margin: 12px 50px 0 0;
		padding: 0;
		display: inline;
	}
	div#top_nav ul li
	{
		display: inline;
		margin: 0 0 0 10px;
		padding: 0;
	}
	div#top_nav ul li a
	{
		color: #919191;
		text-decoration: none;
		padding: 0 0 0 7px;
	}
	div#top_nav ul li a:hover
	{
		color: #7c654c;
		text-decoration: underline;
		background: url('images/top_nav_arrow.gif') no-repeat 0px 4px;
	}
	div#top_nav ul li a.over
	{
		color: #7c654c;
		text-decoration: underline;
		background: url('images/top_nav_arrow.gif') no-repeat 0px 4px;
	}


div#left_nav
{
	width: 230px;
	float: left;
	margin: 0 0 60px 0;
	display: inline;
}

.login div#left_nav
{
    float: none;
    position: absolute;
}
	
	div#left_nav div#left_nav_contact
	{
		float: left;
		margin: 270px 0 0 0;
	}
	
	.login div#left_nav_contact
	{
	    position: absolute;
	    left: 350px;
	    top: 65px;	    
	}
	
		div#left_nav_contact #image
		{
			width: 164px;
			height: 176px;
			margin: 0 0 12px 16px;
			display: inline;
			float: left;
			background: url("images/left_nav_accor_image.jpg") no-repeat;
		}
		
		.login div#left_nav_contact #image
		{
		    background: url("images/left_nav_accor_image_bez_bublin.jpg") no-repeat;
		}
		
		div#left_nav_contact em
		{
			font-size: 10px;
			color: #1d97c3;
			display: block;
			clear: both;
			margin: 0 0 0 32px;
		}
		div#left_nav_contact strong
		{
			font-size: 11px;
			color: #0b2478;
			padding: 0 0 0 18px;
			background: url("images/left_nav_contact_phone_bg.gif") no-repeat 0 1px;
			display: block;
			margin: 6px 0 0 32px;
		}

div#c_container
{
	border-right: 1px solid #acbae4;
	border-bottom: 1px solid #acbae4;
	float: left;
	width: 962px;
}

div#c
{
	
	margin: 0 0 60px 0px;
	float: right;
	display: inline;
	width: 690px;
	position: relative;
}

div#right_visual
{
	right: 30px;
	top: 140px;
	width: 162px;
	height: 290px;
	background: url("images/inner_visual_3xclick.gif") no-repeat;

	position: absolute;
}

.login div#right_visual
{
    right: 20px;
    float: right;
}

div#copy
{
	width: 400px;
	margin: 0 auto 0 auto;
	padding: 0 0 6px 0;
	color: #919191;
	font-size: 10px;
	text-align: center;
}

	div#copy span
	{
		color: #fa6c00;
	}

/*vlastní styly*/
.hidden
{
	display: none;
}

.floatRight
{
	float: right !important;
}
.floatLeft
{
	float: left !important;
}

.produktTxt
{
	border: 0 !important;
	background-color: White;
	color: #E6006D;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana,Arial,sans-serif;
	width: 180px;
}

.infoRules
{
	border: none;
	width: 450px;
	line-height: 17px;
	height: 155px;
	color: #2084B7;
}

.marginZero
{
	margin: 0 !important;
}

a img
{
	border: none !important;
}

/* pro tisk popupwindow.aspx*/
.print
{
	padding: 20px;
}

.print h2
{
	font-size: 14px;
	margin: 35px 0 20px 0;
}

.print div.informationTitle
{
	font-size: 10px;
	line-height: 22px !important;
}

.simple span, .simple label
{
	margin: 0;
	padding: 0;
}

.alignRight
{
	text-align: right;
}

.alignCenter
{
	text-align: center;
}

.validation
{
	width: 200px !important;
}

.clearValidator
{
	clear: both;
}

.hereLink
{
	color: #E6006D;
	cursor: pointer;
}

.hereLink:hover
{
	color: #6E6E6E;
}

.news-container
{
	position: absolute;
	top: 135px;
	right: 195px;
}
.login .news-container
{
    right: 10px;
}
.nowrap, tr.nowrap td
{
    white-space: nowrap;
}

.redInfo
{
    padding: 10px 0 10px 0 !important;
    color: Red !important;
}

@media print 
{
	.noprint {display: none !important;}
}
