/*
	HTML tagek, általános CSS
	=========================
*/

/*
	Layout
	======
*/

div.head {
	width: 960px;
	height: 100px;
	vertical-align: middle;
	text-align: left;
	margin: auto;
}

h1.head {
	color: #FFFFF0;
	font-size: 32px;
}

div.hmenu {
	width: 960px;
	margin: auto;
	background-color: #454545;
}

div.page {
	width: 960px;
	min-height: 930px;
	
	margin: auto;
	position: relative;
	overflow: visible;
	background: url(../images/content-bg.jpg);
}

td.page {
	width: 960px;
	
}

div.vmenu {
	width: 194px;
	
	padding: 0px;
	font-size: 16px;
	font-weight: bold;	
	vertical-align: top;
	text-align: left;
	position: absolute;
	z-index: 1;
	overflow: visible;
}

div.content {
	width: 569px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	overflow: visible;
	
	position: relative;
	left: 194px;
	top: 0px;
}

div.sidebar {
	width: 185px;
	height: 100%;
	padding: 0px;
	background: url(../images/sidebar-bg.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
	overflow: visible;
	position: absolute;
	left: 774px;
	top: 0px;
	z-index: 100;
}

div.tail {
	width: 960px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	margin: auto;
}


/*
	Tagek
	=====
*/


p.small {
	font-size: 12px;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
}

p.code {
	font-family: "Courier New", Courier, mono;
}

li.error {
	font-family: Arial;	
	font-size: 12px;
	color: #FF0000;
}

a.small:link {
	text-decoration: none;
	font-size: 12px;
	color: #7094FF;
}

a.small:visited {
	text-decoration: none;
	font-size: 12px;
	color: #7094FF;
}

a.small:hover {
	text-decoration: underline;
}

a.small:active {
	text-decoration: none;
	font-size: 12px;
	color: #7094FF;
}

a.smaller:link {
	text-decoration: none;
	font-size: 10px;
	color: #7094FF;
}

a.smaller:visited {
	text-decoration: none;
	font-size: 10px;
	color: #7094FF;
}

a.smaller:hover {
	text-decoration: underline;
}

a.smaller:active {
	text-decoration: none;
	font-size: 10px;
	color: #7094FF;
}

a.trackback {
	font-size: 11px;
	font-weight: normal;
}

a.h3:link {
	font-size: 18px;
	font-weight: bold;
	color: #12457a;
	text-decoration: none;
}

a.h3:visited {
	font-size: 18px;
	font-weight: bold;
	color: #12457a;
	text-decoration: none;
}

a.h3:hover {
	text-decoration: none;
	border-bottom: 2px solid #12457a;
}

a.h3:active {
	font-size: 18px;
	font-weight: bold;
	color: #12457a;
	text-decoration: none;
}

span.req {
	font-weight: bold;
}



/*
	Menü
	====
*/
p.sidebar {
	font-family: Verdana;
	font-weight: normal;
	color: #eccb96;
	font-size: 10px;
	text-align: center;
}

p.sidebar-link {
	color: #D1E0B8;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
}

h2.sidebar {
	padding-left: 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	color: #c6652b;
	font-size: 16px;
	padding-top: 3px;
	font-family: Verdana;
	font-weight: normal;
	font-variant: small-caps;
}

h3.sidebar {
	margin-top: 0px;
	color: #E9FCC8;
	border-bottom: dashed 1px #E9FCC8;
	font-size: 11px;
}

hr.sidebar {
	margin-top: 10px;
	margin-bottom: 10px;
	border: dotted 1 px #D1E0B8;
	color: #D1E0B8;
	width: 120px;
}

a.sidebar:link {
	font-family: Arial;
	font-weight: normal;
	color: #7094FF;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
}

a.sidebar:visited {
	font-family: Arial;
	font-weight: normal;
	color: #7094FF;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
}

a.sidebar:hover {
	text-decoration: underline;
}

a.sidebar:active {
	font-family: Arial;
	font-weight: normal;
	color: #7094FF;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
}

img.sidebar {
	padding: 1px;
	margin: 2px;
	border: 1px solid #eccb96;
}

div.sb-pict {
	text-align: center;
	padding-right: 10px;
}

/* 
	Üzenet 
	======
*/

div.message {
	border: solid 2px #7FB74D;
	background-color: #D2F9AF;
}

p.message {
	color: #009900;
	margin: 15px 15px;
	font-weight: bold;
}


/*
	Hibaüzenet
	==========
*/

div.error {
	border: solid 2px #960000;
	background-color: #CF7979;
}

p.error {
	color: #000000;
	margin: 15px 15px;
	font-weight: bold;
}

/*
	Linker
	======
*/
a.jumper:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a.jumper:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a.jumper:hover {
	color: #ECCB96;
	text-decoration: underline;
}

a.jumper:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}


/*
	Rejtés
	======
*/
.iframe-visible {
	height: 400px;
	visibility: visible;
	border: none;
	background-color: transparent;
}
.iframe-hidden {
	height: 0px;
	visibility: collapse;
}
.div-visible {
	display: block;
}
.div-hidden {
	height: 0px;
	display: none;
}

/*
	Felsorolások
	===========
*/

table.urlap {
	width: 100%;
	margin-bottom: 0px;
}

table.lista {
	width: 100%;
	border: solid 1px #CCCCCC;
}

table.lista-75 {
	width: 75%;
	border: solid 1px #CCCCCC;
}

tr.fejlec {
	font-weight: bold;
	font-style: italic;
	text-align: left;
	font-size: 18px;
	font-variant: small-caps;
	background-color: #43300e;
	color: #ffffff;
}

td.fejlec {
	border-bottom: 1px dotted #000000;
}

tr.lablec {
	font-weight: bold;
	font-style: italic;
	text-align: left;
	background-color: #ffffff;
}

tr.sor1 {
	background-color: #81632e;
}

tr.sor2 {
	background-color: #90784d;
}

tr.sor3 {
	background-color: #fcfcfc;
	width: 300px;
}

tr.sor4 {
	background-color: #f6f6f6;
	width: 300px;
}

/*

	szerkesztő
	=========
	
*/

div.fejlec {
	border-bottom: 1px dotted #000000;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	font-size: 18px;
	font-variant: small-caps;
	background-color: transparent;
	color: #000000;
	margin-top: -3px;
	margin-bottom: 25px;
}

td.beall1 {
	border-bottom: 1px solid #EEEEEE;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
	width: 150px;
}

td.beall2 {
	border-bottom: 1px solid #EEEEEE;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
}



/*
	Egyéb
	=====
*/

.no-border {
	border: 0px;
}

img.sajto {
	border: 1px solid #906c29;
	padding: 3px;
}

/*
	BBCode
	======
*/
span.BBCode_bold {
	font-weight: bold;
}
span.BBCode_italic {
	font-style: italic;
}
span.BBCode_underline {
	text-decoration: underline;
}
a.BBCode_url {
}
img.BBCode_image {
	border: 0;
}
span.BBCode_code {
	font-family: "Courier New";
}
blockquote.BBCode_qoute {
	border: solid 1px #cccccc;
	background-color: #e7e7e7;
	padding: 5px;
	font-size: 12px;	
}
span.BBCode_ {
}
