
/*******************************************************************************************
 *                                                                                         *
 *  DEFAULT STYLES                                                                         *
 *                                                                                         *
 *******************************************************************************************/

body {
  font-size: 12px;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #080808;
}

td {
  font-size: 12px;
}

form {
  margin: 0; 
  padding: 0;
}

select {
  font-size: 11px; 
}

input {
  font-size: 11px; 
}

img {
  border: none;
}

p {
	line-height: 135%;
	margin: 0 0 12px 0;
}

.first  {
	font-size: 16px;
	color: #555555;
	padding: 12px 0 4px 0;
	margin: 12px 0;
	line-height: 110%;
	border-top: 1px dotted #666666;
}

.bodytext {
	border-bottom: 1px dotted #666666;
}

h1 {
	font-weight: bold;
	color: #0189A3;
	font-size: 16px;
}

h2 {
	border-top: 1px dotted #666666;
	color: #0189A3;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 2px 0;
	margin: 8px 0 4px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 0 0;
	margin: 0;
}

.body {
	background-color: #ffffff;
}

.calendarEntry {
	padding: 4px 2px;
}

.emptytCalendarEntry {
	height: 50px;
}

.photo
{
    margin: 10px 0;
}
    
