/*****************************/
/*      ALL, HTML, BODY      */
/*****************************/
* {
	margin: 0;
	padding: 0;
	border: none;
	color: #333333;
	font-family: Times,"Times New Roman",serif;
	/*font-size: 15px;*/
}
body{
	font-family: Times,"Times New Roman",serif;
	font-size: 15px;
	font-style: normal;
	background: #3f4113;
	margin: 0;
	padding: 0;
}

:focus {
	background: #FFFFFF;
}


/*****************************/
/*           LAYER           */
/*****************************/
div {}
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: none;
	border: none;
	margin: 10px 0 10px 0;
	text-align: center;
}
.forms_header {
	height: 20px;
	margin: 0;
	width: 100%;
	text-align: left;
	font-weight: bold;
	border-bottom: solid 2px #AC5151;
}
.forms_header_title {
	margin: 0 0 0 5px;
	font-size: 11px;
	font-style: normal;
	text-align: left;
}
.forms_header_title:before {
	content: ":: ";
	font-size: 15px;
}
.forms_header_toptext {
	margin: 0 0 0 0;
}

/*****************************/
/*         FIELDSET          */
/*****************************/
fieldset {
	border: solid 1px #CCCCCC;
	margin: 5px;
	padding: 0;
	width: 98%;
	text-align: left;
}
legend {
	font-size: 13px;
	margin: 0 0 5px 0;
}
fieldset.www_forms_listdata {
	text-align: center;
}
fieldset.www_forms_masterdata {
	clear: left;
}

/*****************************/
/*           INPUT           */
/*****************************/
input {
	font-family: Times,"Times New Roman",serif;
	font-size: 14px;
	background: #d1d2cd;
	padding: 2px;
	border: solid 1px #656e2f;
}
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: 14px;
	background: #d1d2cd;
	border: solid 1px #656e2f;
}
textarea.edit {
	height: 250px;
	width: 400px;
}
textarea.short {
	height: 150px;
	width: 400px;
}

/* SELECT */
select {
	background: #d1d2cd;
	border: solid 1px #656e2f;
	vertical-align: middle;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

/* LABEL */
label {
	font-size: 13px;
	display: block;
	text-align: left;
	margin: 0;
}
label.bold {
	font-weight: bold;
}


/*****************************/
/*           TEXT            */
/*****************************/
/* HEADLINE */
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	color: #656e2f;
	text-align: left;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	text-align: left;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 5px 5px 0;
	color: #656e2f;
	text-align: left;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 5px 5px 0;
	text-align: left;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #656e2f;
	margin: 5px 5px 5px 0;
	text-align: left;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 5px 5px 0;
	text-align: left;
}

/* PARAGRAPH */
p {
	margin: 5px;
	font-size: 15px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
p.links_descr {
  display: inline;
	margin-left: 10px;
}
p.links_descr:before {
	content: '[ ';
}
p.links_descr:after {
	content: ' ]';
}

.author {
	font-size: 9px;
	display: inline;
}
.date {
	font-size: 9px;
	display: inline;
}
.price {
	font-size: 9px;
}
.inline {
	display: inline;
}
.floatleft {
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
}
.floatright {
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
}






/* HORIZONTAL LINE */
hr {
	margin: 25px 0 15px 0;
	border: dashed 1px #656e2f;
	clear: both;
	width: 100%;
}

/*****************************/
/*           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 {
	margin: 20px;
	list-style-type: none;
	text-align: left;
}
li {
	margin: 1px 0 5px 0;
	list-style-type: none;
	font-size: 15px;
	/*list-style-image: url("/system/gfx/bullet.gif");*/
	list-style:circle;
}
/*li:before {
	content: ":: ";
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #3f4113;

}*/
ol.all_filelist {}
li.all_filelist_item {}

dl {
	margin: 5px 0 0 5px;
	list-style-type: none;
}
dt {
	font-weight: bold;
}
dd {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
}
dt:before {
	content: ":: ";
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #3f4113;
}
dd:before{
	content: ":: ";
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #3f4113;
}

/*****************************/
/*           TABLE           */
/*****************************/
table {
	font-size: 15px;
	background-color: #fff;
}
tr {}
td {}

/*****************************/
/*            IMG            */
/*****************************/
img {
	border: none;
	display: inline;
	margin: 0 10px 0 10px;
}
div.hotline {
	width: 100%;
	height: 100px;
	text-align: center;
}
img.hotline {
	margin: 0;
}



/*****************************/
/*         RELATIONS         */
/*****************************/

img + p {
	font-weight: bold;
	margin: 0;
}
/*h1 + p {
	font-weight: bold;
	margin: 0;
}*/
h4 + p.news_autor {
	margin: 0;
}
h5 + p {
	font-weight: bold;
}
div > p {
 	margin: 5px;
}
/*
h1 + p:first-letter {
	font-size: 18px;
	font-weight: bold;
}
*/
.www_forms_header > h3 {
	margin: 5px;
}

/*****************************/
/*      CONTENT-HEADER       */
/*****************************/
div#content_header {
	display: block;
	height: 25px;
	margin: 0 0 0 0;
}
div.backIcon {
	display: block;
}
button.button_back {
	margin: 0 0 0 0;
}



/*****************************/
/*            LIST           */
/*****************************/
div#www_headerLinks {
	margin: 1px;
	text-align: right;
}
div.www_contextLinks {
	width: 60px;
	text-align: right;
}
/* admin-list */
div.www_list {
	margin: 5px 0 5px 0;
	width: 100%;
	clear: both;
	text-align: center;
}
table.www_list {
	border-collapse: collapse;
	border: solid 1px #CCC;
	clear: both;
	margin: 0;
	width: 100%;
}
.www_list_head {
	background: #3f4113;
	border-bottom: solid 1px #CCCCCC;
}
td.www_contextLinks {
	width: 100px;
	text-align: center;
	padding: 2px;
}
.www_list_head_element_left {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	padding: 0 10px 0 10px;
}
.www_list_head_element_right {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-align: right;
	padding: 0 10px 0 10px;
}
.www_list_head_element_center {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	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: #fcf9f4;
	font-size: 13px;
}
.www_list_entry_inverse, .www_list_entry_inverse_sum {
	background: #d1d2cd;
	font-size: 13px;
	color: #FFFFFF;
}
.www_list_entry_sum, .www_list_entry_inverse_sum {
	border-top: solid 2px #656e2f;
	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: #656e2f;
	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;
}
/*****************************/
/*       MINI-LIST           */
/*****************************/
.www_minilist {
	border-collapse: collapse;
	width: 97%;
	font-size: 13px;
	margin: 2px auto 2px auto;
	border: solid 1px #CCC;
	background: none;
}
tr.www_minilist_entry {
	background: none;
}
tr.www_minilist_entry_inverse {
	background: #656e2f;
}
td.www_minilist_entry_date,td.www_minilist_entry_time,td.www_minilist_entry_location,td.www_minilist_entry_city {
	padding: 2px;
}
td.www_minilist_entry_tickets {
	padding: 2px;
	text-align: right;
}






/* ========================================================================== */
/* == USER-MODUL ============================================================ */
/* ========================================================================== */


div.global_forms_register {
	margin: 0 auto 0 auto;
	width: 355px;

	/*
	max-width: 100%;
	margin: 0 auto 0 auto;
	*/
}
form.user_form_register {
	width: 350px;
	margin: 0;
}
form.user_form_newpw {
	/*
	width: 350px;
	*/
	text-align: left;
}

fieldset.address {
	width: 96%;
}
div.strAnrede {
	margin: 0 5px 0 5px;
	text-align: left;
}
input.strAnrede {
	width: 130px;
}
div.strVorname {
	margin: 5px 0 0 5px;
	float: left;
	clear: left;
	text-align: left;
}
input.strVorname {
	width: 130px;
}
input.strNachname {
	width: 140px;
}
input.strZusatz {
	width: 275px;
}
input.strStrasse {
	width: 275px;
}
input.strLand {
	width: 30px;
	text-align: center;
}
input.strPLZ {
	width: 60px;
}
input.strOrt {
	width: 175px;
}
fieldset.phone {
	width: 96%;
}
input.strTelefon {
	width: 135px;
}
input.strMobile {
	width: 135px;
}
input.strEmail {
	width: 275px;
	clear: left;
}
input.strPasswort {
	width: 135px;
}
input.strPasswortCheck {
	width: 135px;
}

.footer {
	clear: both;
}



/* Adressen **************************************/

div.address_list {
	width: 300px;
	border: none;
	margin: 10px auto 10px auto;
}
.address_list_header {
	background: #656e2f;
	border-bottom: solid 1px #CCCCCC;
	height: 20px;
}
.address_list_header_title {
	margin: 0 auto 0 5px;
	float: left;
}
.address_list_header_title:before {
	content: ":: ";
	font-size: 15px;
}
div.address_list_header_contextLinks {
	margin: 2px;
	float: right;
}

div.address {
	margin: 0 15px 0 0;
	text-align: left;
	font-weight: bold;
}


div.address_list_content {
	margin: 5px auto 5px auto;
	border: solid 1px #ccc;
	padding: 0;
	width: 98%;
	text-align: left
}
.address_list_content_header {
	float: left;
	clear: none;
	margin: 3px;
}
div.address_list_content_adress {
	clear: both;
	margin: 3px;
}
div.address_list_content_contextLinks {
	float: right;
	margin: 3px;
}








.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;
}


.short_text {
	font-weight: bold;
}


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;
}



.languagelink_disabled {
	color:#656e2f;
	background:#fcf9f4;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	padding:2px;
	border: solid 1px #656e2f;
	text-decoration: none;
}

.languagelink_disabled:hover {
	color:#656e2f;
	background:#fcf9f4;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	border: solid 1px #656e2f;
	padding:2px;
	text-decoration: none;
}

.languagelink {
	color:#656e2f;
	background:#fcf9f4;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	padding:2px;
	text-decoration: none;
}

.languagelink:hover {
	color:#656e2f;
	background:#fcf9f4;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	border: dotted 1px #656e2f;
	padding:2px;
	text-decoration: none;
}
