@charset "UTF-8";
/* CSS Document */


body
{ 
background-color:#002949;
background-image: 
url('images/bgrd.jpg');
background-repeat: repeat-x
}

.mainlink, .newslink {
	font-family: Times;
	font-size: 11px;
	color: #83a4cb;
	font-weight: normal;
	text-decoration: none;
}

a.mainlink:link, .newslink:link {
	font-family: Times;
	font-size: 11px;
	color: #83a4cb;
	font-weight: normal;
	text-decoration: none;
}

a.mainlink:visited, .newslink:visited {
	font-family: Times;
	font-size: 11px;
	color: #83a4cb;
	font-weight: normal;
	text-decoration: none;
}

a.mainlink:hover, .newslink:hover {
	font-family: Times;
	font-size: 11px;
	color: #e3f0ff;
	font-weight: normal;
	text-decoration: underline;
}

a.mainlink:active, .newslink:active {
	font-family: Times;
	font-size: 11px;
	color: #7c7568;
	font-weight: normal;
	text-decoration: none;
}

.newslink {
	font-size:18px !important;
}

.citate {
	font-family: Times;
	font-size: 12px;
	font-style: italic;
	color: #c9d9ef;
	text-align: left;
	line-height:1.5;
}


