
/* visitpécs alap formázások */

body, td, th
{
	font-family: tahoma;
	font-size: 12px;
}

body
{
	margin: 0px;
	background-image: url(../images/bodybg.gif);
	line-height: 16px;
	color: #353535;
}

body, html
{
	height: 100%;
}

td
{
	padding: 0px;
	border: 0px;
	vertical-align: top;
}

h1 
{
	font-size: 18px;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 14px;
}

ul, ol
{
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}

ul li
{
	/*color: #a10602;*/
	list-style-type: square;
	padding-bottom: 5px;
}

a,
ul li a
{	
	color: #c76917;
	text-decoration: none;
}

a:hover
{
	/*text-decoration: underline;*/
	color: #A00701;
}

img
{
	border: 0px;
}

img.contentimg {
	border: 1px solid #747371;
}

hr
{
	background-color: #fff;
	color: #fff;
	height: 1px;
	border: 0px;
}

input.radio {
	border: none;
} 

/* közös */

.center
{
	text-align: center;
}

table.strip
{
	border: 0px;
	margin: 0px;
	border-collapse: collapse;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

