/*<![CDATA[*/
/**
 * CSS Style fuer Screen und Projection
 *
 * Copyright (c) 2009    die.interaktiven GmbH u. Co. KG
 *                       Agentur fuer digitale Medien
 *                       Eisenmarkt 1
 *                       35578 Wetzlar
 *                       Germany
 *
 *	                      www.die-interaktiven.de
 *
 * Alle Rechte vorbehalten. Unberechtigte Kopie und Weiter-
 * verwendung nicht gestattet.
 *
 */

/**
 * HTML-Tags
 */

body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 20px 30px;
	font-size: 100.01%; 	/******** IE Hack ********/
	text-align: left;
	color: #707070;
	background: #fff;
}

a
{
	color: #e60005;
}

hr
{
	color: #707070;
	background-color: #707070;
}
	
/**
 * allgemeine Seitenstruktur
 */

#page
{
	width: 920px;
	text-align: left;
	font-size: 0.7em;
}

#head
{
	width: 100%;
	height: 246px;
}

#name
{
	float: left;
	padding: 64px 0 0 0;
}

#logo
{
	float: right;
	padding: 49px 0 0 0;
}

#body
{
	margin: 0 0 60px 0;
}

#content
{
	
}

#elements
{
	width: 100%;
}

#colspan-top
{
	width: 100%;
	float: none;
	clear: both;
}

#col-left
{
	float: left;
	width: 440px;
}

#col-right
{
	float: right;	
	width: 440px;
}

#footer
{
	width: 100%;
	color: #aaa;
}

#footer a
{
	color: #aaa;
	text-decoration: none;
}

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

#infopoint
{
	float: right;
	padding: 0 20px 0 0;
}

#infopoint a
{
	margin: 0 20px 0 0;
}

#copyright
{
	float: right;
}
/*]]>*/