/****************************************************************************************/
/*                                                                                      */
/* Version:         2009-11-12 07:00                                                    */
/* Last changed by: Josef Vondracek                                                     */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

body
{
	color: #717171;
	font-size: 100%;
	font-family: "Tahoma", "Verdana", "Arial";
	font-family: Tahoma, Verdana, Arial;
	background: url(images/background.png) repeat-x 0 0;
}

body, form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, form, dl, dd, dt
{
	margin: 0;
	padding: 0;
}

input, select, textarea, sub, sup
{
	font-size: 100%;
	font-family: "Tahoma", "Verdana", "Arial";
	font-family: Tahoma, Verdana, Arial;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #858585;
}

label
{
	cursor: pointer;
}

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

/*======================================================================================*/

#page
{
	width: 980px;
	padding: 0 0 0 0;
	margin: 0 auto;
	position: relative;

	display: block;
	overflow: visible;
	font-size: 70%;
}

/*======================================================================================*/
/* TOP PANEL                                                                            */
/*======================================================================================*/

#topPanelHolder
{
	width: 980px;
	height: 180px;
	position: relative;
}

#topPanelHolder a.logo
{
	width: 174px;
	height: 78px;
	display: block;
	position: absolute;
	left: 773px;
	top: 53px;

	background: url(images/logo2.png) no-repeat 0 0;
}

#topPanelHolder a.logo strong
{
	display: none;
}

#topPanelHolder h1
{
    width: 513px;
    height: 42px;
    position: absolute;
    left: 18px;
    top: 79px;

	display: block;
	background: url(images/logo1.png) no-repeat 0 0;
}

#topPanelHolder h1 span
{
	display: none;
}

/*======================================================================================*/
/* INFO PANEL                                                                           */
/*======================================================================================*/

#infoPanel
{
    width: 980px;
    height: 137px;
    position: relative;
    display: block;
    overflow: visible;
}

#infoPanel p.text
{
    width: 468px;
    height: 80px;
    padding: 27px 34px;
    display: block;
    float: left;
    background: url(images/info-panel-1.png) no-repeat 0 0;
}

#infoPanel p.contact
{
    width: 288px;
    height: 76px;
    padding: 58px 0 0 101px;
    display: block;
    float: right;
    background: url(images/info-panel-2.png) no-repeat 0 0;
    font-style: italic;
    font-size: 110%;
}

#infoPanel p.contact strong
{
    color: #424242;
    font-size: 190%;
}

#infoPanel p.contact strong.blue
{
    color: #05b7e3;
}

#infoPanel p.contact span
{
    color: #a2a2a2;
}

/*======================================================================================*/
/* CONTENT PANEL                                                                        */
/*======================================================================================*/

#contentPanel
{
	width: 980px;
	clear: both;
}

/*======================================================================================*/

#contentPanel h2
{
    width: 85%;
    padding: 40px 0 8px 14px;
    display: block;
    clear: both;
	color: #2d2d2d;
	font-size: 200%;
	font-weight: normal;
}

#contentPanel div.items
{
	
}

#contentPanel div.items ul
{
    display: block;
    clear: both;
	list-style: none;
}

#contentPanel div.items ul li
{
    width: 232px;
    height: 127px;
    padding: 6px 9px 9px 6px;
	display: block;
	float: left;
	background: url(images/item-background.png) no-repeat 0 0;
}

#contentPanel div.items ul li a img
{
 width: 227px;
 height: 120px;
}

#contentPanel div.items ul li.lastInLine
{
    padding: 6px 0 9px 6px;
}

#contentPanel div.items ul li a
{
	
}

#contentPanel div.items div
{
	width: 100%;
	height: 32px;
	clear: both;
}

#contentPanel div.items div a
{
	width: 131px;
	height: 22px;
	padding: 10px 0 0 0;
	display: block;
	float: right;
	background: url(images/more-link.png) no-repeat 0 0;
	color: White;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}


/*======================================================================================*/
/* BOTTOM PANEL                                                                         */
/*======================================================================================*/

#bottomPanel
{
	width: 100%;
	margin: 10px 0 0 0;
	padding: 24px 0 32px 0;
	background: #ececec;
	font-size: 70%;
}

#bottomPanel .content
{
    width: 940px;
    margin: 0 auto;
}

#bottomPanel .content h2
{
    width: 100%;
    height: 45px;
    display: block;
    clear: both;
	color: #2d2d2d;
	font-size: 200%;
	font-weight: normal;
}

#bottomPanel .content table
{
    float: left;
    font-size: 90%;
}

#bottomPanel .content table td
{
    padding: 8px;
    vertical-align: top;
}

#bottomPanel .content table td.title
{
    text-align: right;
}

#bottomPanel .content table td.title strong
{
    color: #494949;
}

#bottomPanel .content table td.title span
{
    color: #6e6e6e;
}

#bottomPanel .content table td.input
{
    
}

#bottomPanel .content table td.input input
{
    width: 164px;
    height: 18px;
    padding: 5px 8px 0 8px;
    display: block;
    background: white;
    border: 1px solid #8e8e8e;
    font-size: 110%;
}

#bottomPanel .content table td.input input.captcha
{
    width: 84px;
    height: 20px;
    float: left;
}

#bottomPanel .content table td.input img.captcha
{
    margin: 0 10px 0 0;
    float: left;
}

#bottomPanel .content table td.input textarea
{
    width: 244px;
    height: 116px;
    padding: 5px 8px 5px 8px;
    display: block;
    background: white;
    border: 1px solid #8e8e8e;
    font-size: 110%;
}

#bottomPanel .content table td.button
{
    
}

#bottomPanel .content table td.button input
{
    width: 156px;
    height: 38px;
    margin: 0 auto;
    border: none;
    display: block;
    background: url(images/send-button.png) no-repeat 0 0;
    color: White;
    font-weight: bold;
    font-size: 130%;
    text-align: center;
}

#bottomPanel .content p.contact
{
    width: 200px;
    height: 140px;
    padding: 10px 0 0 55px;
    display: block;
    float: left;
    background: url(images/phone.png) no-repeat 15px 75px;
    font-size: 75%;
}

#bottomPanel .content p.contact a.logo1
{
    width: 74px;
    height: 34px;
    margin: 0 0 8px 0;
    display: block;
    clear: both;
    background: url(images/bottom-logo1.png) no-repeat 0 0;
}

#bottomPanel .content p.contact a.logo2
{
    width: 200px;
    height: 16px;
    margin: 0 0 22px 0;
    display: block;
    clear: both;
    background: url(images/bottom-logo2.png) no-repeat 0 0;
}

#bottomPanel .content p.contact a.logo1 strong,
#bottomPanel .content p.contact a.logo2 strong
{
    display: none;
}

#bottomPanel .content p.contact strong
{
    color: #424242;
    font-size: 190%;
}

#bottomPanel .content p.contact strong.blue
{
    color: #05b7e3;
}

#bottomPanel .content p.contact span
{
    color: #a2a2a2;
    font-size: 120%;
}