/*<![CDATA[*/
/**
 * Hilfsformatierungen
 *
 * Copyright (c) 2010    die.interaktiven GmbH u. Co. KG
 *                       www.die-interaktiven.de
 *
 * Alle Rechte vorbehalten. Unberechtigte Kopie und Weiter-
 * verwendung nicht gestattet.
 *
 */

 
/*
 *	$Revision: $
 * 	$Author: $
 * 	$LastChangedDate: $
 * 	$HeadURL: $
 */
 
/**
 * Standard-Formatierungen
 */


body
{
	font-size: 100.01%; 	/******** IE Hack ********/
}

div.element
{
	display: none;
}


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

h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title
{
	color: #003b79;
}

h1.title,
h2.title
{
	font-size: 1.4em;
}

h3.title
{
	font-size: 1.2em;
}

/* Text */
div.text
{
	line-height: 1.7em;
	margin: 0;
	padding: 0;
}

div.text p
{
	margin: 0 0 1em 0;
}

p
{
	margin: 0;
	padding: 0;
}

a
{
	color: #959595;
    text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

*:focus  
{  
    outline: 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;
background-color: #ccc; /* Farbe für Opera und Firefox */
color: #ccc; /* Farbe für Internet Explorer (IE) */
border: 0;
height: 1px;
margin: 15px 0px 15px 0px;

}

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: Arial, Helvetica, Verdana, Geneva,  sans-serif;
}

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

table
{
	margin: 15px 0 15px 0;
}


/**
 * 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;
	height: 0;
}

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

* + html body .clear
{
    height: auto;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

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

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

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

.printonly
{
	display: none;
}


/**
 * 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 div.fieldset
{
	margin: 0;
}

form.form div.fieldset h2.title
{
	line-height: 1.5em;
	margin: 0 0 10px 0;
	padding: 0;
}

form.form div.fieldset div.text
{
	line-height: 1.5em;
	margin: 0 0 30px 0;
	padding: 0;
}

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

div.button
{
	background: url("../images/powermail-btn-start.png") left center no-repeat;
	clear: both;
	display: block;
	float: right;
	padding: 2px 0;
	margin: 0 9px 0 0;
}

input.input.submit
{
	padding: 10px 10px;
	margin: 0 -5px 0 0;
	background: url("../images/powermail-btn-end.png") center right no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	clear: both;
	font-size: 0.8em;
}

input.input.submit:hover
{
	padding: 10px 10px;
	clear: both;
	background: url("../images/powermail-btn-end.png") center right no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
}

form.form input.input.text,
form.form input.input.zip,
form.form input.input.city,
form.form input.input.password,
form.form select.select,
form.form textarea.textarea
{
	display: block;
	margin: 0 0 10px 0;
	padding: 5px;
	width: 330px;
}

form.form select.select
{
	width: 342px;
	line-height: 30px;
}

form.form input.input.zip
{
	width: 50px;
	margin: 0 5px 0 0;
}

form.form input.input.city
{
	width: 210px;
}

form.form textarea.textarea
{
	height: 100px;
	resize: none;
}

form.form input.input.checkbox,
form.form input.input.radio
{
	float: left;
	margin: 3px 5px 10px 0;
}

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

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

form.form div.required
{
	float: left;
	width: auto;
	margin: 0;
}

input.input.submit
{
	float: left;
}

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

/*]]>*/