/* CSS Document */

body
{
	margin:0px;
	margin-top:10px;
	background-color: #E9DCD1;
	background-image:url(../tmpl_img/index_01.jpg);
	background-repeat:repeat-x;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #2562A4;
	text-decoration: none;
}

a
{
	color: #2562A4;
	text-decoration: underline;
}

.small_font
{
	font-size:10px;
}

.small_font a
{
	font-size:10px;
	text-decoration: none;
}

a:hover
{
	color: #666666;
	text-decoration: underline;
}

.content
{
	color: #2562A4;
}

.headline
{
	color: #2562A4;
	font-size:14px;
	font-weight: bold;
}

.path
{
	color: #A0C9E3;
	font-size:11px;
}

.path a
{
	color: #A0C9E3;
	font-size:11px;
}

.box
{
	text-align:left;
	background-color:#999;
}

.navilink
{
	background-image:url(../tmpl_img/trenner.jpg);
	background-position:bottom center;
	background-repeat: no-repeat;
	height: 23px;
	padding-top: 4px;
	font-weight: bold;
	
}

img
{
	border:0px;
}


