/****************************************************************************************/
/*                                                                                      */
/* Orchids Info.nl website - DESIGN                                                     */
/*                                                                                      */
/* Version:         2009-01-14 12:00                                                    */
/* Last changed by: Josef Vondracek                                                     */
/* Version:         2009-01-15 12:00                                                    */
/* Last changed by: Lucie Ondrušová                                                    */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/

form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, body, form, dl, dd, dt
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	font-size: 90%;
	font-family: "Verdana", "Tahoma", "Arial";
	font-family: Verdana, Tahoma, Arial;
	background: url(../images/design/background.png);
	color: black;
}

h1, h2, h3, h4, h5, h6, input, select, textarea
{
	font-size: 100%;
	font-family: "Verdana", "Tahoma", "Arial";
	font-family: Verdana, Tahoma, Arial;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
}

/*======================================================================================*/

#page
{
	width: 1075px;
	margin: 0 auto;
	background: url(../images/design/background-center.png) repeat-y center center;
	font-size: 90%;
}

#pageInner
{
	width: 992px;
	margin: 0 auto;
	position: relative;
}

/*======================================================================================*/

#topHolder
{
	width: 100%;
	height: 135px;
	display: block;
	clear: both;
}

#topPanel
{
	width: 992px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/design/bannerzijkant.jpg) right top no-repeat;
}

#topPanel #bannerPanel
{
	width: 732px;
	height: 106px;
	display: block;
	overflow: hidden;
	border-left: 1px solid #bdbdbd;
}

#topPanel #bannerPanel.category
{
	width: 990px;
	text-align: center;
	border-right: 1px solid #bdbdbd;
}

#topPanel #bannerPanel.category img
{
	width: 100%;
}

#topPanel #bannerPanel img
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

#topPanel #menuPanel
{
	width: 980px;
	height: 27px;
	padding: 0 0 0 10px;
	display: block;
	overflow: hidden;
	border: 1px solid white;
	background: url(../images/design/menu-lr.png) no-repeat 0px 0px;
}

#topPanel #menuPanel ul
{
	width: 970px;
	height: 27px;
	display: block;
	list-style: none;
	font-size: 90%;
	background: url(../images/design/menu.png) repeat-x 0px 0px;
}

#topPanel #menuPanel ul li
{
	height: 27px;
	display: block;
	float: left;
}

#topPanel #menuPanel ul li a
{
	padding: 5px 13px 0 13px;
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#topPanel #menuPanel ul li .selected
{
	color: Black;
}

/*======================================================================================*/

#contentPanel
{
	padding: 15px 0;
	background: url(../images/design/content-background.png) no-repeat center top;
}

/*======================================================================================*/

#rightPanel
{
    padding:15px 20px 15px 25px;
    width:720px;
	float: right;
}

/*======================================================================================*/

#leftPanel
{
	width: 200px;
	padding: 15px 0 100px 25px;
	float: left;
}

/*======================================================================================*/

#usersSwitchPanel
{
	position: absolute;
	width: 177px;
	left: 25px;
	top: -70px;
}

#usersSwitchPanel input
{
	width: 150px;
	margin: 5px 30px 0 0;
	border: 1px solid #5b5b5b;
}

#usersSwitchPanel br
{
	clear: both;
}

#usersSwitchPanel .item1,
#usersSwitchPanel .item2,
#usersSwitchPanel .item3
{
	float: left;
}

#usersSwitchPanel span
{
	width: 16px;
	display: block;
	float: left;
}

/*======================================================================================*/

#bottomPanel
{
	width: 952px;
	padding: 5px 20px;
	position: relative;
	clear: both;
	background: #ff810d;
	color: White;
	text-align: right;
	font-size: 70%;
}

#message
{
	width: 500px;
	padding: 20px 10px;
	position: absolute;
	left: 250px;
	top: 140px;
	background: #ccc;
	color: #000;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

/*======================================================================================*/

.getflp
{
	padding: 5px;
}

.getflp a
{
	text-decoration: none;
}

.getflp a:hover
{
	text-decoration: underline;
}