html {
	background: #e5e5e5 url();
}
body, html {
   height: 100%;
}
body {                                                       
   width: 100%;
   font-family: Arial, sans-serif;
   text-align: center;
   color: #717171;
}
h1, h2, h3, h4 {
	color: #164773;
}
a {
	color: #164773;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
select,
input,
textarea {
	border: 1px solid #bbb;
}

/* wraps */
#wrap {
	background: #e5e5e5 url(../images/bg-body.gif) repeat-y scroll center center;
 	width: 947px;
 	background-color: #fff;
 	margin: 0px auto;
 	text-align: left;         
}
#wrap-bottom {
	clear: both;
	width: 947px;
	height: 24px;
	background: #e5e5e5 url(../images/wrap-bottom.gif) no-repeat;
	margin: 0px auto;
}

/* header */
#header {
	clear: both;
	float: left;
	display: inline;
	width: 921px;
	background-color: #fff;
	margin: 0 5px;
	padding: 0 8px;
	position: relative;
}
#header-image {
   	width: 921px;
   	height: 275px;
   	min-height: 275px;
   	max-height: 275px;
   	margin: 0px;
   	background: #fff url(../images/bg-header.gif) repeat-x;
}
#header-image .header-image{
	position: absolute;
}
#header-slogan {
	top: 159px;
	left: 615px;
	z-index: 100;
	width: 300px;
	position: absolute;
	display: block;
}
#header-slogan h2 {
	color: #164773;
	font-size: 108%;
	font-family: Arial, sans-serif;
	font-weight: bold;
	
}

/* main */
#main {
	position: relative;
	float: left;
	width: 921px;
	background-color: #fff;
	margin: 0 5px;
	display: inline;
}
#main-margin {
	background-color: #fff;
   	width: 921px;
   	clear: both;
   	float: left;
   	margin: 0px 8px;
   	display: inline;
}

/* main navigation */
#navi-main {
   	float: left;
	width: 631px;
   	height: 28px;
   	background-color: #164773;
}
ul#navi {
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;	
}
#navi-main li {
   	padding: 0;
    margin: 0;
    background-image: none;
    float: left;
    position: relative;
    border: 0;
}
#navi li ul {
	position: absolute;
	left: -999em;
	background-color: #728faa;
	z-index: 105;
}
#navi li:hover,
#navi li.hover {
	position: static;
}
#navi li:hover ul,
#navi li.hover ul {
	left: auto;
}
#navi ul li {
	position: relative;
    clear: both;
	float: left;
	border-top: 2px solid #ececec;  
    background-color: transparent;
    width: 180px;
}
#navi-main a {
   	text-decoration: none;
   	text-transform: uppercase;
   	font-size: 93%;
   	font-weight: bold;
   	padding: 7px 13px 6px 13px;
   	display: block;
   	color: #fff;
}
#navi-main a.act {
	color: #728faa;
}
#navi ul li a {
   	text-transform: none;
	font-weight: normal;
   	color: #164773;
   	min-width: 140px;
}
#navi ul li a:hover {
	/*color: #728faa;*/
	color: #164773;
	background-color: #c0cad4;
}   
#navi li a:hover {
   	color: #a9bbcc;
}

/* searchbox */
#searchbox {
   width: 290px;
   height: 28px;
   background-color: #164773;
   float: right;
}
#searchbox div.tx-macinasearchbox-pi1 {
	float: right
}
#searchbox input#search {
   width: 124px;
   height: 18px;
   border: none;
   margin: 4px 0 0 0;
   padding: 2px 0 0 4px;
   background-color: #164773;
   background-image: url(../images/search-input-blue.gif);
   float: left;
   color: #164773; 
}
#searchbox input#search-button {
   width: 19px;
   height: 20px;
   margin: 4px 12px 0 0;
   background-color: #164773;
   background-image: url(../images/search-button-blue.gif);
   border: none;
   float: left;
   cursor: pointer;
}

/* indexed search */
.tx-indexedsearch {
	color: #717171;
}
.tx-indexedsearch .tx-indexedsearch-browsebox li {
	display:inline;
	margin-right:5px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	background-color: #ececec;
	background-image: url(../images/search-button.gif);
	width: 19px;
   	height: 18px;
   	border: none;
   	float: left;
   	cursor: pointer;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	width: 122px;
	height: 17px;
	border: none;
	padding: 1px 0 0 6px;
	background-color: #ececec;
	background-image: url(../images/search-input.gif);
	float: left; 
}
.tx-indexedsearch .tx-indexedsearch-searchbox fieldset div {
	clear: both;
	float: left;
	margin: 0 0 5px 0;
	width: 100%;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
.tx-indexedsearch .tx-indexedsearch-whatis {
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 116%;
	color: #164773;
}
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-style: italic;
}
.tx-indexedsearch .tx-indexedsearch-noresults {
	font-weight: bold;
	text-align: center;
}
.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr {
	font-style: italic;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #d2691e;
}
.tx-indexedsearch p.tx-indexedsearch-descr {
	clear: both;
	float: left;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background:#EEEEEE none repeat scroll 0 0;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin: 20px 0 5px 0;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead h2 {
	margin: 0;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead td {
	background:#CCCCCC none repeat scroll 0 0;
	vertical-align:middle;
}
.tx-indexedsearch .tx-indexedsearch-res .noResume {
	color: #666666;
}
.tx-indexedsearch .tx-indexedsearch-category {
	background:#CCCCCC none repeat scroll 0 0;
	font-weight:bold;
}
.tx-indexedsearch .res-tmpl-css {
	clear: both;
	float: left;
	width: 100%;
}
.tx-indexedsearch .icon,
.tx-indexedsearch .title,
.tx-indexedsearch .result-number {
	float: left;
}
.tx-indexedsearch .searchbox-tmpl-css label {
	float: left;
	width: 100px;
}
.tx-indexedsearch .result-count-tmpl-css,
.tx-indexedsearch .percent-tmpl-css {
	float: right;
}
.tx-indexedsearch .info-tmpl-css dt,
.tx-indexedsearch dl.info-tmpl-css dd {
	float:left;
}
.tx-indexedsearch .info-tmpl-css dd.item-mtime {
	float:none;
}
.tx-indexedsearch .info-tmpl-css dd.item-path {
	float:none;
}
.tx-indexedsearch #tx_indexedsearch_extResume {
	border: 0;
}
.tx-indexedsearch select {
	float: left;
	margin: 0 8px 0 0;
}

/* breadcrumb navigation */
#navi-breadcrumb {
   width: 566px;
   float: left;
   font-size: 77%;
   color: #666;
   padding: 12px 0 12px 0;
}
#navi-breadcrumb a {
   color: #666;
}
#navi-breadcrumb ul li {
	float: left;
}

/* right side */
#sidebar {
	float: left;
	padding: 11px 0 0 0;
	font-size: 93%;	
}
#sidebar h3 {
    font-weight: bold;
	margin: 0 0 3px;
	display: inline;
	color: #164773;
	clear: both;
	float: left;
}
#sidebar p {
	color: #164773;
}
#sidebar .submit input {
    border: 0;
	color: #164773;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 10px;
	background: transparent url(../images/pfeil.gif) no-repeat 0 4px;
	cursor: pointer;
}
#sidebar .submit input:hover {
	text-decoration: underline;
}
#login,
#text,
#consultantarea,
#contact,
#membersarea {
	float: left;
	clear: both;
	margin: 0 0 0 11px;
	width: 276px;
	display: inline;
}
#contact .name {
	font-weight: bold;
}
#login a,
#text a,
#consultantarea a,
#contact a,
#membersarea a {
	color: #164773;
}
.consultant {
	clear: both;
	padding: 10px 0 0 0;
	width: 246px;
}
#sidebar .text {
	clear: both;
	float: left;
}
#text .picture img,
.consultant .picture img {
	margin: 0;
}
.consultant .picture {
	float: left;
	margin: 0 2px 0 0;
}
#consultantarea .inside {
	padding: 10px 15px 0;
}
.text ul li {
	list-style-position: inside;
	list-style-type: disc;
}
.text ol li {
	list-style-position: inside;
	list-style-type: decimal;
}

/* login box */
#login .tx-felogin-pi1 input {
	margin: 0;
}
#login .tx-felogin-pi1 .inside div {
	clear: both;
	float: left;
}
#login .tx-felogin-pi1 .inside form {
	clear: both;
	float: left;	
}
#login .tx-felogin-pi1 .inside form div.submit,
#login .tx-felogin-pi1 .inside form div.felogin-hidden {
	clear: both;
	margin: 0;
}
#login .tx-felogin-pi1 .username {
	font-weight: bold;
}

/* content */
#main-content {
	width: 566px;
	margin: 11px 0 0 0;
	padding: 0 39px 0 26px;
	float: left;
	background-color: #ececec;
}
#content {
   width: 566px;
   float: left;
   font-size: 93%;
   margin: 0 0 22px 0;
   padding: 0;
}
#content strong {
   font-style: normal;
   font-weight: bold;
}
#content p {
   line-height: 1.5em;
   padding: 0;
   margin: 0 0 16px 0;
   color: #717171;
}
#content .csc-textpic {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 10px 0;
}
#content .csc-textpic-imagewrap {
/*	margin: 0 10px 8px 0;*/
}
#content .csc-textpic-caption {
	color: #717171;
	line-height: 1.5em;
}
#content ul {
   padding: 0 10px 0 16px;
   margin: 0 0 12px 0;
   color: #666;
   clear: both;
}
#content ul li {
   line-height: 1.5em;
   list-style-type: disc;
   list-style-position: outside;
}
h1.csc-firstHeader,
.csc-header h1,
.news-latest-container h2,
.tx-indexedsearch h2 {
   	color: #164773 !important;
   	font-size: 116%;
   	font-weight: bold;
   	margin-top: 5px !important;
   	margin-bottom: 5px !important;
  	line-height: 1.8em !important;
   	float: none !important;
   	clear: both;
}
#content h4 {
	color: #717171;
	font-weight: bold;
	font-size: 100%;
}

/* calendar */
.tx-cal-controller dt {
	margin: 0 0 4px 0;
	clear: both;
	float: left;
	width: 100%;
}
.tx-cal-controller .month-small th.sideback {
	background-image: url();
	padding: 0 3px 5px 3px;
}
.tx-cal-controller .monthSelected,
.tx-cal-controller .monthSelectedWeek,
.tx-cal-controller .monthCurrentWeek {
	background-color: #a9bbcc;
}
.tx-cal-controller .monthToday {
	border: 1px solid #a9bbcc !important;
	background-color: #fff !important; 
}
.tx-cal-controller .month-weekdays,
.tx-cal-controller .monthCorner {
	border: none;
	background-color: #ececec;
}
.tx-cal-controller .month-weeknums {
	border: none;
}
.tx-cal-controller .month-small th, .month-small td {
	padding: 5px 3px;
}
#content .cal-list-date {
	font-weight: bold;
	color: #164773;
	margin: 0 18px 0 12px;
	float: left;
	width: 150px;
}
#content .cal-list-link {
	float: left;
	width: 370px;
}
#content .cal-list-link a {
	text-decoration: none;
}
#content .cal-list-link a:hover {
	text-decoration: underline;
}
#content .cal-list
#sidebar .tx-cal-controller table.month-small {
	margin: 0 auto 6px auto;
	width: 95%;
	border: none;
}

/* footer */
#footer {
	background-color: #fff;
	float: left;
	clear: both;
	display: inline;
	width: 921px;
	margin: 0 5px;
	padding: 0 8px;

}
#footer .footer-bar {
   	width: 921px;
   	margin: 12px 0px 8px 0px;
   	height: 21px;
   	background-color: #164773;
   	
}
#footer ul li {
   	float: left;
   	padding: 0 0 0 25px;  
}
#footer div {
   	color: #fff;
   	float: left;
   	margin-top: 3px;
   	font-size: 93%;
}
#footer div a {
   	color: #8ba3b9;
   	text-decoration: none;
}
#footer div a:hover {
	text-decoration: underline;
}


/* news extension */
hr.clearer {
	border: 0;
	height: 1px;
	background-color: #beced9;
	clear: both;
	float: left;
	width: 100%
}

/* news latest view */
.news-latest-container {
	color: #505050;
	float: left;
	clear: both;
	width: 100%;
}
.news-latest-image {
	clear: both;
	float: left;
	padding: 0 0 8px 0;
}
.news-latest-image img {
	margin: 0 12px 0 0;
	float: left;
	overflow: hidden;
}
.news-latest-date,
.news-list-date,
.news-single-timedata {
	color: #919191;
	display: block;
	margin: 0 0 4px 0;
}
.news-latest-container h3,
.news-single-item h2,
.news-list-container h3 {
	color: #164773;
	font-weight: bold;
	font-size: 100%;
	margin: 0 0 4px 0;	
}
.news-latest-container h3 a,
.news-single-item h2 a,
.news-list-container h3 a {
	text-decoration: none;
}
.news-latest-container h3 a:hover,
.news-single-item h2 a:hover,
.news-list-container h3 a:hover {
	text-decoration: underline;
}
.news-latest-gotoarchive {
	clear: both;
	color: #164773;
	margin: 0 0 21px 0;
}
.news-latest-gotoarchive a,
.news-latest-gotoarchive a:link, 
.news-latest-gotoarchive a:visited {
	color: #164773;
}
.news-latest-item {
	clear: both;
	float: left;
	margin: 0 0 32px 0;
	width: 100%;
}
.news-latest-cat img {
	float: none;
	border:none;
	margin:0px;
}
						
/* news list view */
.news-list-container {}
.news-list-item {
	clear: both;
}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 77%;
}
.news-list-date {
	margin-right: 6px;
	font-weight: normal;
	display: inline;
}
.news-list-browse {
	text-align: center;
}
.news-list-browse .active {
	font-weight: bold;
}

/* news single view */
.news-single-item {
	padding: 0;
	margin: 10px 0 5px 0;
	float: left;
}
.news-single-item h2 {
	font-weight: bold;
	margin: 0 0 4px 0;
}
.news-single-item h3 {
	margin: 0 0 15px 0;
	line-height: 1.5em;
}
.news-single-img,
.news-list-container img {
	margin: 0 12px 5px 0;
	float: left;
}
.news-list-morelink img {
	margin: 4px 0 0 0;
	width: 12px;
}
.news-single-img img {
}
.news-single-imgcaption {
	padding: 3px;
	clear: both;
	color: #919191;
}
.news-single-backlink,
.news-single-backlink a {
	margin: 10px 0 15px 0;
}
.news-single-timedata,
.news-single-author,
.news-single-imgcaption {
	font-size: 77%;
}
.news-single-additional-info {
    float: right;
	margin-left: 3px;
	margin-bottom: 3px;
	padding: 5px;
	width: 40%;
}
.news-single-additional-info h1, 
.news-single-additional-info h2, 
.news-single-additional-info h3 {
	font-family: Arial, sans-serif;
	color: #164773;
}
.news-single-related,
.news-single-files,
.news-single-links  {
    border: 1px solid #beced9;
	margin: 0 0 5px 0;
	padding: 5px;
	background-color: #beced9;
}
.news-single-related dd, 
.news-single-links dd, 
.news-single-files dd {
	margin: 0 0 5px 5px;
}
.news-single-related dt, 
.news-single-links dt, 
.news-single-files dt {
    font-weight: bold;
	color: #164773;
	margin: 0 0 5px 5px;
}
.news-single-files img {
	margin: 0 6px 0 0;
}

/* liquid corner boxes */
.top-left {
	margin-right: 6px; /* clip right corner */
	background-image: url('../images/border.gif');
	height: 6px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 6px; /* correct height for IE */
}
.top-right {
	margin-top: -6px; /* to level of top-left corner */
	margin-left: 6px; /* clip left corner */
	background-image: url('../images/border.gif'); 
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 6px; 
	font-size: 6px;
}
.bottom-left {
	margin-right: 6px; /* clip right corner */
	background-image: url('../images/border.gif');
	background-position: 0 -6px; /* show under half of the image */
	height: 6px;
	font-size: 6px;
}
.bottom-right {
	margin-top: -6px; /* to level of bottom-left corner */
	margin-left: 6px; /* clip left corner */
	margin-bottom: 11px;
	background-image: url('../images/border.gif'); 
	background-position: 100% -6px; /* under half, right side */
	height: 6px; 
	font-size: 6px; 
}
.inside {
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	background: #fff;
	color: #164773;
	padding: 10px 15px;
	overflow: hidden;
	float: left;
	width: 244px;
}
.gap-saver {
	height: 1px; 
	margin: 0 0 -1px 0;
	padding: 0;
	font-size: 1px; /* to correct IE */
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	clear: both;
}


/* contact form */
.tx-powermail-pi1 {
   width: 566px;
}
#kontaktformular fieldset {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color: #717171;
	border-bottom: 1px solid #ccc;
}
#kontaktformular fieldset legend {
	font-weight: bold;
	color: #717171;
	margin: 0 0 10px 0;
}
#kontaktformular fieldset div label {
	margin: 0 10px 0 0;
	width: 120px;
	text-align: left;
	float: left;
}
#kontaktformular .tx_powermail_pi1_fieldwrap_html {
	clear: both;
	float: left;
	margin: 0 0 5px 0;
} 
#kontaktformular #powermaildiv_uid52 {
	font-size: 77%;
	margin: 0 0 0 135px;
	width: 270px;
}
#kontaktformular select#uid9,
#kontaktformular input,
#kontaktformular textarea {
	width: 270px;
}
.tx-powermail-pi1 input.powermail_submit,
.tx-powermail-pi1 input.tx-powermail-pi1_mandatory_submit,
input.tx-powermail-pi1_confirmation {
	border: 0;
	color: #164773;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 10px;
	background: transparent url(../images/pfeil.gif) no-repeat 0 4px;
	cursor: pointer;
}                                    
.tx-powermail-pi1 input.powermail_submit:hover,
.tx-powermail-pi1 input.tx-powermail-pi1_mandatory_submit:hover {
	text-decoration: underline;
}
#kontaktformular fieldset#tx-powermail-pi1_fieldset_4 {
	border: 0;
}
#kontaktformular fieldset#tx-powermail-pi1_fieldset_4 legend {
	display: none;
}

#contactform fieldset {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color: #717171;
	border-bottom: 1px solid #ccc;
}
#contactform fieldset legend {
	font-weight: bold;
	color: #717171;
	margin: 0 0 10px 0;
}
#contactform fieldset div label {
	margin: 0 10px 0 0;
	width: 120px;
	text-align: left;
	float: left;
}
#contactform .tx_powermail_pi1_fieldwrap_html {
	clear: both;
	float: left;
	margin: 0 0 5px 0;
} 
#contactform #powermaildiv_uid84 {
	font-size: 77%;
	margin: 0 0 0 135px;
	width: 270px;
}
#contactform select#uid78,
#contactform input,
#contactform textarea {
	width: 270px;
}
#contactform fieldset#tx-powermail-pi1_fieldset_16 {
	border: 0;
}
#contactform fieldset#tx-powermail-pi1_fieldset_16 legend {
	display: none;
}

/* ordering form */
#bestellformular fieldset {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #717171;
	border-bottom: 1px solid #ccc;
}
#bestellformular div {
	float: left;
}
#bestellformular fieldset div label {
	margin: 0 10px 0 0;
	width: 130px;
	text-align: left;
	float: left;
}
#bestellformular .tx_powermail_pi1_fieldwrap_html {
	float: left;
	margin: 0 0 5px 0;
} 
#bestellformular fieldset legend {
	font-weight: bold;
	color:	#717171;
}
#bestellformular #powermaildiv_uid40,
#bestellformular #powermaildiv_uid35,
#bestellformular #powermaildiv_uid36,
#bestellformular #powermaildiv_uid37,
#bestellformular #powermaildiv_uid38,
#bestellformular #powermaildiv_uid53,
#bestellformular #powermaildiv_uid55,
#bestellformular #powermaildiv_uid57,
#bestellformular #powermaildiv_uid64,
#bestellformular #powermaildiv_uid39,
#bestellformular #powermaildiv_uid46,
#bestellformular #powermaildiv_uid47,
#bestellformular #powermaildiv_uid48,
#bestellformular #powermaildiv_uid49,
#bestellformular #powermaildiv_uid25,
#bestellformular #powermaildiv_uid427,
#bestellformular #powermaildiv_uid429 {
	float: left;
	clear: both;
}
#bestellformular #powermaildiv_uid40,
#bestellformular #powermaildiv_uid35,
#bestellformular #powermaildiv_uid36,
#bestellformular #powermaildiv_uid37,
#bestellformular #powermaildiv_uid38,
#bestellformular #powermaildiv_uid53,
#bestellformular #powermaildiv_uid55,
#bestellformular #powermaildiv_uid57,
#bestellformular #powermaildiv_uid64,
#bestellformular #powermaildiv_uid427,
#bestellformular #powermaildiv_uid429 {
	width: 200px;
}

#bestellformular #powermaildiv_uid41,
#bestellformular #powermaildiv_uid42,
#bestellformular #powermaildiv_uid43,
#bestellformular #powermaildiv_uid44,
#bestellformular #powermaildiv_uid45,
#bestellformular #powermaildiv_uid54,
#bestellformular #powermaildiv_uid56,
#bestellformular #powermaildiv_uid58,
#bestellformular #powermaildiv_uid65,
#bestellformular #powermaildiv_uid428,
#bestellformular #powermaildiv_uid430 {
	float: left;
	width: 360px;
}
#bestellformular #powermaildiv_uid42 label,
#bestellformular #powermaildiv_uid43 label,
#bestellformular #powermaildiv_uid44 label,
#bestellformular #powermaildiv_uid45 label,
#bestellformular #powermaildiv_uid54 label,
#bestellformular #powermaildiv_uid56 label,
#bestellformular #powermaildiv_uid58 label,
#bestellformular #powermaildiv_uid65 label,
#bestellformular #powermaildiv_uid428 label,
#bestellformular #powermaildiv_uid430 label {
	width: 230px;
	display: none;
}
#bestellformular input#uid39,
#bestellformular input#uid46,
#bestellformular input#uid48 {
 	float: left;
} 
#bestellformular #powermaildiv_uid40 label,
#bestellformular #powermaildiv_uid35 label,
#bestellformular #powermaildiv_uid36 label,
#bestellformular #powermaildiv_uid37 label,
#bestellformular #powermaildiv_uid38 label,
#bestellformular #powermaildiv_uid53 label,
#bestellformular #powermaildiv_uid55 label,
#bestellformular #powermaildiv_uid57 label,
#bestellformular #powermaildiv_uid64 label,
#bestellformular #powermaildiv_uid427 label,
#bestellformular #powermaildiv_uid429 label {
	float: right;
}
#bestellformular #powermaildiv_uid39 label,
#bestellformular #powermaildiv_uid46 label,
#bestellformular #powermaildiv_uid47 label,
#bestellformular #powermaildiv_uid48 label,
#bestellformular #powermaildiv_uid49 label {
	width: 190px;
}
#bestellformular input.validate-digits {
	width: 52px;
	float: left;
	margin: 0;
	text-align: center;
}
#bestellformular input#uid21,
#bestellformular input#uid29 {
	text-align: left;
}
#bestellformular input#uid42,
#bestellformular input#uid43,
#bestellformular input#uid44,
#bestellformular input#uid45,
#bestellformular input#uid39,
#bestellformular input#uid46,      
#bestellformular input#uid48,
#bestellformular input#uid54,
#bestellformular input#uid56,      
#bestellformular input#uid58,
#bestellformular input#uid65,
#bestellformular input#uid428,
#bestellformular input#uid430 {
	width: 120px;
	text-align: right;
}
#bestellformular .powermail_radio_inner_uid24_0 {
  	margin: 0 0 0 200px;
	width: 61px;
	display: inline;
}
#bestellformular .powermail_radio_inner_uid24_0 label {
   	float: right;
   	width: 9px;
}
#bestellformular .powermail_radio_inner_uid24_1 {
	width: 56px;
}
#bestellformular #powermaildiv_uid24 .powermail_radio_inner_uid24_1 label {
   	float: right;
   	width: 25px; 	
}
#bestellformular .powermail_radio_inner_uid24_0 input,
#bestellformular .powermail_radio_inner_uid24_1 input {
	float: left;
	margin: 3px 8px 0 0;
	width: 10px;
}
.powermaildiv_uid25 {
	float: left;
	clear: both;
}
#bestellformular .tx-powermail-pi1_fieldset_lieferanschrift label,
#bestellformular .tx-powermail-pi1_fieldset_rechnungsanschrift label,
#bestellformular .tx-powermail-pi1_fieldset_frrckfragen label {
	width: 190px;
}
#bestellformular textarea,
#bestellformular select,
#bestellformular input {
	width: 270px;
	float: left;
}
#bestellformular fieldset.tx-powermail-pi1_fieldset_rechnungsanschrift div .powermail_radio_inner_uid24_0 label{
	width: 30px;
}
input.powermail_radio{
	width: 10px;
}
#bestellformular .tx-powermail-pi1_fieldset_angabenberprfen p {
	float: left;
	width: 450px;
	margin: 0;
}
#bestellformular .tx-powermail-pi1_fieldset_angabenberprfen input,
#bestellformular .tx-powermail-pi1_fieldset_angabenberprfen label {
 	width: 10px;
}
#bestellformular .tx_powermail_pi1_fieldwrap_html_submit { 	
	float: left;
	clear: both;
}
#bestellformular .tx_powermail_pi1_fieldwrap_html_submit input {
	width: 270px;
}
.tx-powermail-pi1 table.powermail_all {
	margin: 0 0 16px 0;
}

/* member extension */
#content table.tx_r3membermgmt_pi1-listing_table tbody tr td ul.member_row li{
	list-style-position:  outside;
	color: #164773;
}
#content table.tx_r3membermgmt_pi1-listing_table tbody tr td ul.member_row{
	margin-bottom: 0px;
}
.tx-r3membermgmt-pi1 {
	color: #666;
}
div.tx_r3membermgmt_pi1_searchelement{
	float:left;
	margin-right: 10px;
}
div.tx-r3membermgmt-pi1 fieldset{
	padding-left:10px;
	padding-right:10px;
	border: 1px solid #164773;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.tx-r3membermgmt-pi1 fieldset legend {
	padding: 0 5px;
	color: #164773;
	font-weight: bold;
}
.tx_r3membermgmt_pi1-listing_table tr th {
	color: #164773;
	font-size: 93%;
	font-weight: bold;
	padding-right: 10px;
}
.tx_r3membermgmt_pi1-listing_table tr td {
	padding-right: 10px;
	color: #666;
}
table.tx_r3membermgmt_pi1-detail_table tr {
	border-bottom: 1px solid #ccc;
	margin: 0 0 2px 0;
}
table.tx_r3membermgmt_pi1-detail_table tr td {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
table.tx_r3membermgmt_pi1-detail_table {
	margin: 0 0 20px 0;
	color: #666
}
h2.error{
	text-decoration: underline;
	color:#000000;
}
#tx_r3membermgmt_pi1_form {
	width: 545px;
}
.tx_r3membermgmt_pi1_searchelement input.button {
	background:	transparent url(../images/pfeil.gif) no-repeat scroll 0 4px;
	border:	0;
	color: #164773;
	font-weight: bold;
	padding: 0 0 0 10px;
	text-align:	left;
	cursor: pointer;
}
.tx_r3membermgmt_pi1_searchelement input.button:hover {
	text-decoration: underline;
}


/* language selector */
#language {
   	position: absolute;
   	top: -20px;
   	right: -5px;  	
}
#language span.no,
#language span.spc,
#language span.cur {
	color:#164773;
}

