/* CSS Document */

* {
	font-family: Sans;
	font-size: 10px;
}

p,h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 14px;
	font-weight: normal;
	
}
h2 {
	font-size: 12px;
	font-weight: bold;
	
}
h3 {
	font-size: 12px;
	font-weight: normal;
	
}
h4 {
	font-size: 10px;
	font-weight: bold;
	
}

UL {
	text-align: left;
}

BODY {
	margin: 0;
	padding: 0;
	background: #ffffff;	
}

a:link {
	text-decoration: none;
	color: #400620;
}

a:visited {
	text-decoration: none;
	color: #400620;	
}

a:hover {
	text-decoration: none;
	color: #801850;
}

#container {
	margin: 0 auto;
	width: 760px;
	background: #ffffff;	
}

#header {
	width: 760px;
	height: 96px;
	margin-top: 4px;
	background: #ffffff no-repeat;
}

#menu {	
	width: 760px;
	text-align: center;
	padding-bottom: 4px;
}

#tartalom {	
	width: 760px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}


#footer {	
	width: 760px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

#colorline {
	margin: 0 auto;
	width: 760px;
	height: 1px;
	background: #000000;	
}
