html, body
{
 margin : 0px;
 padding : 0px;
 background-color : #FFFFFF;
 font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
 font-size : 12pt;
}

div#links div
{
 float : left;
 width : 114px;
 height : 60px;
 padding-top : 35px;
 text-align : center;
}

div#links div a
{
 font-family : Arial, san-serif;
 font-size : 13pt;
 /*color : #80904F;*/
 font-weight : bold;
 font-variant : small-caps;
 text-decoration : none;
 border-left : 2px solid #F5F5E7;
}

div.navigation div a:hover
{
 font-family : Arial, san-serif;
 font-size : 12pt;
 /*color : #80904F;*/
 font-weight : bold;
 font-variant : small-caps;
 text-decoration : none;
 border-left : 2px solid #80904F;
}

div#sidebar h2
{
 display : inline;
 margin : 1.2em 0px 0.6em 0px;
 padding : 0px 10px 0px 0px;
 font-size : 1.1em;
 font-weight : bold;
}

div#sidebar ul
{
 margin : 0px;
 padding : 0px;
 list-style-type : none;
}

div#sidebar ul li
{
 display : block;
}

div#sidebar ul ul
{
 margin : 1.2em 0px;
 border-top : 1px solid #E8E7D0;
 background-color : #FAFAF0;
}

div#sidebar ul ul li
{
 padding : 0px 0px 0px 10px;
 border-bottom : 1px solid #E8E7D0;
}

div#sidebar ul ul li a
{
 display : block;
 margin : 0 0 0 -10px;
 padding : 0.1em 10px;
 width : 190px;
}

div#sidebar ul ul li a:hover
{
 background-color : #FFFFFF;
}

html>body div#sidebar ul ul li a {
 width : 170px;
}

#bottom p
{
 margin : 0px;
 padding : 5px;
 font-size : 0.6em;
}

div#content div.small
{
 margin : 0px;
 font-size : 9pt;
 color : #80904F;
 text-align : left;
 clear : both;
}

div.foot-navigation
{
 width : 100%;
 text-align : center;
 margin-top : 10px;
 margin-bottom : 10px;
}

ol, ul {
 font-size : 1em;
 line-height : 1.5em;
 margin : 1.2em 0 1.2em 2em;
 padding : 0;
}

h1, h2, h3, h4 
{
 color : #9BBB38;
 margin-bottom : 2px;
 margin-top : 10px;
}

h1
{
 font-size : 14pt;
 font-weight : bold;
 padding-left : 20px;
 background-image : url('icon.h1.jpg');
 background-position : top left;
 background-repeat : no-repeat;
}

h2
{
 font-size : 13pt;
 font-weight : normal;
}

h3
{
 font-size : 11pt;
 font-weight : normal;
}

h4
{
 font-size : 10pt;
 font-weight : bold;
 color : #000000;
}

a
{
 text-decoration : none;
 color : #E58712;
}

ul ul
{
 margin-top : 0px;
}

a:hover, a:active
{
 color : #9BBB38;
}

div.hr hr
{
 display : none;
}

div.hr
{
 width : 90%;
 height : 20px;
 margin : 10px 0px 10px 0px;
 background-image : url('icon.line.jpg');
 background-position : center;
 background-repeat : no-repeat;
 clear : both;
}

div#content p
{
 padding : 0px;
 margin-bottom : 10px;
 margin-top : 0px;
}

div#content .normal
{
 clear : both;
}

img.sidebar
{
 float : left;
 border : 1px solid #9BBB38;
 margin-right : 3px;
}

img.none
{
 border : 0px;
}

img.icon
{
 float : left;
 border : 0px;
 margin : 0px 2px 2px 0px;
}

img.tiere
{
 border : 1px solid #9BBB38;
}

p.status
{
 margin-bottom : 15px;
 margin-top : 15px;
}

.bold
{
 font-weight : bold;
}

.italic
{
 font-style : italic;
}

.underline
{
 text-decoration : underline;
}

img.text
{
 margin : 0px;
 margin : 3px;
 border : 1px solid #9BBB38;
}

.through
{
 text-decoration : line-through;
}

span.red
{
 color : #990000;
}

div.tiere_liste
{
 float : left;
 width : 230px;
}

div.tiere_bild
{
 float : left;
 padding-right : 20px;
 overflow : hidden;
}

div.tiere_beschreibung
{
 clear : both;
 padding-bottom : 3px;
 margin-bottom : 10px;
 border-bottom : 1px solid #9BBB38;
 width : 100%;
}

div.left
{
 float : left;
 width : 50%;
}

div.right
{
 float :right;
 width : 49%;
}

div.normal
{
 clear : both;
}

div.guestbook-answer
{
 margin-left : 20px;
 border-left : 1px solid #9BBB38;
 padding : 5px;
 background-color : #F5F6E8;
}

div.guestbook-entry
{
 margin-bottom : 10px;
 border-top : 1px solid #9BBB38;
}

/*Kalender*/
table.calendar
{
 table-layout : fixed;
 margin : 10px 0px 0px 0px;
 border-collapse : collapse;
}

table.calendar td
{
 width : 83px;
 height : 80px;
 text-align : left;
 border : 1px solid #000000;
 background-color : #FFFFFF;
 background-position : bottom right;
 background-repeat : no-repeat;
 vertical-align : top;
 font-size : 10pt;
}

table.calendar td.weekend
{
 background-color : #F9FAFD;
}

table.calendar td.today
{
 border : 3px solid #990000;
}

table.calendar thead td
{
 height : auto;
 font-size : 9pt;
 font-weight : bold;
 text-align : center;
}


/*Formulare*/
form
{
 margin-bottom : 15px;
 line-height : 200%;
 background-color : #E8E8CE;
}

fieldset
{
 border : 0px;
 padding-bottom : 5px;
}

legend
{
 font-weight : bold;
 background-color : #E8E8CE;
 padding : 3px;
}

label
{
 float : left;
 text-align : right;
 width : 30%;
 margin-right : 20px;
 vertical-align : top;
}

form br
{
 clear : both;
}

input.text
{
 float : left;
 color : #000000;
 width : 300px;
}

select.text
{
 color : #000000;
 width : 300px; 
}

input.button
{
 color : #000000;
}

textarea.text
{
 float : left;
 color : #000000;
 width : 300px;
 height : 100px;
 padding : 1px;
 margin-bottom : 8px;
}
/*Ende Formulare*/



