﻿/* Default styles for body, elements and text */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: url(/assets/images/bg_pattern.gif) #fcfcfc;
	margin: 0;
	padding: 0;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a {
	color: #000000;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #999999;
}
a:active {
	color: #000000;
}
#top    
{
	background:url(/assets/images/top07.jpg) no-repeat right top;
	width:960px;
	height:95px;
}
#menu
{
    width: 211px;
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
    background: url(/assets/images/left2.gif) repeat-y;
}

#header
{
    margin:0;
    padding:0;
}

#innerpage
{
    float: left;
    width: 549px;
    padding: 0;
    margin: 0;
    background: #fff;
}

.knapp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border-top: thin solid #DDDDDD;
	border-right: thin solid #666666;
	border-bottom: thin solid #666666;
	border-left: thin solid #DDDDDD;
}
.textbox{
		border-top: thin solid #333333;
		border-bottom: thin solid #DDDDDD;
		border-right: thin solid #DDDDDD;
		border-left: thin solid #333333;
		color: #000000;
		background-color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		scrollbar-3dlight-color:EEEEEE;
		scrollbar-arrow-color: #333333;
		scrollbar-base-color: #FFFFFF;
		scrollbar-darkshadow-color: #666666;
		scrollbar-face-color: #FFFFFF;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #666666;
		scrollbar-track-color: #EEEEEE;
	}