div.box{
	padding: 10px;
	margin-bottom: 10px;
}
div.yellowBox{
	border: 1px solid #ffc602;
	background: #fff url(layout/box_bg_orange.jpg) repeat-x;
}
div.greyBox{
	border: 1px solid #ddd;
	background: #fff url(layout/box_bg_grey.jpg) repeat-x;
}
div.greenBox{
	border: 1px solid #6abd45;
	background: #fff url(layout/box_bg_green.jpg) repeat-x;
}

div.tarify div{
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	font-size: 12px;
	width: 175px;
	min-height:140px; /*nesmi dochazet k posouvani tarifů*/
	float: left;
	padding: 20px;
	border-right: 1px solid #d9d9d9;
	background:white none repeat scroll 0 0;
}div.tarify div .tarifLogo{
	
	margin: 0px 8px -5px 0px;
	
}div.tarify div h2{
	text-transform:uppercase;
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	font-size: 14px;
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
}div.tarify div ul{
margin:0 0 10px 0;
}div.tarify div ul li{
	list-style: none;
	background: url(http://www.mujhost.net/layout/li_bg.jpg) 0px 10px no-repeat;
	padding: 2px 0px 0px 15px;
}div.tarify div p{
	margin: 0px 0px 0px 12px;
	margin-bottom: 10px;
}div.tarify div p strong{
	color: #ff6800;
	font-size: 16px;
}
div.tarify div a.button{
 
	
	background:orange none repeat scroll 0 0;
color:black;
margin:35px;
}div.tarify div.noBorder{
	border-right: none;
}


.nabidka
{
margin: auto;
position:relative;
text-align: center;
width: 700px       ;
}
.cleaner{
	clear:both;
	height: 0px;	
	margin-bottom: 0px;
}

  a.button{
	background: url(layout/button_bg.jpg);
	padding: 3px 5px;
	font-size: 10px;
	border: 1px solid #000;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	float: right;
	border-radius: 10em;
}  a.button:hover{
	color: #fff;
}

 a{
	color:  #fe7001;
	text-decoration: none;
}

			body {
				background-color: #fff; /*F5F8FD*/
				color: #000;
				font-size: 0.9em;
				font-family: sans-serif,helvetica;
				margin: 0;
				padding: 0;
			}
			a:link {
				color:rgb(255,104,0) ; /*#2051AF*/
			}
			a:visited {
				color: rgb(255,104,0) ;
			}
			a:hover {
				color: rgb(254,206,0);
			}
			h1 {
				text-align: center;
				margin: 0;
				padding: 0.6em 2em 0.4em;
				background-color: rgb(255,104,0) ; /* rgb(255,104,0) - tmava  #2051AF */ 
				color: #000;
				font-weight: normal;
				font-size: 1.75em;
				border-bottom: 2px solid #000;
				border-top: 2px dashed #fff;
			}
			h1.mh {
				display: block;
				text-align: center;
				margin: 0;
				padding: 0.6em 1em 0.4em;
				color: #000;
				font-weight: normal;
				font-size: 99%;
				background: url("http://www.mujhost.net/logo-modra.jpg") no-repeat left top #F5F8FD;
				height: 70px;
				text-align: left;
				border: none;
			}
			h1 strong {
				font-weight: bold;
			}
			h2 {
				font-size: 1.1em;
				font-weight: bold;
			}
			.content {
				padding: 1em 5em;
				text-align: center;
			}

			.content-columns>.content-column-left, .content-columns>.content-column-right {
				/* Non-IE/Win */
			}
			hr {
				border: 1px dashed #ccc;
				height: 1px;
			}

