/* BODY */
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #ffffff;
	text-align: left;
	font-family: "Gowun Batang", serif;
	font-style: normal;
	color: #000;
}

/* LINKS */
a:link {
    color: #000;
    text-decoration: underline;
}

a:visited {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: none;
}

/* CONTENT */
#content {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 700px;
	height: auto;
}

/* LOGOTYP */
.top_bar {
	margin: 20px 0px 20px 0px;
	width: 700px;
	float: left;
}

.logo {
	margin: 0px 10px 0px 0px;
	width: 200px;
	height: 200px;
	background-image: url(img/kf.png);
	float: left;
}

/* MENU */
.menu {
	margin: 0px 0px 0px 0px;
	padding: 0 0px 0px 0px;
	width: 490px;
	height: 95px;
	float: left;
}

.menu1 {
	margin: 0px 0px 0px 0px;
	padding: 28px 0 0px 0px;
	width: 484px;
	height: 65px;
	background: #fff;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-right: 3px solid #111111;
	border-left: 3px solid #111111;
	border-radius: 25px 0px 25px 0;
	float: left;
	color: #000;
	text-align: center;
	font-size: 25px;
	letter-spacing: 1px;
}

.menu3 {
	margin: 0px 0px 10px 0px;
	padding: 28px 0 0px 0px;
	width: 484px;
	height: 65px;
	background: #fff;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-right: 3px solid #111111;
	border-left: 3px solid #111111;
	border-radius: 0 25px 0px 25px;
	float: left;
	color: #000;
	text-align: center;
	font-size: 25px;
	letter-spacing: 1px;
}

.menu1:hover, .menu3:hover {
	background: #111111;
	outline: 2px solid #fff;
	outline-offset: -5px;
	color: #ffffff;
}

/* COVER */
.cover {
	margin: 20px 0px 20px 0;
	padding: 0 0 0 0;
	width: 470px;
	height: 667px;
	float: right;
}

.cover2 {
	margin: 20px 0 20px 0;
	padding: 0 0 0 0;
	width: 470px;
	height: 470px;
	float: right;
}

/* TEXT */
.text1 {
	margin: 0 0 0px 0;
	padding: 25px 30px 25px 30px;
	width: 638px;
	background: #fff;
	border-top: 3px solid #111;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 1px dashed #bebebe;
	float: right;
	font-size: 16px;
	text-align: center;
	line-height: 200%;
}

.text2 {
	margin: 0 0 0px 0;
	padding: 25px 30px 25px 30px;
	width: 638px;
	background: #fff;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 1px dashed #bebebe;
	float: right;
	font-size: 16px;
	text-align: justify;
	line-height: 200%;
}

.text3 {
	margin: 0 0 30px 0;
	padding: 25px 30px 25px 30px;
	width: 638px;
	background: #fff;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 3px solid #111;
	float: right;
	font-size: 16px;
	text-align: justify;
	line-height: 200%;
}

/* ELEMENTS */
.tab {
	width: 90px;
	color: #000;
	float: left;
}

.opis {
	margin: 0 0 10px 0;
	width: 640px;
	float: left;
	font-size: 20px;
	text-align: left;
	letter-spacing: 1px;
}

.opis_tekst {
	margin: 0 0 10px 0;
	width: 580px;
	float: left;
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
}

.opis_znak1 {
	margin: 0 0 10px 0;
	width: 30px;
	float: left;
	font-size: 20px;
	text-align: left;
	letter-spacing: 1px;
}

.opis_znak2 {
	margin: 0 0 10px 0;
	width: 30px;
	float: left;
	font-size: 20px;
	text-align: right;
	letter-spacing: 1px;
}

.footer {
	margin: 0px 0px 30px 0px;
	width: 700px;
	float: left;
	color: #7e7e7e;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 150%;
}