/*
   IMAGES
*/

img.logo {
float: right;
}
/*
    FOOTER
*/

div#footer{
	clear: both;
  bottom: 0;
  position: fixed;
	background-color: #444;
	color: #fff;
	
  font-size: 11px;
  margin-top: auto;
  width: 100%;
  padding: 5px 20px 5px 20px;
}

div#footer a:link,
div#footer a:visited{
  color: #ffffff;
  text-decoration: none;

}

div#footer a:hover,
div#footer a:active{
  color: #ff6600;
  text-decoration: none;
}




/*
    TEASER
*/

div#teaser{
  width: 100px;
  background-color: #f1f1f1; 
  padding: 10px;
  padding-top: 0px;
  margin-top: 0px;
  float: left;

}

div#teaser a:link,
div#teaser a:visited
{
  text-decoration: none;
  border: 1px solid #f1f1f1;
  
  color: #555;
  display: block;
  width: 100%;
  font-size: 10px;
  font-weight: bold;
  margin: 2px 6px 2px 0px;
  padding: 4px 6px 4px 6px;
}

div#teaser a:hover{
	color: #000;
  border-left: 1px solid #fff;
  border-top:  1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

div#teaser a.active{
  color: #000;
  border-left: 1px solid #ccc;
  border-top:  1px solid #ccc;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  
  
}
div.hide {
	display:none;
}
input.ts,div#content input.ts {
  min-width: 30px;
  width: 30px;
}
span.ts {
  min-width: 30px;
  width: 30px;
}
ul#tabs {
	list-style: none;

}
ul#tabs li {
	display: inline;
	list-style:none;
	padding:1px;
	width:60px;
	margin: 5px;
	height: 15px;
	background: #f0f0f0;
	border: 1px solid #333;
	cursor: hand;
	cursor: pointer;
}
ul#tabs li.ontab {
	background-color: #eeffee;
}
/* Mozilla users will see it at width: 99, and IE won't fuck up. */
/*
html>body textarea#postarea { width:99%; }
*/
