/* das wilde Tiger ensemble aus St.Pauli */
/* CSS V2010          */
/* © trilogic.ch      */

@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #e73b87;
	width: 100%;
	height: 100%;
	font: 16px 'Yanone Kaffeesatz', arial, verdana;
}

#wrapper {
	padding-left: 67px;
	width: 1000px;
}

#logo {
	background-image: url(bilder/tigerensemble_logo.png);
	width: 378px;
	height: 316px;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
}

#left {
	float: left;
	width: 170px;
	height: 500px;
	margin-top: 130px;
	background: url(bilder/bkgd_left.gif) no-repeat 10px 170px;
}

#main {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	position: relative;
}

#navi {
	height: 30px;
	margin-left: 140px;
	padding-top: 100px;
	background: url(bilder/bkgd_top.gif) no-repeat 410px -10px;
}

#navi ul li{
	list-style-type: none;
	float: left;
	padding-right: 10px;
	font-size: 18px;
}

#navi a {
	text-decoration: none;
	color: #ffcc00;
	text-shadow: #000000 0 0 0px;
}

#navi a:hover {
	color: white;
}

.active {
	color: white;
}

#text {
	float: left;
	clear: both;
	width: 600px;
	min-height: 480px;
	padding-left: 140px;
	background-color: #b80068;
	padding-right: 20px;
	padding-top: 20px;
}

.tab2 {
	padding-left: 340px;
}

.comboxl {
	float: left;
	padding-right: 5px;
	padding-top: 2px;
}

ul.comboul li {
	padding: 0;
	margin: 0;
	clear: none;
	display: block;
}

.comboul {
	list-style-type: none;
	float: left;
	padding-right: 10px;
}

.combotn {
	border: 3px solid #b80068;
}

.combotnon {
	border: 3px solid #ffffff;
}
.combotext {
	float: left;
}

.gallerytn {
	border: 3px solid #b80068;
	margin-bottom: 7px;
	margin-right: 7px;
}

.gallerytn:hover {
	border: 3px solid white;
}

h1 {
	font-size: 36px;
	line-height: 1;
	color: #fff;
	padding-bottom: 10px;
}
h2 {
	font-size: 21px;
	line-height: 1;
	color: #ffcc00;
	padding-bottom: 10px;
}
p {
	line-height: 1.2;
	padding-bottom: 10px;
	color: white;
}

a {
	color: white;
}

a:hover {
	color: black;
}

p.tab2 a:hover {
	color: #e73b87;
}

#right {
	float: left;
	width: 70px;
	height: 500px;
	margin-top: 130px;
	background: url(bilder/bkgd_right.gif) no-repeat -10px 160px;
}

#foot {
	float: left;
	width: 750px;
	margin-left: 170px;
	text-align: left;
	font-size: 12px;
	background: url(bilder/bkgd_foot.gif) no-repeat 420px -5px;
	height: 80px;
	padding-left: 10px;
}

#foot a {
	color: #b80068;
}

.clear {
	clear: both;
}
