body {
	margin: 0px;
	padding: 0px;
	font-family: helvetica, sans-serif;
	font-size: 15px;
	line-height: 160%;
}

.curved10 {
 -moz-border-radius:2px;
 -webkit-border-radius:2px;
 behavior:url(border-radius.htc);
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.curved5 {
	border-radius:2px;
}

.link {
	cursor: pointer;
}

.link_hover {
	text-decoration: underline;
}

.link_active {
	color: #829d22;
}
.centered {
	text-align: center;
}
.link_img {
	border: none;
}

.small_caption {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
.sub_caption {
	font-size: 12px;
	font-weight: 400;
	padding: 15px 0 5px 0;
	letter-spacing: 1px;
}
div#contentwrapper {
	width: 400px;
	margin: 30px auto 0 auto;
	position: relative; 
	z-index: 0;
	font-size: 13px;
	padding: 10px;
}
div#info {
	float: left;
	width: 540px;
}
div#info_menu {
	float: left;
	width: 200px;
	position: relative;
	z-index: 0;
}

ul.info_menu_list {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	list-style: none;
	list-style-type: none;
}
ul.info_menu_list li {
	padding: 2px;
	margin: 3px 0 3px 0;
	border: 1px solid #aaa;
	border-radius:2px;
}
.menu_item {
	cursor: pointer;
	padding-left: 5px;
	border-radius:2px;
}
ul.submenu {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	font-size: 13px;
	list-style: none;
	list-style-type: none;
}
ul.submenu li {
	border: none;
	font-size: 11px;

}
.info_menu_item_selected {
	background-color: #c1e5f4;
}
.info_menu_item_hover {
	background-color: #0084cc;
	color: #fff;
}
.info_menu_item_active {
	background-color: #001130;
}
div#info_content {
	margin-left: 220px;
}
.info_menu_caption {
	font-size: 14px;
	color: #084478;
}
.info_menu_subcaption {
	color: #084478;
	text-align: center;
}
div#main_info_caption {
	font-size: 26px;
	font-weight: 400;
	padding-bottom: 10px;
	letter-spacing: 1px;
	line-height: 120%;
}

div#main_info {
	font-size: 18px;
	padding-bottom: 10px;
}

div#more_info {

}
div#login, div#kontakt, #startalert {
	padding: 20px;
}
div#login {
/*	background-color: maroon;*/
	background-color: #eeeeee;
}
.login_field {
	width: 160px;
}
.login_problems {
	font-size: 11px;
	margin-left: 15px;
}
div#login_caption {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
.tbl_row {
	margin: 5px;
}
.login_col_1 {
	float: left;
	width: 100px;
	text-align: right;
}

.login_col_2 {
	padding-left: 105px;
}
div#kontakt {
/*	background-image: url(startimgs/info_bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;*/
	margin-top: 30px;
	border-left: 2px solid maroon
/*	border: 2px solid maroon;
	background-color: #f7fdff;*/
}
div#contact_form_wrap {
	margin-top: 15px;
}
.white_box {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px;
}

div#browserlogos {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
}
div#ie, div#ff, div#safari {
	background-position: middle left;
	background-repeat: no-repeat;
	padding-left: 30px;
	vertical-align: middle;
}
div#ie {
	background-image: url(startimgs/ie.png);
}
div#ff {
	background-image: url(startimgs/ff.png);
}
div#safari {
	background-image: url(startimgs/safari.png);
}
div#footer {
	clear: both;
}
div#footer_content {
	text-align: center;
	padding: 25px 0 0 0;
	font-size: 14px;
}

.button {
	background-image: url(startimgs/button_standard.png);
	background-position: top left;
	background-repeat: repeat-x;
	cursor: pointer;
	color: #444;
	background-color: #ddd;
	padding: 3px 8px 2px 8px;
	border: 1px solid #555;
	-moz-border-radius:7px;
 	-webkit-border-radius:7px;
 	behavior:url(border-radius.htc);
}

.button_active {
	background-image: url(startimgs/button_standard_active.png);
}

.button_hover {
	background-image: url(startimgs/button_standard_hover.png);
}

.alert {
	padding: 1px 5px 0 5px;
	margin-right: 5px;
	text-align: center;
	-moz-border-radius:8px;
 	-webkit-border-radius:8px;
 	behavior:url(border-radius.htc);
 	font-weight: bolder;
}
.add {
	background-color: green;
	border: 1px solid green;
}
.delete, .close {
	background-color: red;
	border: 1px solid red;
}
.inloggningsfel {
	background-color: #fff;
	border: 1px solid #fff;
	color: blue;
}
.tjanst_head {
	font-size: 18px;
	margin-top: 10px;
}
#startalert {
	background-image: url(startimgs/info_bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: 14px;
	margin-top: 30px;
	border: 2px solid maroon;
}
.bigtext {
	font-size: 20px;
}
#new_user_div {
	background-color: #fff;
	color: #000;
	margin-top: 20px;
	padding: 4px;
}