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

 
/**
 * HTML-Tags
 */
 
h1,
h2,
h3,
h4,
h5
{
	margin: 0;
	padding: 0 0 0.5em 0;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

p
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

ul
{
	list-style: square;
	padding: 0;
	margin: 1em 0 1em 2em;
	text-align: left;
}

ul ul
{
	list-style: disc;
	margin-top: 0;
}

ul ul ul
{
	list-style: circle;
	margin-top: 0;
}

ol li
{
	margin: 1em 0 0 0;
	padding: 0;
}

hr
{
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

strong
{
	font-weight: bold;
}

img
{
	border: 0;
}

fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

legend
{
	display: none;
}

form
{
	margin: 0;
	padding: 0;
}

input,
textarea,
select
{
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input[type=image]
{
	background: transparent;
}


/**
 * 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 4px -4px 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;
	margin: 0 0 10px 0;
	padding: 0;
}

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;
}

/*]]>*/