/*****************************/
/*      ALL, HTML, BODY      */
/*****************************/


* {
	margin: 0;
	padding: 0;
	border: none;
	color: #84562E;
	font-family: Verdana,Arial,sans-serif;
}
body{
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	font-style: normal;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}

:focus {
	background: #FFFFFF;
}

/*****************************/
/*           LAYER           */
/*****************************/
div {}

div.header_image {
	width: 783px;
	height: 94px;
	background-image: url(/system/images/header.jpg);
}


div.block {
	display: block;
	margin: 0;
	clear: left;
}
div.float_left {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}
div.float_right {
	margin: 0;
	padding: 0;
	border: none;
	float: right;
}
div.center {
	float: none;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
div.margin {
	margin: 5px;
}

/*****************************/
/*           FORMS           */
/*****************************/
div.form {
	clear: both;
	float:none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
form {
	background: transparent;
	border: none;
	margin: 10px 0 10px 0;
	text-align: center;
}


/*****************************/
/*         FIELDSET          */
/*****************************/
fieldset {
	border: solid 1px #CCCCCC;
	margin: 5px;
	padding: 0;
	width: 98%;
	text-align: left;
}
legend {
	font-size: 11px;
	margin: 0 0 5px 0;
}
fieldset.www_forms_listdata {
	text-align: center;
}
fieldset.www_forms_masterdata {
	clear: left;
}

/*****************************/
/*           INPUT           */
/*****************************/
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #f9f5f2;
	padding: 2px;
 	border: solid 1px #CCCCCC;
}


input.button {
	background: #ede2d9;
}


input.file {}
input.checkbox {
	display: inline;
	border: none;
}
input[type=radio], input.radio {
	margin-top: 0;

}
input.radio {
	border: none;
	background: transparent;
}
span.radio input[type=radio] {
	margin-top: 5px;
}
span.radio input[type=radio] {
	margin-top: 5px;
}

/* TEXTAREA */
textarea {
	font-size: 12px;
	background: #FFFAFA;
	border: solid 1px #CCCCCC;
}
textarea.edit {
	height: 250px;
	width: 400px;
}
textarea.short {
	height: 150px;
	width: 400px;
}

/* SELECT */
select {
	background: #EDF9FF;
	border: solid 1px #CCCCCC;
	vertical-align: middle;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

/* LABEL */
label {
	font-size: 12px;
	display: block;
	text-align: left;
	margin: 3px 0px;
}
label.bold {
	font-weight: bold;
}


/*****************************/
/*            TITLES         */
/*****************************/


div.www_title_pageTitle {
	position: relative;
	top: 0px;
	margin-bottom: 0px;
}


div.www_title_pageSubTitle {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align:right;
	color: #84562E;
	margin: 0px 0px 5px 0px;
}


/*****************************/
/*           TEXT            */
/*****************************/
/* HEADLINE */

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align:right;
	color: #84562E;
}


h1 a{
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	color: #000000;
	text-align: left;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #84562E;
	text-align: left;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 8px 0px 8px 0;
	color: #84562E;
	text-align: left;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 25px 0 5px 0;
	color: #84562E;
	text-align: left;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	color: #84562E;
	margin: 5px 5px 0px 0;
	text-align: left;
}
h6 {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 5px 0px 0;
	text-align: left;
}
h6 a{
	color: #FFFFFF;
	text-decoration:none;
}


/* PARAGRAPH */
p {
	margin-bottom: 7px;
	font-size: 13px;
	text-align: left;
}

.klein {
	font-size: 11px;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.floatleft {
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
}
.floatright {
	float: right;
	clear: right;
	margin: 2px 0px 10px 10px;
}


/* HORIZONTAL LINE */
hr {
	margin: 5px 0 5px 0;
	border: dashed 1px #84562E;
	clear: both;
}

/*****************************/
/*           SPAN            */
/*****************************/
span {
	font-weight: bold;
}
span.bigbold {
	font-size: 12px;
	font-weight: bold;
}
span.boldBracket { /* used in dialogs as entity-marker */
	text-align: center;
	display: block;
}
span.boldBracket:before {content: "[";}
span.boldBracket:after {content: "]";}

span.critical {
	margin: 5px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #FF0000;
	display: block;
}
span.left {
	float: left;
	text-align: left;
}
span.right {
	float: right;
	text-align: right;
}

/*****************************/
/*           LISTS           */
/*****************************/
ul {
	text-align: left;
/* 	list-style: url('/system/gfx/bullet.gif') outside; */
}

ol {
	margin: 5px;
	text-align: left;
	list-style: decimal;
}

li {
	margin: 0px 0px 10px 25px;
}


/*****************************/
/*           TABLE           */
/*****************************/
table {
	font-size: 11px;
	background-color: transparent;
}
tr {}
td {}

/*****************************/
/*            IMG            */
/*****************************/
img {
	border: none;
	display: inline;
}


/*****************************/
/*            LIST           */
/*****************************/
div#www_headerLinks {
	margin: 1px;
	text-align: right;
}
div.www_contextLinks {
	width: 60px;
	text-align: right;
}

div.www_list {
	margin: 5px 0 5px 0;
 	width: 100%;
	clear: both;
	text-align: center;
}
table.www_list {
	/*border-collapse: collapse;
	border: solid 1px #CCCCCC;*/
	clear: both;
 	width: 100%;
/* 	font-size: 12px; */
}
.www_list_head {
	background: #C7EAFB;
}
td.www_contextLinks {
	width: 60px;
	text-align: center;
	padding: 2px;
}
.www_list_head_element_left {
	font-weight: bold;
	text-align: left;
	padding: 0 10px 0 10px;
}
.www_list_head_element_right {
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0 10px;
}
.www_list_head_element_center {
	font-weight: bold;
	text-align: center;
	padding: 0 10px 0 10px;
}
.www_list_entry,.www_list_entry_inverse {
	padding: 0;
	height: auto;
}
.www_list_entry, .www_list_entry_sum {
	background: #fff;
	height: 40px;
}
.www_list_entry_inverse, .www_list_entry_inverse_sum {
	background: #F1DFD1;
	height: 40px;
}
.www_list_entry_sum, .www_list_entry_inverse_sum {
	border-top: solid 2px #3B6EB6;
	padding: 0;;
}
.www_list_entry_element_left {
	text-align: left;
	padding: 0 10px 0 10px;
}
.www_list_entry_element_right {
	text-align: right;
	padding: 0 10px 0 10px;
}
.www_list_entry_element_center {
	text-align: center;
	padding: 0 10px 0 10px;
}
/* div-list like user and news */
.www_list_entry_header {
	height: 25px;
	background: #C7EAFB;
	border-bottom: solid 1px #CCCCCC;
}
.www_list_entry_header_title {
	text-align: left;
	margin: 4px;
}
.www_list_entry_header_title > h3 {
	font-size: 11px;
	margin: 0;
}
.www_list_entry_header_title > h3:before {
	content: ":: ";
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}

.www_list_entry_icon {}
.list_empty, .www_list_empty {
	padding: 10px;
	text-align: center;
}




.fe {
	margin: 0 0 5px 5px;
	padding: 0;
	text-align: left;
}
.fe_margin {
	margin: 5px;
}
.fe_floatLeft {
	margin: 0 5px 5px 5px;
	padding: 0;
	text-align: left;
	float: left;
}
.fe_showImage {
	margin: 0;
}
.fe_showImage a {
	margin: 0;
	padding: 0;
}
.fe_widthMAX {
	margin: 5px 5px 0 5px;
}
.fe_widthMAX * {
	width: 100%;
}
fe_address {
	margin: 0;
	text-align: left;
	font-weight: bold;
}
.no_entries {
	padding: 10px;
	text-align: center;
	border: solid 1px #CCCCCC;
}


fieldset .column_left {
	width: 50%;
	float: left;
	clear: left;
	overflow: hidden;
}
fieldset .column_right {
	width: 50%;
	float: right;
	clear: right;
	overflow: hidden;
}


form.address_form {
	width: 350px;
}
div.form form.address_form div.block {
	margin-left: 5px;
}

