
body {
	position: relative;
	text-align: center;
	border : 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 12px;
	line-height:120%;
	background: #FFFFFF;
}

#wrapper {
	width: 980px;
	min-height: 100%;
	margin: auto;
	text-align: center;
	background: url('pics/bgeis.gif') repeat-y;

}

#wrapperwide {
	width: 980px;
	min-height: 100%;
	margin: auto;
	text-align: center;

}

#head {
	width: 980px;
	height: 130px;
	margin: 0px auto 10px auto;
	text-align: left;
}


#content {
	width: 980px;
	margin: 0px;
	text-align: left;

}

#footer {
	width: 980px;
	height: 45px;
	margin: 0px;
}

#contentleft {
	position: relative;
	width: 265px;
	float: left;
	margin-top: 10px;
	padding-left: 40px;

}

#contentcenter {
	position: relative;
	left: 20px;
	top: 0px;
	width: 640px;
	float: left;
}

#contentwide {
	position: relative;
	left: 40px;
	top: 0px;
	width: 920px;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

td {
	font-size: 12px;
}

th {
	font-size: 12px;
}

table.flits_suche {
	border-spacing:5x;
	margin:15px auto;

}

table.flits_liste {
	width: 90%;
	margin: auto;
	border-spacing:5x;
	background: #999999;

}

table.flits_suche td {
	background: #cccccc;
	border: 2px solid #999999;
	vertical-align: top;
	padding: 10px;
}

table.flits_liste tr:hover td {
	background: #cccccc;
}

table.flits_liste th {
	background: #999999;
	vertical-align: top;
	text-align:left;
	padding: 2px;
}

table.flits_liste td {
	background: #ffffff;
	vertical-align: top;
	padding: 2px;
}


table.flits_suche table {
	margin: auto;
	border-spacing: none;
}

table.flits_suche table td {
	border: none;
	padding: 0px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 30px;
	line-height: 30px;
}

a {
	color: #cc0000;
}

#menu {
	width:255px
}

#menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight:bold;
	list-style-type:none;
}

#menu ul li {
	display: block;
	width: 255px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#menu ul li.active {
	background: #ffffff;
}

#menu ul li a {
	display: block;
	text-align:left;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #ffffff;
}

#menu ul li.active a {
	color: #000000;
}


#menu ul li.active ul {
	position:relative;
	display: block;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight:bold;
	list-style-type:none;
	padding: 0px 0px 0px 0px;
}

#menu ul li.active ul li {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#menu ul li.active ul li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 20px;
	text-align:left;
	height:auto;
	background:none;
	font-weight:normal;
}

#menu ul li.active ul li.active a {
	font-weight:bold
}

#menu ul li.active ul li.active ul {
	position:relative;
	display: block;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight:bold;
	list-style-type:none;
	padding: 0px 0px 0px 0px;
}

#menu ul li.active ul li.active ul li {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#menu ul li.active ul li.active ul li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 40px;
	text-align:left;
	height:auto;
	background:none;
	font-weight:normal;
}

#menu ul li.active ul li.active ul li.active a {
	font-weight:bold
}

fieldset.tx-powermail-pi1_fieldset .powermail_check_inner label,
fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner label {
	display: block;
	width: 380px;
	float: right;
}

.tx-ojeismann-table {
	width: 100%;
}
.tx-ojeismann-table td {
	padding: 2px;
	margin: 2px;
}

.tx-ojeismann-table th  {
	background: #cc0000;
	color: #ffffff;
	padding: 2px;
	margin: 2px;
}

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #aaa;
	background-color: #ccc;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}

	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

.powermail_check_inner {
	margin-left: 200px;
	clear:both;
}

.powermail_radio_inner {
	margin-left: 200px;
	clear: both;
}

.jscalendar_cb {
	display: none;
}

.powermail_multiplejs_tabs {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;

}

.powermail_multiplejs_tabs_item {
	float: left;

}

.powermail_multiplejs_tabs_item a {
	padding: 2px 5px;
	width: 104px;
	margin: 0px 10px 5px 0px;
	background: #CCCCCC;
	border: 1px solid #AAAAAA;
	font-weight: bold;
	color: #000000;
	display:block;
}

.powermail_multiplejs_tabs_item a.active-tab {
	background:#cc0000;
	color: #ffffff;

}

.tx-powermail-pi1_fieldset.active-tab-body {
	clear: both;
}

.tx-ojeismann-pi5, tx-ojeismann-pi4 {
	text-align: center;
}

#orte {
 	position:absolute;
 	left:212px; 
 	height: 160px; 
 	width: 300px; 
 	background: #ffffff;
 	margin-top:-16px;
 	padding:0px;
 	border: 1px solid #cc0000;
 	visibility: hidden;
 	z-index: 100;
 	overflow : hidden;  
 	
}

#orte span {
	padding: 10px;
	display: block;
}

#orte2 {
 	height: 95px; 
 	width: 300px; 
 	overflow : auto;  
 	background: #ffffff;
 	z-index: 101;
}

#orte2 ul {
	padding-top: 0px;
	margin-top: 0px;
}