/*base-link*/
a {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a.content_link {
	color: #6484CE;
}
/***********/


/*topimage*/
#slideshow {
	margin: 0 0 15px 0;
	position:relative;
	width:546px;
	height:270px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #6484ce;
}
#slideshow img { position:absolute; top:0; left:0; z-index:8; }
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }


/*headline**/
h1 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 2em;
	text-align: left;
	padding-top: 1.5em;
}
/***********/




/*news*/
.size13 {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
/***********/

/*link-list*/
.ul_ll {
	padding:0px; margin:0px;
}

.li_ll {
	margin-bottom:10px;
}

.new {
	padding-left: 5px;
	padding-right: 5px;
	color: #FF0000;
	font-weight: bold;
}

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


/*footer-Copyright*/
.footer {
	font-size: 12px;
	color: #6484CE;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
/***********/




/*footer-link*/
.footer_right {
	font-size: 12px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-align: right;
}

.footer_right a {
	text-decoration: none;
	color: #6484CE;
}

.footer_right a:visited {
	color: #6484CE;
	text-decoration: none;
}

.footer_right a:hover {
	color: #0000FF;
	text-decoration: none;
}
/***********/
