@charset "utf-8";
/* CSS Document */
/* www.totisite.com */

html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color:#000;
	height: 100%;
	width: 100%;
	
	margin: 0;
	padding: 0;
	
	font-family: 'Open Sans Condensed', sans-serif;	
}

header {
	height:35px;	
	width:100%;
	
	border-bottom:1px solid #29abe2;
	color:#29abe2;
	font-size:14px;
	line-height:35px;	
}

header span a img {	
	line-height:35px;	
	}

#site_container {
	min-height:90%;
	position:relative;

}

#container {
	padding-bottom:100px;	/* Height of the footer */
}

footer {
	position:absolute;
	bottom:0px;
	width:100%;
	height:100px;			/* Height of the footer */
}

.content {
	width:912px;
	margin-left:auto;
	margin-right:auto;
	padding-right:0px;
	padding-left:0px;
	/*background:#0F0;		*/
}


* {
	margin: 0;
	padding: 0;
}

img {
	border:none;
	vertical-align:middle;
	}


/* Formázás */
h1 {

}

h2 {

}

h3 {
	
}

h4 {

}

strong, a {
	font-family: 'Open Sans Condensed', sans-serif;	
	color:#29abe2;
	text-transform:none;
	text-decoration:none;
}

a:hover {
	color:#FFF;
}

p {
	text-align:justify;
	text-shadow: 0 1px 0 #232323;
}

/***** Contact form *****/

#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
	}

	#contact-form fieldset {
		border:none;
		padding:0;
		}			

			#contact-form label {
				display:block;
				min-height:35px;
			}

			#contact-form label.message {
				min-height:100px;
			}

		

			#contact-form input {
				padding:5px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				line-height:13px;
				color:#6f6c6c; 
				border-left: 1px solid #121011;
				border-right: 1px solid #121011;
				border-top: 1px solid #060505;
				border-bottom: 1px solid #302e2f;
				background:#d0e751;
				outline:none;
				width:290px;

			}

			#contact-form .area .error { float:none;}

			#contact-form textarea {

				height:100px;
				max-height:100px;
				margin:0;
				padding:5px;

				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				line-height:13px;

				color:#6f6c6c; 
				border-left: 1px solid #121011;
				border-right: 1px solid #121011;
				border-top: 1px solid #060505;
				border-bottom: 1px solid #302e2f;

				background:#d0e751;
				overflow:auto;
				outline:none;
				width:290px;
				max-width:290px;

			}

			#contact-form a {cursor:pointer;}

				#contact-form .success {
						display:none;
						margin-bottom:20px;
						color:#fa4d9e;
						font-size:13px;
						}
				#contact-form .error,
				#contact-form .empty {

					color:#29abe2;
					font-size:12px;
					line-height:2em;
					display:none;
					overflow:hidden;
				}

		.buttons-wrapper { padding:10px 10px 0 0; text-align:right;}

		.buttons-wrapper a { margin-left:20px; color:#FFF; font-size:15px;
	font-family:Cuprum,Arial,Helvetica,sans-serif; text-transform:uppercase; font-weight:normal;	}


/******************* Defaults *******************/
.center {
	text-align:center;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

.dot {
	border-top:#CCC dotted 1px;	
}

/******************* Header *******************/



/******************* Footer *******************/

footer {
	
}
