html
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}

body, td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #002a6f;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

body
{
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}




/* diverses */
p
{
	margin: 0px;
	padding: 0px;
}

table
{
	border-collapse: collapse;
}

img
{
	border: none;
}

.content
{
	line-height: 140%;
}

a
{
	color: #002a6f;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
}

.content ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.content li
{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 8px;
	list-style: none;

	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}




/* Formular */
.text, .textarea, .select, .captcha
{
	border: solid 1px #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004666;
	width: 220px;
	margin: 2px 0px 2px 5px;
}
.submit
{
	margin: 10px 0px 0px 0px;
	border: solid 1px #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004666;
	margin: 10px 0px 0px 5px;
}
.checkbox
{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.error
{
	margin: 2px 0px 0px 5px;
	color: #ff0000;
}




/* template */
#main_div, #main_1col_div
{
	position: relative;
	width: 939px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	text-align: left;

	background-image: url(images/back_main.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#main_1col_div
{
	background-image: url(images/back_main_1col.jpg);
}

* html #main_div {height: 100%;}
* html #main_1col_div {height: 100%;}

#row_1
{
	width: 939px;

	background-image: url(images/back_row_1.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
#row_1_1
{
	float: left;
	width: 255px;
	height: 211px;
}
#row_1_1 .inner
{
	padding: 0px 0px 0px 10px;
}
#row_1_2
{
	float: left;
	width: 684px;
	height: 211px;
	overflow: hidden;
}

#row_2
{
	width: 939px;
	height: 12px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;

	background-image: url(images/back_row_2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#row_3
{
	width: 939px;

	background-image: url(images/back_row_3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#row_3_1col
{
	width: 939px;

	background-image: url(images/back_row_3_1col.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#row_3_1
{
	float: left;
	width: 255px;
	text-align: right;
}
#row_3_1 .inner
{
	padding: 45px 0px 20px 0px;
}
#row_3_2
{
	float: left;
	width: 483px;
}
#row_3_2 .inner
{
	padding: 51px 30px 20px 30px;
}
#row_3_3
{
	float: left;
	width: 201px;
}
#row_3_3 .inner
{
	padding: 51px 10px 20px 0px;
}
#row_3_23
{
	float: left;
	width: 684px;
}
#row_3_23 .inner
{
	padding: 51px 30px 20px 30px;
}






.clear
{
	clear: both;
}




/* Navi Main */
#navi_main ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#navi_main li
{
	list-style: none;
	display: block;
	width: 244px;
	margin: 0px 0px 0px 11px;
	padding: 0px 0px 0px 0px;
}
#navi_main a
{
	display: block;
	color: #92875a;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: solid 1px #ffffff;
	padding: 6px 30px 6px 0px;

	background-image: url(images/back_navi_main.gif);
	background-repeat: no-repeat;
	background-position: 225px 10px;
}
#navi_main li.first a
{
	border-top: solid 1px #ffffff;
}
#navi_main a:hover, #navi_main .active a
{
	color: #003475;
	background-color: #e8e3ca;
	text-decoration: none;
	background-position: 225px -30px;
}




/* Pagination */
.pagination ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
.pagination li
{
	list-style: none;
	display: inline;
	color: #002a6f;
	background-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 0px;
}
.pagination a
{
	color: #002a6f;
	text-decoration: none;
}
.pagination a:hover
{
	text-decoration: underline;
}
