/*      CSS-file lib/basis.css
        for HKV http://www.hillesheimer-karneval.de/
        Copyright 2003 WKV
        Daan Meskers mailto:webdesign@wkv-direkt.de */

/* TAG styles */
BODY {
    width: 100%; height: 100%;
	margin: 0px; padding: 0px;
    background-color: #D7DCE6;
	font: 11px/14px Tahoma;
	color: #444;
	overflow: hidden;
}
IMG {
    border: 0px;
}
DIV {
  position: absolute;
}

/* ------------------------------------------------------------------------------------- */
/* ID styles */

   /* main */
#main {
    top: 50%; left: 50%;
    width: 500px;   height: 100%;
	margin: 0px; padding: 0px;
	margin-left: -240px;
	margin-top: -190px;
    z-index: 25;
}
#main DIV {
    position: relative;
	height: 130px;
	background-repeat: repeat-x;
	cursor: pointer; cursor: hand;
}
#main DIV IMG {
    position: absolute;
}
#buttonHKV {
   background-image: url(../../img/splash/btnHKV_middle.gif);
}
#buttonPrinzenpaar {
   background-image: url(../../img/splash/btnPrinz_middle.gif);
}
#buttonFrauenkarneval {
   background-image: url(../../img/splash/btnFrauen_middle.gif);
}

/* ------ */
.left {
   left: 0px;
}
.right {
   right: 0px; 
}
.title {
  top: 10px;
  left: 195px;   
}
.undertitle {
  position: absolute;
  top: 75px;
  left: 195px;  
  width: 300px;
  height: 20px !important;
}
.logo {
  top: 5px;
  left: 5px;   
}
.prinzenpaar {
  top: 20px;
  left: 30px;
}
.frauen {
   top: -8px;
   left: 40px;
}

/* --- */
#name {
  left: 10px;
  bottom: 5px; 
}
