﻿/****************************************************************************************/
/*                                                                                      */
/* Version:         2009-07-29 20:00                                                    */
/* Last changed by: Josef Vondracek                                                     */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

body
{
	background: white url(images/background.png) repeat-x 0px 0px;
	color: #858585;
	font-size: 100%;
	font-family: "Tahoma", "Verdana", "Arial";
	font-family: Tahoma, Verdana, Arial;
}

body, form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, form, dl, dd, dt
{
	margin: 0;
	padding: 0;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6, input, select, textarea
{
	font-size: 100%;
	font-family: "Tahoma", "Verdana", "Arial";
	font-family: Tahoma, Verdana, Arial;
}

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: 941px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: block;
	overflow: visible;
	font-size: 70%;
}

/*======================================================================================*/
/* TOP PANEL                                                                            */
/*======================================================================================*/

#topPanelHolder
{
	width: 941px;
	height: 322px;
}

#topPanel
{
	width: 941px;
	height: 322px;
	position: absolute;
	top: 0;
	z-index: 100;
	background: url(images/top-panel-background.png) no-repeat 0px 0px;
}

/*======================================================================================*/

#topPanelHolder a
{
	width: 189px;
	height: 76px;
	position: absolute;
	left: 40px;
	top: 20px;
	z-index: 150;
	display: block;
	background: url(images/logo.png) no-repeat 0px 0px;
}

#topPanelHolder a strong
{
	display: none;
}

/*======================================================================================*/

#topPanelHolder h1
{
	width: 100%;
	position: relative;
	top: 25px;
	z-index: 250;
	color: Black;
	font-size: 300%;
	text-align: center;
	text-transform: uppercase;
}

#topPanelHolder h1 a
{
	position: relative;
	left: 15px;
	top: 12px;
	z-index: 250;
	display: inline;
	background: none;
}

/*======================================================================================*/

#topPanelHolder #overflowedGraphics
{
	width: 381px;
	height: 137px;
	display: block;
	position: absolute;
	left: 745px;
	top: 229px;
	z-index: 50;
	background: url(images/overflowed-graphics.png) no-repeat 0px 0px;
}

/*======================================================================================*/

#topPanel #langMenu
{
	position: absolute;
	right: 16px;
	top: 12px;
	list-style: none;
}

#topPanel #langMenu li
{
	width: 18px;
	height: 12px;
	float: left;
	display: block;
}

#topPanel #langMenu li a
{
	width: 16px;
	height: 12px;
	display: block;
}

#topPanel #langMenu li a.en
{
	background: url(images/flag-en.png) no-repeat 0px 0px;
}

#topPanel #langMenu li a.de
{
	background: url(images/flag-de.png) no-repeat 0px 0px;
}

#topPanel #langMenu li a.sk
{
	background: url(images/flag-sk.png) no-repeat 0px 0px;
}

#topPanel #langMenu li a span
{
	display: none;
}

/*======================================================================================*/

#topPanel #webMenu
{
	position: absolute;
	right: 0;
	top: 58px;
	list-style: none;
}

#topPanel #webMenu li
{
	padding: 0 10px 0 0;
	display: block;
	float: left;
}

#topPanel #webMenu li a
{
	width: auto;
	height: 20px;
	padding: 7px 10px 0 10px;
	display: block;
	float: left;
	position: relative;
	color: white;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

#topPanel #webMenu li a span
{
	width: 5px;
	height: 27px;
	position: absolute;
	top: 0px;
	display: block;
	visibility: hidden;
}

#topPanel #webMenu li a:hover,
#topPanel #webMenu li.selected a
{
	color: #a18f4d;
	background: url(images/menu-middle.png) repeat-x 0px 0px;
}

#topPanel #webMenu li a:hover span,
#topPanel #webMenu li.selected a span
{
	visibility: visible;
}

#topPanel #webMenu li a span.left,
#topPanel #webMenu li.selected a span.left
{
	left: 0;
	background: url(images/menu-left.png) no-repeat 0px 0px;
}

#topPanel #webMenu li a span.right,
#topPanel #webMenu li.selected a span.right
{
	right: 0;
	_right: -1px;
	background: url(images/menu-right.png) no-repeat 0px 0px
}

/*======================================================================================*/

#topPanel #flashPanel
{
	width: 941px;
	height: 216px;
	position: absolute;
	left: 0;
	bottom: 0;
	_bottom: -2px;
	z-index: 110;
	text-align: center;
}

#topPanel #flashPanel .img
{
	margin: 15px 7px 0 7px;
}

/*======================================================================================*/
/* MIDDLE PANEL                                                                         */
/*======================================================================================*/

#middlePanel
{
	width: 941px;
	padding: 40px 0 10px 0;
	background: url(images/top-background.png) no-repeat 0px 0px;
}

#middlePanel .background
{
	width: 100%;
	background: url(images/middle-same-background.gif) repeat-y center 0px;
}

#middlePanel .sameLeft
{
	width: 280px;
	padding: 0 0 0 20px;
}

#middlePanel .sameMiddle
{
	width: 260px;
	padding: 0 20px 0 40px;
}

#middlePanel .sameRight
{
	width: 280px;
	padding: 0 0 0 20px;
}

/*======================================================================================*/
/* CONTENT SEPARATION BLOCKS SIZE                                                       */
/*======================================================================================*/

.leftContentPanel
{
	width: 230px;
	padding: 0 20px 0 25px;
	float: left;
}

.middleContentPanel
{
	width: 285px;
	padding: 0 28px;
	float: left;
}

.rightContentPanel
{
	width: 284px;
	padding: 0 10px 0 30px;
	float: left;
}

.rightContentFullPanel
{
	width: 625px;
	padding: 0 10px 30px 28px;
	overflow: hidden;
	float: left;
	background: url(images/content-dots.gif) no-repeat 0px 0px;
}

.contentFullPanel
{
	width: 900px;
	padding: 0 10px 30px 20px;
	overflow: hidden;
	float: left;
}

.leftRightCenter
{
	width: 600px;
	margin: 0 auto;
}

.leftMiddleContentPanel
{
	width: 280px;
	padding: 0 20px 0 0;
	float: left;
	background: transparent url(images/homepage-dots.gif) no-repeat scroll right 40px;
}

.rightMiddleContentPanel
{
	width: 280px;
	padding: 0 0 0 20px;
	float: left;
}


/*======================================================================================*/
/* BOTTOM PANEL                                                                         */
/*======================================================================================*/

#bottomPanel
{
	width: 941px;
	height: 120px;
	padding: 70px 0 35px 0;
	background: url(images/bottom-background.png) no-repeat 0px 0px;
}

#bottomPanel .background
{
	padding: 20px 0 20px 0;
	background: url(images/homepage-dots.gif) repeat-y 274px 0px;
}

/*======================================================================================*/

#bottomPanel .copyrightSimple
{
	width: 100%;
	height: 60px;
	padding: 50px 0 0 0;
	background: url(images/info.png) no-repeat center 10px;
	text-align: center;
}

/*======================================================================================*/

#bottomPanel .seoLinks
{
	text-align: center;
}

/*======================================================================================*/

.copyright
{
	
}

.copyright a.logo
{
	width: 99px;
	height: 42px;
	margin: 10px;
	display: block;
	background: url(images/logo-bottom.png) no-repeat 0px 0px;
}

.copyright a.logo strong
{
	display: none;
}

.copyright p
{
	
}

.copyright p a
{
	font-weight: bold;
}

/*======================================================================================*/

.seo
{
	padding-top: 10px;
}

.seo p
{
	
}

/*======================================================================================*/

.newsletters
{
	width: 234px;
	padding-left: 80px;
	background: url(images/newsletters-image.png) no-repeat 20px top;
}

.newsletters h4
{
	font-size: 150%;
	padding: 0 0 5px 0;
}

.newsletters p
{
	padding: 0 0 10px 0;
}

.newsletters form
{
	padding: 0 0 10px 0;
}

.newsletters form div
{
	width: 157px;
	height: 21px;
	float: left;
	background: url(images/newsletters-text.png) no-repeat 0px 0px;
}

.newsletters form div .text
{
	width: 148px;
	height: 17px;
	position: relative;
	left: 4px;
	top: 1px;
	border: none;
	background: none;
	color: #949494;
}

.newsletters form .button
{
	width: 60px;
	height: 23px;
	display: block;
	float: left;
	background: url(images/newsletters-button.png) no-repeat 0px 0px;
	border: none;
	color: #a18f4d;
	font-weight: bold;
	text-align: center;
}
