﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background-image: url(images/back.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 1em 0;
	text-align: center;

}

div#Seite {
    text-align: left;
	margin: 0 auto;
    width: 847px;
    padding: 0;
    border: 1px solid black;
	background-image: url(images/back2.jpg);
	background-repeat: repeat-y;
}

div#Navi {
	float: left;
	width: 173px;
}

div#Oben {
	background-color: red;
	text-align: right;
}

div#Inhalt {
	line-height: 150%;
	margin: 0 0 1em 190px;
	margin-right: 15px;
	background-image: url(images/kuhback2.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	vertical-align: top;

}
* html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
}

ul#MainMenu {
    font-size: 14px;
    margin: 0px;
	padding-top: 15px;
	padding-left: 0px;
	font-decoration: none;
}

ul#MainMenu li {
	list-style: none;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7095B4;
}

ul#MainMenu a {
	display: block;
	padding-left: 15px;
	padding-top: 3px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

ul#MainMenu a:link {
    color: white;
}

ul#MainMenu a:visited {
  color: white;
}
  
ul#MainMenu a:hover {
	background-color: #2367CD;
}

ul#MainMenu a:active {
    color: #1A4A90;
	background-color: #DEDEDE;
}

.UeberschriftGross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.ActiveLink {
	background-color: #2367CD;
}

.BildLinks {
	float: left;
	text-align: left;
	margin-right: 15px;
	margin-left: 5px;
}

.BildRechts {
	float: right;
	text-align: left;
	margin-right: 5px;
	margin-left: 15px;
}
table#Viehdaten th {
	width: 25%;
}

th {
	color: #FFFFFF;
	background-color: #2367CD;
}

td#Spalte1 {
	width: 85px;
}

td {
	vertical-align: top;
}

td#MARow {
	vertical-align: top;
	width: 33%;
	text-align: center;
}

table {
	margin: 3px;
	padding: 2px;
	width: 99%;
}

a:link#MailLink {
	font-size: 12px;
	color: #1A4B90;
	text-decoration: underline;
}

.TelText {
	font-size: 12px;
	color: #1A4B90;
	text-decoration: none;
}
.ImgDownload {
	border-style: none;
}
