/*

background-color: rgb(0,128,128);
background-color: rgb(255,128,128);

*/

/*--------------------------------------------------*/
/*Grundgestaltung                                   */
/*--------------------------------------------------*/

* {
	font-family: Helvetica, Arial, Sans-Serif; }

address, b, blockquote, div, h1, h2, h3, h4, h5, i, input, li, nobr, ol, p, select, td, textarea, th, ul {
	color: rgb(0,0,0);
	font-size: 13px;
	line-height: 18px; }

a {
	/* Links grau */
	color: rgb(0,158,224);
	text-decoration: none; }

a:hover {
	/* Links bei Mouseover schwarz */
	color: rgb(0,0,0);
	text-decoration: underline; }

body {
	background-image: url("../images/bg.png");
	background-repeat: repeat-x;
	height: 100%;
	margin: 0px;
	padding: 0px; }

div.clear {
	clear: both; }

div#col_left,
div#col_right {
	float: left;
	padding-top: 22px;
	width: 136px; }

div#header_spacer {
	background-color: rgb(255,255,255);
	background-image: url("../images/bg_center_top.png");
	background-position: bottom;
	background-repeat: no-repeat;
/*	height: 712px; */
	height: 10px;
	width: 100%; }

div#row_top {
	background-image: url("../images/head_2.png");
	height: 21px;
	width: 100%; }

html {
	height: 100%; }

h1 {
	color: rgb(0,158,224);
	font-size: 15px;
	font-weight: bold;
	margin: 9px 0px 10px 0px; }

h2 {
	color: rgb(0,158,224);
	font-size: 13px;
	font-weight: bold;
	margin: 9px 0px 10px 0px; }

img#header {
	display: block; }

p {
	margin: 0px 0px 16px 0px; }

table#main_table {
	border-left: 1px solid rgb(90,90,90);
	border-right: 1px solid rgb(90,90,90);
	border-collapse: collapse;
/*	height: 712px; */
	height: 100%;
	margin: auto;
	width: 789px; }

td#main_td {
	background-color: rgb(255,255,255);
	background-image: url("../images/bg_center.png");
	background-repeat: repeat-y;
	padding: 0px;
	vertical-align: top; }
