body {
	text-align: center;
	padding: 0px;
	border: 0px;
	margin: 0px;
	background-color: #070707;
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
}


h1, h2, h3, h4, h5, h6, li, ul, p, form {
margin: 0px;
padding: 0px;
}

td{
font-size: 12px;
vertical-align: top;
}

li{
list-style: none;
}

img {
padding: 0px;
margin: 0px;
border: 0px;
vertical-align: top;
}

div {
padding: 0px;
margin: 0px;
border: 0px;
}

span {
padding: 0px;
margin: 0px;
border: 0px;
}

form {
margin: 0px;
padding: 0px;
border: 0px;
}

a {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

a:hover {
	color: #ff0000;
}


#box {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	min-height: 600px;
	height: auto;
	background-image: url(../graphics/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000000;
	padding: 5px;
	text-align: right;
}

#topmenulogo {
	height: 190px;
	width: 880px;
	margin-left: auto;
	background-image: url(../graphics/logo.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#menubox {
	height: 20px;
	line-height: 20px;
	width: auto;
	margin-top: 171px;
	margin-left: auto;
	margin-right: 30px;
	float: right;
	
}

#menubox a {
	height: 20px;
	line-height: 20px;
	border: 0px;
	width: 70px;
	display: inline-block;
}

.mbt1, .mbt2, .mbt3, .mbt4, .mbt5, .mbt6 {
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #171717;
	
}

.mbt1 {
	background-image: url(../graphics/faq.png);
}
.mbt2 {
	background-image: url(../graphics/forum.png);
}
.mbt3 {
	background-image: url(../graphics/tattoo.png);
}

.mbt4 {
	background-image: url(../graphics/piercing.png);
}
.mbt5 {
	background-image: url(../graphics/other.png);
}
.mbt6 {
	background-image: url(../graphics/contact.png);
}

.mbt1:hover, .mbt2:hover, .mbt3:hover, .mbt4:hover, .mbt5:hover, .mbt6:hover  {
	background-position: bottom;
}

#content {
	min-height: 330px;
	height: auto;
	width: 600px;
	margin-left: auto;
	margin-right: 30px;
	margin-top: 30px;
	padding: 10px;
	text-align: justify;
	line-height: 16px;
	background-image: url(../graphics/cont-bg.png);
	background-repeat: repeat;
	background-position: top left;
	overflow: hidden;
}

.centertext {
	width: 100%;
	height: auto;
	text-align: center;
}

.other-box { /* box sekcia other */
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	text-align: justify;
}

.other-box img { /* img v box sekcia other */
	width: 80px;
	height: 60px;
	float: left;
	margin-right: 5px;
}

.footer {
	clear: both;
}

#map-box { /* box pre mapu */
	height: 280px;
	width: 400px;
	border: 1px solid #FFFFFF;
	float: right;
	margin-left: auto;
	text-align: center;
}

#menu-small-left { /* menu galeria */
	width: 100px;
	height: 320px;
	background-image: url(../graphics/submenu-bg.png);
	background-repeat: repeat;
	float: left;
	margin-right: 5px;
}

#menu-small-left a { /* a link v menu galeria */
	display: block;
	line-height: 18px;
	text-decoration: none;
	height: 60px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #FFFFFF;
	padding: 3px;
}

#menu-small-left a:hover { /* a link v menu galeria */
	background-color: #0e0e0e;
	background-image: url(../graphics/bg-gall-butn.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#pictbox-left { /* galeria */
	width: 490px;
	height: 320px;
	float: left;
	text-align: center;
}

.gallpict { /* obrazky v galerii */
	width: 80px;
	height: 60px;
	margin-bottom: 5px;
}

#bottom {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 190px;
	padding-top: 5px;
	background-image: url(../graphics/bg-bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.log-tab1 { /* tabulka na login */
	margin-left: auto;
	margin-right: auto;
}

.log-form-line { /* login a pass polia */
	color: #FFFFFF;
	line-height: 11px;
	height: 14px;
	border: 0px;
	background-color: #333333;
}

.redinf { /* info o logine */
	border: 1px solid #FF0000;
	background-color: #FF9966;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	display: inline-block;
	padding: 2px;
	width: 150px;
	height: auto;
}

.question {
	padding: 5px;
	background-color: #0e0e0e;
	font-style: italic;
	line-height: 140%;
}

.answer {
	padding: 5px;
	margin-bottom: 35px;
	margin-top: 5px;
	border-bottom: 1px solid #999;
}