body {margin:0;}
/*
	@font-face {
    font-family: grandhotel;
    src: url(GrandHotel-Regular.woff);

	}
	@font-face {
    font-family: segoe;
    src: url(segoepr.woff);

	}
	*/
body,td,th {
	font-family:Century Gothic;
	font-size:16px;
	color:#444;
	background:#FFF;
}
a {
	text-decoration:none;
	color:#555;
}
a:hover {
	color:black;
}
h1 {
	font-weight:normal;
	font-size:28px;
}
main {
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	min-height:800px;
}
header {
	position:relative;
	width:100%;
	height:100px;
	background:#000082;
	box-shadow:#444 2px 2px 2px;
}
header nav {
	position:relative;
	top:15px;
	float:left;
	
}
header div {
	
	position:relative;
	float:left;
	
}
header ul li {
	position:relative;
	float:left;
	display:block;
}
header ul li a{
	padding:15px;
	font-family:Century Gothic;
	font-size:24px;
	color:#FFF;
}
header ul li a:hover{color:#ddd;}
section {
	position:relative;
	width:98.5%;
	min-height:450px;
	padding:8px;
	text-align:justify;
}
footer {
	position:relative;
	float:left;
	width:100%;
	height:100px;
	background:#444;
	color:white;
}
img a {border:none;}
.doboz {
	position:relative;
	width:200px;
	height:160px;
	float:left;
	padding:10px 10px 30px 10px;
	background:white;
	box-shadow:#333 6px 6px 6px;
margin:5px;
font-size:12px;
}
.leiras {text-align:center;padding-top:2px;}
button {padding:5px;font-size:16px;}
input,textarea{
	display:block;
	padding:5px;
	width:300px;
	height:30px;
	font-family:Verdana;
	font-size:18px;
	color:#444;
	border:2px solid #777;
	margin:10px;
}
textarea {
	width:450px;
	height:220px;
	resize:none;
}
input[type=submit]{
	color:white;
	background:#000082;
	margin:18px;
	padding:0px;
	cursor:pointer;
	font-family:verdana;
	font-size:16px;
	letter-spacing:2px;
}
label {
	display:inline-block;
}
#cim {
	position:relative;
	float:left;
	width:35%;
	z-index:100;
}
#terkep {
	position:relative;
	top:30px;
	float:right;
	width:65%;
	left:20px;
}