

/* -------------------------------------
   customer-specific style sheet
   ------------------------------------- */

/*  customer-specific stylesheet

	customer: Birgit

*/

html,body
{
/*	height: 800px; */
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	background-color: #969696;
	font-family: Calibri,Arial,Helvetica,Sans;
}

html
{
	height: 101%;
}

#main_table
{
	height: 100%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 1024px;
    text-align: left;
	border-collapse: collapse;
}
#main_table > td
{
	border-style: none;
	font-family: Calibri,Arial,Helvetica,Sans;
	font-size: 12pt;
}

#header_row
{
	height: 200px;
}

#header_cell
{
	padding: 0px;
}
#header_cell a
{
	display: block;
}
#header_cell img
{
	border: none;
	margin: 0px;
	display: block;
}

#main_row
{
}
#menu_row
{
}
#menu_cell
{
	padding: 0px;
	background-color: #d8ff64;
	color: black;
	text-align: center;
}
#menu
{
}
#menu_cell a,#menu_cell a:active,#menu_cell a:visited
{
	display: block;
	float: left;
	color: black;
	border-right: 4px solid white;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 0px;
	margin-right: 0px;
}
#menu_cell a:hover
{
	text-decoration: underline;
}

#content_cell
{
	width: 785px;
	height: 400px;
	padding-top: 0px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 5px;
	border: 0;

	background-color: white;
	vertical-align: top;
}

#footer_row
{
}
.footer_cell /* 4 of these exist */
{
	padding: 0px;
	width: 409px;
	text-align: center;
}
.tile
{
	padding-top: 10px;
	height: 80px;
	border: 2px solid white;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
}
.starttile
{
	border-left: 4px solid white;
}
.endtile
{
	border-right: 4px solid white;
}
.menu2
{
}
#menu a,#menu a:active,#menu a:visited,
.menu2 a,.menu2 a:active,.menu2 a:visited
{
	color: black;
	text-decoration: none;
}
#menu a:hover,
.menu2 a:hover
{
	text-decoration: underline;
}

.green1
{
	background-color: #d8ff64;
}
.green3
{
	background-color: #869e3f;
}
.alternate
{
	background-color: #eeeeee;
}

/* ------------------------------ */

.news_box
{
	background-color: white;
	border: 5px dotted #d8ff64;
	padding: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-top: 1rem;
	font-size: 14pt;
}

.def_box,.error_list
{
	border: none;
	background-color: #deffba;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	width: 75%;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
}

h1
{
	color: #869e3f;
	font-weight: bold;
	font-size: 16pt;
	margin-bottom: 10px;
	margin-top: 20px;
}
h2
{
	color: #869e3f;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 10px;
}

li
{
    margin-bottom: 5px;
}

#content_cell > a,#content_cell > a:active,#content_cell > a:visited
{
	text-decoration: underline;
	color: black;
}
#content_cell > a:hover
{
	color: white;
	background-color: black;
	text-decoration: none;
}

.left_image
{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.right_image
{
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.center_image
{
	display: block;
	margin: auto;
	margin-bottom: 0px;
	margin-top: 10px;
}

hr
{
	width: 20%;
	margin: auto;
	border: 1px solid #869e3f;
}

.error_list ul
{
}
.error_list li
{
}

table.tiere,table.anwendung
{
	margin: auto;
	border: none;
}
table.tiere td,table.anwendung td
{
	text-align: center;
	padding: 10px;
}

table.calendar
{
	border-collapse: collapse;
	width: 100%;
}
table.calendar td
{
	font-size: 9pt;
	border: 1px solid #888888;
	text-align: center;
	padding: 0px;
}
.open
{
	font-size: 8pt;
	background-color: lightgreen;
}
.closed
{
	font-size: 8pt;
	background-color: #cccccc;
}
.booked
{
	font-size: 8pt;
	background-color: #ff8c8c;
}
a.book_link, a.book_link:active, a.book_link:visited
{
	text-decoration: none;
	color: black;
	padding-left: 2px;
	padding-right: 2px;
}
a.book_link:hover
{
	background-color: black;
	color: white;
}
