body {
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	margin : 0 0 0 0;
	text-align : center;
}

table {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color: #3D4391;
}

hr {
width : 
}

a:link,a:visited
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color			: #3D4391;
	text-decoration	: none;
}

a:hover
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color: #000000;
	text-decoration	: none;
}

a:active
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color			: #3D4391;
	text-decoration	: none;
}
.titel {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color: #3D4391;
}
#main {
	position : relative;
	width: 745px;
	margin-left : auto;
	margin-right : auto;
	z-index: 0;
}

#header {
	position : absolute;
	background-image : url(../images/header_01.jpg);
	background-repeat : no-repeat;	
	top:0px;
	left:0px;
	height : 109px;
	width : 745px;
	z-index: 1;
}

#buttonbar {
	position : absolute;
	top:110px;
	left:0px;
	width: 745px;
	height : 28px;
	z-index: 2;
}

#pagina {
	position : absolute;
	background-color : #D1E6F7;
	background-image : url(../images/bg_content_05.gif);
	text-align : left;
	top:138px;
	left:0px;
	width: 745px;
	height : auto;
	z-index: 2;
}

#content {
	position : absolute;
	background-color : #D1E6F7;
	background-image : url(../images/bg_content_05.gif);
	text-align : left;
	top:150px;
	left:10px;
	width: 720px;
	height : auto;
	z-index: 3;
}

#footer{
	left:0px;
	right:0px;
	height : 31px;
	width:745px;
	margin-left : 0px;
	margin-right:0px;
	margin-top:-10px;
	text-align : right;
	vertical-align : middle;
	background-position : center;
	background-image : url(../images/bg_content_07.gif);
	background-repeat : no-repeat;
	z-index: 3;
}
