/* HANAS.PRO MAIN STYLESHEET */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300&subset=latin,latin-ext);

body {
	background-image: url('../gfx/background_a.png');
	background-color: #FFFFFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-decoration: none;
	font-size: 11pt;
	float: center;
}

a, a:visited {

	text-decoration: none;
}

a:hover {

}

table {
	border-collapse: collapse;
}

td {
	padding: 0px;
}

img {
	margin: 0;
	padding: 0;
}

#content_box {
	background: url('../gfx/content_bg.png') center center no-repeat;
	display: none;
	position: static;
	width: 100%;
	height: 100%;
}

#main_frame {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	max-height: 900px;
	min-width: 800px;
	min-height: 600px;
	z-index: 1;
}

#main_center {
	background: transparent url('../gfx/logo_big.png') center center no-repeat;
	height: 34%;
	position: static;
}

.content_text {
	height: 100%;
	width: 100%;
	margin: 0;
}

.content_text td {
	width: 33%;
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
	padding: 0;
	font-weight: 300;
}

.content_text p {
	margin: 8px;
	border: solid 0px #fff;
}

.content_text img {
	padding: 0;
	margin: 0;
	border: 0px solid #fff;
}

.content_text th {
	text-align: center;
	color: #FFFFFF;
	padding: 12px;
	font-size: 14pt;
	font-weight: 500;
}

.price {
	width: 95%;
	color: #fd8c00;
	text-align: right;
	font-weight: lighter;
}

.info {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 20pt;
}

.image_btn {
	background: url('../gfx/back_3.png') center no-repeat;
	cursor: pointer;
	border: 0;
	float: right;
	margin: 20px;
	opacity: 0.4;
}

.button_frame {
	width: 25%;
	height: 33%;
	max-height: 300px;
	min-height: 200px;

}

.button_top {
 	background: transparent url('../gfx/stripe.png') -300px bottom no-repeat;
	width: 100%;
	height: 100%;
	position: static;
	cursor: pointer;
}

.button_btm {
	background: transparent url('../gfx/stripe.png') -300px top no-repeat;
	width: 100%;
	height: 100%;
	position: static;
	cursor: pointer;
}

/*#logo_center {
	max-width: 1200px;
	max-height: 300px;
	width: 100%;
	height: 100%;
}*/

#but1 { background: #0e1c39 url('../gfx/knefle/1.png') center no-repeat; }
#but2 { background: #112245 url('../gfx/knefle/5.png') center no-repeat; }
#but3 { background: #0e1c39 url('../gfx/knefle/3.png') center no-repeat; }
#but4 { background: #112245 url('../gfx/knefle/6.png') center no-repeat; }
#but5 { background: #112245 url('../gfx/knefle/4.png') center no-repeat; }
#but6 { background: #0e1c39 url('../gfx/knefle/2.png') center no-repeat; }
#but7 { background: #112245 url('../gfx/knefle/7.png') center no-repeat; }
#but8 { background: #0e1c39 url('../gfx/knefle/8.png') center no-repeat; }

#but1:hover { background-color: #303c55; }
#but2:hover { background-color: #33415f; }
#but3:hover { background-color: #303c55; }
#but4:hover { background-color: #33415f; }
#but5:hover { background-color: #33415f; }
#but6:hover { background-color: #303c55; }
#but7:hover { background-color: #33415f; }
#but8:hover { background-color: #303c55; }