* {
	margin: 0;
	padding: 0;
	outline: 0;
}

input[type="text"], textarea {
	border:1px solid #bbb;
}

/* hlavny design */

body {
	background: url('../img/web_bg.png') repeat #636363;
	margin:0;
	padding:0;
	text-align:center;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
}

div#top_background {
	min-width: 1136px;
	min-height: 216px;
	background: url('../img/top_web_bg.png') repeat-x;
}

div#container {
	width: 1136px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url('../img/header_gorila.png') top center no-repeat;
	width: 1136px;
	height: 144px;
	text-align: left;
}

#header_anchor {
	display: block;
	position: absolute;
	width: 990px;
	height: 110px;
	z-index: 15;
}

div#content {
	float: left;
	width: 931px;
	min-height: 250px;
	background-color: transparent;
	overflow: hidden;
}

#content_padding {
	padding-left: 19px;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.hidden {
	visibility: hidden;
	position: absolute;
}



/*   ***********    */
/*   STAVBA WEBU    */
/*   ***********    */


#content_bg {
	width: 1001px;
	float: left;
	min-height: 10px;
	background: url(../img/content_bg.png) bottom repeat-x #ffffff;
}

#border_t_l {
	float: left;
	width: 30px;
	height: 30px;
	position: relative;
	left: -30px;
	background: url(../img/border_t_l.png) no-repeat;
}

#border_t {
	float: left;
	width: 951px;
	height: 30px;
	position: relative;
	left: 25px;
	background: url(../img/border_t.png) repeat-x;
}
#border_t_r {
	float: right;
	width: 30px;
	height: 30px;
	position: relative;
	left: 30px;
	background: url(../img/border_t_r.png) no-repeat;
}

#shadow_l {
	float: left;
	padding-left: 65px;
	background: url(../img/shadow_l.png) left repeat-y;
}

#shadow_r {
	float: left;
	padding-right: 5px;
	background: url(../img/shadow_r.png) right repeat-y;
}

#border_l {
	float: left;
	padding-left: 35px;
	background: url(../img/border_l.png) left repeat-y;
}

#border_r {
	float: left;
	padding-right: 35px;
	background: url(../img/border_r.png) right repeat-y;
}

#border_b_l {
	float: left;
	width: 100px;
	height: 47px;
	background: url(../img/border_b_l.png) right no-repeat;
}

#border_b {
	float: left;
	width: 931px;
	height: 47px;
	background: url(../img/border_b.png) repeat-x;
}

#border_b_r {
	float: left;
	width: 100px;
	height: 47px;
	background: url(../img/border_b_r.png) no-repeat;
}




#reflex_l {
	float: left;
	width: 88px;
	height: 60px;
	background: url(../img/reflex_l.png) right no-repeat;
}

#reflex {
	float: left;
	width: 955px;
	height: 60px;
	background: url(../img/reflex.png) repeat-x;
	text-align: center;
}

#reflex table tr td p {
	color: #FFFFFF;
	font-size: 10px;
}

#reflex a {
	color: #FFFFFF;
}

#reflex_r {
	float: left;
	width: 23px;
	height: 60px;
	background: url(../img/reflex_r.png) no-repeat;
}

#mini_logo {
	position: absolute;
	top: 0;
	width: 116px;
	height: 36px;
	background: url(../img/mini_logo.png) right no-repeat;
}

#tile {
	position: relative;
	left: -75px;
	top: 230px;
}

#tile a{
	display: block;
	width: 130px;
	text-align: center;
}

#listlogo {
	position: absolute;
	z-index: 15;
	width: 130px;
	height: 400px;
}

#bubble {
	display: block;
	position: absolute;
	z-index: 10;
	top: 90px;
	width: 950px;
	height: 88px;
	background: url(/img/bubble.png) right no-repeat;
}

#menu_padding {
	padding-left: 375px;
}

.fadein img{
	padding: 0;
	margin: 0;
}

.fadeout img{
	padding: 0;
	margin: 0;
}

.fadein {
	display: block;
	width: 130px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	padding: 6px 0;
}

.fadeout {
	display: block;
	width: 130px;
	overflow: hidden;
	padding: 6px 0;
}

.jqfadein {
	display: none;
}

.jqfadeout {
	position: relative;
	left: -130px;
}

