@charset "utf-8";
/* CSS für die normale Anzeige im Browser */
/* Jens Gassmann @ angel.de				  */


* {
	margin: 0;
	padding: 0;
	line-height: 17px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}	

sup {
    font-size: 7px;
}

body {
    background: #fff;
    min-width: 960px;
    height: 100%;
}

html {
    height: 100%;
}

img {
    border: 0;
}

a {
	color: #147;
}

a.action {
    color: #68A;
}

a:hover {
    color: #900;
}

h1 em {
    color: #900;
    font-style: normal;
    font-size: 15px;
}

a.primaryaction {

    font-weight: normal;
    background: #FFF7C0;
    color: #900;
    padding: 3px;
    
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 1px;
}

#header {
	width:100%;
    background: #3b3b3b;
    position: relative;
    height: 80px;
}

#header .logo {
    float: left;
    padding: 8px;
}


.tree {
    position: absolute;	
    left: 10px;
    top: 80px;
    width: 240px;
    padding: 0 10px 10px 10px;
    border-top: 10px solid #FFF;
 }

.tree ul {
	padding: 0;
    list-style: none;
}

.tree ul ul {
	padding: 0 15px;
}

.tree li li li li li,
.tree li li li li,
.tree li li li,
.tree li li,
.tree li {
   
    zoom: 1;
    color: #000;
    font-weight: normal;
}

.tree li.active {
	font-weight: normal;
}

.tree li.exacte {
    font-weight: bold;
}

.tree li li li a,
.tree li li a,
.tree li a { 
    padding-left: 15px;
    display: block;
    zoom: 1;
    text-decoration: none;
    color: #000;
    line-height: 20px;
}

.tree li.active a {
    color: #000;
 }   

.tree li.exacte a {
    color: #900;
}

.tree li.exacte li a {
    color: #000;
}

.tree li a:hover, 
.tree li a.current {
    font-weight: bold;
}


#message {
	padding: 0 10px;
	background: #FFFFCC;
	color: #000;
	font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
    border: 1px solid #cccca3;
}

#error {
	padding: 0 10px;
	color: #FFF;
  	font-weight: bold;
	background: #900;
    line-height: 24px;
    margin-bottom: 10px; 
}

#structuralunit {
	font-size: 24px;
	line-height: 30px;
	display: block;
	padding: 3px 0 0 12px;
	text-indent: 10px;
}

#structuralunit ul {
    list-style: none;
    display: inline;
    margin-left: 10px;
}

#structuralunit form {
    display: inline;
}

#structuralunit input.sub {

    padding: 0 5px;
}

#structuralunit input.type {

    color: #999;
    width: 230px;
}

#structuralunit input:focus {
    
    color: #000;
}

#structuralunit li {

    display: inline;
    color: #CCC;
    padding: 0;
}

#structuralunit li span,
#structuralunit li a {
    
    color: #FFF;
    padding: 5px;
}

#profil {
	line-height: 25px;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #000;
	background: #EEE;
	text-indent: 20px;
	line-height: 32px;
}

#content {
	padding: 10px 10px 25px 270px;
    max-width: 1000px;
}

#contentwide {
    padding: 10px 10px 25px 10px;
    max-width: 1240px;
}

#actions {
	list-style: none;	
	display: block;
    position: absolute;
    left: 14px;
    bottom: 0;
}

#actions li {
	padding: 0;
	text-align: center;
    float: left;
    margin-left: 8px;
}

#actions li a:hover {
	color: #000;	
	background: #EEE;
}

#actions li.active {
    background: #FFF;
}

#actions li.active a {
	color: #000;	
	text-decoration: none;
 	padding: 4px 10px 4px 10px;
    background: #FFF;
    margin-bottom: 0;
}


#actions li a span {
    font-weight: normal;
}


#actions li a {
	display: block;
	padding: 4px 10px 2px 10px;
    text-decoration: none;
	color: #d6d3d3;
    background: #666;
    font-weight: bold;
    margin-bottom: 2px;
}

#actions li.logout a {
    background: #479c1b;
    color: #FFF;
}

table.wide {
    
    width: 100%;
}

table {
	border-collapse: collapse;
    margin: 0 0 10px 0 ;
}

table th {
	text-align: left;
	padding: 3px 8px 2px 8px;
    color: #000;
    /*border-bottom: 1px solid #ddd;*/
     background: #c4d9b9;
   /* background: #EEE; */
}

table th small {
    color: #333;
}

table thead a {
    text-decoration: none;
    color: #666;
}

table tr:hover td,
table tr.odd:hover td {
	background-color: #FFFBEC;
}

table td {

	padding: 3px 8px 2px 8px;
    vertical-align: top;
    line-height: 17px;
    border-bottom: 1px solid #EEE;
}

table tr.odd td {

	background-color: #F0F9FF;
}

table tr.active td {
    background: #d9ffdd;
}


h1,h2 {
    font-size: 15px;
    line-height: 27px;
}

h3,h4,h5,h6 {
    font-size: 12px;
    line-height: 18px;
}


h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    
    font-size: 12px;
    font-weight: normal;
}

#container {
	position: absolute;
	left: 300px;
	top: 150px;
	height: 400px;
	width: 350px;
	display: none;
	background: #FFF;
	border: 5px solid #EEE;
	overflow: auto;
	padding: 0;
}

#container li {
}


#logger {
    position: absolute;
    right :0;
    top: 0;
}

#structuralunit_complete {
    width: 400px;
}

pre {
    font-family: monospace;
}


label {

   display: inline; 
   font-weight: bold;
}

li label {

    display: inline;
    font-weight: normal;
}   



input,textarea,select {
    font-family: arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    border: 1px inset #999;
    padding: 2px;
}

input:focus,
textarea:focus,
select:focus {

    background: #FFE;
}

#searchbutton {
    color: #FFF;
    border: 0 none;
    background: #060;
    font-weight: bold;
}

a.button,
button{
    margin:0 7px 0 0;
    background-color: #AA2B31;
    border: 0 none;    
    font-size:12px;
    line-height:17px;
    text-decoration:none;
    font-weight:bold;
    color:#FFF;
    cursor:pointer;
    padding: 5px 7px 4px 7px; /* Links */
    margin: 0 2px;
    outline: 0 none;
}

button.second {
    background: #999;
}

button{
    width:auto;
    overflow:visible;
    padding:2px 7px 1px 7px; /* IE6 */
}

button[type]{
    padding:3px 7px 2px 7px; /* Firefox */
    line-height:17px; /* Safari */
}

*:first-child+html button[type]{
    padding: 1px 7px 0 7px; /* IE7 */
}

button img, 
a.button img {
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}



button.small {
    
    margin: 4px;
    padding: 3px 10px;
 
}


button.warn {

    color: #900;
}

p {
    margin-bottom: 10px;
}

p.info {
    margin: 8px 0;
    padding: 3px;
    background: #DFD;
}

p.instruction {
    font-size: 12px;
    margin: 0;
    color: #999;
}

p.message {
    
    max-width: 600px;
    background: #EEE;
    padding: 5px;
    margin-bottom: 0;
}

.select input {
    position: absolute;
    left: -3000px;
    top: 0;
}

.select {
    overflow: auto;
    height: 415px;
    float: left;
    padding: 0 1px;
    border-right: 1px solid #ddd;
}

.select label {
    cursor: pointer;
    min-width: 100px;
    padding: 0 15px 0 3px;
    margin: 0;
    line-height: 21px;
}


.select li {
    
    border-bottom: 1px solid #EEE;
    line-height: 21px;
    zoom: 1;
}

.select li.active {

    background: #EEE;
}

.select li.active .forward {

    color: #900;
}
.select li.current {

    background: #6699cc;
    color: #FFF;
    font-weight: bold;
}

p.buttons {
    margin: 10px 0;
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.group {
    padding: 9px 20px;
}

p.error {
    color: #900; 
    font-weight: bold;
    display: inline;
}

small {
    font-size: 11px;
    color: #999;
    line-height: 12px;
    font-weight: normal;
}


.center {
    text-align: center;
}

.right {
    text-align: right;
}

.noborder {
    border: none;
    vertical-align: middle;
}

#loginscreen {
    padding: 0 0 0 110px;
}

.blockrow {
    float: left;
    width: 32.3%;
    margin: 0 10px 0 0;
    min-width: 220px;
}

.block {
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0 ;
    background: #F7F7F7;
}

.block h2 {
    background: #999;
    color: #FFF;
    line-height: 12px;
    font-size: 12px;
    padding: 5px;

}

dt {
    font-weight: bold;
}

dd.path {
    padding: 0;
    line-height: 14px;
    font-size: 11px;
}

dd.date {
    padding-top: 6px;
    line-height: 14px;
    font-size: 11px;
}

dl {
    
    padding: 9px 0 9px 0;
}

.block p {
    padding: 2px 10px 5px 5px;
}

.block p.more {

    text-align: right;
}

.block form {
    padding: 0 5px 5px 5px;
}

.block button {
     margin: 2px;
    padding: 2px;
}

input.button {
    border: 1px outset;
    margin: 0 3px;
}

.floatright {
    
    float: right;
}

.selected {
    background: #090;
}

.unselected {
    background: #900;
}

.searchresult {
    

}

.searchresult dt {
    margin-top: 10px;
}

.searchresult dt span {
    width: 20px;
    display: block;
    float: left;
    text-align: right;
    margin-right: 5px;
}

.searchresult dd {
    padding: 0 0 0 25px;

}   

.forward {
    float: right;
    margin-right: 5px;
    text-decoration: none;
}

.return {
    float: left;
    margin-left: 5px;    
    text-decoration: none;
 }

.center {

    text-align: center;
    text-decoration: none;
}


ul.address {
    
    padding: 0 15px 15px;
}


ul.list {
    
    padding: 1em 0 0 2em ;
}

.future {

    color: #AAA;
}

.form {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form li {
    position: relative;    
    padding: 5px ;
    margin:  0 0 6px 0;
}   

.form li.focused  {

    background: #FFF7C0;
}

.form li.fixoverflow {
    
    overflow: auto;
    height: 160px;
    width: 700px;
    background: #EEE;

}

.form label {
    
    font-weight: bold;
    display: inline;
}

.form .instruction {
    font-size: 11px;
    color: #000;
}

.form li.focused .instruction {
    color: #000;
    
}

.form .error {
    display: block; 
    font-weight: bold;
    color: #900;
}

.form .info {
    font-size: 12px;
}

.form .buttons {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
   
}  


#createticket {
   
    position: absolute;
    right: 15px;
    top: 60px;
}

#createticket a {
    color: #FFF;
    font-weight: bold;
}

.block55 {

   width: 70%;
   float: left; 
   max-width: 700px;
}
.block80 {

   width: 80%;
   float: left; 
   max-width: 800px;
}

.block90 {
    width: 90%;
    float: left;
    max-width: 960px;
}

.block10 {
    width: 1%;
    float: left;
    
}

.block20 {
    padding: 0 1%;
    width: 18%;
    float: left;
    max-width: 200px;
    background: #EEE;
}


.block35 {

    padding: 0 1%;
    width: 28%;
    float: left;
    max-width: 400px;
    background: #EEE;
}


.hidden {
    display: none;
}


.block33 {
    float: left;
    padding: 1%;
    width: 31%;

}


dt a {
    font-size: 13px;
    font-weight: bold;
}

dd {
    margin-bottom: 17px;
}

.thumb {
    
    padding: 2px 2px 0 2px;
    float: left;
    margin: 4px 4px 0 0;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
}

#lbBottomContainer a {
    color: #FFF;
}

.lbLoading {
	background: #000 url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #000;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #000;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 88px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


.serie {
    width: 200px;
    float: left;
    padding: 5px 5px ;
    border: 1px solid #EEE;
    margin: 0 15px 15px 0;
}

.serie:hover {
    background: #fffbec;
}



ul.autocompleter-choices
{
    position:               absolute;
    margin:                 0;
    padding:                0;
    list-style:             none;
    border:                 1px solid #7c7c7c;
    border-left-color:      #c3c3c3;
    border-right-color:     #c3c3c3;
    border-bottom-color:    #ddd;
    background-color:       #fff;
    text-align:             left;
    font-family:            Verdana, Geneva, Arial, Helvetica, sans-serif;
    z-index:                50;
    background-color:       #fff;
}

ul.autocompleter-choices li
{
    position:               relative;
    margin:                 -2px 0 0 0;
    padding:                0.2em 1.5em 0.2em 1em;
    display:                block;
    float:                  none !important; 
    cursor:                 pointer;
    font-weight:            normal;
    white-space:            nowrap;
    font-size:              1em;
    line-height:            1.5em;
}

ul.autocompleter-choices li.autocompleter-selected
{
    background-color:       #444;
    color:                  #fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
    display:                inline;
    float:                  none;
    font-weight:            bold;
    margin:                 0;
    padding:                0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
    color:                  #9FCFFF;
}

#textpattern {
    
    display: none;
    width: 300px;
    height: 150px;
    overflow: auto;
    border: 1px solid #CCC;
    position: absolute;
    background: #FFF; 
}

#textpattern li {
    border-bottom: 1px solid #EEE;
    padding: 3px 8px;
    display: block;
    zoom: 1;
    cursor: pointer; 
}


#textpattern li:hover {

    background: #FFE;
}

