BODY
{
	background-image: url('img/bg.jpg');
	font-family: sans-serif;
	font-size: 12px;
}

A
{
	text-decoration: none;
	color: #2f3c40;
}

A:hover {
	color: #9c0d0d;
	text-decoration: underline;
}


A.menu {
	padding: 2px;
	display: block;
}

A.menu:hover {
	text-decoration: none;
	background-image: url("img/bg.blink.gif");
}

IMG
{
	border: 0px; 
}

DIV.box
{
	background-image: url('img/b_bg.jpg');
	overflow: hidden;
}

DIV.box DIV.content
{
	background-color: #9fafb2;
	border-top: 1px solid #43494b;
	border-right: 1px solid #b3c0c2;
	border-bottom: 1px solid #c8d1d3;
	border-left: 1px solid #646e70;
	
	clear: both;
}

DIV.box DIV.header
{
	background-image: url('img/b_top.jpg'); 
	height: 8px; 
	background-repeat: repeat-x;
}

DIV.box DIV.header DIV.left
{
	width: 8px; 
	height: 8px; 
	
	overflow: hidden; 
	float: left; 
	background-image: url('img/bc_lt.jpg');
}

DIV.box DIV.header DIV.right
{
	width: 8px; 
	height: 8px; 
	
	overflow: hidden; 
	float: right; 
	background-image: url('img/bc_rt.jpg');
}

DIV.box DIV.footer
{
	background-image: url('img/b_bottom.jpg'); 
	height: 8px; 
	background-repeat: repeat-x;
}

DIV.box DIV.footer DIV.left
{
	width: 8px; 
	height: 8px; 
	
	overflow: hidden; 
	float: left; 
	background-image: url('img/bc_lb.jpg');
}

DIV.box DIV.footer DIV.right
{
	width: 8px; 
	height: 8px; 
	
	overflow: hidden; 
	float: right; 
	background-image: url('img/bc_rb.jpg');
}

DIV.box DIV.border_left
{
	background-image: url('img/b_left.jpg'); 
	background-repeat: repeat-y; 
	clear: both; 
	padding-left: 7px;
}

DIV.box DIV.border_right
{
	background-image: url('img/b_right.jpg'); 
	background-position:right; 
	background-repeat: repeat-y; 
	padding-right: 9px;
}

DIV.box DIV.title
{
	font-weight: bold;
	padding-left: 3px;
}

/* TABELLEN - START */

TABLE.form {
	
}

TABLE TH {
	text-align: left;
}

TABLE.form INPUT {

}

TABLE.list {
	width: 100%;
}

TABLE.list TH {
	background-image: url("img/table.list.th.jpg");
	background-position: bottom;
	border-left: 1px solid #b5bec0;
	border-right: 1px solid #555d5f;
}

TABLE.list TH.first {
	border-left: 0;
}

TABLE.list TH.last {
	border-right: 0;
}

TABLE.list TH.pages {
	border: 0;
}

TABLE.list TH.pagesTop {
	background-color: #859599;
	background-image: none;
	border-left: none;
	border-top: 1px solid #b2bdbf;
	border-right: none;
	border-bottom: 1px solid #293234;
}

TABLE.list TH.pagesBottom {
	background-color: #859599;
	background-image: none;
	border-left: none;
	border-top: 1px solid #b2bdbf;
	border-right: none;
	border-bottom: none;
}

TABLE.list TD {
	border-bottom: 1px solid #72797a;
}

TABLE.list TR.over:hover TD
{
	background-image: url("img/bg.blink.gif");
}

TABLE.list TD.n0 {
	background-color: #a9b7ba;
}

TABLE.list TD.n1 {
	background-color: #97a6a9;
}


/* TABELLEN - ENDE */

FORM{
	margin: 0px;
}

INPUT[type="text"] {
	background-image: url("img/input.lineEdit.jpg");
	
	border-left: 1px solid #2e3334;
	border-top: 1px solid #1b1e1f;
	border-right: 1px solid #b3c0c2;
	border-bottom: 1px solid #bec6c7;
	
	padding: 2px;
}

INPUT[type="submit"] {
	border-left: 1px solid #b3c0c2;
	border-top: 1px solid #bec6c7;
	border-right: 1px solid #2e3334;
	border-bottom: 1px solid #1b1e1f;
	
	font-weight: bold;
	background-color: transparent;
}
