/*

fekete:
#221d23

piros:
#da251c

sárga:
#f4b603

kék:
#005aa1

*/

body {
	font-family: Verdana;
	font-size: 14px;
	color: #221d23;
	background: url(images/tuznagy.jpg) no-repeat center top fixed;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
}

h3 {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 15px;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container {
	width: 1222px;
	margin: 0 auto;
}
#main-cnt {
	width: 1000px;
	float: left;
}
#banner-cnt {
	width: 200px;
	margin: 20px 0 0 20px;
	float: left;
}
#banner-cnt img {
	border:1px solid white;
}

#cont {
	background: rgba(255,255,255, 0.6); /* url(images/bg4.png)*/
	-webkit-box-shadow: 0px 0px 15px 5px rgba(34, 29, 35, .75);
	-moz-box-shadow: 0px 0px 15px 5px rgba(34, 29, 35, .75);
	box-shadow: 0px 0px 15px 5px rgba(34, 29, 35, .75);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

#content {
	padding: 10px;
	min-height: 700px;
}

#header {
	padding: 10px;
	background: white url(images/fejlec.jpg);
	position: relative;
	color: white;
	
-webkit-border-top-left-radius: 9px;
-webkit-border-top-right-radius: 9px;
-moz-border-radius-topleft: 9px;
-moz-border-radius-topright: 9px;
border-top-left-radius: 9px;
border-top-right-radius: 9px;
}

#logo {
	/*background: url(images/logo3.png);*/
	width: 160px;
	height: 160px;
	float: left;
}
#title {
	font-weight: bold;
	padding: 20px 0 0 20px;
	float: left;
}
#datum {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#top {
	height: 20px;
}
#bottom {
	height: 20px;
}

#fb {
	float: right;
}

#menu {
	padding: 10px;
	text-align: center;
}
#menu a, .button {
	display: inline-block;
	padding: 5px 20px;
	color: white;
	background-color: #da251c; 
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
#menu a:hover, .button:hover {
	background-color: #221d23;
}


#left {
	float: left;
	width: 700px;
}

#right {
	float: right;
	width: 270px;
}

.box {
	border: 1px solid #221d23;
	padding: 10px;
	margin: 20px 5px;

	-webkit-box-shadow: 7px 5px 20px 0px rgba(50, 50, 50, 0.85);
	-moz-box-shadow:    7px 5px 20px 0px rgba(50, 50, 50, 0.85);
	box-shadow:         7px 5px 20px 0px rgba(50, 50, 50, 0.85);
	
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.base-box {
	background: rgba(255,227,128,0.6);
}
.tabella-box {
	background: rgba(210,209,211,0.6);
}
.hir-box {
	background: rgba(254,241,202,0.6);
}

.full-img {
	width: 948px;
	overflow: hidden;
}

.csapatok {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.meccs-link {
	text-align: center;
}
.meccs-link a {
	margin: 10px;
}
.meccs-datum {
	margin: 10px 0;
	text-align: center;
}

#footer {
	text-align: center;
	padding: 10px;
}

.hir-img {
	float: left;
	margin: 0 10px 10px 0;
}










