body {
	background: url(blasentagebuch.jpg);  
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Swiss;
	font-size:9pt;
}

div#icons {
}
img.menuicon {
	border: 0;
	float:right;
	width: 52;
	height: 52;
	margin-right: 10px;
	margin-bottom: 10px;
}

button {
	background: transparent url(knopf_blau.gif) no-repeat;
	width:132px;
	height:24px;
	vertical-align:middle;
	cursor: pointer;
	cursor: hand;
	color:white;
	font-size:12px;
	font-weight:bold;
}



div#content {
	clear:both;
	padding:10px;
	margin-left:10px;
	margin-right:20px;
	padding-top:20px;
	padding-left: 20px;
	background:url(background_content.gif);
	background-repeat:no-repeat;
	left:15px;
	top:79px;
/*	position:relative; */
	width:952px;
	border: solid 1px rgb(44,114,223);
}

div#links {
	clear: both;
	width:45%;
	float: left;
}
div#rechts {
	width:45%;
	float: right;
}

div#pagetitle {
	font-size: 28pt;
	font-weight: bold;
	background-color: #f0f0f0;
	margin-bottom:10px;
}

input, select {
	height: 20px;
}

	
table {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	cellpadding: 0;
	cellspacing: 0;
	spacing: 0;
}

tr.header {
	font-color: white;
	font-weight: bold;
}

table.oneRow {
	border:solid black 1px;
}

.even {
	background-color: white;
}
.odd {
	background-color: white;
}

.blasentagebuch {
	font-size: 10pt;
}
.blasentagebuch th, .tabelle_kopf, .tageszeit {
	background-color: #eeeeee; 
	color: red;
}
.tageszeit {
	text-align: center;
	width: 100%;
}
.tageszeit_block {
	vertical-align: top;
}
.datum, .datum a {
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
	color: white;
	text-decoration: none;
}

.th {
	background-color: #eeeeee;
}
.blasentagebuch td {
	text-align: center;
}
select:hover, input:hover, checkbox:hover {
	background: #cccccc;
	background-color: #cccccc;
}
td.links {
	text-align: left;
}

.input_ml {
  width: 30px;
  height: 14px;
}
td.label {
	text-align: right;
}

div.auswertung {
	margin: 0px;
	padding: 30px; 
}

td.left {
	padding-right: 30px; 
}
td.right {
	padding-left: 30px; 
	border-left: solid black 1px;
}
b {
	font-weight: bold;
	color: rgb(41,133,237);
	
}
p {
	padding: 0;
	margin-top: 6pt;
	margin-bottom: 0;
}

p.titel {
	color: rgb(41,133,237);
	font-size: 22px;
	letter-spacing: 0.1em;
	font-family: Times, Times Roman, Serif;
	margin-top: 0;
	margin-bottom: 6pt;
}
p.auswertung_ueberschrift {
	margin-bottom: 0;
	margin-top: 10px;
	font-weight: bold;
}
p.auswertung_text {
	margin-top: 2px;
}

div.disclaimer {
	margin: 30px;
	width: 50%;
	border: solid red 1px;
	padding: 30px;
	background-color: #FACCCC;
	
	color: red;
}

.fehler {
	color: #ff0000;
	font-weight: bold;
}
div#footer {
	padding-top: 10px;
	text-align: right;
	padding-right: 30px;
}
div#footer a {
	text-decoration: none;
	color: #999999;
}
div#footer a:hover {
	text-decoration: underline;
	color: #999999;
}