/* CSS Document */

body {
  background-image: url("../images/background.jpg");
  background-repeat: repeat-x;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  color:#333333;
}



/* CONTENT +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#container {
  width: 950px;
  height: 700px;
  margin: auto;
  background: url("../images/container_back.jpg");
  background-repeat: no-repeat;

}

#logo {
  height: 100px;
  float: left
}

#header {
  position: relative;
  float:right;
  right:80px;

}

.logo {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

#menu {
  float:left;
  position: relative;
  top:50px;
  left: 35px;
  width: 200px;
}

#content {
  position:relative;
  top: 40px;
  right: 50px;
  float:right;
  width: 650px;
}

#google {
  width: 160px;
  height: 600px;
  float: left;
}

#text {
  width: 480px;
  float:right;
  padding-right: 10px;
  
}

/* LINKS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
a:link { 
  text-decoration: none; 
  color : #333333; 
  border: 0px; 
  -moz-outline-style: none;
}

a:active {
  text-decoration: none; 
  color : #333333; 
  border: 0px; 
  -moz-outline-style: none;
}

a:visited { 
  text-decoration: none; 
  color : #333333; 
  border: 0px; 
  -moz-outline-style: none;
}
  
a:hover	{ 
  text-decoration: none; 
  color : #65C540; 
  border: 0px; 
  -moz-outline-style: none;
}
 
a:focus { 
  outline: none;
  -moz-outline-style: none;
}

img {
  border: 0;
}

/* MENU +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul {
  list-style-type: none;
  padding: 10px;
  margin: 0px;
  
}

#menu a.treffer, a.treffer:link, a.treffer:visited, a.treffer:active{
  background-color: #7AFB48;
  font-weight: bold;
  padding: 1px;
}

#menu a.treffer, a.treffer:hover, a.treffer:visited:hover{
  color: black;
  
}