body {
	background-color: #5F5F5F;
	color: #3F3F3F;
	font-family: Verdana;
	padding: 0; 
	margin:  0; 
	text-align: center; 
	font-size:12px;
}

.small {
	font-size:10px;	
}

h1 {
	font-size:14px;
	font-weight: bold;	
}

input {
	border:1px solid silver;
	padding:2px;	
	font-family: Verdana;
	font-size:10px;
}

textarea {
	border:1px solid silver;
	padding:2px;	
	font-family: Verdana;
	font-size:10px;
}

div.all {
	padding-top: 20px;
	margin: auto;
	width: 770px;	
}

.header {
	background-image: url(../images/lz_header.jpg);
	height: 23px;
	width: 770px;
}

div.line_header {
	background-image: url(../images/pixel_red.gif);
	background-repeat: repeat;
	width: 770px;
	height: 3px;
}

div.spacer {
	height:1px;
	background-color:white;	
	float: left;
	width: 770px;
}

div.spacer_red {
	height: 3px;
	background-image: url(../images/pixel_red.gif);
	background-repeat: repeat;
	float: left;
	width: 770px;
}

div.body {
	text-align: left;
	width: 770px;
	height: 460px;
	background-color: white;
	padding-top: 0px;
	padding-bottom: 12px;
	border-left:1px solid #BEC0C2;	
	border-bottom:1px solid #BEC0C2;
	border-right:1px solid #BEC0C2;		
}



div.content {
	float: left;
	width: 560px;
	height: 460px;
	overflow: auto;
	text-align: justify;
	padding-top:2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	overflow:hidden;
}

div.field_right {
	float: right;
	width: 176px;
	height: 472px;
	overflow: hidden;
	text-align: justify;
	background-color:#E0DEDE;
}

div.nav_point {
	width:  94px;
	height: 22px;
	float: left;
}


div.footer {
	width: 270px;
	text-align:right;
	float:right;
	
}

div.footer_left {
	width:480px;
	text-align:left;
	float:left;
	
}

td.profil {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:2px;
	padding-right:2px;
}


a:link {
	color: #9F0913;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	color: #9F0913;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #9F0913;
	text-decoration: underline;
	font-weight:bold;
}

a.footer:link {
	color: white;
	text-decoration: none;
	font-weight:bold;
}

a.footer:visited {
	color: white;
	text-decoration: none;
	font-weight:bold;
}

a.footer:hover {
	color: white;
	text-decoration: none;
	font-weight:bold;
}

a.navi:link {
	color: #3F3F3F;
	text-decoration: none;
	font-weight:normal;
}

a.navi:visited {
	color: #3F3F3F;
	text-decoration: none;
	font-weight:normal;
}

a.navi:hover {
	color: #3F3F3F;
	text-decoration: none;
	font-weight:normal;
}


ul{
	padding-left:20px; 
}