/* DATEI: unilux.css */
html {

}
body { 
	margin:0; 
	padding:0;
	color:#032A6F;
	font-family: Helvetica,sans-serif;
	font-size:12px;
}
table {
	color:#032A6F;
	font-family: Helvetica,sans-serif;
	font-size:12px;
}
#uebersicht td {
	height:35px;
	padding: 3px 7px;
}
#uebersicht th {
	background-color: #d0dafd;
	padding: 3px 7px;
}

input {
	margin:2px;
	
}

#LoginError {
	display:none;
}
.errorBox{
	color:red;
}

button, input[type=button], input[type=submit] {
	 background-color: #6599C1;
    color: #FFFFFF;
	cursor:pointer;
	padding:3px;
}
	
.header_top {
	background-image: url('../images/logo.gif');
	background-repeat:no-repeat;
	color:#032A6F;
	padding-top:6px;
	padding:15px 5px 5px 300px;
	margin-bottom:12px;
	font-weight:bold;
	font-size:24px;
	height:45px;
}
table .sort-header  {
   cursor: pointer;
}
table .headerSortDown, table .headerSortUp {
	 background-color: #032A6F;
	 color: #fff;
}



a.button {
	height:20px!important;
	border-radius:0;
}
a.button:link, a.button:visited {
	text-decoration:none;
}
a.button:hover {
	background-color:#FFCC00;
	color:#032A6F;
	
}

.text01 {
	font-size: 12px;
}
.text02 {
	font-weight:normal;
}
.text02b {
	font-weight:bold;
	font-size: 9pt;
}
.text04 {
	font-weight:bold;
	border-bottom: 1px solid #032A6F; 
	 font-size: 20px;
}

.logout {
background: #6599c1 none repeat scroll 0 0;
    color: white;
    display: block;
    font-weight: bold;
    height: 15px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 65px;
	margin-left: 2px;
}

.logout:hover {
color: white!important;
}

.text05 {
	border-bottom: 1px solid #000000;
	font-weight:bold;
	font-size: 16px;
	padding-top: 20px;
	margin-bottom: 15px;
	clear:both;
	width: 500px;
}
.checkbox {
	margin: 3px 10px 0 0;
}
.link {
	float:right;
	margin-top: 4px;
}

td a {
		text-align: center;	
}
#page li {
    color: #006FAB;
    cursor: pointer;
    display: inline;
	text-decoration:underline;
    font-size: 12px;
    padding: 4px;
}
#page li.selected {
    color: black;
	text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding: 8px;
}


a {
	color:#006FAB;
	cursor:pointer; 
	text-decoration:underline;
}
a:hover {
	color:#006FAB;
	text-decoration:none;
}
