body {
	background: #fff url('images/bk.gif');
	margin: 0px;
	padding: 0px;
	padding-bottom: 30px;
}
div.allpage {
	background: url('images/topbk.gif') repeat-x top left;
	padding-top: 50px;
}
table.page {
	margin: 0px auto;
	width: 780px;
}
table.top td {
	vertical-align: bottom;
}
table.top td.ltcorner {
	background: #fff url('images/tl_corner.gif');
	width: 40px;
	height: 130px;
}
table.top td.rtcorner {
	background: #fff url('images/tr_corner.gif') bottom right no-repeat;
	width: 18px;
	height: 110px;
}
table.top td.logotext {
	width: 430px;
	background: #fff url('images/top_bk.gif') repeat-x top left; 
	text-align: left;
	font-size: 7pt;
	line-height: 8pt; 
}
table.top td.logotext div {
	padding-top: 54px;
}
table.top td.flash {
	background: #fff url('images/top_bk.gif') repeat-x top left; 
	width: 120px;
	vertical-align: bottom;
	text-align: right;
}
table.top td.x {
	background: #fff url('images/right_bk.gif') repeat-y top right; 
}
table.top td.menu {
	background: #fff url('images/left_bk.gif') repeat-y top left; 
}
div.menu {
	background: #264c00 url('images/menu_bk.gif') repeat-y top right;
	margin-left: 12px;
	text-align: left;
	padding: 0px 30px;
	clear: both;
	height: 24px;
}
div.menu a {
	display: block;
	float: left;
	color: #fff;
	margin: 0px 5px;
	padding: 5px 13px;
	text-decoration: none;
}
div.menu a:hover {
	background: #cf3;
	color: #000;
	text-decoration: underline;
}
table.page td.left {
	background: #fff url('images/left_bk.gif') repeat-y top left; 
	width: 9px;
}
table.page td.right {
	background: #fff url('images/right_bk.gif') repeat-y top right;
	width: 9px;
}
table.page td.main {
	background: #fff url('images/cols_bk.gif') repeat-y top left;
	vertical-align: top;
}
table.page td.maintop {
	background: #fff url('images/cols_top.gif') no-repeat bottom left;
	height: 20px;
}
table.page td.mainbottom {
	background: #fff url('images/cols_bottom.gif') no-repeat top left;
	height: 14px;
}
table.page td.lbcorner {
	background: #fff url('images/bl_corner.gif') no-repeat top left;
	width: 20px;
	height: 18px;
}
table.page td.rbcorner {
	background: #fff url('images/br_corner.gif') no-repeat top right;
	width: 20px;
	height: 18px;
}
table.page td.bottom {
	background: #fff url('images/bottom_bk.gif') bottom left repeat-x;
	width: 740px;
}
div.leftcolumn {
	width: 211px;
	padding-left: 1px;
	float: left;
}
div.leftcolumn h2 {
	background: #260;
	text-transform: uppercase;
	color: #fff;
	padding: 4px 5px 4px 20px;
	margin-top: 10px;
	font-size: 9pt;
	font-family: Tahoma;
}
div.leftcolumn ul {
	margin: 0px;
	padding: 0px 6px 1px 35px;
	list-style-image: url('images/li_bk.gif');
}
div.leftcolumn li {
	margin-bottom: 4px;
}
div.leftcolumn a.more {
	display: block;
	text-align: right;
	margin-right: 10px;
	margin-left: 80px;
}
div.contents {
	margin-left: 220px;
	padding: 0px 18px;
}
/*********************** grafik **************************/
.schedule {
	position: relative;
	background: #eef;
}
.schedule .day {
	position: absolute;
	border: solid 1px #242879;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #242879;
}	
.schedule a.item {
	display: block;
	text-decoration: none; 
}
.schedule .item {
	position: absolute;
	border: solid 1px #99b;
	text-align: center;
	color: #000;
	background: #cce;
}

/************************** FORMULARZE **********************************/
td form {
	margin: 0px;
}
input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
}

input.btn {
	font-weight: bold;
	margin-top: 10px;
}
input.text, select, textarea {
	background: #f5f5ff url('images/bg-input.gif') no-repeat;
	border-style: solid;
	border-color: #999;
	border-width: 1px;
	color: #000000;
}
input.text {
	padding-left: 2px;
}
textarea {
	padding-left: 2px;
	margin: 1px 0px 1px 0px;
}
td.label {

}
td.label, td.element {
	text-align: left;
}
td.header {
	font-weight: bold;
	padding: 4px 0px;
	text-align: left;
}
