/********************************************************************************
*                                                                               *
*                   This css is written by Pramonteam Ltd 			            *
*					        for prnt.hu	domain hosting							*
*                             http://www.prnt.hu                              	*
*                                                                               *
********************************************************************************/


/*****************************************************
********************** BASIC SETUP START *************
*****************************************************/
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#dbdbdb;
	height:100%;
	}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #F08127;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #F08127;
	font-weight: bold;
	}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold;
	color: Red;
	text-decoration: none;*/
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4954b1;
	}
br {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
ul, ol, li {
	list-style: none;
}

img {
	border: none;
}
#wrapper {
	margin: 0px auto;
	width: 760px;
	min-height: 94%;
	height:94%;
	background-color: #f8f8f8;
}
html>body #wrapper {
  height: auto;
  }
/*****************************************************
********************** BASIC SETUP END ***************
*****************************************************/



/*****************************************************
********************** HEADER START ******************
*****************************************************/
#header{
	height: 110px;
	width:754px;
	overflow: hidden;
	background-image: url(../img/header_img.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	position: relative;
	border: solid 3px #f8f8f8;
	}
/*****************************************************
********************** TOP END ***********************
*****************************************************/


/*****************************************************
****************** CONTENT START *********************
*****************************************************/

#content{
	width:680px;
	margin: 0 auto;
	float: left;

	padding: 40px;
	overflow: visible;
	text-align: left;
	}
#content p.divider {
	border-bottom: dotted 1px #dbdbdb;
}
#content p{
	text-align: left;
	color: #7a7a7a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 10px 0px 10px;
	display: block;
	clear: left;
	overflow: visible;
	}
#content span.highlight{
	color: #052e49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: normal;
}
#content span{
	text-align: left;
	color: #396e91;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
#content img {
	float: left;
	margin-right: 10px;
/*	margin-top: 10px;*/
	}
#content a{
	font-family: Arial, Helvetica, sans-serif;
	color: #396e91;
	font-weight: bold;
	text-decoration: none;
	}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}	
/*****************************************************
******************** CONTENT END *********************
*****************************************************/



/****************************************************
********************** FOOTER START *****************
****************************************************/
#footer{
	float: left;
	width: 100%;
	height: 30px;
	}
#footer_container{
	margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 754px;
	background-color: #c7c7c7;
	height: 30px;
	border: solid 3px #FFFFFF;
}
#copyright {
	float: left;
	width: 100%;
/*	padding-left: 10px;*/
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}
#copyright a{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	}
#copyright a:hover{
	color: #f8f8f8;
	}