*
{
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #F2F4F9;
}
div#container{
	width: 95%;
	height: 3500px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1090px;
}
div#tb{
	width: 511px;
	height: 70px;
	float: left;
	text-align: center;
}
div#tb1{
	width: 511px;
	height: 70px;
	float: left;
	text-align: center;
}
div#jobb{
	width: 162px;
	height: 3500px;
	float: left;
}
div#kozep{
	width: 730px;
	height: 3500px;
	float: left;
}
div#kozep h1{
	margin: 10px;
	text-align: center;
}
div#kozep p{
	padding: 10px;
	font-size: 24px;
	text-align: justify;
}
div#kozep img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div#kozep a{
	display: block;
	text-align: center;
	font-size: 24px;
}
div#kozep p{
	font-size: 24px;
	font-weight: bold;
}
div#kozep .box{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	height: 100px;
	color: blue;
}
div#kozep .box p{
	line-height: 25%; 
	text-align: justify;
	font-size: 20px
}
div#kozep .kep{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 361px;
}
div#kozep .kep1{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 267px;
}
div#kozep .kep2{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 449px;
}
div#kozep .box1 p{ 
	text-align: center;
	font-size: 24px;
}
div#kozep .box2 {
	list-style-position: inside;
	line-height: 100%; 
	text-align: justify;
	font-size: 20px;
	color: blue;
}
div#kozep .box3{
	display: flex;
	flex-wrap: wrap;
	line-height: 100%;
	justify-content: space-evenly;
}
div#kozep .box4{
	display: flex;
	flex-wrap: wrap;
	line-height: 100%;
	justify-content: space-evenly;
}
div#kozep .box5{
	display: flex;
	flex-wrap: wrap;
	line-height: 100%;
	justify-content: space-evenly;
}
div#bal{
	width: 196px;
	height: 3500px;
	float: left;
}
div#clear{
	clear: both;
}
