/*
=====================================================================
=    Copyright (c)  2002 by Odilia Rahn - Alle Rechte vorbehalten.  =
=    Created by LadyOzelot											=
=====================================================================
*/

body{
  background : indigo url(/img_tan/bg_logo.png) top center repeat-y;/**/
  background-attachment:fixed;
  font-family: Verdana, SunSans-Regular, Sans-Serif;
  margin:0px auto;
  padding: 0px;
  text-align: center;
}

.tab_logo {
	margin-left:auto; 
	margin-right: auto;
	width: 1000px;
}

.intro_top_li {
  background :  url(../img_tan/enter_logo_top_li.png) top center no-repeat;
  width: 350px;
  height: 124px;
}

.intro_top_mi {
  text-align: top;
  background :  url(../img_tan/enter_logo_top_mi.png) top center no-repeat;
  width: 360px;
  height: 124px;
}

.intro_top_re {
  background :  url(../img_tan/enter_logo_top_re.png) top center no-repeat;
  width: 290px;
  height: 124px;
}

.intro_li {
  background :  url(../img_tan/enter_logo_li.png) top center no-repeat;
  width: 350px;
  height: 304px;
}

.intro_mi {
  background :  url(../img_tan/enter_logo_mi.png) top center no-repeat;
  width: 360px;
  height: 304px;
  text-align: center;
}

.intro_re {
  background :  url(../img_tan/enter_logo_re.png) top center no-repeat;
  width: 290px;
  height: 304px;
}

.intro_bot_li {
  background :  url(../img_tan/enter_logo_bot_li.png) top center no-repeat;
  width: 350px;
  height: 150px;
}

.intro_bot_mi {
  background :  url(../img_tan/enter_logo_bot_mi.png) top center no-repeat;
  width: 360px;
  height: 150px;
}

.intro_bot_re {
  background :  url(../img_tan/enter_logo_bot_re.png) top center no-repeat;
  width: 290px;
  height: 150px;
}

.intro_bottom_li {
  background :  url(../img_tan/enter_logo_bottom_li.png) top center no-repeat;
  width: 350px;
  height: 72px;
}

.intro_bottom_mi {
  background :  url(../img_tan/enter_logo_bottom_mi.png) top center no-repeat;
  text-align: center;
  width: 360px;
  height: 72px;
}

.intro_bottom_re {
  background :  url(../img_tan/enter_logo_bottom_re.png) top center no-repeat;
  width: 290px;
  height: 72px;
}


#logo a{
	position: relative;
	top: 0px;
	left: 0px;
      display:block;
      width:140px;
	  height:118px;
      padding:0px;
      text-decoration:none;
      text-align:center;
      margin:0px auto;
	background: url(../img_tan/tanatara_logo.png) top center no-repeat;
}

#logo a:link{
      display:block;
      width:140px;
	  height:118px;
      padding:0px;
      text-decoration:none;
      text-align:center;
      margin:0px auto;
      background: url(../img_tan/tanatara_logo.png) top center no-repeat;
      }

#logo a:hover {
      display:block;
      width:140px;
	  height:118px;
      padding:0px;
      text-decoration:none;
      text-align:center;
      margin:0px auto;
      background: url(../img_tan/tanatara_logo-hov.png) top center no-repeat;
      }

img {
border: 0;
}

