/*site styles*/

* {
margin: 0px;
padding: 0px;
font: 16px/24px "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}

body {
font: 16px/24px "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
background: #000 url(../img/bg.jpeg) repeat-y top center;
}

.container_12, #main {
background-color: #212121;
}

/*text-styles baseline*/
h1, h2, h3, h4, h5 {
font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
/*font-family: *"Gill Sans", "Trebuchet MS", Calibri, sans-serif;*/
font-weight: 900;
}

h1 {
font-size: 32px;
line-height: 48px;
margin: 8px 0 40px;
}

h2 {
font-size: 28px;
line-height: 48px;
margin: 34px 0 14px;
}

h3 {
font-size: 24px;
line-height: 48px;
margin: 34px 0 14px;
}

h4 {
font-size: 20px;
line-height: 24px;
margin: 0px 0 24px;
}

h5 {
font-size: 16px;
line-height: 24px;
margin: 0px 0 24px;
}

p {
margin: 0px 0px 24px;
}

a:hover {
text-decoration: none;
}

/*text-color + effects*/

h1, h2, h3 {
color: #bababa;
/*text-shadow: 1px 1px 0px #fff;*/
}

h4, h5 {
color: #eee;
/*text-shadow: 0px 0px 1px #222;*/
}

p {
color: #efefef;
}

body {

}


/* referencia slider */
div.referencia {
position:relative; 
width:540px; 
height:332px;
overflow: hidden;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px; 
}

div.article {
 
}

div.ref_txt div {
display: block;
width: 380px;
margin: 0 80px;

}

div.ref_txt div h4 {
color: #fff;
text-shadow: 0px 0px 0px #0;
}

div.article div.ref_txt {
position: absolute;
display: block;
width: 540px;
top: 288px;
background: #000;
opacity: 0.3;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

div.article img {
position: absolute;  
top: 0;  
left: 0;  
border: 0;  
}


/*layout*/
div.header img {
margin-top: 2px;
}

/*colors*/
div.subtext h1 {
color: #333;
}

/*frontpage linkcolour*/

a {
text-decoration: none;
color: #650101;
}

a:hover {
text-decoration: underline;
}

.frontpage a {
text-decoration: none;
font-weight: bold;
}

.frontpage a:hover {
text-decoration: underline;
}

a.weboldal {
color: #ee3a44;
}

a.twitter{
color: #9ae4e8;
}

a.facebook {
color: #8a8a8a;
}

a.gmaps {
color: #750202;
}

a.picasa {
color: #fada23;
}

a.hutch {
color: #93d928;
}

a.kapcsoford {
color: #6498cc;
}

/*űrlap*/
label, fieldset, legend {    
display: block;  
color: #dedede;
margin-bottom: 0px;
line-height: 24px;
}

input, textarea, select {
margin: 0 0 12px 0;
border: 1px solid #bababa;
background: #3a3a3a;
color: #aaa;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
padding: 6px;
float: right;
clear: both;
}

form {
text-align: left;
}

label {
float: left;
clear: both;
width: 220px;
border-bottom: 1px solid white;
text-shadow: 0px 2px 3px #555;

}

