body {

	background-repeat:repeat-x;
	 
}

td {
	color: #223C58;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:18px;
	font-style: normal;
	font-weight: normal;
}
.cute {
	color: #223C58;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height:16px;
	font-style: normal;
	font-weight: normal;
}
.micro {
	color: #223C58;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.navibgr {
	background-image: url(../gfx/navi_bgr.jpg);
	background-repeat: no-repeat;

}

td.homebgr {
	height: 100%;

	background-repeat: no-repeat;
} 

.contenttable {
	width: 100%;
	height: 100%;
	border-left: 0px;
	border-left-style: solid;
	border-left-color: 95B1D0;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: 95B1D0;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: 95B1D0;
	padding-left: 8px;
	padding-right: 8px;
 
}

/***************************** normale link *************************************************************/
a {
	padding-left:0px;
	color: #03406F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
		text-decoration: none;
}

a:hover {
	color: #7A1201;
	text-decoration: underline;
}
/***************************** navi main *************************************************************/
a.navi {
	padding-left:0px;
	color: #03406F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
		text-decoration: none;
}

a:hover.navi {
	color: #7A1201;
	text-decoration: underline;
}
a.navi_on {
	padding-left: 0px;
	color: #7A1201;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
a:hover.navi_on {
	text-decoration: underline;
}

/***************************** navi sub *************************************************************/
a.navisub {
		color: #3A6F97;
	font-family: "Times New Roman", Times, serif;
	padding-left: 20px;
	height: 20px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
		text-decoration: none;
}

a:hover.navisub {
		color: #3A6F97;
	font-family: "Times New Roman", Times, serif;
	padding-left: 20px;
	height: 20px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
		text-decoration: underline;
}

/*********************************************************************************/
#naviul {
	list-style: none;
	list-style-type: none;
	text-align: left;
}
#navili {
	list-style: none;
	list-style-type: none;

}

#navimain {
	height: 22px;
	text-align: left;
	padding-left: 0px;
}
#navisub {
	height: 22px;
	text-align: left;
	padding-left: 22px;
}
/*********************** formular ******************************/

input, textarea, option {
	letter-spacing:1px;
	font-size:11px;
	border: 1px solid #701101;
}
.form {
	width:180px;
}