body {
	background-color: white;
	padding: 0px;
	margin-top: 8px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-sherif";

}
.body {
	margin-left:auto;
	margin-right:auto;
	width: 780px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
div#header {
	height: 100px;
	/*width: 780px;*/
	background-color: black;
	background-image: url("images/header_bg.jpg");
	/*position :relative;
	top: 0px; left: 0px;*/
	text-align: right;
}
a#hlogo img {
	border:0px;
	background-color: white;
	padding: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-top: 25px;
}
a#hlogo {
	float: left;
	display: block;
}
ul#txtmenu {
	list-style-type: none;
	/*position : absolute;
	bottom : 0px;
	right: 0px;*/
	color: white;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0px;
	/*padding: 0px;*/
	margin: 0px;
	white-space : nowrap;
	
	/*float: right;*/
	padding-top: 81px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	/*margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: auto;*/
	/*width: 562px;*/
	/*display: inline;*/
	
}
ul#txtmenu li {
	display: inline;
}
ul#txtmenu li a {
	color: white;
	background-color: transparent;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 11px;
	padding-top: 4px;
	padding-bottom: 3px;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	/*float: left;*/
}
ul#txtmenu li a:hover {
	color: #AD1029;
	background-color: white;
}
ul#txtmenu li a.tmas, ul#txtmenu li a.tmas:hover {
	color: black;	
	background-color: white;
}
div#container {
	clear: both;
	/*width: 778px;*/
}
div#left_frame{
	width: 210px;
	float:left;
}
div#content{
	text-align : justify;
	width: 539px;
	float:right;
	font-size: 13px;
	padding: 10px;
	margin: 0px;
}
div#footer {
	clear: both;
	text-align: center;
	font-size: 11px;
	color: white;
	background-color: black;
	padding-top: 3px;
	padding-bottom: 3px;
}
div#footer a, div#footer a:visited, div#footer a:hover {
	color: white;
	text-decoration: none;
}
h1 { position: absolute; left:-2000px; }
h2 {
	font-size: 15px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 30px;
	color: darkblue;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: darkblue;
}
a, a:visited {
	color: #AD1029;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.u {
	font-weight: normal;
	text-decoration: underline;
}
.b {
	font-weight: bold;
	text-decoration: none;
}
.bu {
	font-weight: bold;
	text-decoration: underline;
}

/* formular */
#obj fieldset {width:370px; padding:1em 2em; border:1px solid #ccc;}
#obj legend {padding:0.2em 0.5em; color:#ccc; text-align:right;}
#obj input, textarea {width:350px; margin:2px; padding-left:5px; border:1px solid #ccc; font:100% Arial; color:#333;}
#obj input:focus, #obj textarea:focus {border:1px solid #999;}
#obj textarea {overflow:auto;}
#obj p.radio_group {margin-bottom:30px;}
#obj p.radio_group input {margin:10px 0 -2px 25px; _margin:10px 0 -1px 25px; width:auto; border:none;}

p.obj_ok	{border:2px solid #093; margin:25px 20px 0 0; padding:15px; background:#ffc;}
p.obj_error {border:2px solid #c00; margin:25px 20px 0 0; padding:15px; background:#ffc;}

