/*<![CDATA[*/
/**
 * CSS Style Basislayout fuer Screen und Projection
 *
 * Copyright (c) 2010    die.interaktiven GmbH u. Co. KG
 *                       Agentur fuer digitale Medien
 *                       Eisenmarkt 1
 *                       35578 Wetzlar
 *                       Germany
 *
 *                       Fon: +49 (0)64 41 / 39 86 19 - 0
 *                       Fax: +49 (0)64 41 / 39 86 19 - 9
 *                       Web: www.die-interaktiven.de
 *
 * Alle Rechte vorbehalten. Unberechtigte Kopie und Weiter-
 * verwendung nicht gestattet.
 *
 */

/**
 * HTML-Tags
 */

body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 100.01%; 	/******** IE Hack ********/
	text-align: center;
	color: #fff;
	background: url(../images/vorschalt-bg.jpg) bottom center no-repeat #5388CE;
	overflow: hidden;
}

a
{
	color: #fff;
}
	
/**
 * allgemeine Seitenstruktur
 */
 
#page
{
	font-size: 0.7em;
	padding: 0;
}

#link
{
	padding: 40% 0 5% 0;
}

#link a
{
	width: 304px;
	margin: 0 auto;
	padding: 7px 0;
	background: url(../images/vorschalt-link-bg.jpg) center left no-repeat;
	display: block;
	text-decoration: none;
	font-size: 1.1em;
}

#link a:hover
{
	text-decoration: underline;
}

/*]]>*/
