body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 130px;
	margin-right: 130px;
	margin-top: 6px;
	margin-bottom: 20px;
	background-color: #8FBFE3;
	border: 1px solid #6699CC;
}

h3 {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h4 {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 4px;
	margin-top: 6px;
	background-color: #8FBFE3;
	border: 1px solid #FFFFFF;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}


.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.top {
	vertical-align: top;	
}

table {
	width:740px;
	border-collapse: collapse;
	background: #D6DBE4;	
	border: 1px solid #6699CC;
}

div table {
	width:740px;
}

thead th {
	padding-top: 1px;
	padding-bottom: 2px;
	background: #8FBFE3; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	text-align: center;
	padding: 6px 0 6px 0;
}	

th.sorted a, th.sortable a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	text-align: center;
	background-repeat:no-repeat;
	background-position: right;
	display: block;
	width: 100%;
}

th.sortable a {
	background-image: url(../images/arrow_off.png);
}

th.sortable a:hover {
	color: #ffffff;
}

th.order1 a {
	color: #336699;
	background-image: url(../images/arrow_down.png);
}
th.order2 a {
	color: #336699;
	background-image: url(../images/arrow_up.png);
}

tbody th {
	padding:0px;
	margin:0px;
	padding-top: 1px;
	padding-right: 6px;
	background: #D6DBE4;
	text-align: right;
	
}

tr.odd {
	background-color: #D6DBE4;
	text-align: center;		
	hover:expression(this.onmouseover=new Function("this.style.background='#d8d9cc';"),this.onmouseout=new Function("this.style.background='#D6DBE4';"));
}

tr.odd:hover{
		background:#d8d9cc;
}

tr.odd td {
	border: 2px solid #ffffff;	
	text-align: center;
}



tr.even {
	background-color: #E4E4E4;
	text-align: center;	
	hover:expression(this.onmouseover=new Function("this.style.background='#d8d9cc';"),this.onmouseout=new Function("this.style.background='#E4E4E4';"));
}

tr.even:hover{
		background:#d8d9cc;
}

tr.even td {
	border: 2px solid #ffffff;		
	text-align: center;
}

TD.PAGER {
	background-color :  #3366A3;
	text-align: center;
}

tbody td {
	text-align: left;
	height: 20px;
	padding: 2px;
}

tbody .buttons {
	width: 100%;	
	background-color: #ebebeb;
	text-align: center;
	height: 26px;
}

.info {
	width: 40px;
}




/** Formularelement **/

form input, form textarea {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 13px;	
}

form file, form .file {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 18px;
}

form select {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 16px;	
}


form .formButton, #formButtonIE {
	width: 166px;
	height: 22px;
	padding: 3px;
	border: 1px solid #ffffff;
	background-color: #336699;
	color: #ffffff;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/** Damit IE ab Version 6 auch eine Hand anzeigt  **/
	cursor: pointer
}

form .formButton:hover, #formButtonIEHover {
	background-color: #000000;
}