/* 
    sunsystem.hu/resst.css
    All Rights Reserved
    Author: webrevolution.hu
    Verzió: v1.0
*/
* {
	margin: 0px;
	padding: 0px;
}
img {
    border: none;
}
html {
    background: #fffce9 url(images/background3.jpg) no-repeat top center;
    background-attachment: fixed;
/*
    background: transparent url(./images/bg22.jpg) no-repeat center bottom;
*/
}
body {
    font-family:Arial, Helvetica, sans-serif, Verdana;
    font-size:15px;
    line-height:1.2;
    font-weight:normal;
    color:#333;
    /*text-align:left;*/
}
table {
    text-align:left;
    vertical-align:top;
    margin:0;
    padding:0;
    border:0;
    border-spacing:0;
    border-collapse:collapse;
}
td { vertical-align:top; }
ul, ol {
    margin:0px 30px 15px 35px;
}
li {
    line-height:1.4;
    margin-bottom:10px;
    /*text-align:justify;*/
}
a {
    cursor:pointer;
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
    color:#602100; /*#E07D39*/
    text-decoration:none;
}
a.imglink, a .imglink, a.imglink:hover, a .imglink:hover {
    text-decoration:none;
    border:none;
}
a:link {
    color:#602100;
}
a:visited {
    color:#602100;
}
a:hover {
    color:#dd8a62;
    /*border-bottom:1px solid #fb7902;*/
}
a:active {
    color:#19a6b5;
    /*border-bottom:1px solid #fb7902;*/
}
hr {
    margin:15px 0px; 
    border-bottom:1px solid #6d331d;
    border-top:0px solid #6d331d;
    border-left:0px solid #6d331d;
    border-right:0px solid #6d331d;
}
h1 {
    text-shadow: 5px 5px 7px #999;
    filter: dropshadow(color=#999, offx=5, offy=5);
    font-family:Arial,Georgia,"Times New Roman",Times,serif;
	font-size: 28px;
    font-style:normal;
    font-weight: normal;
    font-variant:normal;
    text-align:center;
    color:#333;
    padding:0px 0px 0px 0px;
    margin:30px 0px 20px 0px;
}
h2 {
	font-size: 20px;
    color:#555;
    font-family: Arial, Times, Verdana, sans-serif, Helvetica;
    color:#602100;
    padding:0px 0px 0px 0px;
    margin:15px 0px 15px 0px;
    font-style:normal;
}
h3 {
	font-size: 16px;
    text-decoration:underline;
    color:#602100;
    font-family: Arial, Times, Verdana, sans-serif, Helvetica;
    padding:0px 0px 0px 0px;
    margin:0px 0px 15px 0px;
    font-style:normal;
}
p {
    line-height:1.4;
    text-align:justify;
    margin:0px 0px 8px 0px;
}
.clr {
	clear:both;
}


input[type="submit"], input[type="button"] {
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #aaa;
    padding:1px 20px 3px 20px;
    font-size:16px;
    color:#555;
    font-family:'Open Sans Condensed', sans-serif;
    font-weight:700;
    font-size:20px;
    text-shadow:2px 4px 3px #ccc;
    filter:dropshadow(color=#ccc, offx=2, offy=3);
    cursor:pointer;
    background-color:#f0f0f0;
}
input[type="submit"]:hover, input[type="button"]:hover {
    background-color:#fafafa;
}
select { cursor:pointer; }
input[type="text"],input[type="password"],select,textarea {
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #959595;
    padding:4px;
    font-size:15px;
    color:#777;
}
input[type="text"]:hover, input[type="password"]:hover,select,textarea{ 
    background: #fff;
    color:#555;
}
input[type="text"]:focus, input[type="password"]:focus{ 
    border:1px solid #444;
    background: #fff;
    color:#555;
    -webkit-box-shadow:0px 0px 3px 2px #ccc;    
    box-shadow:0px 0px 3px 2px #ccc;    
}
select:focus,textarea:focus {
    border:1px solid #444;
    background: #fff;
    color:#555;
    -webkit-box-shadow:0px 0px 3px 2px #ccc;    
    box-shadow:0px 0px 3px 2px #ccc;    
}
