/* CSS Document */
	/* common stlyes (all pages): */
*{
	margin:0px;
	padding:0px;
}
body{
	font:11px Tahoma, Arial, sans-serif;
	color:#606060;
}
a{
	color:#015A9C;
}
li{
	list-style-type:none;
}
img{
	border:none;
}
#wrap{
	width:768px;
	margin:auto;
	border:1px solid #000000;
	position:relative;
}
.header{
	height: 133px;
	background: #151213 url(images/logoback.jpg) repeat-y left;
}
.header #kassa{
	float: right;
	background: url(images/kassa.jpg) no-repeat bottom;
	width: 426px;
	height: 133px;
}
.header #logo{
	float: left;
	padding-left: 24px;
	padding-top: 30px;
}
.menu{
	margin-top: 1px;
	height: 38px;
	width: 100%;
	background: #000000;
	margin-bottom: 1px;
}
.menu ul{
}
.menu li{
	padding-top: 10px;
	padding-bottom: 8px;
	text-align: center;
	float: left;
	font: bold 14px Trebuchet MS;
	border-left: 1px solid #383536;
}
.menu a{
	height: 36px;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 8px;
	padding-top: 9px;
	padding-left: 20px;
	padding-right: 21px;
}
.menu a:hover{
	background: #B61009;
}
.area{
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.title{
	background: #FFFFFF url(images/line.jpg) repeat-x bottom;
	height: 29px;
}
p{
	text-align: justify;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
h1{
	font: bold 15px Tahoma;
	width: 120px;
	padding-left: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
	color: #B61009;
	background: #E1E1E1;
	margin-bottom:3px;
}
.mini{
	font: bold 10px Tahoma;
}
.text1{
	font: bold 16px Tahoma;
	padding-left: 15px;
	padding-bottom: 4px;
	width: 660px;
	padding-top: 4px;
	color: #B61009;
	background: #E1E1E1;
	margin-bottom:3px;
}
.content{
	border-bottom: none;
	background: #FFFFFF url(images/back.jpg) repeat;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
}

.content table{
	background: #E1E1E1;
	text-align: center;
	vertical-align: top;
}
.contents{
	border-bottom: none;
	background: #FFFFFF url(images/back.jpg) repeat;
}

.contents table{
	background: #E1E1E1;
	text-align: center;
	vertical-align: top;
}
.content td{
	background: #FFFFFF url(images/back.jpg) repeat;
	border: 2px solid #FFFFFF;
	padding-left: 10px;
}
.contents td{
	background: #FFFFFF url(images/back.jpg) repeat;
	border: 2px solid #FFFFFF;
	padding-left: 10px;
}
.small{
	padding-top: 2px;
}
h2{
	text-align: left;
	padding-top: 15px;
	padding-left: 5px;
	font: bold 13px Tahoma;
}
.right{
	float: right;
}
.padleft{
	padding-left: 20px;
} 
.content img{
	border: 2px solid #E1E1E1;
	margin: 10px 10px 10px 10px;
}
.contents img{
	border: 2px solid #E1E1E1;
	margin: 10px 10px 10px 10px;
}
.content .button{
	margin: 0px 0px 10px 0px;
	border: none;
}
.contents .button{
	margin: 0px 0px 10px 0px;
	border: none;
}
.content .line{
	background: url(images/line2.jpg) repeat-x bottom;
	height: 1px;
}
.contents .line{
	background: url(images/line2.jpg) repeat-x bottom;
	height: 1px;
}
.footer{
	margin-top: 10px;
	padding-left: 27px;
	background: #151213 url(images/footerback.jpg) repeat-y right;
	height: 57px;
	color: #FFFFFF;
}
.footer p{
	padding-top: 23px;
}
.character li{
	list-style : disc;
	padding-left: 10px;
	padding-top: 2px;
}
.character{
	padding-left: 40px;
}


