/***************** Standard **/
html, body {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/bkg.jpg); 
	background-repeat: repeat-x;
	background-color: #cacaca;
	color: #333;
	font-size: 0.9em;
	font-family: verdana, sans-serif;
	height: 100%;
	width: 100%;
}

form {
	margin: 0;
}

img, table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table {
	width: 800px;
}

#container
{
	text-align: left; 
	margin: 0px auto;
	width: 800px; 		/** Sätt värde **/
	padding: 0px;
	padding-top: 75px;
	border: 0px;
}
ul {
	margin: 0px;
	margin-top: 0px;
	margin-left: 10px;
	padding: 0px;
	border: 0px;
}

li{
	margin: 5px;	
}


/***************** Links **/
a:link {
	color: #2d4566;
	text-decoration: none;
	background-color:transparent ;
}
a:visited {
	color: #2d4566;
	text-decoration: none;
	background-color:transparent ;
}
a:hover {
	color: red;
	text-decoration: none;
	background-color:transparent ;
}
a:active {
	color: #2d4566;
	text-decoration: none;
	background-color:transparent ;
}

/***************** Fonts **/

h1 {
	margin: 0px;
	font-size: 1.6em;
}

h2 {
	margin: 0px;
	margin-top: 15px;
	font-size: 1.4em;
}

h3 {
	margin: 0px;
	margin-top: 15px;
	font-size: 1.2em;
}

/*************** Classer ***/


.table-left {
	color: #acb7c9;
	background-color: #fff;
	background-image: url(../images/line-left.png); 
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
	width: 235px;
}

.table-left div {
	width: 215px;
	margin-left: 20px; 
	margin-bottom: 30px; 
}

.table-left div h2 {
	color: #333;
	font-size: 1.4em;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.table-up {
	background-color: #fff;
	background-image: url(../images/line-up.png); 
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: top;
	width: 532px;
	height: 31px;
}

.table-right {
	background-color: #fff;
	background-image: url(../images/line-right.png); 
	background-repeat: repeat-y;
	text-align: right;
	vertical-align: top;
	width: 33px;
}

.table-main {
	background-color: #fff;
	text-align: left;
	width: 512px;
	border: 0px solid red;
	margin-right: 0px;
}

.table-main div {
	vertical-align: top;
	text-align: left;
	width: 467px; 
	margin-left: 45px;
	margin-right: 0px;
}

/*** Understa tabellet ***/

.table-down {
	background-color: #fff;
	background-image: url(../images/line-down.png); 
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: bottom;
	width: 734px;
	height: 33px;
}

.table-right-down {
	background-color: #fff;
	background-image: url(../images/line-right.png); 
	background-repeat: repeat-y;
	text-align: right;
	vertical-align: bottom;
	width: 33px;
	height: 33px;
}

.table-left-down {
	background-color: #fff;
	background-image: url(../images/line-left.png); 
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: bottom;
	width: 33px;
	height: 33px;
}

.under{
	color: #666;
	text-align: right;
	margin-right: 22px;
	font-size: 0.7em;
}

