﻿/* CSS websiteskereső blokk front page */

.websites{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.websites form{
	margin: 0px;
}

.websites h2{
	margin: 0px;
	font-size: 11pt;
	padding-top: 2px;
	padding-left: 5px;
	color:black;
}

.websites h2.szakember{
	background-position:top;
	background:url(../images/szakember/background1.gif);
	background-repeat:no-repeat;
}

.websites h2.szakember#cikkoldal{
	background-position:top;
	background:url(../images/szakember/background_cikkoldal.gif);
}

.websites h2.arukereso{
	background-position:top;
	background:url(../images/arukereso/background1.png);
	background-repeat:no-repeat;
}

.websites h2.arukereso#cikkoldal{
	background-position:top;
	background:url(../images/arukereso/background_cikkoldal.png);
}

.websites p{
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	color:black;
}

.websites p.szakember{
	background:url(../images/szakember/background1.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

.websites p.szakember#cikkoldal{
	background:url(../images/szakember/background_cikkoldal.gif);
	background-position:bottom;
}

.websites p.arukereso{
	background:url(../images/arukereso/background1.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.websites p.arukereso#cikkoldal{
	background:url(../images/arukereso/background_cikkoldal.png);
	background-position:bottom;
}

.websites input{
	margin-top:5px;
	margin-bottom:10px;
}

.websites input.box{
	width:100px;
}

.websites select{
	margin-top:5px;
	margin-bottom:10px;
	width:145px;
}

.websites a{
	text-decoration:none;
	font-weight:bold;
	color:black;
}

.websites a.szakember{
}

.websites a.arukereso{
}

.websites a:hover {
	color:white;
	background-color:black;
}