/****************************************************************************************/
/*                                                                                      */
/* Perpetum Mobile Prague - Trike Club website - GLOBAL DESIGN                          */
/*                                                                                      */
/*									                                                    */
/*						                                                                */
/*                                                                                      */
/* Version:         2008-12-17 11:30                                                    */
/* Last changed by: Matej Cerny		                                                    */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/

*
{
	outline: none;
}

form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, body, form, dl, dd, dt
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 100%;
	font-family: "Arial", "Verdana", "Tahoma";
	font-family: Arial, Verdana, Tahoma;
	background: black url(../images/design/background.jpg) 0 0;
	color: white;
	text-align: center;
}

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;
	text-decoration: none;
}

.left { float: left; }
.right { float: right; }

/*======================================================================================*/
#homepage
{
	width:1024px;
	height:768px;
	margin: 0 auto;
	position: relative;
	background:#fe0000 url(../images/design/homepage.jpg);
	text-align:left;
}

#homepage h1
{
	display:none;
}

#homepage #index
{
	width:346px;
	padding:214px 0 1px 24px;
}

#homepage p
{
	font-size:80%;
	color:#CCCCCC;
	padding:0 0 14px 0;
}

#homepage p #white
{
	color:White;
}
.home
{
	position: relative;
	z-index: 100;
}

#homepage #counter
{
	width: 200px;
	height: 20px;
	position: absolute;
	left: -25px;
	bottom: 5px;
	text-align: center;
}

#homepage #counter p
{
	font-weight: bold;
}

* html #homepage #counter
{
	bottom: -20px;
}

#homepage #counter a
{
	text-decoration: none;
}

/*======================================================================================*/
#homepage #firstMenu
{
	width:464px;
	height:340px;
	position:absolute;
	margin:4px 0 0 86px;
}

#homepage #firstMenu li
{
	margin:0 68px 22px 0;
	list-style-type:none;
	float:left;
}

#homepage #firstMenu a
{
	width:147px;
	height:50px;
	color:White;
	display:block;
}
/*======================================================================================*/

#homepage #secondMenu
{
	list-style-type:none;
}

#homepage #secondMenu #email
{
	position:absolute;
	margin:133px 0 0 616px;
}

#homepage #secondMenu #email a
{
	width:60px;
	height:65px;
	display:block;
}

#homepage #secondMenu #kontakt
{
	position:absolute;
	margin:187px 0 0 564px;
}

#homepage #secondMenu #kontakt a
{
	width:80px;
	height:85px;
	display:block;
}

#homepage #secondMenu #forum
{
	position:absolute;
	margin:242px 0 0 480px
}

#homepage #secondMenu #forum a
{
	width:110px;
	height:110px;
	display:block;
}

/*======================================================================================*/

#page
{
	width:1024px;
	min-height:650px;
	_height: 650px;
	margin: 0 auto;
	background:#fe0000 url(../images/design/page.jpg) no-repeat;
	text-align:left;
}

#page h1
{
	width:126px;
	padding:15px 0 0 36px;
}

#page h1 a
{
	padding:0 0 145px 0;
	display:block;
}

/*======================================================================================*/

#categoryMenu
{
	list-style-type:none;
	position: relative;
}

#categoryMenu li
{
	margin: 0;
}

#categoryMenu li a
{
	display: block;
	position: absolute;
	text-decoration: none;
	background: transparent;
	z-index:999;

}

#categoryMenu li a span
{
	display: block;
}

#categoryMenu li.email a
{
	left: 18px;
	top: 116px;
}

#categoryMenu li.email a span
{
	width: 86px;
	height: 80px;
}

#categoryMenu li.kontakt a
{
	left: 40px;
	top: 200px;
}

#categoryMenu li.kontakt a span
{
	width: 85px;
	height: 60px;
}

#categoryMenu li.forum a
{
	left: 5px;
	top: 265px;
}

#categoryMenu li.forum a span
{
	width: 110px;
	height: 104px;
}

/*======================================================================================*/

#align
{
	margin:44px 0 0 0;
	padding:0 0 80px 0;
	text-align:center;
}

#content
{
	width:568px;
	margin: 0 auto;
	padding:22px;	
	text-align:left;
	background:Black;
}

#imageRight
{
	width:206px;
	height:133px;
	margin:28px 0 0 818px;
	position:absolute;
}

/*======================================================================================*/

.hidden
{
	visibility: hidden;
}

ul + *
{
  clear: both;
}

/*======================================================================================*/
#captchaImage
{
	float: right;
}

#home_sound
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	visibility: hidden;
}

#message
{
	width: 500px;
	height: 30px;
	margin: -15px 0 0 -250px;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 30px;
	background: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

#error_box
{
	color: #ff0000;
	font-size: 90%;
}