/* CSS File - Mods */

h1
{
	color: #cc5252;
}

a:link
{
	color: #EF3B3B;
	text-decoration: none;
}

a:visited
{
	color: #EF3B3B;
	text-decoration: none;
}

a:hover
{
	color: #EF6868;
	text-decoration: underline;
}

a:active
{
	color: #FF3333;
	text-decoration: none;
}

a.menu:link
{
	color: #FF3333;
	text-decoration: none;
}

a.menu:visited
{
	color: #FF3333;
	text-decoration: none;
}

a.menu:hover
{
	color: #EF6868;
	text-decoration: underline;
}

a.menu:active
{
	color: #FF3333;
	text-decoration: none;
}



input.textbox:focus,
input.login_text:focus,
input.login_pw:focus,
input.news_headline:focus,
textarea:focus,
select:focus
{
	border: 1px solid #ef3b3b;
}

#menu_top table#menu_sections td.active
{
	background-color: #cc5252;
}

#tagcloud {
	list-style: none;
	margin-left: 5px;
}

#tagcloud li {
	display: block;
	float: left;
	margin: 2px;
	padding: 0;
}

#tagcloud .tag1 {
	font-size: 2.2em;
}

#tagcloud .tag2 {
	font-size: 2.0em;
}

#tagcloud .tag3 {
	font-size: 1.9em;
}

#tagcloud .tag4 {
	font-size: 1.7em;
}

#tagcloud .tag5 {
	font-size: 1.6em;
}

#tagcloud .tag6 {
	font-size: 1.4em;
}

#tagcloud .tag7 {
	font-size: 1.3em;
}

#tagcloud .tag8 {
	font-size: 1.1em;
}

#tagcloud .tag9 {
	font-size: 0.9em;
}

#tagcloud .tag10 {
	font-size: 0.8em;
}

.noerrortext
{
	font-weight: bold;
	color: #36b336;
	margin-left: 3px;
}


div.news_list_compact_row:hover a
{
	color: #EF6868;
	text-decoration: underline;
}

div#home_mods div.news_list_compact_row_overlay img.lines1
{
	width: 294px;
}
