/* Menüpontok hivatkozásai */
#menuItemLink {
	text-decoration: none;
	color:white;
}

#menuItemLink:link {
	text-decoration: none;
	color:white;
}

#menuItemLink:visited {
	text-decoration: none;
	color:white;
}

#menuItemLink:hover {
	text-decoration: none;
	color:green;
}


/* "Összes bejegyzés..." hivatkozás */
#osszesBejegyzesLink {
	text-decoration: underlined;
	color:blue;
}
#osszesBejegyzesLink:link {
	text-decoration: underlined;
	color:blue;
}

#osszesBejegyzesLink:hover {
	text-decoration: underlined;
	color:green;
}

#osszesBejegyzesLink:visited {
	text-decoration: underlined;
	color:blue;
}















#baloldal {
	width: 57%;
	height: 465px;
	position: absolute;
    text-align: left;
    margin-top: 0px; 
	margin-left: 0px;
}

#jobboldal {
	background-color: #f7f7f7;
	width: 37%;
	height: 1100px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
	margin-top: 30px; 
	margin-left: 603px;
	border: 3px solid #696969;
}

#jobboldal2 {
	width: 37%;
    text-align: center;
    position: absolute;
	margin-top: 30px; 
	margin-left: 603px;
}

#tartalomContainer2 {
	position: relative;
	width: 960px;
	height: 700px;
}

#hirlevelblog {
	position: absolute;
	margin-top: 930px; 
	margin-left: 603px;
	width: 37%;
}

#submitButtonBlog:hover {
	cursor: pointer;
}

#goToHomepage {
	text-decoration: none;
	color: black;
}

#goToHomepage:hover {
	text-decoration: underline;
	color: #428cff;
	cursor: pointer;
}