﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #02025A;
	background-repeat: no-repeat;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
}

h2 {
	margin-top: 20px; 
	margin-bottom: 10px;
	color: #FF6600;
	font: 26px "Century gothic";	
	text-decoration: none;
}

h3 {
	margin-bottom: 10px;
	color: #FFFFFF;
	font: 14px "Century gothic";
	text-decoration: none;

}

h4 {
	color: #FFFFFF;
	font: 12px "Century gothic";
	text-decoration: none;
}

h5 {
	padding-top: 3px;
	color: #FFFFFF;
	font: 16px "Century gothic";
	text-decoration: none;
}

h6 {
	padding: 0 0 0 30px;
	color: #FFFFFF;
	font: 13px "Century gothic";
	text-decoration: none;
}

label {
	margin-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font: 15px "Century gothic";
	text-decoration: none;
}

.sarga {
	color: #ff6600;
}

.center {
	display: block;
	margin: 0;
}

.imgs {
	display: inline;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 2px solid #FF6600;
}


#wrapper { 
margin: 20px auto 20px auto; 
width: 950px; 
overflow: auto; 
color: #fff; 
font: 13px "Century gothic"; 
line-height: 23px; 
}

#header { 
width: 950px; 
height: 100px; 
vertical-align: middle; 
border-bottom: 2px solid #ff6600; 
}

#footer {
	width: 950px;
	margin: 0 auto 0 auto; 
	border-top: 2px solid #ff6600;
}

#header_logo { 
float: right; 
width: 193px; 
height: 90px; 
padding: 5px 3px; 
background: #02025a url(http://www.csertangaz.hu/images/csertan_logo.jpg) no-repeat center; 
}

#header_top {
float: left; 
width: 750px; 
height: 90px; 
background: #02025a url(http://www.csertangaz.hu/images/csertan_1.jpg) no-repeat center; 
}

#container { 
width: 950px;
}

#content { 
float: right; 
width: 625px; 
}

#kapcsolat {   
    margin: 0px;   
    padding: 0px;   
}   
   
#kapcsolat li { 
    float: left;   
    list-style-type: none;   
}   
   
#kapcsolat li a {   
    width: 300px;   
}   
   
#emailbox {   
    height: auto;
	width:300px;   
}  
 
#info {   
	width: 300px;   
}  

#content_index { 
width: 950px; 
height: 400px;
background: #02025a url(http://www.csertangaz.hu/images/csertan_index.jpg) no-repeat center; 
}

#nav{
margin-top: 20px;
float: left;
width: 170px;
min-height: 350px;
background: #02025A;
}

#nav ul { 
list-style-type: none;  
}  

#nav ul li {  
float: left;  
width: 170px;  
      
}  
    
#nav ul li a {  
float: left;  
width: 170px;  
height: auto; 
}
 
#nav ul ul {  
position: relative;
width: 150px;  
float: left;
display: none;
height: auto;
}  
   
#nav ul li:hover ul{  
display: block;
		   
} 
 
#nav ul li ul a:hover{  
display: block;
}  

#nav a:hover { 
				font: "Century Gothic";
				font-size: 16px;
				text-decoration: none;
				color: #eeb02c;
 }  
   
#nav a {  
				font: "Century gothic";
				font-size: 16px;
        		color: #ffffff;  
         		text-decoration: none;  
}  
   
#nav li {  
         position:relative;  
         float: left;  
         width: 170px;  
}  

#Nev {
	background: #02025A;
	border: 1px #ffffff solid;  
	color: #fff;  
}

#Email {
	background: #02025A;  
	border: 1px #ffffff solid;  
	color: #fff;  
}

#Targy {
	background: #02025A;  
	border: 1px #ffffff solid;  
	color: #fff;  
}

#Szoveg {
	background: #02025A;  
	border: 1px #ffffff solid;  
	color: #fff;  
}

a:link {
	font: "Century gothic";
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	
}
a:visited {
	font: "Century gothic";
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	
}
a:hover {
	font: "Century gothic";
	font-size: 13px;
	text-decoration: none;
	color: #ff6600;
}

a:active {
	font: "Century gothic";
	font-size: 13px;
	text-decoration: none;
	color: #ff6600;
}

/* BUTTON */

#submit{
	font: "Century gothic";
	font-size: 14px;
   	padding: 2px 5px 2px 5px;
    margin: 10px 0 10px 0;
	color:#ffffff;
    border:1px solid #ffffff;
    background-color:#02025A;
}
#submit a:hover, #submit:hover{
    background-color:#333366;
    border:1px solid #ff6600;
    color:#ff6600;
}
#submit a:active{
    background-color:#333366;
    border:1px solid #ff6600;
    color:#ff6600;
}

#error {
	width: 260px;
	border: 1px solid #ff6600;
	background: #333366;
	margin-bottom: 10px;
	
}

#error ul {
	width: 250px;
	list-style-type: none;
	}
	
#error li {  
	width: 250px;
	padding: 0 5px 0 5px;
	font: 12px "Century gothic";
	color:#ff6600;
}  
 
