/*** Begin new stylesheet ***/
/*** Reset ***/
* {
	border: none;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: helvetica,arial,sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

body.popup {
	background-color: #F4F4F4;
}
a, a:link, a:visited, a:active, a:focus, a:hover {
	color: #585858;
	text-decoration : none;
}
hr {
	width: 100%;
	margin: 5px 0;
	border: solid #CCC 1px;
	height: 1px;
}
h1 {
	color: #3333FF;
	font-size: 14px;
}
h2 {
	color: #000;
	font-size: 13px;
	margin: 10px 0;
}

h3, .ab {
	color: #33F;
	font-size: 12px;
	display: inline;
}

h3.black {
	color: #000;
}

p {
	margin: 10px 2px;
	color: #000;
	font-size: 11px;
}
ul {
	list-style-image: url(../images/punkt_blau.gif);
}

input {
	border: 1px solid #AEAEAE;
}
input:focus {
	border-color : #665DFD;
}
input.button {
	height: 18px;
	margin: 0 0 1px 0;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	background-color: #ECE9D8;
	border: 1px solid #000;
}
input.submitgo {
	width: auto;
	height: 18px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	background-color: #ECE9D8;
	border: 1px solid #000;
}
select {
	border: 1px solid #CCC;
	font-size: 13px;
}
fieldset {
	width: 600px;
	border: 1px solid #AAAAAA;
	padding: 10px;
	font-weight: bold;
}

legend {
	font-family: Arial-Narrow, sans-serif;
	padding: 0 2px;
}
label {
	width: 200px;
	display: block;
}
table a {
	font-weight: bold;
}
td {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
table.contenttable {
	width: 615px;
	margin: 10px 0 0 65px;
	border-collapse: collapse;
	border: 1px solid #CCC;
}
table.contenttable tr {
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
}
table.contenttable tr.noborder {
	border-bottom: none;
}
table.contenttable tr.seccolor, table.contenttable tr.seccolor {
	background-color: #F4F4F4;
}

table.contenttable tr th {
	padding: 2px 4px;
	background-color: #DDE8FA;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000;
}
table.contenttable tr td {
	padding: 4px;
	font-size: 11px;
	border-bottom: 1px solid #DDD;
}
table.contenttable tr td.top {
	vertical-align: top;
}
table.contenttable a {
	font-weight: bold;
}

div#contenttable {
	width: 750px;
	margin-top: 10px;
	border-top: 1px solid #CCC;
	overflow: auto;
}
div#contenttable p {
	margin-left: 65px;
}
div#contenttable a {
	font-weight: bold;
}

/** Generell **/
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.blue {
	color: #6666FF;
}
.red {
	color: #FF0000;
}
.black {
	color: #000;
}
.gray {
	color: #CCCCCC;
}
.white {
	color: #FFFFFF;
}
.bgwhite {
	background-color: #FFFFFF;
}
.clear {
	clear: both;
}
.input {
	background-color : #FFFFFF;
	border: 1px solid #CCC;
}
.button {
	border: 1px solid #AEAEAE;
}
.nowrap {
	white-space: nowrap;
}
.small {
	font-size: 8px;
	font-weight: bold;
	text-decoration: none;
}
.tabgroup td {
	font-weight : bold;
	padding : 3px;
	vertical-align : middle;
	background-color: #BBBBBB;
	border-color: black;
	border-style: outset;
	border-width : 1px;
}

.npktable .small {
	padding : 0px;
}


div#maincontainer {
	width: 986px;
	margin: 0px auto;
	text-align: left;
}
div#header {
	width: 986px;
	height: 57px;
	background-image: url(../images/oben_blau.jpg);
}
div#left {
	width: 232px;
	height: 520px;
	float: left; 
}
div#left a, a:link, a:visited, a:active, a:focus {
	color: #FFFFFF;
	font-size: 10px;
}
div#left a:hover {
	text-decoration: underline;
}
div#zonelisttop {
	width: 228px;
	height: 35px;
	padding-left: 5px;
	background-color: #585858;
}
* html div#zonelisttop {
	width: 232px;
}
div#zonelist {
	width: 228px;
	height: 488px;
	overflow-x: hidden;
	overflow-y: auto;
}
* html div#zonelist {
	width: 232px;
	height: 492px;
	padding-left: 5px;
}
div#zonelist table {
	margin-top: 5px;
}
* html div#zonelist table {
	margin-left: -10px;
	
}
div#zonelist table img {
	float: left;
}
div#zonelist table td a {
	font-weight: normal;
}

div#link_zonenavigation {
	margin: 2px;
}
* html div#link_zonenavigation {
	width: 136px;
	margin: 2px 0;
}
div#content {
	width: 752px;
	min-height: 522px;
	float: left;
	background-color: #F4F4F4;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
* html div#content {
	height: 527px;
	width: 754px;
}
div#content.popup {
	width: auto;
	height: 0;
	min-height: 0;
}
div#content a, a:link, a:visited, a:active, a:focus {
	font-size: 11px;
	color: #585858;
}
div#content a:hover {
	font-size: 11px;
	text-decoration: underline;
}

div#content a.textbutton {
	width: 90px;
	height: 17px;
	color: #FFFFFF;
	font-weight: normal;
	background: #605CF7;
	display: block;
	font-size: 10px;
	line-height: 17px;
	text-align: center;
	border-top: 1px solid #bfbefc;
}

div#content a:hover.textbutton {
	width: 90px;
	height: 17px;
	color: #FFFFFF;
	font-weight: normal;
	background: #605CF7;
	display: block;
	font-size: 10px;
	line-height: 17px;
	text-align: center;
	border-top: 1px solid #bfbefc;
	text-decoration: underline;
}

div#topnavi {
	height: 35px;
	background-color: #585858;
}
div#login {
	width: 232px;
	height: 490px;
	background-image: url(../images/unten_blau.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
* html div#login {
	height: 492px;
}
div#login table {
	border-collapse: collapse;
	padding: 0px;
	margin: 10px 0 0 10px;
	width: 215px;
}
div#login table th {
	width: 215px;
	padding: 2px;
	text-align: left;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #585858;
}
div#login table td {
	padding: 3px;
	background-color: #CCC;
	border: 1px solid #FFF;
}
div#login table td.message {
	color: #F00;
	font-size: 9px;	
	background-color: #FFF;
}
div#login input.input {
	width: 120px;
	padding: 1px;
	border: 1px solid #585858;
}
div#login input.input:focus {
	border-color : #665DFD;
}
div#logincontent1, div#logincontent2, div#logincontent3 {
   width: 230px;
   height: 460px;
   padding: 30px 0 0 15px;
   float: left;
}
* html div#logincontent1, * html div#logincontent2, * html div#logincontent3 {
   width: 245px;
   height: 460px;
}
div#contentleft {
	width: 502px;
	float: left;
	background-color: #F4F4F4;
}
div#contentright {
	width: 240px;
	padding: 15px 5px 0px 5px;
	height: 472px;
	float: left;
	background-color: #FFF;
}
* html div#contentright {
	width: 250px;
	padding: 15px 5px 0px 5px;
	height: 513px;
	float: left;
	background-color: #FFF;
}
div#footer {
	height: 25px;
	padding-left: 350px;
	text-align: left;
	clear: left;
	border-top: 1px solid #CCC;
}
div#contenttop {
	min-height: 19px;
	margin: 25px 0 0 15px;
	padding: 0 0 0 50px;
	text-align: left;
	clear: left;
	background-repeat: no-repeat;
	background-position: top left;
}
* html div#contenttop {
	height: 19px;
}
.welcome {
	margin-top: 10px;
	background-image: url(../images/icon_illu_home.gif);
}
.account, .pwscreen {
	background-image: url(../images/icon_illu_persoenlichedaten.gif);
}
.grouplist {
	background-image: url(../images/bereich-bild.gif);
}
.list, .results, .choose_master, .historylist {
	background-image: url(../images/icon_illu_layout.gif);
}
.contact {
	background-image: url(/images/icon_illu_abschicken.gif);
}
.display {
	background-image: url(/images/icon_illu_allezonen.gif);
}
.group_members {
	background-image: url(/images/icon_illu_nutzerverwaltung.gif);
}
.create_user, .calendar_edit, .calendar_appointment {
	background-image: url(/images/icon_illu_persoenlichedaten.gif);
}
.preferences, .publishedit, .publishlist, .create_group, .newstempedit, .calendar_start, .calendar_show, .calendar_edit {
	background-image: url(/images/bereich-bild.gif);
}
.list_group, .newstemplist, .edit_group, .links {
	background-image: url(/images/icon_illu_vorlagen.gif);
}
.parameter, .edit_zone, .edit_zone_template {
	background-image: url(/images/icon_illu_zone.gif);
}
.order_contingent {
	background-image: url(/images/icon_illu_abschicken.gif);
}
.logs {
	background-image: url(/images/icon_illu_layout.gif);
}
.create_news {
	background-image: url(/images/icon_func_neu.gif);
}
.create {
	background-image: url(/images/icon_illu_neuezone.gif);
}
.publish_zone_form, .publish_zone {
	background-image: url(/images/icon_illu_zonenassistent.gif);
}
.edit {
	background-image: url(/images/icon_illu_layout.gif);
}
.htmlcode_rich, .header, .text, .link, .imagetext, .table, .asktableparams, .file, .title, .htmlcode, .assignments, .success_popup  {
	background-image: url(/images/icon_illu_neu.gif);
}
.publishstart {
	background-image: url(/images/icon_illu_zone.gif);
}

div#contentbottom {
	margin: 10px 0;
	padding: 10px 0 0 15px;
	clear: left;
	text-align: left;
	border-top: 1px solid #CCC;
}
div#contentbottom a {
	font-size: 11px;
	font-weight: bold;
}

div#messagearea {
	margin: 10px 0 0 0;
	padding: 10px 5px 0 65px;
	color: #FF0000;
	font-size: 11px;
	border-top: 1px solid #CCC;
}
div#accountfunc {
	margin: 10px 0 0 0;
	padding: 10px 5px 0 65px;
	color: #FF0000;
	font-size: 10px;
	border-top: 1px solid #CCC;
}
div#accountfunc li {
	padding: 2px 0;
}
div#accountfunc a {
	font-weight: bold;
}

table.zonepath, table.sszones {
	margin-left: -2px;
	width: 350px;
}
table.zonepath tr td, table.sszones tr td {
	padding: 0 2px 0 0;
	border-bottom: none;
}
table.zonepath tr td {
	background-color: #F4F4F4;
}
table.move {
	margin: 0 0 0 0;
}
table.move tr td {
	padding: 0;
	height: auto;
	border-bottom: none;
}
table.choosezone {
	width: 400px;
	margin: 10px;
	border-collapse: collapse;
	border: 1px solid #CCC;
}

table.choosezone tr {
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
}
table.choosezone tr.noborder {
	border-bottom: none;
}
table.choosezone tr.seccolor {
	background-color: #F4F4F4;
}
table.choosezone tr th {
	padding: 2px 4px;
	background-color: #DDE8FA;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000;
}
table.choosezone tr td {
	padding: 4px;
	font-size: 11px;
	border-bottom: 1px solid #DDD;
}
table.choosezone a {
	color: #585858;
	font-size: 11px;
}
table.choosezone a:hover {
	text-decoration: underline;
}
td#example {
	padding: 10px;
	border: 1px solid #000;
}
div#zoneallowed {
	clear: left;
}
div#save {
	margin: 10px 0 0 0;
	clear: left;
	border-top: 1px solid #CCC;
}
/** Zonenavigation **/
div#zonelist a, a:link, a:visited, a:active, a:focus {
	color: #000;
	font-size: 11px;
}
div#zonelist a:hover {
	text-decoration: none;
}
div#topnavi ul li {
	margin-top: 20px;
	margin-left: 3px;
	padding: 0 5px;
	display: inline;
	color: #666666;
	background-color: #000;
	font-size: 10px;
	float:left;
	border: 1px solid #CCC;
	border-bottom: 1px solid #000000;
	text-align: center;
}

div#topnavi a, a:link, a:visited, a:active, a:focus {
	font-size: 10px;
	color: #DDD;
}
div#topnavi a:hover {
	font-size: 10px;
	text-decoration: underline;
}
div#contextMenu {
	width: 145px; 
	margin-top: 35px;
	margin-left: 126px;
	padding: 5px;
	position: absolute;
	display: inline;
	visibility: hidden; 
	background-color: #F4F4F4; 
	border: 1px solid #000;
}
div#contextMenu a {
	color: #585858;
}

div#footer {
	color: #CCC;
	font-size: 8px;
}
div#footer ul {
	float: left;
}
div#footer ul li {
	display: inline;
}
div#footer a {
	color: #000;
	font-size: 9px;
}
div#footer a:hover {
	text-decoration: underline;
}
div#copyright {
	text-align: right;
}
div#footer div#copyright a {
	font-size: 9px;
	color: #CCC;
}
div#footer div#copyright a:hover {
	text-decoration: none;
}
.aa {
	font-size : 13px;
	text-decoration : none;
	font-weight: bold;
	color : #3333FF;
}
.ab {
	font-weight: bold;
	font-size: 12px;
	color: #AAA;
}

.ac {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.bb {
	font-size : 10px;
	color: #3327FF;
}
div#content .ccred, .ccred:hover, .ccred:visited .ccred:active {
	font-size: 11px;
	color: #BBBBBB;
	text-decoration: none;
}
.ccgreen, .ccgreen:hover, .ccgreen:visited .ccgreen:active {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.ccc {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.dd,.dd:visited {
	font-size: 11px;
	color: #33F;
}

.ee {
	font-size: 11px;
	color: #CC9900;
	text-decoration:none;
}

.ff {
	color:#000000;
	text-decoration:none;
}

.navigation-a {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/**  calendar **/
* html .calcol {
	padding-left:20px;
}

.calendartable {
	border-width:1px;
	border-style : solid;
	border-color : blue;
	padding : 2px;
	text-align:justify;
}
.calendarhead {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.calendardays {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

div#zonelist table td a.calendarlink {
	color: #0000FF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* forms */
form input {
	width: 195px;
	padding: 1px 1px 1px 5px;
	border: 1px solid #DDD;
}

form select {
	width: 195px;
	padding: 1px;
	border: 1px solid #DDD;
}

form input.imagesubmit, .imagesubmit {
	width: auto;
	padding: 0;
	border: 0;
}
form input.checkbox {
	width: auto;
	border: none;
}
form input.radio {
	width: auto;
	border: none;
}
form input.button {
	width: auto;
}
form input.number {
	width: 35px;
}
form#editzone select.basisdaten {
	width: 250px;
	padding: 1px;
	border: 1px solid #DDD;
}
form#editss select.sszones {
	width: 250px;
	height: 100px;
	border: 1px solid #DDD;
}
form#editss input.button {
	width: 150px;
}
form#createnews select {
	width: 300px;
}
form#copy_zone select {
	width: 500px;
}
form#editnews select {
	width: 300px;
}
form#newsassignments select {
	width: 250px;
}
form#contact textarea {
	width: 250px;
	height: 200px;
	border: 1px solid #DDD;
}

form#editss textarea {
	width: 600px;
	height: 300px;
	border: 1px solid #DDD;
}

form#editnewstemp textarea {
	width: 635px;
	height: 200px;
	border: 1px solid #DDD;
}
form#calendar_edit_appointment textarea {
	width: 195px;
	height: 100px;
	border: 1px solid #DDD;
}
form#editnews textarea {
	width: 600px;
	height: 300px;
	border: 1px solid #DDD;
}
form#createnewstemplate textarea {
	width: 325px;
	height: 100px;
	border: 1px solid #DDD;
}
form#editblock textarea {
	border: 1px solid #DDD;
}
form#editzone textarea {
	width: 195px;
	height: 125px;
	border: 1px solid #DDD;
	
}
form#calendar_edit_appointment input.city {
	width: 152px;
}
form#grouplist input.filter {
	width: 150px;
}
form#grouplist input.submit {
	width: auto;
}
form#editlink select.type {
	width: 60px;
}
form#editlink input.href {
	width: 132px;
}
form#save_times select.adjust_times {
	width: 140px;
}
textarea#note {
	width: 250px;
	height: 150px;
	border: 1px solid #DDD;
}
/** For table 'Edit news' only **/
.cell_editnews {
	padding: 0 4px;
}
/** For table 'Edit all news' only **/
table#edit_all_table select {
	width: 384px;
}
* html #edit_all_table select {
	width: 380px;
	border: 1px solid #DDD;
}
table#edit_all_table .inputtitle, #edit_all_table .inputtext, #edit_all_table .inputfile, #edit_all_table .inputlink {
	padding: 1px;
	font-size : 12px;
	font-weight : small;
	border: 1px solid #DDD;
}
#edit_all_table .inputtitle {
	padding: 1px;
	font-size : 18px;
	font-weight : bold;
	border: 1px solid #DDD;
}
#edit_all_table .inputheader {
	padding: 1px;
	font-size : 15px;
	font-weight : bold;
	border: 1px solid #DDD;
}
/*** End new stylesheet ***/


/**

.npktable {
	margin-left: 35px;
}
.npktable td {
	padding : 5px;
	padding-left : 0px;
	vertical-align : middle;
}

.input {
	background-color : #FFFFFF;
	border-color : #AEAEAE;
	border-style: solid;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
}

.inlinenews {
	background-color : #FFFFFF;
}

.input:ACTIVE,.input:FOCUS {
	border-color : #665DFD;
}


.navigation-b {
	font-size: 8px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.navigation-b:hover {
	font-size: 8px;
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
}

.navigation-o {
	font-size: 8px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.navigation-o:hover {
	font-size: 8px;
	color: #FFFF00;
	background:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.textnavi {
	font-size: 8px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.textnavi:hover {
	font-size: 8px;
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
}
p {
	font-size: 11px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}



.smallgrey {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color:#A9A9A9;
}

.normal, .normal:HOVER, .normal:VISITED, .normal.AKTIVE {
	text-decoration: none;
}

.help {
	font-size: 12px;
}

.helpbold {
	font-size: 12px;
	font-weight: bold;
}

.helpbig {
	font-size: 13px;
	font-weight: bold;
}

.ahelp, .ahelp:VISITED, .ahelp.ACTIVE {
	font-size: 12px;
	text-decoration: none;
}

.ahelp:HOVER {
	font-size: 12px;
	text-decoration: underline;
}



.hidden a {
	color : #AAAAAA;
}
**/
