/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    /*BACKGROUND-COLOR: #D7D7D7;*/
    BACKGROUND-COLOR: #dddddd;
    margin-top:15;
    margin-left:0;
    margin-right:0;
}

.mainBox 
{
	
}

.topborder
{
	border-top: 1px solid #CCCCCC;
}

.leftBG
{
	width:100px;
	background:url("../graphics/bg_left.jpg") repeat-y top right;
}

.rightBG
{
	width:100px;
	background:transparent url("../graphics/bg_right.jpg") repeat-y top left;
}
.bottomBG
{
	height:100px;
	background:transparent url("../graphics/bg_bottom.jpg") no-repeat top center;
}
.topBG
{
	height:20px;
	background:url("../graphics/bg_topp.jpg") no-repeat bottom center;
}

.headertable
{
	background-color:#CCDDEE
		
}

.ramme
{
	background-color:#cccccc
}

.top
{
	background-color:#eeeeee
}

.bottom
{
	background-color:#eeeeee
}

.Border_left
{
	border-left: #CCCCCC 1px solid;
}
.Border_right
{
	border-right: #27555F 1px solid;
}
.Border_top
{
	border-top: #27555F 1px solid;
}
.brownBorder_top
{
	border-top: #b3a25d 4px solid;
	background-color:White;
} 	
.gray
{
	background-color: #DDDCCB;
}
.white
{
		background-color: white;
}
.smallgray
{
	color: Gray;
}
.border
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}
div.tekst
{
	margin: 10px;
}
.bottomBorder
{
	border-bottom: black 1px solid;
	border-top: black 1px solid;
}
div#main
{
	margin: 15px 15px 15px 15px;
}
div#news
{
	margin: 15px 15px 15px 15px;
}
img
{
	margin: 0px 0px 0px 0px;
	border: 0;
}

img.readmore
{
	margin-top: -3px;
}

div.articlebox
{
	border-left: solid 1px #DDDDDD;
	border-right: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
	padding: 4px;
}



