/*



Theme Name: exodom



Description: ein ziemlich cooles template mit der navigation oben



Version: 1.0



Author: somebodywhoknows



*/

body { 
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 10pt;
  font-family: Verdana;
  background: #eee;
  color: #000;
}

#container {
  margin: 0 auto;
  width: 910px;
  background: #fff;
}

#header {
  width: 910px;
  height: 160px;  
  background: url(images/kubantelefon.jpg);
}

#content {
  background: #fff;
  width: 890px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5;
  font-family:Verdana;
}

#sidebar {
  clear: both;
  width: 900px;
  background: #fff;
  margin-top: 10px;
  margin-left: 5px;
  font-family:Verdana;
}

#sidebar ul {
  list-style-type: disc;
  padding: 0;
  margin: 0;
  font-family:Verdana;
}
  
#sidebar li {
  display: inline;
  width: 190px;
  padding: 5px;
 /* background: #f4f4f4;*/
  border-bottom: #cccccc 1px solid;
  font-family:Verdana;
}

#sidebar li:hover { 
  display: inline;
  width: 190px;
  padding: 5px;
/*  background: #f4f4f4;*/
  border-bottom: #745A38 1px solid;
  font-family:Verdana;
}

#footer {
  width: 910px;
  height: 20px;
  padding: 0px;
  background: #745A38;
  text-indent: 830px;
  text-align: left;
  clear: both;
}

a {
	text-decoration:none;
	color:black;
}

a:link {
	color:#black;
	text-decoration:none;
}

a:visited {
	text-decoration:none;
	color:black;
}

a:active, a:hover {
	text-decoration:none;
	color: black;
}
