body {
    background:url(../images/back.jpg) no-repeat center top #0a050c;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:14px;
	cursor: url('../images/cur/cursor.cur'),	auto;	
	background-attachment: fixed; /* A háttér rögzítve marad, amikor görgetsz */
}
.box {
    background:rgb(255, 255, 255);
    background:rgba(255, 255, 255, 0.5);
    border:1px solid #0a050c;
    padding:10px;
    box-shadow:0px 0px 5px #000;
    -moz-box-shadow:0px 0px 5px #000;
    -webkit-box-shadow:0px 0px 5px #000;
}

.rounded {
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.menuItem:hover {
    background:rgb(10, 20, 30);
    background:rgba(10, 20, 30, 0.8);
}
.menuItem {
    background:rgb(30, 40, 50);
    background:rgba(30, 40, 50, 0.8);
    color:#FFF;
    margin:10px 0px;
    border:3px solid #0a050c;
    font-size:30px;
    font-weight:bold;
    text-align:center;
    padding:2px;
    box-shadow:0px 0px 5px #000;
    -moz-box-shadow:0px 0px 5px #000;
    -webkit-box-shadow:0px 0px 5px #000;
}
.menuItemFooter:hover {
    background:rgb(10, 20, 30);
    background:rgba(10, 20, 30, 0.8);
}
.menuItemFooter {
    background:rgb(30, 40, 50);
    background:rgba(30, 40, 50, 0.8);
    color:#FFF;
    margin:3px 0px;
    border:2px solid #0a050c;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    padding:1px;
    box-shadow:0px 0px 5px #000;
    -moz-box-shadow:0px 0px 5px #000;
    -webkit-box-shadow:0px 0px 5px #000;
}
a {
    text-decoration: none;
}
.textbox {
    width: 100%;
    padding: 5px;
    margin: 10px 0;
    box-sizing: border-box;
	background:rgb(255, 255, 255);
	background:rgba(255, 255, 255, 0.5);
	border:1px solid #71aabd;
	box-shadow:0px 0px 3px;
	-moz-box-shadow:0px 0px 3px;
	-webkit-box-shadow:0px 0px 3px;
	color:#222;
	font-weight: bold;
	outline:none;
}
.button {
    background:rgb(255, 255, 255);
    background:rgba(255, 255, 255, 0.5);
    border:1px solid #71aabd;
    box-shadow:0px 0px 3px #000;
    -moz-box-shadow:0px 0px 3px #000;
    -webkit-box-shadow:0px 0px 3px #000;
    font-weight:bold;
    padding:0px;
    font-size:16px;
    line-height:30px;
    height:30px;
    width:150px;
}
.button:hover {
    background:rgb(200, 200, 200);
    background:rgba(200, 200, 200, 0.5);
    cursor: url('../images/cur/cursor.cur'), auto;	
}
.important {
    color:#0a050c;
}
#container {
    margin:1px auto 0px auto;
    width:600px;
    border-width:3px;
}

#header {
   /* background:url(../images/logo.png);*/
    width:250px;
    height:160px;
    margin:0px auto;
	cursor: url('../images/cur/cursor.cur'), auto;
}

label {
    font-size: 18px;
}


#flashmessage-container .success {
    width: 97%;
    margin: 15px auto 22px auto;
    background: #b4ffb2;
    border: 1px solid #368a34;
    color: darkgreen;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#flashmessage-container .notice {
    width: 97%;
    margin: 15px auto 22px auto;
    background: #fff9b2;
    border: 1px solid #d1c000;
    color: #d1c000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#flashmessage-container .error {
    width: 97%;
    margin: 15px auto 22px auto;
    background: #ffb0b0;
    border: 1px solid #970000;
    color: #970000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.flashmessage p {
    margin: 0;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

#social_networks {
    /*position: fixed;*/
    bottom: 20px; /* távolság a weboldal aljától */
    width: 100%;
    text-align: center; /* ikonok középre rendezése */
    z-index: 1000; /* előrébb helyezés, ha más elemek takarnák */
}

#social_networks a {
    display: inline-block;
    margin: 0 10px; /* kis távolság az ikonok között */
}

#social_networks img {
    width: 32px;
    height: 32px;
}

