@charset "utf-8";
/*..............................global........................................*/
body {
	margin: 0;
	margin-top: 30px;
	padding: 0;
	background:#305575;
	font-size: 13px;
	color: #333336;
}

body, th, td, input, textarea, select, option, p {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #283B7D;
}

h1 {
	font-size: 2.5em;
	font-weight: bold;
}

h2 {
	font-size: 2.1em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size:1.6em;
	margin: 5px 0 5px 0;
}

h5 {
	font-size:1.4em;
    margin: 5px 0 5px 0;
}

h6 {
	font-size: 1.2em;
	margin: 5px 0 5px 0;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #036;
}

a:link, a:visited, a:hover {
	text-decoration: none;
}

a:hover {
	color: #069;
}

img { 
	border: none; 
}

.justify{
	text-align:justify;
}

.bold{
	font-weight:bold;
}

.italic{
	font-style:italic;
}

.kozepen{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.kep_kozepen{
	/*padding: 50px 0 0 140px;*/	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.kiemelt {
	font-weight:bolder;
	font-size:1.2em;
}

.keskeny{
	line-height: 18px;
}

.profil{
	max-width: 220px;
}

a.alahuzott {
	text-decoration: underline;	
}

#header, #menu, #logo, #logokep, #footer{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#page, #global{
	margin-left:auto;
	margin-right:auto;
}

#global{
	width: 800px;
	background:#DAE2E9 none repeat scroll 0%;
}

/* ..........................header........................................*/
#header {
	width: 800px;
	z-index:10;
	position:relative;
	background:#305575;
}
/* MENU */

#menu {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	background: #283B7D url(../images/menu2.jpg) no-repeat scroll right top;
	color: #f2c73b;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg-bubplastic-button.gif) top left no-repeat;
}

#menu ul li a {
	display: block;
	padding-left: 27px;
	float: left;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul li a span.menu {
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 23px;
	background: transparent url(../images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}

/* .................................page..................... */
#page{
	background:#DAE2E9;
	width: 800px;
	height:500px;
} 

#page_long1{
	background:#DAE2E9;
	width: 800px;
	height:1200px;
}

#page_long2{
	margin: 10px;
	margin-bottom: 0;
	background:#DAE2E9;
	height:2900px;
}


#page_m{
	background:#DAE2E9;
	width: 800px;
	height:600px;
}

/* .........................content............................. */
#content {
	background:#DAE2E9;
	width: 760px;
	height: 500px;
	margin-right: 20px;
	margin-left: 20px;
}

.kep{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 7px;
	float:right;
}

/* .........................left menu............................. */
#left-content {
	float: left;
	width: 130px;
}

p.left_content_list
	{
		margin:0;
		padding:0;
		height:30px;
		/*padding:5px 10px 5px 10px;*/
		overflow:hidden;
		background: #DAE2E9;
		border-bottom: solid 1px #CCC;
		color:#FF9933;
	}

p.left_content_list a
		{
	display:block;
	width:130px;
	font-size:12px;
			/*color:#655e56;
			font-weight:bold;
			font-size:12px;*/
		}		
p.left_content_list a:link,p.left_content_list a:visited {
	font-weight:normal;
	color:#655e56;
	background-color:#DAE2E9;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
}

p.left_content_list a:hover, p.left_content_list a.active {
	color: #009;
	background-color:#C8D5E0;
	}

#gallery_flash {
	width: 600px;
	margin-top: 15px;	
	margin-bottom: 10px;
	margin-right: 25px;
	float: right;
}
/* ......................footer................... */
#footer {
	width:790px;
	height: 100px;
	background: #57738C;
	color:#FFFFFF;
	font-size:0.8em;
	line-height:1.28em;
	padding:20px 5px;
}

#footer .foot_content {
	padding:10px 0pt 0pt 0px;
	color:#fff;
	font-size:10px;
	line-height:1.28em;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#footer .foot_content a{
	color: #fff;
	text-decoration: none;
}

#footer .foot_content a:hover{
	color:#FBAF31;
}

#footer .foot_content a.active{
	font-weight: bold;
}