body {
	background-image: url(../images/bg.png);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial;
	text-align: center;
}

td {
	font-size: 12px;
}

b {
	color: #094093;
}

table td {
	border: 0px solid black;
}

#table_main {
	margin-left: auto; margin-right: auto;
	width: 970px;
}

#top {
	text-align: right;
	padding-right: 12px;
}

#counter td {

	color: #757575;
}

#suche {
	background-color: transparent;
	border: 1px solid #cccccc;
}

#header_left {
	background-image: url(../images/left_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 13px;
}

#header_center {
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 950px; height: 210px;
}

#header_right {
	background-image: url(../images/right_bg.png);
	background-repeat: no-repeat;
	width: 13px;
}

#header_spacer {
	height: 10px;
}

#head_line {
	background-image: url(../images/top_menu_m_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 26px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	font-size: 13px;
}

#header_bottom {
	background-image: url(../images/header_b_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#content_body {
	border: 1px solid #d3d6db;
	border-top: 0px solid #d3d6db;
	background-color: #f2f5fe;
	width: 950px; height: 500px;
}

#navi_body {
	width: 15%;
	vertical-align: top;
	padding-left: 7px;
}

#navi_border {
	width: 190px;
	border: 1px solid #cccccc;
	padding: 3px;
}

#navi_menu {
	width: 100%;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
}

#navi_ocat {
	background-image: url(../images/menu_t.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	height: 24px;
	font-size: 13px;
}

#navi {
	height: 24px;
}

#navi:hover {
	background-color: #e4e4e4;
}

#navi_active {
	height: 24px;
	background-color: #e4e4e4;
}

#arrow {
	background-image: url(../images/arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 17px;
	border-bottom: 1px solid #cccccc;
}

#link {
	border-bottom: 1px solid #cccccc;
	color: #094093;
}

#content {
	width: 70%;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 1px;
}

#footer_center {
	background-image: url(../images/footer_m_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width: 950px;
}

#footer_text {
	text-align: center;
	font-size: 11px;
	color: #656565;
}

a {
	text-decoration: none;
	color: #094093;
}

a:hover {
	color: #ff8800;
}

input {
	border: 1px solid #cccccc;
}

.news, .date {
	font-weight: bold;
	color: #ffffff;
}

.news-table1 {
	border: 1px solid #000000;
}

.news-table-td {
	padding: 1px;
}

.news-table {
	border: 1px solid #cccccc;
}

.news-tr {
	height: 25px;
	background-image: url(../images/menu_t.jpg);
	background-repeat: repeat-x;
}

/* Calendar */
tr.days td {
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    color: #ff8800;
}

td.day {
    font-size: 10px;
    color: #656565;
    border: 1px dotted #cccccc;
    font-family: Arial;
	text-align: center;
}

td.today {
 	font-size: 10px;
  	color: #656565;
  	border: 1px dotted #ed1b24;
  	font-family: Arial;
  	background-color: #ffffff;
  	text-align: center;
}

td.today:hover {
   	border: 1px dotted #ffffff;
   	font-size: 10px;
   	color: #ffffff;
   	background-color: #ff8800;
   	font-family: Arial;
}

td.eventday {
   	font-size: 10px;
   	color: #ffffff;
   	border: 1px dotted #ffffff;
   	background-color: #ff8800;
   	font-family: Arial;
   	text-align: center;
}

td.day:hover {
   	font-size: 10px;
   	color: #ffffff;
   	background-color: #ff8800;
   	font-family: Arial;
}

td.eventdetails {
  	background-color: #ee1b22;
  	font-size: 12px;
 	color: #ffffff;
  	font-family: Arial;
}

td.eventcontent {
  	background-color: #d5d1d0;
  	font-size: 12px;
  	color: #656565;
  	font-family: Arial;
}

.tooltip {
	font-size: 11px;
 	border: 1px solid #cccccc;
  	text-align: center;
  	position: absolute;
  	display: none;
  	color: #000000;
  	background-color: #ffffff;
}

a.white:hover {
	color: #000000;
}
