﻿/*** element ***/
			HTML, BODY, FORM {
				width: 100%;
				height: 100%;
			}
			BODY {
				margin: 0px;
				background-color: #eaeaea;
				background-image: url(../../Bilder/bgloop.jpg);
			}
			DIV.main {
				width: 100%;
				height: 100%;
				text-align: center;
			}
			HTML,BODY,TD,TH,SPAN,DIV,INPUT,TEXTAREA,SELECT {
				vertical-align: top;
				font-family: verdana;
				font-size: 11px;
				color: #ffffff;
				scrollbar-base-color: #2f4c6f;
				scrollbar-arrow-color: #ffffff;
			}
			INPUT,TEXTAREA,SELECT {
				background-color: #2f4c6f;
				border: 1px inset #808080;
				width: 250px;
			}
			A,A:visited {
				color: #dcdbd7;
				font-weight: bold;
			}
			A:hover {
				text-decoration: none;
			}






/*** text ***/
			.txt_rub {
				background-image: url(../../Bilder/bullet.gif);
				background-repeat: no-repeat;
				background-position: left middle;
				color: #ffffff;
				font-weight: bold;
				padding-left: 12px;
				font-size: 12px;
			}






/*** main ***/
			DIV.main_pad {
				width: 100%;
				padding-left: 30px;
				padding-right: 30px;
				padding-top: 20px;
			}
			BODY.iframe {
				background-color: #5182be;
				background-image: none;
			}
			TABLE.mt_tbl {
				width: 877px;
				height: 100%;
				border: none;
			}
			TD.mt_ramv {
				width: 11px;
				background-image:url(../../Bilder/mt_ramv.gif);
			}
			TD.mt_ramh {
				width: 11px;
				background-image:url(../../Bilder/mt_ramh.gif);
			}
			TD.main {
				width: 855px;
				background-color: #5182be;
				vertical-align: top;
				text-align: left;
			}






/*** formulär ***/
			.frm_lbl {
				padding-right: 6px;
				font-weight: bold;
				color: #cccccc;
			}
			.frm_foo {
				text-align: right;
			}
