/* @import url(lightbox.css); */

body {
	margin:0;
	padding:0;
	font-family:Georgia;
	background:#8d7749;
	color:#413d35;
	font-size:100%;
}
img {
	border:none;
}
h1 {
	margin:0 0 20px 0;
	font-weight:normal;
	font-size:2.125em;
}
h2 {
	font-size:1em;
	font-weight:normal;
	color:#5a500b;
	letter-spacing:0.1em;
	text-transform:uppercase;
	margin:25px 0 0 0;
	padding-left:25px;
	background:url(../images/layout/h2.png) no-repeat left center;
	padding-bottom:3px;
}
h3 {
	font-size:0.9em;
	margin:3px 0 0 0;
}
h4 {
	font-size:0.75em;
	margin:2px 0;
	color:#555;
}
em.time {
	font-style:normal;
	background:#8d0351;
	padding:0 2px;
	font-family:Arial;
	color:#fff;
	font-size:0.8em;
}
a {
	text-decoration:none;
	color:#176067;
	border-bottom:dotted 1px #176067;
}
a:hover {
	border-bottom:solid 1px #176067;
}
p {
	font-size:1em;
	line-height:1.375em;
	margin:0 0 12px 0;
}
p.headline {
	font-size:0.9em;
	line-height:1.5em;
	border-left:solid 3px #d7bd65;
	color:#5a500b;
	margin-bottom:30px;
	padding:0 10px 0 10px;
}
p.headline em {
}
p.before_list {
	margin:0 0 3px 0;
	line-height:1.125em;
}
p.before_list strong{
	font-size:0.8em;
}
ul.basic {
	margin:0 0 24px 0;
	padding:0;
	list-style:none;
}
ul.basic li {
	padding:0 0 0 15px;
	margin:0 0 4px 15px;
	background:url(../images/layout/ul-basic.gif) no-repeat 0 7px;
	font-size:0.9em;
	line-height:1.25em;
}
ul.basic li.nos {
	background:none;
	padding:0;
	color:#5a500b;
}

div#wrapper {
	position:relative;
	width:960px;
	margin:0 auto 20px auto;
	background:#c0a264;
	border-left:solid 10px #413622;
	border-right:solid 10px #413622;
	border-bottom:solid 10px #413622;
}
div#main {
}
div#content {
	float:left;
	width:660px;
	background:#c0a264;
	padding:0 20px 20px 20px;
	margin:20px 0 40px 0;
	border-right:dotted 2px #fff;
}
div#sidebar {
	float:right;
	width:200px;
	margin:20px 25px 0 30px;
	text-align:center;
}
div#sidebar a {
	font-size:0.9em;
}
div#sidebar h2 {
	text-transform:none;
	margin:0 0 24px 0;
	padding:0;
	background:none;
}
div#sidebar div {
	margin-bottom:20px;
}
a.img, a.img:hover {
	border:none;
}
div#header {
	position:relative;
	height:360px;
	border-bottom:solid 3px #fff;
	background-color:#5a500b;
	background-repeat:no-repeat;
	background-position:top right;
}
div#header a {
	color:#9ab7c8;
	text-decoration:none;
	border:none;
}
div#header a:hover {
	color:#d7bd65;
	text-decoration:underline;
}
div#title {
	position:absolute;
	left:380px;
	top:30px;
	z-index:100;
	width:560px;
}
div#title strong a{
	font-size:3.5em;
	line-height:1em;
	color:#d7bd65;
	font-weight:normal;
}
div#title strong a:hover{
	text-decoration:none;
}
div#title em {
	font-size:1em;
	color:#fff;
	display:block;
	text-transform:uppercase;
	margin:10px 0 0 0;
	font-style:normal;
	letter-spacing:0.1em;
}
div#title p {
	font-size:0.9em;
	line-height:1.25em;
	font-weight:normal;
	color:#000;
	margin:12px 0 0 0;
	padding:0;
	font-style:italic;
	border:none;
	background:none;
	text-transform:none;
}
div#title p a {
	color:#9cac65;
	text-decoration:underline;
}
div#title p a:hover {
	color:#fff;
}
div#logo {
	position:absolute;
	top:10px;
	left:40px;
}
div#logo img {
	margin-bottom:10px;
}
div#logo ul, div#logo ul li{
	margin:0;
	padding:0;
	list-style:none;
}
div#footer {
	height:60px;
	width:980px;
	margin:0 auto;
}
div#menu {
	position:absolute;
	width:960px;
	height:40px;
	top:320px;
	background:#413622;
}
div#menu ul,div#menu ul li {
	margin:0;
	padding:0;
	list-style:none;
}
div#menu ul li, div#menu ul li a {
	display:block;
	float:left;
}
div#menu ul li a {
	margin:7px 10px 0 0;
	padding:0 6px;
	height:24px;
	line-height:24px;
	border:solid 1px #56482e;
	text-decoration:none;
	color:#d7bd65;
}
div#menu ul li a:hover, div#menu ul li.active a {
	background:#d7bd65;
	color:#000;
	text-decoration:none;
}
div#menu ul li a strong {
	font-weight:normal;
}

table {
	background:#5a500b;
	background:#8d7749;
	color:#dadada;
	font-size:0.9em;
	margin-top:10px;
	width:660px;
}
table.longlist td {
	font-size:0.8em;
}
table td {
	padding:2px 4px;
	vertical-align:top;
}
table thead td {
	font-weight:bold;
	background:#d7bd65;
	color:#5a500b;
	height:24px;
	line-height:24px;
}
table ul, table ul li {
	margin:0;
	padding:0;
	list-style:none;
}
table ul {
	margin-bottom:2px;
}
table hr {
	margin:6px 0;
	background:#7d700f;
	border:none;
	height:1px;
	width:75%;
}
table strong {
	font-size:0.75em;
}

div#side_bar {
	position:relative;
	padding:10px;
	background:#8d0351;
	float:left;
	width:638px;
}
div#side_bar a, div#side_bar a:hover{
	font-size:0.9em;
	color:#fff;
	border:none;
	text-decoration:underline;
	white-space:nowrap;
	margin:0 12px 3px 0;
	float:left;
}
div#map {
	clear:both;
	border:solid 1px #fff;
	height:500px;
}
div#map a, div#map a:hover {
	border:none;
}


label {
	display:block;
	margin:12px 0 2px 0;
	font-weight:bold;
	font-size:0.9em;
}
input {
	font-size:1.5em;
	text-indent:3px;
	color:#5a500b;
}
input.full {
	width:450px;
}
textarea.full {
	width:450px;
}
input.submit {
	font-size:1em;
	color:#333;
}
input.req {
	background:#fff url(../images/layout/req.gif) no-repeat 6px center;
	text-indent:27px;
}

div.clear {
	clear:both;
}
div#cfp, div#program {
	margin:6px 0 24px 0;
}
div#cfp a, div#program a{
	display:block;
	width:260px;
	height:70px;
	background:url(../images/layout/call-for-papers.gif) no-repeat;
	border:none;
}
div#program a{background:url(../images/layout/program.gif) no-repeat;}
div#cfp a span, div#program a span{
	display:none;
}


p.info {
	margin-top:15px;
	padding:3px 0 0 60px;
	background:#d7bd65 url(../images/layout/info_button.png) no-repeat 10px 5px;
	height:45px;
	line-height:1em;
}


a.ppt {
	/*padding-right:15px;
	background:url(../images/layout/ppt-13x13.gif) no-repeat right center;*/
}
a.zip {
	/*padding-right:15px;
	background:url(../images/layout/zip-13x13.gif) no-repeat right center;*/
}


div#galeria div{
	float:left;
	padding:10px;
	background:#d7bd65;
	margin:0 10px 10px 0;
}
div#galeria div a{
	float:left;
	border:none;
	border:solid 2px #8d7749;
}
div#galeria div a:hover {
	border:solid 2px #5a500b;
}
div#galeria div a img{
	float:left;
}


a.cikk {
	text-transform:uppercase;
	font-size:0.7em;
	padding:1px 2px;
	margin-left:10px;
	color:#d7bd65;
	background:#8d7749;
	border:none;
	white-space:pre;
}
a.cikk:hover {
	background:#fff;
	color:#8d7749;
}

div#year {
	position:absolute;
	z-index:10;
	bottom:50px;
	right:925;
	background:#413622;
	padding:5px;
}
div#year ul, div#year ul li {
	margin:0;
	padding:0;
	list-style:none;
}
div#year ul li a {
	font-family:Courier New;
	font-size:0.7em;
	display:block;
}

div.file {
	width:430px;
	background:#ba9954;
	padding:10px;
	margin-top:10px;
	border:solid 2px #d7bd65;
}
div.file label {
	margin-top:0;
	color:#fff;
}
div.file p {
	margin:3px 0 0 0;
	font-size:0.8em;
	font-family:Arial;
}

div.small {font-size:0.7em;background:#c6aa71;padding:10px;}