﻿@charset "utf-8";
body, html {
		color: #000;
		font-family: Verdana, Arial;
		font-size: 12px;

}

#footer1 p a {
	color: #fff;
}
/*a{ 
	text-decoration: none; 
	color: #fff;
	}
a:hover{ 
	text-decoration: underline; 
	color: #000;
	}*/
/*---Menüszerkezetek---*/
/*TopMenu Navigation*/

/*ul.topmenu{	
	height: 30px;
    list-style-type: none;
    margin: 0px;
	font-size: 13px;
	padding-left: 10px;
	}
	ul.topmenu li {
		display: inline;
		height: 30px;
		}
	ul.topmenu a {	
		height:30px;
		color:#fff;	
		font-weight:normal;
		padding:0px 15px;
		text-decoration: none;
		}
	*/
	/*ul.topmenu li.selected p.start{
		background: url(../data/audi_mainmenu_start.gif) no-repeat;
		width: 5px;
		height: 30px;
		padding:0px;
		margin: 0px;
		float: left;
	}

	ul.topmenu li.selected p.end{
		background: url(../data/audi_mainmenu_end.gif) no-repeat;
		width: 5px;
		padding:0px;
		margin: 0px;
		float: left;
	}*/
	/*
	ul.topmenu li.selected {	
		height:30px;
		color:#000;	
		font-weight:bold;
		text-decoration: none;
		background-color: #e6e6e6;
		}

		ul.topmenu a:hover {
			color:#000;	
			text-decoration:none;
			}	*/
/*LeftMenu Navigation*/
.leftmenu{	
	position:relative;
	list-style-type:none;
	padding:1px 0px 8px 0px;
	margin:0px;
	width:250px;
	}
	.leftmenu li {
		display:block;
		height:32px;
		width:205px;
		margin:13px 0px 0px 13px;
		padding:0px 5px 0px 0px;
		border-bottom:solid #CECECE 1px;		
		}
		.leftmenu a {
			padding-left:8px;
			color:#161717;
			font-weight:bold;
			text-decoration:none;
			}
		.leftmenu a:hover {
			color:#719500;
			text-decoration:none;
			}
		/*.leftmenu a.selected {
			color:#719500;
			border:none;
		}*/

	.leftmenu li.selected {
			border:none;
	}
		
	.leftmenu li.selected a{
		color:#719500;
	}
			
	.leftmenu li.last {
		border: none;
	}		

	.leftmenu li.lastselected {
		border: none;
	}
	
	.leftmenu li.lastselected a{
	
		color:#719500;
	}		

	
	.leftmenu ul {
			list-style-type: none;
			padding: 0px;
			margin:	0px 0px 0px 25px;
		}
		
	.leftmenu ul li {
		border: none;
		margin: 0px 0px 2px 0px;
		padding: 0px;
		height: 15px;
	}
	
	.leftmenu ul li a{
		font-weight: normal;
		padding-left:8px;
		color:#161717;
		
	}
	
	.leftmenu ul li.selected a{
		color:#719500;
	}
	
			
/*---Szöveg Formázások---*/
/*Header*/
#header1 span{
	color:#FFFFFF;
	font-size:12px;
	}	
/*Content*/
#content h1{
	font-size:13px;
	margin:1px 0px 15px 0px;		
	}
#content h2{
	font-size:13px;
	margin:2px 0px 7px 0px;
	}
#content h3,#content h4,#content h5{
	font-size:12px;
	margin:1px 0px 5px 0px;
	}
table{
	/*border-collapse:collapse;*/
	}
p { 
	margin:0px 5px 5px 0px; 
	/*text-align: justify;*/
	}
hr{
	color:#CECECE;
	width:90%;
	text-align:center;
}
.red{
	color:#FF2233;
	font-weight:bold;
	}
.green{
	color:#719500;
	font-weight:bold;	
	}
/*---Spciális szerkezetek---*/
.sidebar {
	margin: 0px 0px 10px 0px;
}

.sidebar input {
	color: #777b6c;
}

div.sidebar_free {
	margin: 0px 0px 10px 0px;
	background: url(kvrt_sb_free_back.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

div.sidebar_free div{
	padding-left: 10px;
}

div.sidebar_free ul{
	padding-top: 10px;
	font-size: 11px;
	padding-left: 25px;
	margin: 0px;
	position: relative;
	padding-bottom: 15px;
}

.sidebar_header_bal {
	background: url(kvrt_sb_left_header.gif) no-repeat;
	height: 20px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding-left: 10px;
	padding-top: 5px;
}

.sidebar_header_jobb {
	background: url(kvrt_sb_right_header.gif) no-repeat;
	height: 20px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
	padding-top: 5px;
}


.sidebar_header {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	height: 26px;
	color: #fff;
	/*-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;*/

}

.sidebar_content_noround {
	padding: 10px;
	background: #f8dcaa;
}

.sidebar_content_nopad {
	background: #f8dcaa;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}



.sidebar_content {
	padding: 10px;
	background: #f8dcaa;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.jobb {
	/*width: 200px;*/
	background: #f8dcaa;
	/*border-left: 1px solid #777b82;
	border-bottom: 1px solid #777b82;
	border-right: 1px solid #777b82;*/
}

.bal {
	/*width: 170px;*/
	background: #f0ece3;
	/*border-left: 1px solid #777b82;
	border-bottom: 1px solid #777b82;
	border-right: 1px solid #777b82;*/
}

.neutral {
	background: #E49900;
}

.fejlec {
	width: 964px;
	height: 75px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: right;
	background: transparent!important;
}


.sidebar_content p.question {
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #545454;
}

p.question {
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #545454;
}

.sidebar_content p.center {
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: center;
}

.sidebar_content p.right {
	margin-top: 10px;
	text-align: right;
}

.sidebar_content p input[type="button"], .sidebar_content p input[type="submit"]{
	/*width: 60px;*/
	border: 1px solid #000;
	height: 20px;
	background: url(kvrt_sb_button_back_1.gif) repeat-x;
	color: #fff;
	font-weight: bold;
}

.sidebar_content p input[type="text"], .sidebar_content p input[type="password"] {
	width: 145px;
}

.sidebar_button {
	border: 1px solid #aaa;
	cursor: pointer;
}

.sidebar_noheader {
	
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


.center {
	text-align: center;
}


.small {
	font-size: 10px;
	color: #7c6c5d;
}

.black {
	color: #000;
}

p.floatleft {
  float:left;
  width: 46%;
  margin: 0px;
}

p.floatright {
  float:left;
  width: 50%;
  margin: 0px;
  text-align: right;
}


.sidebar p.floatleft {
	float:left;
	width: 46%;
	margin: 0px;
}

.sidebar p.floatright {
	float:right;
	width: 46%;
	margin: 0px;
}

.button {
	border: 1px solid #aaa;
	padding: 3px;
	color: #000;
}

div.article_preliminary {
/*	width: 258px;*/
	width: 100%;
	/*margin-left: 10px;*/
	/*border-right: 1px dotted #777b82;*/
	overflow: hidden;
	/*float: left;*/
	font-size: 11px;
	margin-bottom: 10px;
}


div.article_preliminary p.title {
	margin-bottom: 10px;
}

div.article_preliminary p.title a{
	font-size: 12px;
	font-weight: bold;
	color: #000;
}


div.article_preliminary a h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	height: 20px;
}


a.title {
	color: #000;
	font-size: 12px;
}

a.title:hover {
	color: #000;
	font-size: 12px;
}


div.article_preliminary a.title:hover {
	color: #bf1110;
}

div.article_preliminary img.title {
 border: 2px solid #777b82;
 /*float: left;*/
 display: block;
 margin-bottom: 10px;
}


div.article_preliminary img.newsgroup_fix {
 border: 2px solid #777b82;
 float: left;
 display: block;
 margin-bottom: 10px;
 margin-right: 10px;
}


div.article_preliminary a.simple_text {
	color: #333;
}

div.article_preliminary p.details {
	color: #333;
	text-align: right;
}

div.article_gallery {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #cecdc8;
	background-color: #f8f7f3;
}

div.article_gallery div.gallery p.img  {
	float: left;
	margin-right: 10px;
	border: 1px solid #840C0B;
	padding: 2px;
	height: 80px;
	width: 80px;

}

div.article_gallery div.gallery p.img a {
}

.separator {
	height: 1px;
	background-image: url(szaggat.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-bottom: 10px;
}

.bold {
	font-weight: bold;
}

.forum_footer {
	padding: 3px;
	background-color: #F0ECE3;
	margin-bottom: 15px;
}


.forum_header {
	padding: 5px;
	background-color: #e49900;
	border: 1px solid #e49900;
}

.forum_header p.floatleft {
	width: 68%;
	float:left;
}

.forum_header p.floatright {
	width: 30%;
	float:right;
}


.forum_body {
	padding: 10px;
	background-color: #f8dcaa;

	border-bottom: 1px dotted #e49900;
	border-left: 1px dotted #e49900;
	border-right: 1px dotted #e49900;
}

/*


	 DOCStore Related styles
	

*/

.docstore_group {
	height: 40px;
	font-size: 14px;
}

.docstore_group td {
	padding-left: 10px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.docstore_subgroup {
	height: 30px;
	font-size: 13px;
}

.docstore_subgroup td {
	padding-left: 30px;
	border-bottom: 1px solid #ddd;
}


.docstore_document {
	height: 30px;
	border-top: 1px solid #efefef;
}

.docstore_document td{
	padding-left: 40px;
	border-bottom: 1px solid #ddd;
}

/*.docstore_navigation td {
	padding-bottom: 10px;
}*/


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #e49900;
	background-color: #f8dcaa;
	padding: 5px;
	opacity: 0.85;
	width: 200px;
}
#tooltip h3, #tooltip div { margin: 0; }


.white {
	color: #fff!important;
}


input , select, textarea{
	border: 1px solid #777b6c;
	background-color: #ffffff;
	font-family: Trebuchet MS, Tahoma, Arial;
	color: #777b6c;
	font-size: 11px;
}

.warning {
	color: #ecac00;
	font-weight:bold;
}

.error {
	width: 97%;
	border: 1px #bf1110 solid;
	background-color: #efa690;
	color: #fff;
	font-weight:bold;
	padding: 7px;
	margin-bottom: 10px;
}
.success{
	color: #719500;
	font-weight:bold;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	height: 50px;
	vertical-align: middle;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}


img {
	border: 0;
}

img.img {
	margin-right: 10px;
	border: 1px solid #840C0B;
	padding: 2px;
	height: 80px;
	width: 80px;
	
}

.priority {
	background-color: #e49900;
	padding: 3px;
	color: #fff!important;
}

.dmp_calendar{
	border: 1px solid #f4c577;
	color: #000;
	font-size: 11px;
}
.dmp_calendar a{
	color: #000;
}


div.dmp_regform {
	position: relative;
	width: 400px;
	background-color: #F8DCAA;
	left: 70px;
}

div.dmp_regform div.form_header {
	font-size: 12px;
	color: #fff;
	background-color: #e49900;
	padding: 10px;
}

div.dmp_regform div.form_element {
	padding: 5px 10px 5px 10px;
}

div.dmp_regform div.form_element label {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

div.dmp_regform div.form_element input[type="text"]{
	width: 180px;
}

div.dmp_regform div.form_element p input[type="submit"], div.form_element p input[type="button"], .basebutton{
	/*width: 60px;*/
	border: 1px solid #000;
	height: 20px;
	background: url(kvrt_button_back_1.gif) repeat-x;
	color: #fff;
	font-weight: bold;
}

div.dmp_regform div.form_element ul {
	list-style-type: none;
	padding-left: 0;
	margin-left:0;
}


#document_details {
	margin-top: 20px;
}

#document_details div.doc_desc{
	float:left;
	width:60%;
}

#document_details div.doc_type{
	float:left;
	width:40%;
	
}


#document_details div.doc_type div.doc_info
{
	width: 217px;
	border: 1px solid #ccc;
	padding: 5px;
}

#document_details div.doc_type div.doc_info h2 {
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 20px;
}

a.download {
	color: #407400!important;
	font-size: 15px;
	font-weight: bold!important;
}
/*

		Styles for TinyMCE

*/
.highlight {
	border: 1px solid #e49900;
	display: block;
	width: 97%;
	background-color: #f8dcaa;
	font-weight: bold;
	padding: 5px;
	color: #000;
}
.forum_reply_text{
	font-size: 10px;
}

.hide{
	display: none;
}



.loginwindow{
	margin: 0 auto;
	width: 300px;
	
}

.login_text{
	float: right;
	margin-right: 55px;
}

.spacer{
	margin-top: 10px;
	margin-bottom: 10px;
}
 
.clearer{
	clear: both;
}
/*zso fórum névszínezékek :) */

.redtext{
	color: #cc0000;
}
.bluetext{
	color: #0033cc;
}
.recent_news_pic{
	border: 1px solid #840C0B;     
	padding: 2px;
}
