/* Layout */

body {
	background: url(http://www.cheironstudio.hu/images/body_bg.jpg) repeat-x top;
	background-color: #4e7080;
	padding: 0;
	margin: 0;
	color: #333;
}

a
{
	text-decoration: none;
	border: none;
	color: #333;
}

a:hover {color: #FFF}

#wrapper {
	background: url(http://www.cheironstudio.hu/images/bg.jpg) no-repeat top center;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#container {
	display: block;
	width: 820px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}



/* Tipo */

h1 {
	font-family: "TrajanPro Regular", Georgia, serif;
	font-size: 25px;
	color: #202a2f;
	text-transform: uppercase;
}

h2 {
	font-family: "TrajanPro Regular", Georgia, serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	color: #FFF;
}

h3 {
	font-family: "TrajanPro Regular", Georgia, serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #202a2f;

}

h4 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 130%;
	color: #b3cfdc;
}

h5 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 130%;
	color: #202a2f;
}

p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 170%;
	color: #202a2f;
}

/* Navigation */

#lang {
	position: absolute;
	color: #92b1bf;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: regular;
}

#lang a {
	color: #92b1bf;
	text-decoration: none;
}

.selected {
	color: #FFF;
}

#menu {
	padding-top: 38px;
	height: 27px;
	}

#menu ul {
	padding: 0;
	margin: 0;
	width: 850px;
	height: 18px;
}

#menu li {
	display: inline;
	color: #FFF;
	height: 27px;
}

#menu li a {
	text-decoration: none;
	color: #FFF;
}

#separator {
	background-image: url(http://www.cheironstudio.hu/images/menu_separator.png);
}

#header {
	width: 820px;
	height: 170px;
	margin-top: 25px;
	background: url(http://www.cheironstudio.hu/images/header.gif) no-repeat;
	-webkit-box-shadow: 0px 3px 7px #202a2f;
	/* Border-radius not implemented yet */
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#headertextbox {
	width: 390px;
	float: left;
	padding: 9px 0 0 20px;
}

#headertextbox a {
	text-decoration: none;
	color: #202a2f;
}

#contentbox {
	width: 560px;
	/*height: 454px;*/
	background-image: url(http://www.cheironstudio.hu/images/content_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 18px;
	float: left;
}

#content {
	padding: 20px;
}

#contentbox p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 170%;
	color: #202a2f;
}

#content img {
	float: left;
	margin: 0 15px 15px 0;
}

#newsbox {
	width: 240px;
	background-image: url(http://www.cheironstudio.hu/images/news_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 18px;
	float: right;
}

#news {
	padding: 20px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 170%;
	color: #202a2f;
}

#news img {
	float: left;
	margin: 0 10px 15px 0;
}

#news a {
	font-family: Verdana;
	font-weight: bolder;
	font-size: 10px;
	color: #b3cfdc;
}

.topdottedline {
	clear: both;
	padding-top: 15px;
	border-top: 1px #415d6a dotted;
}

.caption {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #202a2f;
}

#footer {
	clear: both;
	width: 100%;
	background-color: #1e272b;
}

#footerbox {
	width: 820px;
	margin: 0 auto;
	padding: 20px;
}

#footerleft {
	width: 320px;
	float: left;
}

#footermiddle {
	width: 240px;
	float: left;
}

#footerright {
	width: 260px;
	float: right;
}

#footer h3 {
	color: #365e6b;
	padding-left: 20px;

}

#footer p {
	color: #62808f;
	padding-left: 20px;
}

#footer a {
	color: #cdd4da;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

#publikaciok {
	padding-bottom: 5px;
	border-bottom: 1px #415d6a dotted;
}

#konyvek {
	clear: left;
	margin: 15px 0;
	border-top: 1px #415d6a dotted;
}

.designed {
	clear: both;
	font-family: Verdana;
	font-size: 9px;
	color: #999;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.toppadding {
	padding-top: 10px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 9px;
}

#konyvcim {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
}

.alcim {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #4e7080;
}

#idezetbox {
	width: 100%;
	margin: 10px 0;
	background-color: #62808f;
	}
	
#idezetbox p {
	padding: 15px;	
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 170%;
	font-style: italic;
	color: #202a2f;
}


/* Font-face */

@font-face {
 font-family: "TrajanPro Regular";
 src: url("type/TrajanPro-Regular.eot");
 src: local("Trajan Pro-Regular"), local("TrajanPro-Regular"),
  url("type/TrajanPro-Regular.woff") format("woff"),
  url("type/TrajanPro-Regular.otf") format("opentype"),
  url("type/TrajanPro-Regular.svg#filename") format("svg");
 }

/* End of Font-face */
