/* CSS Document */

BODY {
	margin:20px;
	background:url(../images/backgrounds/back.png) repeat-x #333333;
	font-family:Arial;
	font-size:12px;
	color:#999999;
}

P {
	line-height:18px;
}

H1, .Title, .breadcrumb SPAN {
	font-size:14px;
	color:white;
	font-weight:bold;
	margin:0px;
}

A {
	color:#FFCC00;
}

A:hover {
	text-decoration:none;
}

INPUT,TEXTAREA,SELECT {
	font-family:Arial;
	font-size:12px;
}

.input_text {
	color:white;
	border:1px solid white;
	background:#464646;
	padding:2px;
}

.submit_button {
	text-align:center;
	color:white;
	background:url(../images/backgrounds/menu_active.png);
	border:1px solid #474747;
	height:25px;
}

.kop {
	color:#E9A706;
	font-weight:bold;
}

.breadcrumb {
	background:url(../images/backgrounds/ball_big.png) right center no-repeat #E9A706;
	height:22px;
	width:100%;
	text-indent:25px;
	text-align:left;
	vertical-align:middle;
	display:block;
	padding-top:6px;
	margin-bottom:15px;
	color:white;
}

.breadcrumb A {
	font-size:11px;
	color:white;
}

.breadcrumb A:hover {
	text-decoration:none;
}

.hor_bar {
	background:url(../images/common/hor_bar.png) repeat-x center center;
	width:100%;
	height:20px;
}

.copyright {
	color:white;
	font-size:11px;
	padding-top:10px;
}

.copyright A {
	color:#FFCC00;
	font-size:11px;
}

.menu_normal {
	text-align:center;
	color:white;
	cursor:pointer;
}

.menu_active {
	text-align:center;
	color:white;
	background:url(../images/backgrounds/menu_active.png);
	cursor:pointer;
}

.datum {
	font-size:11px;
	color:#7E7E7E;
}

.table_even TD {
	background:#454545;
	text-indent:5px;
	color:white;
	cursor:pointer;
}

.table_uneven TD {
	text-indent:5px;
	color:white;
	cursor:pointer;
}

.content_table THEAD {
	background:url(/images/backgrounds/table_header.png);
}
.content_table THEAD TD {
	color:white;
	font-weight:bold;
	text-indent:5px;
}
.content_table TBODY {
	background:url(/images/backgrounds/table_content.png) bottom left repeat-x;
}
.content_table TBODY TD {
	padding:10px 5px 10px 5px;
}
