/****************************************************************************************/
/*                                                                                      */
/* Version:         2009-11-24 10:00                                                    */
/* Last changed by: Josef Vondráček                                                     */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

body
{
	position: relative;
	background: white url(images/background.png) repeat-x left top;
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
}

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: Arial, Tahoma, Verdana;
}

h1, h2, h3, h4, h5, h6
{
	color: #ffffff;
	font-size: 100%;
	font-family: Tahoma, Verdana, Arial;
}

img
{
	border: none;
}

a
{
	cursor: hand;
	cursor: pointer;
	color: red;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

label
{
	cursor: pointer;
}

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

.hide
{
	width: 1px;
	height: 1;
	position: absolute;
	left: -4999px !important;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
}

#contentPanel div.boxes a
{
  text-decoration: none;
}

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#page
{
	/*width: 1043px;*/
	width: 945px;
	margin: 0 auto;
	padding: 120px 0 0 0;
	position: relative;
	top: -120px;
	overflow: visible;
}

/*======================================================================================*/
/* TOP PANEL																			*/
/*======================================================================================*/

#topPanelHolder
{
    width: 100%;
    height: 120px;
    background: url(images/top-background.png) no-repeat center 48px;
    text-align: center;
    /*background-attachment: fixed;*/
    
}

#topPanel
{
	/*width: 1043px;*/
	width: 945px;
	height: 120px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: visible;
	background: url(images/top-background-middle.png) no-repeat center 48px;
	font-size: 12px;
}

#topPanel a.logo
{
    width: 165px;
    height: 54px;
    position: absolute;
    left: 585px;
    top: 48px;
}

#topPanel a.logo strong
{
    display: none;
}

#topPanel ul
{
    position: absolute;
    left: 50px;
    top: 60px;
    z-index: 100;
    list-style: none;
}

#topPanel ul li
{
    height: 23px;
    padding: 9px 12px 0 12px;
    float: left;
    background: url(images/menu-separator.png) no-repeat right center;
    text-align: center;
}

#topPanel ul li.last
{
    padding-right: 0;
    background: none;
}

#topPanel ul li.link1 { width: 45px; }
#topPanel ul li.link2 { width: 33px; }
#topPanel ul li.link3 { width: 40px; }
#topPanel ul li.link4 { width: 40px; }
#topPanel ul li.link5 { width: 65px; }
#topPanel ul li.link6 { width: 40px; }
#topPanel ul li.link7 { width: 40px; }

#topPanel ul li.linkx1 { width: 100px; }

#topPanel ul li.link1en { width: 60px; }
#topPanel ul li.link2en { width: 60px; }
#topPanel ul li.link3en { width: 50px; }
#topPanel ul li.link4en { width: 110px; }
#topPanel ul li.link5en { width: 70px; }


#topPanel ul li a
{
    text-decoration: none;
    color: white;
}

#topPanel ul li a:hover
{
    text-decoration: underline;
}

#topPanel form
{
    width: 175px;
    height: 28px;
    position: absolute;
    left: 740px;
    /*left: 797px;*/
    top: 61px;
    z-index: 100;
    background: url(images/search.png) no-repeat 0 0;
}

#topPanel form input
{
    position: absolute;
    z-index: 120;
    display: block;
    border: none;
    background: none;
}

#topPanel form input.text
{
    width: 140px;
    padding: 3px 0 3px 0;
    left: 38px;
    top: 4px;
}

#topPanel form input.button
{
    width: 29px;
    height: 26px;
    left: 2px;
    top: 1px;
    cursor: hand;
    cursor: pointer;
}

#topPanel div.background
{
    width: 175px;
    height: 322px;
    position: absolute;
    left: -95px;
    top: 0px;
    z-index: 0;
    display: block;
    background: url(images/strawberries.png) no-repeat 0 0;
}

/*======================================================================================*/
/* CONTENT PANEL                                                                        */
/*======================================================================================*/

#contentPanel
{
	/*width: 1043px;*/
	width: 945px;
	min-height: 200px;
	margin: 0 0 25px 0;
	position: relative;
	overflow: visible;
	background: url(images/content-background.png) no-repeat center top;
}

#contentPanel p
{
  text-align: justify;
}

#contentPanel div.content
{
    /*width: 825px;*/
    width: 770px;
    padding: 30px 0px;
    margin: 0 auto;
    color: #4c4c4c;
}

#contentPanel div.flags
{
    width: 27px;
    height: 80px;
    padding: 9px 3px 0 0;
    position: absolute;
    right: 0px;
    top: 22px;
    background: url(images/flags-background.png) no-repeat 0 0;
    text-align: center;
}

#contentPanel div.flags a
{
    width: 17px;
    height: 17px;
    margin: 0 auto 5px auto;
    display: block;
}

#contentPanel div.flags a span
{
    display: none;
}

#contentPanel div.flags a.cz
{
    background: url(images/flags/cz.png) no-repeat 0 0;
}

#contentPanel div.flags a.en
{
    background: url(images/flags/uk.png) no-repeat 0 0;
}

#contentPanel div.flags a.de
{
    background: url(images/flags/de.png) no-repeat 0 0;
}

#contentPanel span.bottomBackground
{
    /*width: 1043px;*/
    width: 945px;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: -25px;
    display: block;
    background: url(images/content-background-bottom.png) no-repeat center top;
}

/*======================================================================================*/
/* BOTTOM CONTENT PANEL                                                                 */
/*======================================================================================*/

#bottomContentPanel
{
	/*width: 987px;*/
	width: 887px;
	height: 180px;
	padding: 20px 28px 0 28px;
	position: relative;
	background: url(images/bottom-background.png) no-repeat center top;
}

#bottomContentPanel .column
{
	float: left;
}

#bottomContentPanel .column h2
{
    margin: 0 0 7px 0;
    padding: 0 20px;
	color: White;
	font-size: 140%;
	font-family: "Trebuchet MS", Tahoma, Verdana;
}

#bottomContentPanel .column p
{
    margin: 0 0 10px 0;
    padding: 0 20px;
    line-height: 18px;
	color: #3e3e3e;
}

#bottomContentPanel .column a
{
	color: #3e3e3e;
	text-decoration: underline;
}

#bottomContentPanel .column a:hover
{
	text-decoration: none;
}

#bottomContentPanel div.c01
{
	width: 154px;
	text-align: center;
}

#bottomContentPanel div.c01 strong
{
    margin: 0 auto;
	display: block;
}

#bottomContentPanel div.c01 strong span
{
	display: none;
}

#bottomContentPanel div.c01 strong.logoPoex
{
	width: 109px;
	height: 41px;
	margin: 10px auto 15px auto;
	background: url(images/bottom-logo-poex.png) no-repeat 0 0;
}

#bottomContentPanel div.c01 strong.logoDexi
{
	width: 109px;
	height: 49px;
	background: url(images/bottom-logo-dexi.png) no-repeat 0 0;
}

#bottomContentPanel div.c02
{
	width: 200px;
}

#bottomContentPanel div.c03
{
	width: 240px;
}

#bottomContentPanel div.c04
{
	width: 230px;
}


#bottomContentPanel .background
{
    width: 132px;
    height: 178px;
    position: absolute;
    right: 40px;
    top: -16px;
    background: url(images/bottom-design-image.png) no-repeat center top;
}

/*======================================================================================*/
/* BOTTOM PANEL                                                                         */
/*======================================================================================*/

#bottomPanel
{
	/*width: 987px;*/
	width: 887px;
	padding: 10px 28px 0 28px;
	color: #6a6969;
}

#bottomPanel p
{
    margin: 0;
    padding: 0 23px;
}

#bottomPanel p.left
{
    float: left;
}

#bottomPanel p.right
{
     float: right;
}

#bottomPanel a
{
	color: #6a6969;
}
