@charset "utf-8";
/* CSS Document */
body {
    font-family: tahoma, helvetica, sans-serif;
	background-color: #ffffff;
	margin-top:0px;
	margin-left:0px;
	 }
	 
html {
	overflow-y:scroll;
	} 
	
#tartalom{
		width:100%;
		height:100%;
		background-color:#ffffff;
		}

#menu	{
		width:800px;
		height:60px;
		background-color:#ffffff;
		}
	 
#fejlec	{
		width:100%;
		height:114px;
		background-image:url(../grafika/07_kapcsolat_hatter.jpg);
		}

#fejlec_kozepe	{
		width:800px;
		height:114px;
		background-image:url(../grafika/07_kapcsolat.jpg);
		}

#text {
		margin-left:0px;
		margin-top:0px;
		width: 800px;
		height:auto;
	    }
#table {
		margin-left:0px;
		width: 800px;
		height:auto;
	    }
#ceg {
		margin-left:0px;
		width: 800px;
		height:auto;
	    }
	
.focim {
		font-size: 20px;
		color: #dd344b;
		}
		
		.alcim {
			font-size: 16px; 
			color: #666666; 
		}
		
		.szoveg {
			font-size: 12px;
			color: #999999;
		}
		
		input, textarea {
			padding: 1px;
			border: 1px solid #8e5dd3;
		}

.kiemelt {
		font-size: 12px;
		color: #DD374B
		}
.linkek_text a:link {
	text-decoration:none;
	color:#dd344b;
	}
	
.linkek_text a:visited {
	text-decoration:none;
	color:#dd344b;
	}	

.linkek_text a:hover {
	text-decoration:underline;
	color:#333333;
	}

