/*
 -------------------------------------------------
| Style (Projektdatenbank)                        |
| Autor: R. Kuntze, M.Sc. (Industrial Management) |
 -------------------------------------------------
*/

/* ALLGEMEIN */
body, div, p, h1, h2, h3, h4, h5, h6, span, fieldset, legend, form, ul, li, a {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font: 11px Verdana;
	line-height: 150%;
    padding: 10px;
}

img {
	border: 0 none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-image: url(../image/list_icon.gif);
	margin: 0 0 0 20px;
	padding: 0;
}

/* ERROR */
div.browser_error {
    position: absolute;
    top: 0;
    left: 0;
    background: #eee url(../image/error.gif) 10px 13px no-repeat;
    z-index: 1000;
    font: 16px Arial;
    padding: 10px 10px 10px 35px;
    color: #000;  
    border: 1px solid #000;
}

/* INHALT */
#container {
	position: relative
}

/* LOGINBEREICH */
#cms_login_body {
  background: #e1ddd9;
  padding: 0px;
  margin: 0px;
}

#cms_login_content { 	
	position: relative;
	height: 150px; 
	width: 280px;
	margin: 250px auto;
	text-align: left;
	padding: 0px;
	background-color: #f5f5f5;
	border: 1px dotted #000000;
	padding: 30px 0px 0px 20px;
	z-index: 0;
}

#cms_login_content h1 {
	font-size: 10pt;
	font-weight: bold;
    color: #000;
}

.cms_login_cell {
	padding-top: 5px;
}

.cms_login_cell_inner {
	width: 110px;
	float: left;
}


/* BEREICH OBEN */
#border_header_top {
	position: relative;
	background: url(../image/border_top.gif) repeat-x;
	width: 100%;
	height: 26px;
    padding-top: 8px;
}

#border_header_top ul {
    list-style: none;
    margin-left: 5px;
}

#border_header_top ul li {
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 1.182em;
    border-right: 1px solid #fff;
    padding: 0 10px 0 10px;
    height: 22px;
}

#border_header_top ul li.last {
    border: none;
}

#border_header_top ul li a {
    color: #fff;
    text-decoration: none;
}

#logo_top {
	position: absolute;
	right: 2px;
	top: 2px;
}


#search_form img {
    vertical-align: middle;    
}

/* GANZ UNTEN */
#bottom_line {
	border-bottom: 1px solid #999;
}

#page_bottom {
	float: right;
	text-align: right;
    margin-bottom: 20px;
}

.sub_menu_bottom_1_item {
	position: relative;
	padding: 5px;
}

.sub_menu_bottom_last_item {
	position: relative;
	padding-left: 5px;
}

#arrow-top {
	margin-top: 0.909em;
}

#logo_bottom {
	margin: 7px 0px -4px 0px;
}

/* STATUSMELDUNGEN */
.message_ok {
	position: relative;
	top: 0;
	color: #5a5;
	border: 1px dotted #5a5;
    margin-bottom: 20px;
}

.message_error {
	position: relative;
	top: 0px;
	color: #f00;
	border: 1px dotted #f00;
    margin-bottom: 20px;
}

/* TABELLEN */
.tab_head {
	 width: 100%; 
	 height: 24px; 
	 font-weight: bold; 
	 padding-top: 6px;
     color: #000;
}

.tab_head th {
	 background: rgb(230,230,230);
}

.tab_head  td {
	 border: 1px solid #000;
}

.tab_content {
	 width: 100%; 
	 border: 1px solid #000;
     color: #000;
     font-weight: normal;
}

.tab_content td {
	 border: 1px solid #fff;
}

.tab_content_2 {
	 width: 100%; 
	 background: rgb(230,230,230);
	 border: 1px solid #fff;
     color: #000;
     font-weight: normal;
}

.tab_content_2  td {
	 border: 1px solid #fff;
}


/* Projekte mit Projektpositionen */
.tab_content_coloured {
	 width: 100%; 
	 border: 1px solid #fff;
     color: #000;
     font-weight: normal;
}

.tab_content_coloured td {
	 border: 1px solid #fff;
}

tr.inactive td {
     color: rgb(150,150,150);
}

tr.projektpositionen_details img {
    cursor: pointer;
    vertical-align: middle;
}

table.projektpositionen {
   width: 100%;
   border-collapse: separate;
   border-spacing: 2px; 
}

table.projektpositionen tr.even {
    background: #fff;
}

table.projektpositionen tr.odd {
    background: rgb(230,230,230);
}

table.projektpositionen th {
    text-align: left;
    color: #fff;
    padding: 5px;
    background: rgb(76,79,97);
}

table.projektpositionen td {
    padding: 5px;
    border: none;
}

table.projektpositionen_header {
   width: 100%;
   border-collapse: collapse;
}

table.projektpositionen_header td {
    border: 0;
    width: 20%;
    vertical-align: top;
}

/* Statistik */
div#statistik {
}

div#statistik div {
    position: relative;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px dotted #000;
    width: 400px;
}

div#statistik img {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.page_switcher {
	position: relative;
	padding: 0 3px 0 3px;
    border: 1px solid #828491;
    top: -3px;
}

.page_switcher_active {
	position: relative;
	padding: 0 3px 0 3px;
    border: 1px solid #828491;
	background: #dfdfdf;
    top: -3px;
}

.page_switcher_active a {
	font-weight: bold;
}


#browser { 
	 width: 100%; 
	 margin-top: 6px;
	 text-align: right;
	 height: 19px;
}

/* FORMULARE */
form {
	display: inline;
}

input {
	border: 1px solid #666;
	font-family: Verdana;
	font-size: 1em;
    color: #000;
}

button {
	border: 1px solid #666;
	font-family: Verdana;
	font-size: 1em;
    color: #000;
    background: #fff;
}

select {
	border: 1px solid #666;
	font-family: Verdana;
	font-size: 1em;
    color: #000;
}

.checkbox {
	border: 0px;
}

textarea {
	border: 1px solid #666;
	font-family: Verdana;
	font-size: 1em;
    color: #000;
}

#page_form_error {
	display: none;
	color: #f00;
	border: 1px dotted #f00;
	margin-bottom: 10px;
	padding: 2px;
	font-size: 0.909em;
}

/* Style */
h1 {
    font-size: 2em;
    font-weight: normal;
    color: rgb(180,180,180);
}

h2 {
    font-size: 1.33em;
    font-weight: normal;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 10px;    
}