body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: px;
	letter-spacing: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	background-color: #002C95;
	color: #000000;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

.main_table {
margin-top: 20px;
width: 950px;
border: 1px solid #000000;
background-color: #ffffff;
}

.behinderungen_sportarten {
background: #E7ECF2 url(mats/eventkalender/popup.png);
padding: 5px;
}
.small_font {
	font-size: 10px;
}	
a:link {
	color: #002C95;
	text-decoration: none;
}

a:visited {
	color: #002C95;
	text-decoration: none;
}

a:hover {
	color: #002C95;
	text-decoration: underline;
}

a:active {
	color: #002C95;
	text-decoration: underline;
}
a.navi:link {
	color: #ffffff;
	text-decoration: none;
}

a.navi:visited {
	color: #ffffff;
	text-decoration: none;
}

a.navi:hover {
	color: #ffffff;
	text-decoration: none;
}

a.navi:active {
	color: #ffffff;
	text-decoration: none;
}

.navigation_aktiv {
	width: 120px;
	height: 22px;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	padding: 0 10px 0 10px;
	background-color: #002C95;
}

.navigation_inaktiv {
	width: 120px;
	height: 22px;
	color: #002C95;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	padding: 0 10px 0 10px;
	background-color: #999999;
}

.navigation_inaktiv:hover {
	width: 120px;
	height: 22px;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	padding: 0 10px 0 10px;
	background-color: #002C95;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	width: 530px;
	line-height: 11px;
	font-size: 11px;
	background-color: #eeeeee;
	color: #000000;
	border: 1px solid #333333;	
	border-right: 1px solid #333333;
	margin-top: 1px;	
}
.form_login {
	line-height: 11px;
	font-size: 11px;
	background-color: #eeeeee;
	color: #000000;
	border: 1px solid #333333;
	width: 200px;
	margin-top: 1px;	
}
.form_kurz {
	line-height: 11px;
	font-size: 11px;
	background-color: #002C95;
	color: #ffffff;
	border: 1px solid #333333;
	width: 100px;
	margin-top: 1px;
}

.form_datum {
	line-height: 11px;
	font-size: 11px;
	background-color: #eeeeee;
	color: #000000;
	border: 1px solid #333333;
	width: 60px;
	margin-top: 1px;	
}

.liste {
	height: 20px;
	color: #000000;
	text-align: left;
	padding: 0 0 0 2px;
	vertical-align: middle;
}

.liste td {
	border-bottom: 1px dotted #111111;
}
table.kalender {
	margin: 10px auto;
	cursor: pointer;
	width: 200px;
	height: 200px;
}
td.kalender, th.kalender {

	text-align: center;
	vertical-align: middle;
	background: url(mats/eventkalender/cells.png);
	color: #444;
	position: relative;
	width: 28px;
}
th.kalender {
	height: 28px;
	font-weight: bold;

}
td.kalender:hover, th.kalender:hover {
	background-position: 0px -81px;
	color: #222;
}
td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
td.date_has_event:hover {
	background-position: 162px -81px;
}
td.padding {
	background: url(mats/eventkalender/calpad.jpg);
}
td.today {
	background-position: 81px 0px;
	color: white;
}
td.today:hover {
	background-position: 81px -81px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(mats/eventkalender/popup.png);
	color: white;
	border: 1px solid white;
	width: 200px;
	list-style: none;
	color: #444444;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;

	text-align: justify;
	color: #555;
}
.events li span.title {
	color: #222;
}
