@charset "UTF-8";
@import url("grid.css");
@import url("kiwi_gigs.css");
@import url("tt_news.css");
@import url("guestbook.css");
/* CSS Document */



html[xmlns^="http"]
         {
         /* verhindert Mozilla-Zucken
          * > Firefox 1.5
          */
         overflow-y: scroll;
         }

body {
	background-color:#666666;
	margin:0px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #FFF;
	line-height: 17px;
}	

p {
	margin-top: 0px; */
	padding-top: 0px; */
}

h1, h2, h3, h4, h5 {
	font-weight:bold;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
}



a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #999;
}

