/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/backwinter2.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapper {
	width: 1024px;
	padding: 0;
	text-align: left;
	border-bottom-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
	width: 1024px;
	height: 78px;
	background-image: url(../images/bgtop.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
	width: 1024px;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	background-image: url(../images/bgmiddle.png);
	background-repeat: repeat-y;
	background-position: center;
}


/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
	width: 970px;
	height: 280px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 28px;
	background-image: url(../images/headerwinter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/**************************************************/
/*                               menu                                        */
/**************************************************/

#menu li {
	display: inline;
}

#menu a {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	float: left;
}
	
#menu li a:link, #menu li a:visited {
	color: #000000;
	height: 27px;
	text-align: center;
	width: 170px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding-top: 6px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	background-image: url(../images/off2.png);
}
	
#menu li a:hover {
	color: #666666;
	height: 27px;
	text-align: center;
	width: 170px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding-top: 6px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	background-image: url(../images/on2.png);
}

ul {
	list-style: none;
}

/*                    Prihlaseni ,jazyk                  */
#wrapper #content #okno {
	height: 25px;
	width: 750px;
	margin-top: 115px;
	margin-left: 235px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: right;
}

/* Stuff */

#stuff {
	width: 965px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: 100%;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#wrapper #content #text area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	color: #000000;
}

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
	width: 1024px;
	height: 70px;
	background-image: url(../images/bgbottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

