html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
  background-image: url(images/start_bg.jpg);
  background-repeat: repeat-x;
  background-color: #e1e1e1;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

li {
  margin: 0px;
}

ul {
  margin: 0px;
}

h1 {
  font-size: 16px;
  font-weight: bold;
}

a {
  color: #012849;
  text-decoration: none;
}   

a:hover {
  color: #012849;
  text-decoration: underline;
}

.frontEndEditIcons{
  display: none;
}

.csc-textpic-text ul li{
  list-style-image: url(images/bullet.gif);
}

.container {
  margin: 0 auto;
  width: 780px;
  height: 100%;
  margin-top: 10%;
  border: 1px solid black;
  background-color: white;
}

.top {
  background-image: url(images/start_top_bg.jpg);
  background-repeat: repeat-x;
  height: 99px;
  
}

.top_menu_space {
  position: relative;
  left: 0px;
}

.top_menu {
  width: 710px;
  position: relative;
  bottom: 29px;
}

.top_menu_item {
  display: inline;
  float: left;
  list-style-type: none;
  color: #d2d3d4;
  font-size: 16px;
  position: relative;
  top: 40px;

  display: block;
  width: 140px;
  text-align: center;
}

.top_menu_item a:active, .top_menu_item a:visited, .top_menu_item a:link {
  color: #d2d3d4;
  text-decoration: none;
  line-height: 75px;
}

.top_menu_item a:hover, .top_menu_item a:focus {
  color: white;
  background-image: url(images/start_pfeil.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-position: center 50px;
  display: block;
  font-weight: bold;
}

.middle {
  background-image: url(images/start_image_bg.jpg);
  background-repeat: repeat-y;	
  height: 90%;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
}

.maennchen {
  position: relative;
  top: 3px;
}

.middle_right {
  background-color: white;
  height: 100%;
  width: 614px;
  float: right;
}

.content {
  margin: 20px;
  color: #6a6c6d;
  font-size: 16px;
  line-height: 24px;
}

.footer {
  background-color: #012849;
  height: 16px;
}

.footer_menu {
	margin: 0 auto;
	width: 780px;
	height: 30px;
  text-align: right;
  position: relative;
  right: 10px;
  top: 4px;
  color: #012849;
  font-size: 11px;
}

.footer_menu_item a {
  color: #012849;
  text-decoration: none;
}

.footer_menu_item a:hover {
  color: white;
}

.dogs-design {
  text-align: right;
  color: #012849;
  font-size: 11px;
}

.dogs-design a {
  text-decoration: underline;
  text-align: right;
  color: #012849;
  font-size: 11px;
}

.languagemenu {
  padding-top: 10px;
  float: right;
}
