﻿/* DIV defaults */
.divDefault
{
	 width:810px; 
	 text-align:left;
}
.divNews
{
    width:810px;
    border: solid 1px #444;
	text-align:center;
}
.divPadding
{
	padding: 3px 5px 3px 5px;
}
.divNormalRow
{
	font-family:Verdana, Arial, Sans-Serif;
	font-weight:normal;
	color:#444;
	text-align:left;
	vertical-align:top;
	padding: 5px 5px 5px 5px;
}
.divNewsTitle
{
	height:15px;
    padding:3px 5px 3px 5px;
}

/* Colors for Rows*/
.divNewsTitleOrange
{
	background-color: #FF9933;
	border-bottom: 1px #003366 solid;
	color: #800000;
	font-weight:bold;
}
.divNewsTitleGreen
{
	background-color: #66FF66;
	color: #003300;
	border-bottom: 1px #009933 solid;
	font-weight:bold;	
}
.divNewsTitleBlue
{
	background-color: #6699FF;
	color: #000066;
	border-bottom: 1px #003366 solid;
	font-weight:bold;	
}
.divNewsTitleRed
{
	background-color: #FF7D7D;
	color: #660033;
	border-bottom: 1px #800000 solid;
	font-weight:bold;	
}
.divNewsTitlePurple
{
	background-color: #666699;
	color: #FFEEFF;
	border-bottom: 1px #660066 solid;
	font-weight:bold;	
}
.divArticleGrey
{
	background-image:url('../bilder/bg/greyhalftrans_big.gif')
}
.divArticleOrange
{
	background-image:url('../bilder/bg/dirtyorangehalftrans_big.gif')
}
.divArticleGreen
{
	background-image:url('../bilder/bg/middlegreenhalftrans_big.gif') 
}
.divArticleBlue
{
	background-image:url('../bilder/bg/lightbluehalftrans_big.gif')
}
.divArticleRed
{
	background-image:url('../bilder/bg/dirtyredhalftrans_big.gif')
}
.divArticlePurple
{
	background-image:url('../bilder/bg/dirtygreyhalftrans_big.gif')
}
