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

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

td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #707070;
}

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

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




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

table
{
	border-collapse: collapse;
}

img
{
	border: none;
}

a
{
	color: #fd7a28;
	text-decoration: none;
}
a:hover
{
	color: #fd7a28;
	text-decoration: underline;
}

ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
li
{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 10px;
	list-style: none;
}
#row_4_1 li, #row_4_2 li, #row_4_3 li
{
	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}




/* Formular */
.text, .textarea, .select, .captcha
{
	border: solid 1px #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6e6e6e;
	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: #6e6e6e;
	margin: 10px 0px 0px 5px;
}
.checkbox
{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}




/* template */
#main_div
{
	position: relative;
	width: 1000px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}

* html #main_div {height: 100%;}

#row_1
{
	width: 1000px;
	height: 83px;
	background-color: #c3b88b;
	text-align: right;
	overflow: hidden;

	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#row_1 .inner
{
	padding: 20px 35px 0px 0px;
}
#row_2
{
	width: 1000px;
	height: 249px;
	overflow: hidden;
}
#row_3
{
	width: 1000px;
	height: 37px;
	overflow: hidden;
}
#row_3 .inner
{
	padding: 12px 0px 0px 9px;
}
#row_4
{
	width: 1000px;
}
#row_4_1
{
	float: left;
	width: 214px;
}
#row_4_1 .inner
{
	padding: 10px 20px 0px 10px;
}
#row_4_2
{
	float: left;
	width: 592px;
}
#row_4_2 .inner
{
	padding: 10px 0px 50px 0px;
}
#row_4_3
{
	float: left;
	width: 194px;
}
#row_4_3 .inner
{
	padding: 10px 10px 0px 20px;
}
#row_5
{
	position: absolute;
	bottom: 0px;
	width: 1000px;
	height: 40px;
	overflow: hidden;

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



.clear
{
	clear: both;
}




/* Navi 1 */
.navi_1 ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.navi_1 li
{
	list-style: none;
	display: inline;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 7px 0px 0px;
}
.navi_1 a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.navi_1 a:hover, .navi_1 .active a
{
	color: #fd7a28;
}




/* Navi 2 */
.navi_2 ul
{
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.navi_2 ul li
{
	position: relative;
	list-style: none;
	display: block;
	float: left;
	color: #707070;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 7px 3px 0px;
}
.navi_2 a
{
	color: #707070;
	font-weight: bold;
	text-decoration: none;
}
.navi_2 a:hover, .navi_2 .active a
{
	color: #fd7a28;
}

.navi_2 ul ul
{
	display: none;
	position: absolute;
	left: -4px;
	top: 98%;
	width: 160px;
	border: solid 1px #b3b3b3;
	padding: 2px 0px 2px 0px;

	background-image: url(images/back_navi_sub.png);
	background-repeat: repeat;
	background-position: 0px 0px;
}
.navi_2 ul li:hover>ul
{
	display: block;
}

.navi_2 ul ul li
{
	list-style: none;
	display: block;
	clear: left;
	color: #707070;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 4px 2px 4px;
}
.navi_2 .level_2 a
{
	color: #707070;
	font-weight: normal;
}
.navi_2 .level_2 a:hover, .navi_2 .level_2 .active a
{
	color: #fd7a28;
}



/* Navi 3 */
.navi_3 ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.navi_3 ul li
{
	list-style: none;
	display: inline;
	color: #707070;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	background-image: none !important;
}
.navi_3 a
{
	color: #707070;
	text-decoration: none;
	background-image: none !important;
}
.navi_3 a:hover, .navi_3 .active a
{
	color: #fd7a28;
}
