/* CSS TippOff */
html, body {
	margin:0;
	padding:0;
	line-height:14px;
	font-family: Tahoma, Arial, Liberation Sans, sans-serif;
	font-size:12px;
	height:100%;
	background:#CCC url(../pictures/icons/background.jpg);
	background-attachment:scroll;
	background-position:center;
}

a {
	font-size:12px;
	color:#003;
	text-decoration:underline;
}

img {
	border:none;
}

p {
	margin-bottom:5px;
}

h1 {
	text-align:center;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	color:#003;
	margin:0 0 20px 0;
	opacity:0.75;
}

h3 {
	font-size:12px;
	font-weight:bold;
	color:#003;
	margin:0 0 2px 0;
}



#page {
	width:990px;
	margin:0 auto;
	min-height: 100% !important;
	height: auto !important;
	height: 100% !important;
	background-color:#FFF;
}

#header {
	height:70px;
	width:990px;
	background:#003 url(../images/icons/header2.jpg);
	position:relative;
}

#content {
	padding:5px 5px 35px 5px;
	color:#003;
	z-index:100;
	background-color:#FFF;
}

.absatz {
	clear:both;
	text-align:justify;
	width:100%;
	padding-bottom:25px;
}

.absatz_center {
	clear:both;
	text-align:center;
	padding-bottom:25px;
	margin:0 auto;
}


#footer {
	position:fixed;
	bottom:0;
	height:20px;
	width:990px;
	background:#003 url(../images/icons/bg_header.gif);
	font-size:11px;
	color:#eee;
	font-size:11px;
	text-align:center;
	padding-top:5px;
}

#footer a {
	font-size:11px;
	color:#eee;
	text-decoration:underline;
}

/************************************************************************************************************************/

.divide {
	height:3px;
	background:#000033 url(../images/icons/bg_hr.gif) repeat-x;
	margin:5px 0px 5px 0px;
}


.headline {
	font-weight:bold;
	clear:both;
	font-size:11px;
}

.paragraph {
	padding-left:10px;
	list-style:none;
	font-size:11px;
}

.subrule {
	padding-left:30px;
	list-style:decimal;
	list-style-position:inside;
	margin-bottom:5px;
	text-align:justify;
	font-size:11px;
}

.input_field {
	border:1px #006 solid;
	color:#003;
	font-size:12px;
	padding:2px;
	margin-right:5px;
	margin-bottom:3px;
	background-color:#FFF;
}

