body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #1e2c68;
}
body, td, li, a, p {
	font-family: Helvetica, Arial;
	font-size: 12px;
}

#navigation li {
	height: 26px;
	width: 195px;
	padding-left: 12px;
	padding-top: 9px;
}


#navigation li a {
	text-decoration: none;
}
.select {
	color: #000;
	background-image: url(../pic/selected_arrow.gif);
	background-repeat: no-repeat;
}
.select a {
	color: #000;
}
.standard_table {
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 1px;
	margin: 5px 0 0 0;
}
.standard_table td, .standard_table th {
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 1px;
}


.standard_table td {
	font-size: 11px;
	padding: 3px;
}
.standard_table th {
	font-weight: bold;
	padding: 5px 3px 5px 3px;
}
.table_head {
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: url(../pic/table_head.gif);
}
.standard_table a {
	font-size: 11px;
	text-decoration: none;
}
.loggedin {
	margin-top: 30px;
	margin-left: 12px;
	line-height: 16px;
}
.right {
	text-align: right;
}

h1 {
	margin-bottom: 3px;
	font-size: 24px;
}
h2 {
	margin-bottom: 7px;
	font-size: 18px;
}
.explain {
	color: #666666;
	font-size: 10px;
}
.gray {color: #666666;}

.error { font-weight: bold; 
			color: #be2a2c; 
			font-size: 14px;
		}
		
th.header { 
    background-image: url(../pic/sort_both.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center right; 
    padding-right: 20px; 
    margin-left: -1px; 
} 

th.headerSortUp { 
    background-image: url(../pic/sort_asc.gif); 
}
th.headerSortDown { 
    background-image: url(../pic/sort_desc.gif); 
}		
.multiselect {
	width: 300px;
}
.spaltmellanrum {
	background-image: url(../pic/spalt.gif);
	background-repeat: repeat-y;
}

.success {
	margin-top: 5px;
	margin-bottom: 10px;
	height: 24px;
	padding: 5px;
	border-color: #15df17;
	border-width: 1px;
	border-style: solid;
	width: 375px;
	background-color: #d0ffc6;
}

.success img {
	float: left;
	margin-right: 5px;
}

.success p {
	padding-top: 5px;
}

.error2 {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	border-color: #ff0000;
	border-width: 1px;
	border-style: solid;
	width: 375px;
	background-color: #ecaeb4;
}

.error2 img {
	float: left;
	margin-right: 5px;
}

.error2 p {
	padding-top: 5px;
}
.start_hidden {
	display: none;
}

/*** contracts.php ***/
#filer{
	margin-top: 20px;
}
#filer tr{
	border: 1px solid #E5E5E5;
}
#filer #icon{
	padding: 10px;
	border-right: 1px solid #E5E5E5;
}
#filer #linkAndText{
	padding: 5px 10px 10px 10px;
	background: url("../pic/table_head.gif") repeat-x top;
}
#filer #linkAndText p{
	margin-top: 10px;
}
#filer #linkAndText a{
	font-weight: bold;
	color: #000000;
}
#filer #luft{
	border: none;
	height: 20px;
}
/*** stats-intranet.php ***/
#login-stats{
	margin: 20px 0 0 0;
}
#login-stats,
#login-stats td,
#login-stats tr{
	border: 1px solid #cccccc !important;
}
#login-stats td{
	padding: 10px;
}
#tabel-nav{
	margin: 20px 0;
}
#tabel-nav a,
#tabel-nav b{
	margin: 0 2px;
}