/*
CSS - Cascadiny Style Sheets - Data for Schirk Engineering
(c) by Medien Design Götz - created by Marcus Götz
19.08.2005
*/

html, body, div, p, h1, h2, h3, ol, 
span, a, table, td, form, img {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #FFFFCC;
	background-repeat: repeat-x;
	overflow: visible;
}

table.container {
	border: none;
	margin-top: 30px;
	background: #ffffff;
	border: 1px solid #999999;
}

td.header {
	padding: 20px;
}

td.navigationbar {
	padding-left: 20px;
	padding-right: 20px;
	background: #D1ED6C;
}

td.contentbox {
	padding: 20px;
	background: #ffffff;
	text-align: left;
}

td.navitems {
	text-align: center;
	padding: 5px;
}

A {
  color: #003399;
  text-decoration: underline;
  font-family: Arial;
}

A:hover {
  color: #666666;
  text-decoration: none;
}

A.navigation {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

A:hover.navigation {
	text-decoration: underline;
	color: #999999;
}

A.subnavigation {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

A:hover.subnavigation {
	text-decoration: underline;
	color: #999999;
}

h1 {
 	color: #666666;
  	text-decoration: none;
  	font-family: Arial;
  	font-size: 20px;
  	margin-top: 10px;
  	margin-bottom: 20px;
}

h2 {
  	color: #000000;
  	text-decoration: none;
  	font-family: Arial;
  	font-size: 16px;
  	margin-bottom: 20px;
	margin-top: 20px;
}

h5 {
  	color: #000000;
  	text-decoration: none;
  	font-family: Arial;
  	font-size: 16px;
	margin: 5px;
}

table.checkav {
 	margin-top: 10px;
	border: 1px solid #999999; 
	background: #D1ED6C;
}

table.subnavtable {
 	margin-top: 10px;
	border: 1px solid #999999; 
	background: #D1ED6C;
}

IMG {
  border: none;
}

.imggb {
  border: 1px solid #999999;
}

.imggbwml {
  border: 1px solid #999999;
  margin-left: 30px;
}

.imggbwmr {
  border: 1px solid #999999;
  margin-right: 30px;
}

tr.cal_head {
	font-family:Arial;
	font-size:12px;
	color: #000000;
	text-align: center;
}

td.cal_dates {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	border: 1px solid #999999;
}

td.cal_datessat {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	background-color: #cccccc;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border: 1px solid #999999;
}

td.cal_datessun {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	background-color: #999999;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #999999;
}

td.cal_datesblocked {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	background-color: #ff0000;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #999999;
}

.content {
  	font-weight: normal;
  	color: #000000;
  	line-height: 1.5;
  	font-size: 12px;
  	text-align: justify;
  	margin-bottom: 10px;
}

.contentbold {
  	font-weight: bold;
  	color: #000000;
  	line-height: 1.5;
  	font-size: 12px;
}

.contentboldcal {
  	font-weight: bold;
  	color: #000000;
  	line-height: 1.5;
  	font-size: 12px;
  	margin-bottom: 0px;
}

/* ------------------- */



A.navi {
  font-weight: normal;
  font-style: normal;
  color: #000066;
  text-decoration: none;
  font-family: Tahoma;
  line-height: 1.65;
  font-size: 18px;
  margin-right: 20px;
}

A:hover.navi {
  color: #666666;
  text-decoration: underline;
}

A.subnavi {
  font-weight: normal;
  font-style: normal;
  color: #666666;
  text-decoration: none;
  font-family: Arial;
  line-height: 1.65;
  font-size: 14px;
  margin-right: 30px;
}

A:hover.subnavi {
  color: #000066;
  text-decoration: underline;
}

.footnote {
	color: #999999;
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
}

h3 {
  color: #000000;
  text-decoration: none;
  font-family: Arial;
  font-size: 14px;
  margin-top: 10px;
}

input {
  border: 1px solid #000000;
  font-family: Arial;
  background: #94FE83;
  font-weight: bold;
  color: #000000;
}

textarea {
  border: 1px solid #000000;
  font-family: Arial;
  background: #94FE83;
  font-weight: bold;
  color: #000000;
}

.input {
  border: 1px solid #000000;
  font-family: Arial;
  background: #94FE83;
  font-weight: bold;
  color: #000000;
}

li.success {
  list-style-image:url(../../images/check_success.gif);
}

li.fail {
  list-style-image:url(../../images/check_fail.gif);
}