body{
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}

h1{
	font-family: Verdana;
	font-size: 16px;
	color: #000066;
}
.rubrik{
	font-family: Verdana;
	font-size: 14px;
	color: #000066;	
	font-weight: bold;
}

h2{
	font-family: Verdana;
	font-size: 14px;
	color: #000066;
}
h3{
	font-family: Verdana;
	font-size: 12px;
	color: #000066;
}
.rubrikSmall{
	font-family: Verdana;
	font-size: 12px;
	color: #000066;	
	font-weight: bold;	
}

p.right{
	text-align: right;	
}

p.citat{
	font-style: italic;
}

p.border{
	border-top: 1px solid #cccc99;
	width : 580px;	
	margin-top : 5px;
	padding : 0px;
}

a:link{
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:visited{
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:active{
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	font-family: Verdana;
	font-size: 11px;
	color: #FFBACC;
	font-weight: bold;
	text-decoration: underline;
}

img{
	border: 0px;
}

#container, #container2, #container3{
	background: #ffffff;
	width: 500px;
	margin : 50px 0px 20px 100px;
}
#container4{
	background: #ffffff;
	width: 650px;
	margin : 50px 0px 20px 100px;
}

table{
	width: 600px;
	/*border: 1px solid;*/
	border: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}
table.program{
	width: 400px;
	border: 0px;
}
td.programLeft{
	width: 70px;
	vertical-align: top;
	font-weight: bold;
}
td.programRight{
	width: 330px;
	vertical-align: top;
}
td.menyn{
	width: 170px;
	/*border: 1px solid;*/
	border: 0px;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}
td.right{
	width: 430px;
	/*border: 1px solid;*/
	border: 0px;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}

.messageSmall{
	font-family: Verdana;
	font-size: 10px;
	color: #CC3333;	
	font-weight: bold;	
}
#messageSmall{
	font-family: Verdana;
	font-size: 10px;
	color: #CC3333;	
	font-weight: bold;	
	background: #ffffff;
	width: 400px;
	margin : 0px 0px 0px 100px;
}


.roundtop {background: #ffffff;}
.roundbottom {background: #ffffff;}
.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #cccc99;border-left: 1px solid #cccc99; border-right: 1px solid #cccc99;}
.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #eeeeee;border-left: 1px solid #cccc99; border-right: 1px solid #cccc99;border-width: 0 2px;}
.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #eeeeee;border-left: 1px solid #cccc99; border-right: 1px solid #cccc99;}
.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #eeeeee;border-left: 1px solid #cccc99; border-right: 1px solid #cccc99;}
.content {
	padding: 10px 10px 10px 30px;
	border-left: 1px solid #cccc99; 
	border-right: 1px solid #cccc99;
	vertical-align: top;
}


#menycontainer ul li{
	list-style-type: none;
}
#menycontainer ul li a{
	background: transparent url("../img/symbol.gif") left center no-repeat; 
	padding-left: 15px; 
	font-size: 11px; 
	text-decoration: none; 
	color: #666666;
}

#menycontainer ul li a:hover{
	background: transparent url("../img/symbol-over.gif") left center no-repeat;
	color: #FFBACC;
}

#menycontainer ul li a#current{
	background: transparent url("../img/symbol-active.gif") left center no-repeat; 
	color: #CC6699;
}
li.trivsel{
	list-style-type: none;
	background: transparent url("../img/symbol-over.gif") left top no-repeat;
	padding-left: 15px;
	margin: 15px -5px 0px -30px;
}


