@import url(extended.css);
@import url(_inc/jquery/cluetip/jquery.cluetip.css);

body{
	background-color:;
	margin:0px
}
td, div, a, h2{
	font-family:;
	font-weight:;
	font-size:;
	color:;
}
a{
	color:;
}
a:hover{
	color:;
}
a:active{
	color:;
}
div {
	padding-bottom: 5px;
}
div.header {
	font-weight:;
	font-size:;
	color:;
	padding-bottom:10px;
}
td.logo1{
	height:;
	text-align:center;
	vertical-align: bottom;
	background-color:;
	border-style:;
	border-width: 0px  0px;
	border-color:;
	background-image:;
	background-repeat:no-repeat;
	background-position: center bottom;
}
td.logo2{
	height:;
	text-align:center;
	vertical-align: middle;
	background-color:;
	border-style:;
	border-width:;
	border-color:;
	background-image:;
	background-repeat:no-repeat;
	background-position: center center;
}
div.menu{
	border-style: none solid solid solid;
	padding: 5px;
	margin: 0px 10px 0px 5px ;
	border-color:;
	border-width:1px;
	background-color:;
}
div.menu2{
	border-style: none none solid none;
	border-color:;
	border-width:1px;
	margin: 0px 10px 0px 5px ;
}
a.menu{
	color:;
	text-decoration: none;
	font-weight: bold
}
a.menu:hover{
	color:;
}
a.menu:active{
	color:;
}
div.menu_act{
	border-style: none solid solid solid;
	padding: 5px;
	margin: 0px 10px 0px 5px ;
	border-color:;
	border-width:1px;
	background-color: #FFFFFF;
	color:;
}
a.menu_act{
	color:;
	text-decoration: none;
	font-weight: bold
}
li.menu_act{
	margin:0px;
	list-style-type: none;
}
.table1{
	border-style:;
	border-width:;
	border-color:;

}
.tr1a {
	background-color:;
}
.tr1b {
	background-color:;
}
.th1 {
	font-size:;
	font-weight:bold;
	background-color:;
	height: 25px;
	padding: 2px;
}
.td1 {
	font-family:;
	font-weight:;
	font-size:;
	color:;
	padding: 2px;
}

/*Ab hier NICHT konfigurierbar*/

.inhalt{
	width:800px;
	height:100%;
	vertical-align:top;
	border-style: none solid solid solid;
	padding: 10px;
	border-color:#C0C0C0;
	border-width:1px
}
div.header2 {
	font-weight:bolder;
	padding-bottom:10px;
}

div.header_doku {
	font-weight:bolder;
	width:90%;
	padding:8px;
	background-color:;
}

div.doku {
	padding:8px;
	width:90%;
	background-color:;
}

i.doku {
	font-style:oblique;
}

.button {
	font-size:9pt;
	text-align: center;
}
.button_modern {
	font-size:9pt;
	text-align: center;
}
.err_msg {
	background-color:#C8002E;
	padding:3px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom: 15px;
}
h2 {
	font-weight:bold;
}
.check_msg {
	background-color:#006200;
	padding:3px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom: 15px;
}
.exclam_msg {
	background-color:#FF4500;
	padding:3px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom: 15px;
}

body.popup {
	background-color:;
	margin:10px;
}

/* centrex */

div.editPopup {
	background-color:;
	display:none; 
	border: 1px solid ;
	padding: 10px;
	width:450px;
	position:absolute;
	top:420px;
	left:250px;
	z-index:10;
}

div.editPopup input {
	width: 320px;
}

div.editPopup input.checkbox {
	width: 15px;
}


/* bordertabs */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
.yui-navset .yui-nav li a, .yui-navset .yui-content {
    border:1px solid ;  /* label and content borders */
}

.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover, .yui-navset .yui-content {
    background-color:; /* active tab, tab hover, and content bgcolor */
}

.yui-navset .yui-nav .selected a  {
	font-weight:bold;
}

.yui-navset .yui-nav li em { padding:.5em; } /* tab padding */

/* defaults to orientation "top" */
.yui-navset .yui-nav .selected a {
    border-bottom-width:0; /* no bottom border for active tab */
    padding-bottom:1px; /* to match height of other tabs */
}

.yui-navset .yui-content {
    margin-top:-1px; /* for active tab overlap */
}

/* overrides for other orientations */

.yui-navset-bottom .yui-nav .selected a {
    border-width:0 1px 1px; /* no top border for active tab */
    padding:1px 0 0; /* to match height of other tabs */
}

.yui-navset-bottom .yui-content {
    margin:0 0 -1px; /* for active tab overlap */
}

.yui-navset-left .yui-nav li.selected a {
    border-width:1px 0 1px 1px; /* no right border for active tab */
    padding:0 1px 0 0; /* to match width of other tabs */
}

.yui-navset-left .yui-content {
    margin:0 0 0 -1px; /* for active tab overlap */
}

.yui-navset-right .yui-nav li.selected a {
    border-width:1px 1px 1px 0; /* no left border for active tab */
    padding:0 0 0 1px; /* to match width of other tabs */
}

.yui-navset-right .yui-content {
    margin:0 -1px 0 0; /* for active tab overlap */
}


/* tabview */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
/* default space between tabs */
.yui-navset .yui-nav li {
    margin-right:0.5em; /* horizontal tabs */
}
.yui-navset-left .yui-nav li, .yui-navset-right .yui-nav li {
    margin:0 0 0.5em; /* vertical tabs */
}

/* default width for side tabs */
.yui-navset-left .yui-nav, .yui-navset-right .yui-nav { width:6em; }
.yui-navset-left { padding-left:6em; } /* map to nav width */
.yui-navset-right { padding-right:6em; } /* ditto */

/* core */

.yui-nav, .yui-nav li {
    margin:0;
    padding:0;
    list-style:none;
}
.yui-navset li em { font-style:normal; }

.yui-navset {
    position:relative; /* contain absolute positioned tabs (left/right) */
    zoom:1;
}

.yui-navset .yui-content { zoom:1; }

.yui-navset .yui-nav li {
    display:inline-block;
    display:-moz-inline-stack;
    *display:inline; /* IE */
    vertical-align:bottom; /* safari: for overlap */
    cursor:pointer; /* gecko: due to -moz-inline-stack on anchor */
    zoom:1; /* IE: kill space between horizontal tabs */
}

.yui-navset-left .yui-nav li, .yui-navset-right .yui-nav li {
    display:block;
}

.yui-navset .yui-nav a {
    outline:0; /* gecko: keep from shifting */
}

.yui-navset .yui-nav a { position:relative; } /* IE: to allow overlap */

.yui-navset .yui-nav li a {
    display:block;
    display:inline-block;
    vertical-align:bottom; /* safari: for overlap */
    zoom:1;
}

.yui-navset-left .yui-nav li a, .yui-navset-right .yui-nav li a {
    display:block;
}

.yui-navset-bottom .yui-nav li a {
    vertical-align:text-top; /* for inline overlap (reverse for Op border bug) */
}

.yui-navset .yui-nav li a em { display:block; }

/* position left and right oriented tabs */
.yui-navset-left .yui-nav, .yui-navset-right .yui-nav { position:absolute; z-index:1; }
.yui-navset-left .yui-nav { left:0; }
.yui-navset-right .yui-nav { right:0; }

/**** Lister ****/

#lister td {
	font-family:;
	font-weight:;
	font-size:;
	color:;
	padding: 2px;
	vertical-align:top;
}

#lister th {
	font-size:;
	font-weight:bold;
	background-color:;
	height: 25px;
	padding: 2px;
	text-align:left;
}

#lister table {
	border-style:;
	border-width:;
	border-color:;
	width:99%;
}

#lister table.subitem {
	border-collapse: collapse;
	border-spacing: 1px;
}

#lister table.subitem td{
	border: 1px solid white;
	vertical-align:top;
}

#pagenav {
	padding: 10px 0px 10px 0px;
	
}

#pagenav ul {
	padding: 0px;
	margin: 0px;
}

#pagenav li {
	list-style-type:none;
	display: inline;
	margin-right:80px;
	color: gray;
}

#pagenav a {
	color:;
}

#pagenav a:hover {
	color:;
}

#filter {
	padding: 10px 0px 0px 0px;
}

#filter form {
	padding: 0px;
	margin: 0px;
}


fieldset.edit {
	border: 1px solid gray;
	padding: 10px;
}

fieldset.edit form {
	padding: 0px;
	margin: 0px;
}

fieldset.edit form div {
	margin: 0px;
	padding: 0px;
	height: 34px;
	text-align: left;
}

fieldset.edit div label {
	width: 170px;
	display: block;
	float: left;
	clear: both;
	padding-top: 3px;
}

#phonebook form {
	padding: 0px;
	margin: 0px;
}

#mailedit input {
	width: 350px;
}

#mailedit textarea {
	width: 350px;
}

#mailedit input.checkbox {
	width: auto;
}

#mailedit input.username {
	width:160px;
}

#mailedit input.quota {
	width: 90px;
}



