/*
	HTML tagek, általános CSS
	=========================
*/

/*
	Layout
	======
*/

body {
	/*text-align: center;*/
	background-color: #F4F4F4;
	color: #14293D;
	font-size: 12px;
	text-align: left;
	font-family: Tahoma;
	color: #213444;
}

div.keret {
	background-color: #FFFFFF;
	width: 910px;
	margin: auto;
	padding: 0px;
}

div.head {
	width: 900px;
	height: 139px;
	vertical-align: middle;
	text-align: left;
	margin: auto;
}

h1.head {
	color: #FFFFF0;
	font-size: 32px;
}

div.hmenu {
	width: 900px;
	margin: auto;
	background-color: #454545;
}

div.page {
	width: 900px;
	margin: auto;
}

td.page {
	width: 900px;
	
}

td.vmenu {
	width: 190px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;	
	vertical-align: top;
	text-align: left;
	overflow: hidden;
}

td.content {
	width: 500px;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
}

td.sidebar {
	width: 190px;
	padding-left: 5px;
	padding-top: 5px;
	vertical-align: top;
	text-align: left;
	
	overflow: hidden;
}

div.projects {
	background-color: #f4f4f4;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	overflow: hidden;
	height: 270px;
}

div.project-title {
	margin-left: 5px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #233343;
	text-align: left;
}

div.tail {
	width: 900px;
	height: 13px;
	text-align: left;
	vertical-align: middle;
	background-image: url(../images/tail.png);
	margin: auto;
	margin-top: 10px;
}

p.tail {
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 10px;
	background-color: transparent;
}

/*
	Keret+árnyék
	===========
*/

.t {
	background: url(../images/top.png) 0px 0px no-repeat;
	margin: auto;
	padding-top: 20px;
	width: 960px;
}
	
.b {
	background: url(../images/bottom.png) 0px 100% no-repeat;
	padding-bottom: 20px;
	
}
	
.l {
	background: url(../images/left.png) 6px 0px repeat-y;
	margin: auto;
}
	
.r {
	background: url(../images/right.png) 100% 0 repeat-y;
	margin: auto;
	width: 946px;
}
	
.bl {
	background: url(../images/bl.png) 0 100% no-repeat;
}
	
.br {
	background: url(../images/br.png) 100% 100% no-repeat;
}
	
.tl {
	background: url(../images/tl.png) 0px -4px no-repeat;
	padding-top: 0px;
}
	
.tr {
	background: url(../images/tr.png) 100% -4px no-repeat;
	padding: 10px;
}

/*
	Tagek
	=====
*/

img {
	border: 0px;
}

blockquote {
	border: solid 1px #cccccc;
	background-color: #e7e7e7;
	padding: 5px;
	font-size: 12px;
}

p {
	font-size: 12px;
	text-align: left;
	padding: 5px;
	font-family: Tahoma;
	color: #213444;
	background-color: #F4F4F4;
	margin: 0px;
}

p.small {
	font-size: 11px;
	color: #888888;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
}

p.code {
	font-family: "Courier New", Courier, mono;
}

h1 {
	
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-family: Times;
	font-size: 36px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
	border-bottom: 2px solid #cccccc;
}

h3 {
	margin-left: 5px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #233343;
}

h4 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}

h5 {
	
	font-size: 14px;
	font-weight: bold;
}

h6 {
	
	font-size: 12px;
	font-weight: bold;
}

hr {
	width: 95%;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0px;
	margin: 0px;
}

ul {
	font-size: 12px;
	color: #14293D;
	background-color: #F4F4F4;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

li.error {
	font-family: Arial;	
	font-size: 12px;
	color: #FF0000;
}

li {
	font-size: 12px;
	color: #14293D;
	list-style-type: square;
	margin-bottom: 8px;
}

table {
	color: #14293D;
}

a {
	text-decoration: none;
	color: #213499;
}

a:hover {
	text-decoration: underline;
}

a.small {
	text-decoration: none;
	font-size: 12px;
	color: #7094FF;
}

a.small:hover {
	text-decoration: underline;
}

a.trackback {
	font-size: 11px;
	font-weight: normal;
}

a.h3 {
	font-size: 18px;
	font-weight: bold;
	color: #12457a;
	text-decoration: none;
}

a.h3:hover {
	text-decoration: none;
	border-bottom: 2px solid #12457a;
}

span.req {
	font-weight: bold;
}



/*
	Menü
	====
*/

a.menu:link {
	color: #21364b;
	font-weight: normal;
}

a.menu:visited {
	color: #21364b;
	font-weight: normal;
}

a.menu:hover {
	color: #21364b;
	font-weight: normal;
	text-decoration: none;
}

a.menu:active {
	color: #21364b;
	font-weight: normal;
}

ul.menu {
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

li.menu {
	height: auto;
	list-style-type: square;
	color: #21364b;
}

li.menu_akt {
	height: auto;
	list-style-type: square;
	color: #21364b;
	font-weight: bold;
}

p.sidebar {
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}

p.sidebar-link {
	color: #D1E0B8;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
}

h2.sidebar {
	margin-top: 10px;
	margin-left: 0px;
	color: #000000;
	border-top: solid 3px #000000;
	border-bottom: dotted 1px #000000;
	font-size: 15px;
	padding-top: 3px;
	font-family: Arial;
	font-weight: bold;
	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 {
	font-family: Arial;
	font-weight: normal;
	color: #7094FF;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
}

a.sidebar:hover {
	text-decoration: underline;
}

img.sidebar {
	padding: 1px;
	margin: 5px;
	border: 1px solid #cccccc;
}

div.sb-pict {
	text-align: center;
}

/* 
	Ü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 #930000;
	background-color: #CF7979;
}

p.error {
	color: #000000;
	margin: 15px 15px;
	font-weight: bold;
}

/*
	Reklám logók
	===========
*/

div.logo {
	text-align: center;
	padding-top: 15px;
}

div.logo img {
	display: inline-block;
	padding-bottom: 15px;
}

/*
	Linker
	======
*/
a.jumper {
	color: #12457a;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a.jumper:hover {
	text-decoration: underline;
}


/*
	Rejtés
	======
*/
.iframe-visible {
	height: 300px;
	visibility: visible;
}
.iframe-hidden {
	height: 0px;
	visibility: collapse;
}
.div-visible {
	display: block;
}
.div-hidden {
	height: 0px;
	display: none;
}

/*

	Hírek
	=====
	
*/

a.hir:link {
	color: #233343;
}

a.hir:visited {
	color: #233343;
}

a.hir:hover {
	color: #233343;
}

a.hir:active {
	color: #233343;
}

/*
	Felsorolások
	===========
*/

table.urlap {
	width: 100%;
}

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: center;
	background-color: #CCCCCC;
}

tr.sor1 {
	background-color: #EEEEEE;
}

tr.sor2 {
	background-color: #DDDDDD;
}

tr.sor3 {
	background-color: #fcfcfc;
	width: 300px;
}

tr.sor4 {
	background-color: #f6f6f6;
	width: 300px;
}

/*
	Egyéb
	=====
*/

.no-border {
	border: 0px;
}

/*
	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_ {
}




