@charset "utf-8";
/* CSS Document */

html { height:100%; }

body {
	background: #333333 url(ta11.de.png) center center  no-repeat;

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 1100px;
	margin:0px;
	height:100%;
	margin-left: auto;
	margin-right: auto;

}

/* Link */
a {
  color: #3B66A7;
  text-decoration: none;
  }

a:hover {
  color: #3B66A7;
  text-decoration: underline;
  }

#wrapper{
	
	height: 100%; 
	overflow: visible;
}


#main{
	background: #f4f4f4;
	width: 1100px;	
	
}

