body {
  background-color:#DADADA;
  font-size: 12px;
	font-family: arial, sans-serif;
}
#banner{
  border: 2px solid #061f70;
  color: #061f70;
	background-color: #6e86d6;
  margin-bottom: 3px;
  text-align:center;
}
#menu {
  float:left;
  width:120px;
}
#main{
  border: 1px solid #061f70;
  margin-left: 123px;
	min-height: 500px;
	background-color:#FFF;
  padding: 10px;
  text-align:center;
}
#mainMenu{

}
h1.banner {
  float:left;
}
/*Menu Links*/
ul.menuleft {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
li.menuleft {
	margin-bottom:2px;
	font-weight:bold;
	cursor:pointer;
	color: #061f70;
	background-color: #6e86d6;
	text-decoration:none;
    border: 1px solid black;
}
li.menuleft:hover {
  background-color: #061f70;
  color: #5086d6;
  border: 1px solid black;
}
a:link:hover, a:visited:hover {
  text-decoration:none;
  color: #5086d6;
  display:block;
}
a:link, a:visited {
  color: #061f70;
  display:block;
  text-decoration:none;
}
/*Tabellen*/
table.news{
  margin-left:auto;
  margin-right:auto;
  width:95%;
  border: 1px dotted grey;
}
th.news{
  background-color: #6e86d6;
  color: #FFF;
  text-align:left;
}
th.newsdat{
  background-color: #6e86d6;
  color: #FFF;
  text-align:right;
}
td.news{
  text-align:left;
}
table.hunde{
  margin-left:auto;
  margin-right:auto;
  width:95%;
  border: 1px dotted grey;
}
td.hundebild{
  text-align:right;
}
td.hundebildlinks{
  text-align:left;
}
td.hunde{
  text-align:left;
  vertical-align:top;
}
table.portrait{
  margin-left:auto;
  margin-right:auto;
  width:95%;
  border: 1px dotted grey;
}
td.portrait{
  text-align:left;
  font-weight:bold;
}
table.wuerfe{
  margin-left:auto;
  margin-right:auto;
  width:95%;
  border: 1px dotted grey;
}
td.wuerfe{
  border-top: 1px solid black;  
  text-align:left;
}
th.wuerfe{
  background-color: #6e86d6;
  color: #FFF;
  text-align:left;
}
table.kontakt{
	text-align:left;
	font-weight:bold;
}
td.top{
	vertical-align:top;
}
input.txt {
	border: 1px solid black;
	background-color: #DADADA;
	width: 334px;
}
textarea.txt {
	border: 1px solid black;
	background-color: #DADADA;
}
