/****************************************************************************************/
/*                                                                                      */
/* Version:         2010-05-04 14:00                                                    */
/* Author: 			Michal Pelech                                                       */
/* Author website: 	www.michalpelech.cz                                                 */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

html
{
	font-size: 62.5%;
}

body
{
	background: #ededed url(/images/body-background.jpg) no-repeat center top;
	color: #898989;
	font-size: 1.1em;
	line-height: 1.4em;
	font-family: Arial, sans-serif;
}

body, form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, form, dl, dd, dt, input, textarea, select
{
	margin: 0;
	padding: 0;
}

input, select, textarea, sub, sup
{
	font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 1.4em;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #de0a36;
	outline: none;
}

a:hover
{
	text-decoration: none;
}

label
{
	cursor: pointer;
}

/* CLEAR */
/* slightly enhanced, universal clearfix hack */
.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

.noscreen
{
	width: 1px;
	height: 1px;
	position: absolute;
	left: -4999px;
	overflow: hidden;
	visibility: hidden;
}

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#page
{
	width: 996px;
	margin: 0 auto;
	position: relative;
}

/*======================================================================================*/
/* TOP PANELHOLDER                                                                      */
/*======================================================================================*/

#topPanelHolder
{
	height: 125px;
	position: relative;
}

#topPanelHolder .logo
{
	width: 136px;
	height: 84px;
	position: absolute;
	left: 64px;
	top: 22px;
	overflow: hidden;
}

#topPanelHolder .logo a
{
	text-decoration: none;
}

/*======================================================================================*/
/* MIDDLE PANEL	                                                                        */
/*======================================================================================*/

#middlePanel
{
	position: relative;
}

/*======================================================================================*/
/* TOP PANEL	                                                                        */
/*======================================================================================*/

#topPanel #menu
{
	width: 498px;
	height: 36px;
	padding: 0 0 0 25px;
	position: absolute;
	right: 3px;
	top: 71px;
	background: url(/images/menu-background.png) no-repeat left top;
	list-style-type: none;
}

#topPanel #menu li
{
	height: 36px;
	float: left;
	position: relative;
}

#topPanel #menu li a
{
	margin: 10px 16px 0 0;
	padding: 0 15px;
	float: left;
	color: #4d4d4d;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#topPanel #menu li.last a
{
	margin: 9px 0 0 0;
}

#topPanel #menu li a:hover,
#topPanel #menu li a.active
{
	color: #e80031;
}

#topPanel #menu li.housereel
{
	padding: 0 10px 0 0;
	background: url(/images/menu-item-house.png) no-repeat -1px 10px;
}

#topPanel #menu li.housereel:hover
{
	margin: -3px 0 0 0;
	padding: 3px 10px 0 0;
	background: url(/images/menu-li-hover.png) no-repeat left top;
}

#topPanel #menu li.housereel:hover a
{
	color: #e80031;
}

#topPanel #menu li.housereel:hover #submenu
{
	display: block;
	top: 34px;
}

#topPanel #menu li #submenu
{
	width: 590px;
	padding: 22px 0;
	display: none;
	position: absolute;
	left: -200px;
	top: 30px;
	z-index: 10;
}

#topPanel #menu li #submenu .submenu-in
{
	padding: 0 0 0 15px;
	background: url(/images/menu-submenu-middle.png) repeat-y left top;
}

#topPanel #menu li #submenu .submenu-in .box
{
	width: 136px;
	margin: 0 5px 0 0;
	float: left;
	position: relative;
	z-index: 10;
}

#topPanel #menu li #submenu .submenu-in .box p
{
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	color: #575b5f;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

#topPanel #menu li #submenu ul
{
	list-style-type: none;
}

#topPanel #menu li #submenu ul li
{
	height: auto;
	float: none;
}

#topPanel #menu li #submenu ul li a
{
	margin: 0 0 3px 0;
	padding: 1px 5px;
	float: none;
	display: block;
	position: relative;
	color: #797979;
	font-size: 0.9em;
}

#topPanel #menu li #submenu ul li a span
{
	width: 122px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

#topPanel #menu li #submenu ul li a:hover,
#topPanel #menu li #submenu ul li a.active
{
	background: #e90031 url(/images/submenu-item-top.png) no-repeat left top;
	color: #ffffff;
}

#topPanel #menu li #submenu ul li a:hover span,
#topPanel #menu li #submenu ul li a.active span
{
	background: #e90031 url(/images/submenu-item-bottom.png) no-repeat left top;
}

#topPanel #menu li #submenu #topBackground
{
	width: 590px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/menu-submenu-top.png) no-repeat left top;
	overflow: hidden;
}

#topPanel #menu li #submenu #bottomBackground
{
	width: 590px;
	height: 22px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(/images/menu-submenu-bottom.png) no-repeat left top;
	overflow: hidden;
}

#topPanel #controlPanel
{
	width: 508px;
	height: 62px;
	position: absolute;
	right: 5px;
	top: 0;
	background: url(/images/control-panel-background.png) no-repeat 235px top;
	overflow: hidden;
}

#topPanel #controlPanel .language
{
	width: 68px;
	margin: 0 2px 0 0;
	padding: 20px 0 0 32px;
	float: left;
	overflow: hidden;
}

#topPanel #controlPanel .language a
{
	margin: 0 10px 0 0;
	float: left;
}

#topPanel #controlPanel .contactPanel
{
	width: 125px;
	margin: 0 2px 0 0;
	padding: 10px 0 0 45px;
	float: left;
	overflow: hidden;
	background: url(/images/contact-panel-background.png) no-repeat 20px 10px;
}

#topPanel #controlPanel .contactPanel p
{
	color: #ffffff;
}

#topPanel #controlPanel .contactPanel p strong
{
	display: block;
	font-size: 13px;
}

#topPanel #controlPanel .contactPanel p a
{
	padding: 0 0 0 5px;
	display: inline-block;
	color: #ffffff;
	font-size: 10px;
}

#topPanel #controlPanel .contactPanel p a:hover
{
	text-decoration: none;
}

#topPanel #controlPanel .links
{
	width: 80px;
	padding: 14px 0 0 12px;
	float: left;
}

#topPanel #controlPanel .links a
{
	float: left;
}

#topPanel #controlPanel .links a.facebook
{
	margin: 0 9px 0 0;
}

#topPanel #controlPanel .links a.youtube
{
	margin: 0;
}

#bottomPanel
{
	width: 100%;
	background: #212121;
        margin-top: 15px;
}

#bottomPanel .bottomPanel-in
{
	width: 996px;
	margin: 0 auto;
	position: relative;
}

#bottomPanel .bottomPanel-in .bottomBox{
    clear: both;
    border-top: 1px solid #2F2E2E;
    padding-top: 20px;
}
#bottomPanel .bottomPanel-in .bottomBox strong{
    color: rgb(163,163,163);
    text-transform: uppercase;
}
#bottomPanel .bottomPanel-in .bottomBox .clients{
    margin-top: 30px;
    margin-bottom: 20px;
}
#bottomPanel .bottomPanel-in .bottomBox .client{
    float: left;
    margin-right: 15px;
    text-align: center;
}

#bottomPanel .bottomPanel-in .leftBox
{
	width: 310px;
	padding: 70px 0 0 0;
	float: left;
}

#bottomPanel .bottomPanel-in .leftBox a.miniLogo
{
	float: left;
}

#bottomPanel .bottomPanel-in .leftBox p
{
	width: 146px;
	height: 30px;
	margin: 15px 0 0 0;
	padding: 9px 0 0 22px;
	float: left;
	line-height: 1em;
	background: url(/images/bottom-panel-paragraph-background.png) no-repeat left top;
	color: #858585;
	font-family: "Trebuchet MS", arial;
	font-size: 10px;
	overflow: hidden;
}

#bottomPanel .bottomPanel-in .leftBox p a
{
	color: #858585;
}

#bottomPanel .bottomPanel-in .rightBox
{
	width: 608px;
	float: left;
	overflow: hidden;
}

#bottomPanel .bottomPanel-in .rightBox .box
{
	width: 140px;
	min-height: 190px;
	margin: 0 0 10px 0;
	float: left;
	border-left: 1px solid #2f2e2e;
}

#bottomPanel .bottomPanel-in .rightBox .last
{
	width: 160px;
}

#bottomPanel .bottomPanel-in .rightBox .box p
{
	margin: 35px 0 10px 28px;
	color: #a3a3a3;
	font-size: 11px;
	text-transform: uppercase;
}

#bottomPanel .bottomPanel-in .rightBox .box ul
{
	width: 100px;
	margin: 0 0 0 28px;
	list-style-type: none;
}

#bottomPanel .bottomPanel-in .rightBox .last ul
{
	width: 120px;
}

#bottomPanel .bottomPanel-in .rightBox .box ul li
{
	margin: 0 0 10px 0;
}

#bottomPanel .bottomPanel-in .rightBox .box ul li a
{
	color: #797979;
	font-size: 0.9em;
	text-decoration: none;
}

#bottomPanel .bottomPanel-in .rightBox .box ul li a:hover
{
	text-decoration: underline;
}

/* FORMULAR */
.form-error-message{
    color: red;
    margin-left: 10px;
}

/* HOUSEREELS VE SLUZBACH */
.boxItemService{
    float: left;
    width: 250px;
    margin: 10px;
}
.boxItemService .last{
    clear: both;
}
.boxItemService .picture
{
	width: 189px;
	height: 104px;
	margin: 0 0 9px 0;
	position: relative;
	border: 5px solid #e5e5e5;
	overflow: hidden;
}

.boxItemService .picture span
{
	width: 189px;
	height: 104px;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/box-hover-background.png) no-repeat left top;
	text-indent: -9999px;
}

.boxItemService .picture:hover span
{
	display: block;
}

/* FORMULAR NETTE */
ul.error{
    color: red;
}
