/*---------- · General · ----------*/

html, body {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #3D3D3D;
	margin: 0px 0px 20px 0px;
	background-image: url(../../common/images/bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}
p {
	margin: 0px 0px 14px 0px;
	line-height: 16px;
}
a {
	color: #0F3786;
	text-decoration: underline;
}
a:hover {
	color: #0F3786;
	text-decoration: none;
}

td, select, input, textarea, p, a {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

td, select, input, textarea, p {
	font-size: 12px;
	color: #3D3D3D;
}

form {
	margin: 0px;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #192A5F;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	color: #A32340;
}

li {
	margin-bottom: 10px;
}

div.separator {
	border-bottom: solid #DCDCDC 1px;
}










div#header {
	height: 110px;
	width: 780px;
	background-image: url(../../common/images/top.gif);
	background-repeat: no-repeat;	
}

div#container {
	text-align:left;
	background-image: url(../../common/images/content_bg.gif);
	background-repeat: repeat-y;
}

div#content p{line-height:1.4}

div#bottom {
	background-image: url(../../common/images/footer.gif);
	background-repeat: no-repeat;
	clear:both;
	height: 27px;
}


div#container {
	width:780px;
	margin:0 auto;
}

div#content {
	float:right;
	width:557px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-top: 40px;
}

div#navigation {
	float:left;
	width:134px;
	padding-left: 19px;
	padding-top: 30px;
}

div#footer {
	width:780px;
	margin:0 auto;
}

div#language {
	float:right;
	padding: 8px 50px 0px 0px;
}

div#kep {
	padding: 1px;
	border: solid #A32340 1px;
	float: right;
	margin: 0px 0px 8px 8px;
}

table.tableGeneral td {
	font-size: 11px;
}
