/*******************************************************************************
* Website:  www.loewen-spielershop.de                                          *
* File:     CSS Document                                                       *
* Version:  1.0                                                                *
* Date:     2007-05-03                                                         *
* Author:   Carsten Lambrecht                                                  *
********************************************************************************
*   Farben:                                                                    *
*   background-gradient Red-top:      #be0000                                  *
*   background-gradient Red-bottom:   #aa0000                                  *
*   red light:  #fde5e5                                                        *
*   blue:    #02448d                                                           *
********************************************************************************
* Based on YAML Version 2.5.2                                                  *
* Alternative CSS-Definitions for the "2-column-index-page"                    *
*******************************************************************************/


@media screen
{
	
	#col1 { width: 685px; float:left; margin-left: 0px; }
	#main { background: #fff }
	
	
	.button-dart,
	.button-billard,
	.button-soccer {
		font-size: 10px;
		color: #000;
	}
	
	.button-dart h2,
	.button-billard h2,
	.button-soccer h2 {
		margin: 4px 0;
		padding: 0;
		font-size: 16px;
		font-weight: bold;
		display: block;
		color: #02448d;
	}
	.button-dart img,
	.button-billard img,
	.button-soccer img {
		position: absolute;
		bottom: 8px;
		left: 8px;
	}
	.button-dart a.cat-link,
	.button-billard a.cat-link,
	.button-soccer a.cat-link {
		width: 90%;
		height: 350px;
		position: relative;
		margin: 10px 4% 0 0;
		padding: 3%;
		background: none;
		display: block;
		color: #000;
	}
	.button-dart a.cat-link:hover,
	.button-billard a.cat-link:hover,
	.button-soccer a.cat-link:hover {
		background: #fde5e5;
		text-decoration: none;
	}
	.subcl,
	.subc,
	.subcr {
		margin: 0;
		padding: 0;
	}
	

} 
