/* 
    Document   : 67
    Created on : 2010.07.26., 15:29:02
    Author     : 67
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.fleft{float:left;}

.back_link{color:#333; display: block; font-size:22px; font-weight:bold; margin:30px 0; text-align: center; text-decoration: none;}
.back_link:hover{text-decoration: underline;}

body{font-family:arial;margin:0px;padding:0px;}

#content{
	clear:both;
	margin:0 auto;
	overflow:hidden;
	width:960px;
}
#content .ich{
	float:right;
	position:relative;
	z-index:-1;
}
#content form div{
	margin:16px 0;
}
	#content form div label{
		color:#333;
		display:block;
		font-family:helvetica;
		font-size:18px;
		margin:7px 0 5px;
	}
	#content form div.submit input{
		cursor:pointer;
		font-size:22px;
		padding:5px;
		width:320px;
	}
	#content form div.submit input:hover{
		background-color:#66cc66;
		color:#222;
	}

	#koszonom_div img{display: block;margin: 0 auto;}

#flashMessage{
	font-size:20px;
	font-weight:bold;
}
	#flashMessage.message{
		color:green;
	}
	#flashMessage.error{
		color:red;
	}

#footer{
	background-color:#222;
	padding:10px;
}
	#footer .left{margin-right: 30px;}
	#footer .footer_center{
		margin:0 auto;
		overflow:hidden;
		width:960px;
	}
	#footer .right{
		border-left:1px solid #fff;
		margin-left:50px;
		padding-left:50px;
	}
	#footer h2{
		color:#fff;
		font-family:Helvetica;
	}
		#footer h2.question{
			border-bottom:1px dashed #fff;
			margin-left:80px;
			padding-bottom:10px;
			text-align:center;
			width:320px;
		}
	#footer label{
		color:white;
		float:left;
		font-family:helvetica;
		font-size:18px;
		margin-top:7px;
		width:80px;
	}
	#footer .language{
		color: #fff;
		text-align: center;
	}
	#footer .language a{
		background:transparent no-repeat left top;
		color:#fff;
		font-size:20px;
		padding: 0 20px;
		text-decoration:none;
	}
	#footer .language a:hover{
		background-position:left bottom;
		color:#66cc66;
	}
	#footer .reference{
		list-style:none;
	}
	#footer .reference li{
                float: left;
		padding: 10px 0;
                width: 150px;
	}
	#footer .reference a{
		background:transparent no-repeat left top;
		color:#fff;
		display:block;
		font-size:20px;
		height:55px;
		padding:45px 0 0 120px;
		text-align: left;
		text-decoration:none;
	}
	#footer .reference a:hover{
		background-position:left bottom;
		color:#66cc66;
	}
	#footer textarea, input{
		border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
		border:1px solid #000;
		padding:10px;
		width:300px;
	}
	#footer .submit input{
		cursor:pointer;
		font-size:22px;
		font-weight:bold;
		margin-left:80px;
		padding:5px;
		width:320px;
	}
	#footer .submit input:hover{
		background-color:#66cc66;
		color:#222;
	}
	#footer div{
		margin:16px 0;
	}
#header{
	background:transparent url(/img/gray/header_bg.png) top left repeat-x;
	height:67px;
}

#menu{
	margin:0 auto;
	width:960px;
}
	#menu .logo{
		background:transparent url(/img/gray/header_logo.png) no-repeat;
		display:block;
		float:left;
		height:84px;
		text-indent:-9999px;
		width:220px;
	}
	#menu ul{
		list-style:none;
		float:right;
		margin:0px;
	}
	#menu ul li{
		float:left;
	}
	#menu ul li a{
		color:#fff;
		display:block;
		font-weight:bold;
		padding:20px 10px;;
		text-decoration:none;
	}
	#menu ul li a:hover{
		background-color:#666;
	}
        
       
.mail-to-insert{ border-bottom: 2px solid #eee; color: #fff; display: block; font-size: 28px; padding-bottom: 20px; text-align: center; }
