/*<![CDATA[*/
/**
 * CSS Style fuer Screen und Projection
 *
 * Copyright (c) 2008    die.interaktiven GmbH & 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.
 *
 */


 /**
 * allgemeine Helper
 */

.invisible
{
	position: absolute;
	top: -3000px;
	left: -3000px;
	width: 1px;
	height: 1px;
}

.clear
{
	clear: both;
	float: none;
	line-height: 0;
	font-size: 0;
	display: block;
}

html>body .clear
{
	font-size: 0.1px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.printonly
{
	display: none;
}

/**
 * allgemeine Links
 */
 
a.dia:hover
{
	color: #7fc41c;
}

/**
 * Icon Check 13x13
 */

img.icon
{
	margin: 0 2px -2px 4px;
}
 
img.icon.check
{
	margin: 5px 0 -3px 0;
}


/**
 * Formular
 */

form.form
{
	margin: 0;
	padding: 0;
}

form.form span.label
{
	display: block;
	float: left;
	width: 125px;
	line-height: 1.5em;
	font-weight: normal;
}

form.form div.comment span.label
{
	width: auto;
	margin: 0 15px 0 0;
}

form.form input.input.text,
form.form input.input.password,
form.form select.input.select,
form.form textarea.input.textarea
{
	display: block;
	float: left;
	width: 270px;
	border: 1px solid #d4d4d4;
	margin: 0 0 10px 0;
	padding: 0;
	color: #707070;
}

form.form textarea.input.textarea
{
	height: 100px;
}

form.form input.input.checkbox
{
	float: left;
	margin: 0 5px 15px 0;
}

form.form div.comment,
form.form div.check
{
	display: block;
	margin: 0 10px 25px 150px;
	padding: 5px 0 0 0;
	line-height: 1.5em;
	font-size: 0.9em;
}

form.form div.group
{
	margin: 0 0 15px 0;
}

form.form div.group.radio
{
	float: left;
}

form.form div.group.checkbox
{
	margin-left: 150px;
}

form.form div.group.checkbox span.label
{
	width: 330px;
	margin: 0 0 10px 0;
}

form.form span.required
{
	display: block;
	float: left;
	width: 150px;
	margin: 33px 0 0 0;
}

form.form span.password
{
	display: block;
	float: left;
	margin: 12px 0 0 0;
}

input.input.button
{
	float: right;
	margin: 10px 55px 0 0;
}

form.form br
{
	float: none;
	clear: both;
}

/**
 * Statusmsg
 */

div.element.status
{
	margin: 0 0 30px 0;
	padding: 10px;
}

div.element.status div.image img
{
	float: left;
	margin: 0 10px 0 0;
}

div.element.status div.text
{
	float: left;
	width: 90%;
	line-height: 1.5em;
}

div.element.status.error
{
	background: #f8b6a1;
	border: 2px solid #c0442a;
	color: #c0442a;
}

div.element.status.error a
{
	color: #c0442a;
}

div.element.status.ok
{
	background: #b7e1af;
	border: 2px solid #257821;
	color: #257821;
}

div.element.status.ok a
{
	color: #257821;
}

/**
 * Button Link
 */
 
a.button
{
	background: url(../images/button-bg.gif) top center no-repeat;
	display: block;
	padding: 3px 0 20px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	width: 243px;
	float: right;
}

a.button:hover
{
	text-decoration: underline;
}

/**
 * hideFocus
 */

.hidefocus
{
	outline: 0;
	-mox-outline: 0;
}

/**
 * Typo3 Ausrichtungen
 */

.align-center
{
	text-align: center;
}

.align-left
{
	text-align: left;
}

.align-right
{
	text-align: right;
}




.contenttable
{
	margin: 10px 0 0 0;
}

.contenttable th
{
	background: #00214E;
	color: #fff;
	padding: 5px;
	font-weight: normal;
	border-right: 1px solid #fff;
}

.contenttable td
{
	background: #e3e4e5;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 5px;
}

table.contenttable p,
div.element.paragraph table.contenttable p
{
	padding: 0;
	margin: 0;
}
/*]]>*/