html, body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background: url("/images/default/hgd_header.gif") left top no-repeat;
}

h1,h2 {
	font-size: 24px;
	margin: 10px 0 4px 0;
	padding: 0;
}

h2 {
	font-size: 18px;
}

img {
	border: none;
}

a:link, a:visited {
	color: #439639;
}

a:hover, a:active {
	color: #5DB177;
}

fieldset {
	border: 1px dotted #439639;
	margin-bottom: 10px;
}

form {
	margin: 0;
	display: inline;
}

label {
	float: left;
	width: 120px;
}

legend {
	color: #439639;
	font-weight: bold;
}

input,select,textarea {
	border: 1px solid #BBB;
	background-color: #FFF;
}

input {
	padding: 0 3px;
}

input.rBtn, 
input[type="checkbox"] {
	border: none;
}

textarea {
	padding: 3px;
}

input:hover,select:hover,textarea:hover {
	background-color: #f1f1f1;
}

input:focus,select:focus,textarea:focus {
	border: 1px solid #439639;
}

p {
	margin: 0 0 7px 0;
}

fieldset p {
	overflow: hidden;
}

form.clear p {
	margin: 0;
	padding: 7px 0 0 0;
	clear: left
}

ul {
	margin: 2px 0 10px 20px;
	padding: 0;
}

li {
	margin: 0 0 4px 0;
	padding: 0;
}

#sitehead {
	margin: 14px 0;
	padding: 0;
}

#headline {
	background-color: #FFFFFF;
	border-top: 1px solid #4A4A4A;
	border-bottom: 1px solid #4A4A4A;
	color: #4A4A4A;
	margin-top: 6px;
	padding: 13px 42px 14px 42px;
}
#headline h1 {
	font-size: 26px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#userdataBox {
	color: #439639;
	float: right;
	margin: 0;
}

#left {
	float: left;
	margin-left: 14px;
	width: 160px;
}

#navi1 {
	background-color: #D9EAD7;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	overflow: auto;
	padding: 6px;
}

a.navi {
	font-size: 14px;
	text-decoration: none;
}

#navi1 a:link, #navi1 a:visited {
	text-decoration: none;
	display: block;
	padding: 4px 0;
}

#navi1 a:hover, #navi1 a:active {
	background: #FFFFFF;
}

.nav_active {
	font-weight: bold;
}

#navi1 hr {
	border: 1px solid #CCCCCC;
	padding: 0;
	margin: 10px 0;
}

div#login {
	margin-top: 20px;
}

#infobox {
	border: 1px solid #555555;
	background-color: #EEEEEE;
	margin-bottom: 10px;
	padding: 6px;
}

#errorbox {
	border: 1px solid #861919;
	background-color: #f7dbdb;
	margin-bottom: 10px;
	padding: 6px;
}

#contentheader {
	margin: 20px 0px;
	padding-bottom: 10px;
	border-bottom: 2px solid #439639;
}

#content {
	margin-left: 190px;
	padding: 20px 14px 6px 14px;
}

#searchbox {
	float: right;
}

#listheader {
	margin-bottom: 0;
}

#helpBox {
	max-width: 30%;
	padding: 5px;
	border: 1px solid #7B7B7B;
	background-color: #F5FFB0;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#overlaymessage {
	max-width: 30%;
	padding: 30px 20px;
	border: 1px solid #7B7B7B;
	background-color: #F5FFB0;
	/*background-image: url("/images/default/wait.gif");
	background-position: 99% 2px;
	background-repeat: no-repeat;*/
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 999;
}

/* Tabellenformat */
table.list {
	font-family: arial;
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	background-color: #FFFFFF;
	table-layout: fixed;
	line-height: 140%;
}

table.list th {
	background-color: #439639;
	text-align: left;
	color: #fff;
}

table.list th,table.list td {
	padding: 8px;
	border-bottom: 1px solid #ccc;
}

table.list td {
	vertical-align: top;
	font-family: arial;
	font-size: 12px;
}

table.list tr:hover {
	background-color: #F7FFF0;
}

th.actioncol {
	width: 23%;
}

th.infocol {
	width: 20%;
}

table.list div {
	font-size: 12px;
	margin-bottom: 4px;
}

table.list h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 4px 0;
}
tr.userToaktivate {
	background-color: #D9EAD7;
	color: #6F6F6F;
}
tr.userDisable {
	background-color: #EFEFEF;
	color: #6F6F6F;
}
tr.userActive {  }

.textfield {
	width: 99%;
}

#contentheader h1 {
	float: right;
	font-size: 16px;
	color: #439639;
	font-weight: bold;
	padding-right: 15px;
}

.buttonpanel {
	padding-left: 15px;
	padding-bottom: 5px;
}

.button {
	color: #000;
	border-top: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	background-color: #D0D0D0;
	background-image: url("/images/default/backgroundBtn.gif");
	background-repeat: repeat-x;
	margin: 0 4px 0 0;
	padding: 4px 10px 3px 10px;
	cursor: pointer;
}

.button:link, .button:visited {
	color: #000;
	background-color: #D0D0D0;
	text-decoration: none;
}

.button:hover, .button:active {
	color: #222;
	background-color: #E5E5E5;
	text-decoration: none;
}

input.button {
/*	vertical-align: -2px;
	height: 23px;*/
	padding: 2px 10px;
}

.detailFeld {
	width: 300px;
}

.errortext {
	font-weight: bold;
	color: #861919;
}

a.delYes, 
a.delNo {
	font-size: 14px;
	border: 1px solid #439639;
	padding: 4px 20px;
}

a.delYes:hover, 
a.delNo:hover {
	background-color: #F7FFF0;
}

/* FAQ Formatierungen */
dt {
	border-bottom: 1px solid #D9EAD7;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}

dt a.edit {
	font-size: 11px;
	font-weight: normal;
}

dd {
	margin: 0px 0px 28px 14px;
	padding: 0px;
}




