﻿@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (de) Zentrales Stylesheet - Beispiellayout "3col_3-1-2"
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

/* Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* Screen-Layout einbinden */
/* @import url(yaml/navigation/nav_shinybuttons.css); */
@import url(yaml/navigation/nav_slidingdoor.css); 
@import url(screen/basemod.css);
@import url(screen/basemod_fce.css);
@import url(screen/basemod_colored_columns.css);
@import url(screen/content.css);

/* Druck-Layout einbinden */
@import url(yaml/print/print_100_draft.css);

/* Standardfarben f�r Links (Verweise) 												*/
a:link 	{
	text-decoration: none;
}			/* Link nicht unterstrichen		*/

a:visited 	{
   text-decoration: none;
}			/* Link nicht unterstrichen		*/

a:active {
   text-decoration: none;
}			/* Link nicht unterstrichen		*/

h2 {
	font-size: 1.9em;
	font-weight: bold;
   color: black;
	text-align: center;
   padding: 0.2em;
   padding-top: 0.5em
}

.textt {
   font-size: 1.1em;
	color: black;
	text-align: center;
	font-weight: bold;
}

.diego {
   float: right;
	width: auto;
}

.newsspiele {
   float: left;
   width: 100%;
   padding-top: 0.5em;
}

.newstitel {
   float: left;
   width: 100%;
   font-size: 1.1em;
   font-weight: bold;
   text-align: center;
}

.newsspield {
   float: left;
   width: 100%;
   text-align: center;
   font-size: 0.9em;
   font-weight: bold;
}

.newsspiel {
   float: left;
   width: 100%;
   text-align: center;
   font-size: 0.9em;
}

#marqueecontainer{
	position: absolute;
  	width: 100%; /*marquee width */
  	height: 450px; /*marquee height */
  	background-color: white;
  	overflow: hidden;
  	padding: 2px;
  	padding-left: 4px;
}

.atom {
	float: left;
	width: 100%;
}

.uhr {
	float: left;
	width: 35%;
}

.space {
	float: left;
	width: 25%;
}

.spielt {
	float: left;
	width: 100%;
   text-align: center;
	font-size: 2em;
   font-weight: bold;
}

.new_datum {
	float: left;
	width: 100%;
   text-align: center;
	font-size: 2.5em;
   font-weight: bold;
}

.new_zeit {
	float: left;
	width: 100%;
   text-align: center;
	font-size: 2em;
   font-weight: bold;
}

.spiela {
	float: left;
	width: 45%;
   text-align: left;
	font-size: 2.5em;
   font-weight: bold;
}

.spielh {
	float: left;
	width: 45%;
   text-align: right;
	font-size: 2.5em;
   font-weight: bold;
}

.new_versus {
	float: left;
	width: 9%;
   text-align: center;
	font-size: 2.5em;
   font-weight: bold;
}

.new_platz {
	float: left;
	width: 100%;
   text-align: center;
	font-size: 2em;
   font-weight: bold;
}

.spielaussen {
	float: left;
	width: 100%;
	height: 100%;
   padding-bottom: 0.5em;
   padding-top: 0.5em;
	border: thin solid black;
}