/* TOP10 Gruppe: portal.css, 2006-12-21, Andre Simmert Weber eBusiness Servcies */

html, body {
	width: 100%;
	height: 100%;
	color: #fff;
	text-transform: uppercase;
	font-family: Arial, Verdana, sans-serife;
}

body {
	background: #3a3a3a;
	margin: 0;
	padding: 0;
	text-align: center;
}

img {
	border: none;
}

p {
	margin: 0;
}

.clear {
  clear: both;
}

.teaser {
  width: 231px;
  float: left;
  color: #fff;
  margin: 0 27px 0 44px;
}

  * html .teaser {
    margin: 0 44px 0 24px;
  }

  .tx-wesevents-pi1 {
    background: #d2001a url(/fileadmin/images/default/portal/teaser_bottom.gif) no-repeat left bottom;
  }

  .teaser .inner {
    background: url(/fileadmin/images/default/portal/teaser_top.gif) no-repeat left top;
    padding: 10px 0 19px 17px;
    min-height: 131px;
    height: auto !important;
    height: 131px;
  }
  
    .teaser .inner img {
      margin: 0 0 9px 0;
    }

#container {
	width: 920px;
	margin: 0 auto 0 auto;
	padding: 388px 0 10px 0;
	background: #05080b url(/fileadmin/images/default/portal/portal_head.jpg) no-repeat center top;
}

  #container div {
    text-align: left;
  }
  
  .portal_header {
    margin: 16px 0 16px 0;
  }
  
  .link_to_page {
    padding: 10px 0 34px 0;
  }
  
    .link_to_page a {
      padding: 0 0 0 0px;
    }

/* Footer */
#foot {
	border-top: 1px solid #fff;
	margin: 0 20px 0 20px;
	padding: 5px 0 20px 0;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}

	#foot a:link, #foot a:visited, #foot a:active {
		margin: 0 0 0 30px;
		color: #fff;
		text-decoration: none;
	}

		#foot .madeby {
			float: right;
		}

			#foot .madeby a:link, #foot .madeby a:visited, #foot .madeby a:active {
				margin: 0;
			}

/* Buttons */
a.langerButton:link, a.langerButton:visited, a.langerButton:active,
.langerButton a:link, .langerButton a:visited, .langerButton a:active {
	display: block;
	width: 179px;
	background: transparent url(http://www.top10nightlife.de/fileadmin/images/default/button_long.gif) no-repeat;
	margin: 5px 0 0 0;
	padding: 3px 0 2px 20px;
	color: #000 !important;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
}
* html a.langerButton:link, * html a.langerButton:visited, * html a.langerButton:active,
* html .langerButton a:link, * html .langerButton a:visited, * html .langerButton a:active {
	width: 199px;
}
a.langerButton:hover,
.langerButton a:hover {
	background-position: 0 -100px;
	color: #fff !important;
	text-decoration: none !important;
}