a.start
        {
                color: #e62727;
                text-decoration: none;
        }

a.start:hover
        {
                color: #ffffff;
					text-decoration: none;
        }

.hintergrund
        {
                position: absolute;
                        top: 50%;
                        left: 50%;
                width: 966px;
                height: 504px;
                margin-top: -251px;
                margin-left: -482px;
                background-image: url(images/start_background.jpg);
                background-color: #000000;
				
        }

.logo
        {
                position: absolute;
                        top: 50%;
                        left: 50%;
                width: 143px;
                height: 74px;
                margin-top: -34px;
                margin-left: -71px;
                background-image: url(images/start_logo.jpg);
                background-color: #000000;
				
        }        

.text1
        {
                position: absolute;
                        top: 325px;
                width: 185px;
                        left: 50%;
				margin-left:-92px;
				color:#000000;
				font-family:  Tahoma, Arial;
				font-size: 11pt;
		}

.text2
        {
                position: absolute;
                        top: 380px;
                width: 500px;
                        left: 250px;
                height: 100px;
				color:#ffffff;
				font-family:  Tahoma, Arial;
				font-size: 8pt;
				
		}			
				

/* bwc - link */	
		
.bwc
        {
                position: absolute;
					width: 45px;
                        bottom: 6px;
                        right: 2px;
					font-size: 7pt;
					font-weight:bold
               
        }
        
a.bwc
        {
                color: #3f3f3f;
                text-decoration: none;
					font-family: Tahoma, Arial;
        }

a.bwc:hover
        {
                color: #e7e7e7;
					text-decoration: none;
        }
