/*******************************************************************************
Titel:	master stylesheet meneon.com
Autor: 	sascha.scholz@actra.ch
Update: 07.08.2009
*******************************************************************************/

/* =reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

ul, ol {list-style: none;}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal; 
}

table, td, th {vertical-align: top;}

blockquote:before, blockquote:after,
q:before, q:after {content: "";}

blockquote, q {quotes: "" "";}

a img {border: none;}

textarea {overflow: auto;}

em {font-style: normal;}
strong {font-weight: bold;}

body {
  padding-bottom: 20px;
	font-size: small;
	font-family: verdana, sans-serif;
  color: #333;
  background: #e5e5e5 url(/images/header-bg.gif) 0 0 repeat-x;
}

a:link, a:visited {
  color: #3079bb;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #639ed3;
	text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6 {margin-bottom: 1em;}

h2, h3, h4, h5, h6 {
  font-family: arial, sans-serif;
  font-weight: bold;
}

h2 {font-size: 145%;}

h2 span.link-edit {
  font-weight: normal;
  font-size: 75%;
}

h3 {
  margin-bottom: .5em;
  font-size: 115%;
}

h4, h5, h6 {font-size: 115%;}

/* =header */
#header {
  margin: 0 auto;
  width: 960px;
  position: relative;
  height: 60px;
}

#header ul {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 85%;
}

#header li {
  margin-left: 7px;
  padding-left: 7px;
  float: left;
  border-left: 1px solid #ccc;
}

#header li.user, #header li.link-reg {border: none;}

#header li em {
  color: #000;
  font-weight: bold;
}

#header li a {
  color: #666;
  text-decoration: none;
}

#header li a:hover, #header li a:focus {color: #000;}

h1 {
  position: absolute;
  top: 15px;
  left: 10px;
  text-indent: -9999px;
  background: url(/images/logo-normal.gif) 0 0 no-repeat;
  width: 160px;
  height: 29px;
}

h1 a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* =navi-container */
#navi-container {
  padding-bottom: 7px;
  width: 100%;
  float: left;
  background: #353132 url(/images/navi-main-container.gif) 0 100% repeat-x;
}

/* =navi-wrapper */
#navi-wrapper {
  margin: 0 auto;
  width: 960px;
  position: relative;
  border-top: 2px solid #000;
}

/* =navi-main */
#navi-main {font-size: 85%;}

#navi-main li {float: left;}

#navi-main a {
  padding: 10px 15px;
  text-decoration: none;
  float: left;
  font-weight: normal;
  color: #ddd;
}

#navi-main a:hover, #navi-main a:focus {
  background: #555;
  color: #fff;
}

#navi-main .nav_current a,
#navi-main .nav_current a:hover {
  padding-top: 9px;
  font-weight: bold;
  border-top: 1px solid #e3eca9;
  color: #000;
  background: #B5CA31;
}

/* =additional */
#additional {
  font-size: 90%;
  color: #fff;
  position: absolute;
  top: 4px;
  right: 15px;
}

#additional input.text {
  padding: 2px 2px 2px 22px;
  background: #fff url(/images/search-icon.gif) 4px 50% no-repeat;
  border: 1px solid #000;
  width: 180px;
}

#additional label {
  position: absolute;
  top: 0;
  left: -9999px;
}

#additional input.submit {
  padding: 1px 5px;
  background: #eee;
  border: 1px solid #000;
  cursor: pointer;
}

#additional input.submit:hover {background: #ddd;}

/* =navi-sub-wrap */
#navi-sub-wrap {
  clear: both;
  width: 100%;
  float: left;
  background: #B5CA31;
}

/* =navi-sub */
#navi-sub {
  margin: 0 auto;
  padding-left: 5px;
  padding-top: 7px;
  width: 960px;
  font-size: 85%;
}

#navi-sub li {float: left;}

#navi-sub a {
  padding: 0 14px;
  float: left;
  text-decoration: none;
  color: #485305;
}

#navi-sub a:hover, #navi-sub a:focus {color: #000;}

#navi-sub .nav_current a {
  color: #000;
  font-weight: bold;
}

/* =container(s) */
#container, #container-wide {
  padding-top: 20px;
  width: 100%;
  float: left;
  background: #e5e5e5 url(/images/container-bg.jpg) 0 0 repeat-x;
}

/* =content-wrap */
#content-wrap {
  margin: 0 auto;
  width: 958px;
  font-size: 95%;
  border: 1px solid #ccc;
  border-width: 1px 1px 0;
  color: #333;
  background: #fff url(/images/content-wrap22.gif) 0 0 repeat-y;
}

/* =main */
#main {
  padding: 25px;
  width: 568px;
  float: left;
  font-size: 95%;
  line-height: 1.6em;
  min-height: 380px;
  position: relative;
}

#container-wide #main {
  float: none;
  width: 908px;
  background: #fff;
}

/* =aside Elemente ************************************************************/
/* =aside */
#aside {
  padding: 40px 20px 20px;
  float: right;
  width: 300px;
  line-height: 1.5em;
  font-size: 95%;
}

/* =aside-box */
.aside-box {margin-bottom: 20px;}

.aside-box h3 {
  margin: 0 -20px 10px 0;
  font-size: 115%;
  border-bottom: 1px solid #d3d3d3;
  border-color: #666;
  color: #000;
}

/* =news-box */
#news-box ul li {margin-bottom: 1em;}

#news-box ul p {margin: 0;}

#news-box p.date {
  font-size: 90%;
  color: #888;
  font-family: arial, sans-serif;
}

#news-box ul p a {
  color: #000;
  text-decoration: none;
}

/* =rectangle */
#rectangle h4 {
  margin: 0 0 3px;
  font-weight: normal;
  color: #888;
  font-size: 85%;
  font-family: verdana, sans-serif;
}

/* =footer */
#footer {
  margin: 0 auto;
  padding: 20px 25px;
  width: 910px;
  clear: both;
  font-size: 85%;
  line-height: 1.4em;
  color: #eee;
  background: #888 url(/images/footer-bg.gif) 0 100% no-repeat;
}

#footer p {margin: 0;}

#footer ul {float: right;}

#footer li {
  margin-left: 7px;
  padding-left: 7px;
  float: left;
}

#footer a {
  text-decoration: none;
  color: #888;
  color: #eee;
}

#footer a:hover, #footer a:focus {color: #fff;}
#addthis {margin: 1em 0;}

/* SEITEN *********************************************************************/
#link-group-add, #link-pers-add {
  position: absolute;
  top: 20px;
  right: 25px;
}

.button a:link, .button a:visited {
  padding: 2px 8px 2px 23px;
  font-size: 90%;
  display: block;
  font-weight: normal;
  text-decoration: none;
  float: left;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #000;
  background: #fff url(/images/add-icon.gif) 4px 50% no-repeat;
}

.button a:hover, .button a:focus {text-decoration: underline;}

/* apersonen.html *************************************************************/
#body_akontakte #linking-commando {padding-bottom: 10px;}

/* =links-addressbook */
#links-addressbook {
margin-bottom: 1.5em;
margin-bottom: 5px;
}

#links-addressbook li {
  margin: 0 10px 0 0;
  float: left;
  font-size: 90%;
}

#links-addressbook a,
#linking .link-add a,
.tabbox .link-add a {
  padding: 2px 8px 2px 23px;
  text-decoration: none;
  float: left;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #000;
  background: #fff url(/images/add-icon.gif) 4px 50% no-repeat;
  font-weight: normal;
}

#links-addressbook .edit a {background: #fff url(/images/pencil.png) 4px 50% no-repeat;}

#links-addressbook .export a {
  background-image: url(/images/icon-export.gif);
  padding-left: 28px;
}
#links-addressbook .import a {
  background-image: url(/images/icon-import.gif);
  padding-left: 28px;
}

#links-addressbook a:hover,
#linking .link-add a:hover,
.tabbox .link-add a:hover {
  text-decoration: underline;
  background-color: #fff;
}

/* =navi-address
#navi-address {
  margin-bottom: 20px;
  font-size: 90%;
}

#navi-address li {float: left;}

#navi-address li a {
  margin-right: 1px;
  padding: 3px 10px;
  display: block;
  text-decoration: none;
  font-family: arial, sans-serif;
  background: #e8e8e8;
  color: #000;
}

#navi-address li a:hover, #navi-address li a:focus {
  color: #fff;
  background: #aaa;
}

#navi-address a.nav_current, #navi-address a.nav_current:hover {
  font-weight: bold;
  background: #333;
  color: #fff;
  text-decoration: none;
}
*/

/* =adressbook u. =groups */
#addressbook,
#groups {
  margin-bottom: 1em;
  border: 0;
}

#addressbook th, #addressbook td,
#groups th, #groups td {
  padding: 5px 10px;
  vertical-align: top;
  text-align: left;
  font-family: arial, sans-serif;
  border-bottom: 1px solid #fff;
  background: #f5f5f5;
}

#addressbook td.td-connect {
  text-align: center;
  width: 70px;
}

#addressbook td {vertical-align: middle;}

#addressbook td img {display: block;}
#addressbook td.td-connect img {display: inline;}

#addressbook thead th,
#groups thead th {
  font-weight: bold;
  font-family: verdana,sans-serif;
  font-size: 90%;
  color: #eee;
  background: #888;
}

#addressbook thead th a,
#groups thead th a {
  padding-right: 15px;
  white-space: nowrap;
  text-decoration: underline;
  color: #eee;
}

#addressbook thead th a:hover,
#groups thead th a:hover {
  text-decoration: none;
  color: #fff;
  }

#addressbook tr.alt td,
#groups tr.alt td {background: #eee;}

#addressbook td.pic {
  padding: 5px;
  width: 30px;
}

#addressbook td.inputcell {width: 10px;}

#addressbook tr:hover td,
#groups tr:hover td {background: #ffffcc;}

/* =aktion */
#groups td.aktion {text-align: right;}
#groups td.aktion ul {font-family: arial;}

#groups td.aktion li {
  display: inline;
  margin: 0 0 0 10px;
}

td.aktion a {
  color: #333;
  text-decoration: none;
}
td.aktion li a:hover {text-decoration: underline;}

#groups td.aktion li a.edit, #groups td.aktion li a.delete {
  padding-left: 18px;
  background: url(/images/delete.png) 0 50% no-repeat;
}
#groups td.aktion li a.edit {background-image: url(/images/pencil.png);}

/* aperson.html ***************************************************************/
/* =link-delete, =whocanseeit */
.link-delete,
.whocanseeit {
  font-size: 90%;
  position: absolute;
  top: 8px;
  right: 25px;
  background: url(/images/icon-addressdelete.gif) 0 50% no-repeat;
  padding-left: 20px;
}

p.whocanseeit {background-image: url(/images/icon-eye.gif);}

.link-delete a,
.whocanseeit a {
  text-decoration: none;
  color: #333;
}

.link-delete a:hover, .link-delete a:focus,
.whocanseeit a:hover, .whocanseeit a:focus {text-decoration: underline;}

/* =a-wrap */
.a-wrap {
  float: left;
  width: 100%;
  background: url(/images/a-wrap.gif) 100% 0 repeat-y;
  min-height: 380px;
}

/* =first */
#first {
  width: 328px;
  float: left;
}

/* =persdata */
#persdata {
  margin-bottom: 20px;
  position: relative;
}

/* =portrait */
#persdata #portrait {
  margin-bottom: 15px;
  width: 120px;
  float: left;
}

#persdata #portrait img {display: block;}

#portrait a {
  text-decoration: none;
  font-family: arial, sans-serif;
  color: #999;
}

#portrait a:hover {
  color: #000;
  text-decoration: underline;
}

#persdata h2 {
  margin: 0 0 10px 140px;
  font-family: arial, sans-serif;
  font-size: 115%;
  font-weight: bold;
}

#persdata dl {
  margin-bottom: 5px;
  margin-left: 140px;
  font-family: arial, sans-serif;
  line-height: 1.3em;
}

#persdata dt {
  display: block;
  color: #9aaf14;
  font-weight: normal;
  font-family: arial, sans-serif;
}

#persdata p.link-edit {margin: 1em 0 0 140px;}

#persdata p.link-edit a {
  color: #999;
  text-decoration: none;
  font-family: arial, sans-serif;
}

#persdata p.link-edit a:hover {
  color: #000;
  text-decoration: underline;
}

#persdata img.linked {
  position: absolute;
  top: 0;
  right: 0;
}

/* =persgroup, =notes, =linking, =similar */
#similar,
#persgroup,
#notes,
#linking {
  margin-bottom: 20px;
  padding: 0 10px 15px;
  clear: left;
  position: relative;
  background: #f8f8f8;
  border: 1px solid #ddd;
}

#similar h3,
#persgroup h3,
#notes h3,
#linking h3 {
  margin: 0 -10px 15px;
  padding: 3px 10px;
  border-bottom: 1px solid #e1e1e1;
  color: #444;
  background: #e1e1e1;
}

#similar .merging {font-family: arial, sans-serif;}

#similar .merging a {color: #666;}
#similar .merging a:hover, #similar .merging a:focus {color: #999;}

/* =persgroup */
#persgroup {font-family: arial, sans-serif;}

#persgroup p {margin: 0;}

#persgroup p a:hover {
  text-decoration: none;
  color: #000;
}

#persgroup .link-edit {
  position: absolute;
  top: 5px;
  right: 10px;
}
#persgroup .link-edit a {
  color: #333;
  text-decoration: none;
}

#persgroup .link-edit a:hover {text-decoration: underline;}

/* =linking */
#linking ul {
  margin: 0 -10px 10px;
  font-family: arial, sans-serif;
}

#linking ul li {
  padding: 1px 10px;
  background: #f8f8f8;
  border-bottom: 1px solid #f3f3f3;
  text-align: right;
}

#linking ul li:hover {background: #fff;}

#linking ul li span {float: left;}

#linking ul li a.delete,
#linking ul li a.link-edit {
  margin-left: 5px;
  color: #aaa;
  text-decoration: none;
}

#linking ul li a.delete:hover,
#linking ul li a.link-edit:hover {
  color: #000;
  text-decoration: underline;
}

#linking p.button {margin: 0;}

/* =notes */
#notes {
  margin-bottom: 0;
  padding-bottom: 15px;
  font-family: arial, sans-serif;
}

#notes p {margin: 0;}

#notes p a:hover {
  text-decoration: none;
  color: #000;
}

#notes .link-edit {
  position: absolute;
  top: 5px;
  right: 10px;
}
#notes .link-edit a {
  color: #333;
  text-decoration: none;
}

#notes .link-edit a:hover {text-decoration: underline;}

/* =second ****************************************************/
#second {
  width: 550px;
  float: right;
}

/* =navi-tab */
#navi-tab ul {background: #fff url(/images/navi-tab-bg-20.jpg) 0 100% no-repeat;}

#navi-tab ul li {
  margin: 0 3px 0 0;
  float: left;
}

#navi-tab ul li a {
  padding: 7px 10px;
  text-decoration: none;
  display: block;
  line-height: 1em;
  font-size: 90%;
  color: #222;
  background: #d4d4d4;
}

#navi-tab ul li a:hover, #navi-tab ul li a:active, #navi-tab ul li a:focus {
  text-decoration: none;
  color: #333;
  background: #ddd;

}

#navi-tab ul .nav_current a, #navi-tab ul .nav_current a:hover {
  padding-bottom: 9px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ddd;
  border-width: 1px 1px 0;
  color: #000;
  background: #f5f5f5;
}

/* =tabbox */
.tabbox {
  margin-bottom: 20px;
  padding: 25px 15px 0;
  position: relative;
}

/* =form-add */
.tabbox .form-add {
  margin-bottom: 2em;
  padding: 4px 9px;
  background: #ddd;
  border: 1px solid #d3d3d3;
}

.tabbox .form-add fieldset {
  background: transparent;
  border: 0;
}

.tabbox .form-add select {margin-right: 5px;}

.tabbox h3 {
  margin-bottom: 15px;
  color: #000;
}

.tabbox h4 {
  margin-bottom: 3px;
  font-size: 95%;
  font-family: verdana, sans-serif;
}

/* =contactdetails */
.contactdetails {
  margin-bottom: 15px;
  position: relative;
}

.contactdetails table {
  margin: 0;
  width: 518px;
  background: #fff;
}

.contactdetails th, .contactdetails td {
  padding: 1px 10px;
  font-family: arial, sans-serif;
  border-bottom: 2px solid #ddd;
  border-color: #f5f5f5;
}

.contactdetails td.character {
  width: 20px;
  text-align: center;
  border-right: 2px solid #f5f5f5;
}

.contactdetails td.character img {vertical-align: top;}

.contactdetails th {
  white-space: nowrap;
  width: 20px;
}

.contactdetails td.action {
  padding-left: 5px;
  text-align: center;
  width: 45px;
}

.contactdetails td.action img {vertical-align: middle;}
.contactdetails td.action {vertical-align: middle;}

.contactdetails td.action ul li {
  display: inline;
  margin: 0 0 0 5px;
  padding: 0;
}

.contactdetails td.action ul li a {
  font-family: arial, sans-serif;
  text-decoration: none;
  color: #aaa;
}

.contactdetails td.action ul li a:hover {
  color: #333;
  text-decoration: underline;
}

/* =address-list */
.address-list li.address {
  margin-bottom: 15px;
  padding: 5px;
  position: relative;
  border: 1px solid #ccc;
  font-family: arial, sans-serif;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* =address-status */
p.address-status {
  margin-bottom: 10px;
  padding: 2px 10px;
  color: #9AAF14;
  font-family: arial, sans-serif;
  color: #666;
  background: #ddd;
}

p.address-status strong {
  font-weight: bold;
  color: #333;
}

p.address-status a {
  color: #666;
  text-decoration: none;
}

p.address-status a:hover {
  text-decoration: underline;
  color: #333;
}

/* =address-wrap */
.address-wrap {
  margin: 0 10px 10px;
  position: relative;
  background: #fff url(/images/address-wrap.gif) 235px 0 repeat-y; /* TEMP */
}

/* =address-main */
.address-main {
  padding-right: 20px;
  position: relative;
  width: 295px;
  float: left;
}

.address-main p {margin: 0;}
.address-main p.businessinfo {margin-top: 10px;}
.address-main p.businessinfo em {font-weight: bold;}

.address-main .link-edit {
  position: absolute;
  top: 2px;
  right: 0;
}

.address-main img.confidential,
.address-main img.linked {
  position: absolute;
  top: 3px;
  right: 30px;
}

/* =address-service */
.address-service {
  float: right;
  width: 145px;
}

/* =address-contact */
.address-contact {}

.address-contact table {background: #f5f5f5;}

.address-contact table th, .address-contact table td {
  padding: 1px 10px;
  border-top: 2px solid #fff;
}

.address-contact table th {width: 20px;}

.address-contact td.character {
  width: 30px;
  text-align: center;
  border-right: 2px solid #fff;
}

.address-contact td.character img {vertical-align: top;}

.address-contact table td.action {
  text-align: center;
  width: 40px;
}

.address-contact table td.action img {vertical-align: middle;}

.address-contact table td.action ul li {display: inline;}
.address-contact table td.action ul li a.delete {margin-left: 5px;}

.address-contact form {margin: 10px 0 0;}

.address-contact form select {font-size: 100%;}

.address-contact form input {
  margin-left: 5px;
  padding: 0;
  font-size: 100%;
}

/* deleteall */
.address-list .deleteall {
  position: absolute;
  top: 8px;
  right: 12px;
}

/* asocial.html ***************************************************************/
#social li img.sociallogo {
  margin: 0 10px 0 5px;
  padding: 5px;
  float: left;
  background: #fff;
  border: 1px solid #ddd;
}

#social li {
  margin-bottom: 10px;
  padding: 5px 70px 5px 0;
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}

#social li a.delete {
  position: absolute;
  top: 5px;
  right: 5px;
}

#social li a.link-edit {
  position: absolute;
  top: 5px;
  right: 30px;
}

#social li img.confidential {
  padding-right: 10px;
  position: absolute;
  top: 5px;
  right: 55px;
  border-right: 1px solid #ddd;
}

#social li img.linked {
  position: absolute;
  top: 5px;
  right: 60px;
}

/* =profil.html ***************************************************************/
#further-profil-data {
  padding: 10px;
  border: 1px solid #ddea8b;
  background: #f1f8c4 url(/images/green-shiny-bg.jpg) 50% 0 no-repeat; /* green */
}

#further-profil-data h3 {
  margin: 0 0 5px;
  font-size: 105%;
  font-family: verdana, sans-serif;
  color: #000;
}

#further-profil-data ul {
  margin: 0 0 0 2em;
  list-style-type: disc;
}

#further-profil-data ul li {margin: 0 0 .5em 0;}
#further-profil-data ul li em {font-weight: bold;}

/* =link-deleteaccount */
.link-deleteaccount {
  margin-top: 25px;
  padding: 15px 0;
  text-align: center;
  background: #ffd5d1;
  border: 1px solid #E9584C;
}
.link-deleteaccount p {margin: 0;}
.link-deleteaccount a {
  background: url(/images/delete.png) 0 50% no-repeat;
  padding-left: 20px;
}

/* Formulare ******************************************************************/
/* =form-global */
.form-global fieldset {
  margin-bottom: 10px;
  border: 1px solid #ddea8b;
  background: #f1f8c4 url(/images/green-shiny-bg.jpg) 50% 0 no-repeat; /* green */
}

.form-global h3 {
  margin: 10px 10px 5px;
  font-size: 105%;
  font-family: verdana, sans-serif;
  color: #000;
}

.form-global p {margin: 0 10px 1em;}

.form-global dl {
  margin-bottom: -1px;
  padding: 10px;
  border-bottom: 1px solid #ddea8b;
}

.form-global dt {
  margin: 0 10px 0 0;
  padding-top: 3px;
  float: left;
  line-height: 1.3em;
  font-family: arial, sans-serif;
  width: 130px;
  color: #333;
}

.form-global dt em {
  font-weight: bold;
  font-size: 115%;
  color: #74821b;
}

.form-global dt label {vertical-align: middle;}

.form-global dd input.text,
.form-global dd input.password,
.form-global dd select,
.form-global dd textarea {
  padding: 2px;
  width: 320px;
  vertical-align: middle;
}

textarea#note {
  width: 394px;
  height: 24em;
}

input#bplz,
input#pplz,
input#plz {width: 50px;}

#form-kontakt dd textarea {
  width: 392px;
  height: 15em;
  overflow: auto;
}

.form-global dd select {width: auto;}
.form-global dd select#land,
.form-global dd select#adresse,
.form-global dd select#adresseID {width: 326px;}

.form-global dd em {
  margin: .2em 0 0 140px;
  display: block;
  font-size: 90%;
  line-height: 1.3em;
  color: #74821b;
}

/* =input-note */
.form-global dd .input-note img {
  margin-left: 3px;
  vertical-align: middle;
}

.form-global fieldset.submit {
  margin: 1em 0;
  padding-left: 150px;
  background: none;
  border: none;
}

.form-global fieldset.submit input.submit {margin: 0 10px 0 0;}

.form-global .submit .link-keinpw {font-size: 95%;}

/* =form-emailchange */
#form-emailchange dd.current-email {font-weight: bold;}

/* =form-photoupload */
#form-photoupload fieldset {padding: 10px;}

#form-photoupload div.pic {
  float: left;
  width: 120px;
}

#form-photoupload div.pic img {border: 1px solid #fff;}

#form-photoupload ul {margin: 0 0 0 140px;}
#form-photoupload ul li {margin-bottom: 1em;}
#form-photoupload ul li label {display: block;}

/* =form-access */
#form-access fieldset {padding: 10px;}

/* =form-search */
.form-search {
  margin-bottom: 2em;
  padding: 10px;
  font-size: 90%;
  border: 1px solid #ddea8b;
  background: #f1f8c4 url(/images/green-shiny-bg.jpg) 50% 0 no-repeat;
}

.form-search input.text,
.form-search select {
  margin: 0 10px;
  padding: 2px;
  width: 200px;
}

.form-search a.link-all {margin-left: 15px;}

/* =form-register */
#form-register dl {position: relative;}

#form-register dd #plz {width: 100px;}

#form-register p {
  margin: 0;
  padding: 10px 10px 10px 150px;
}

/* =form-acdelete */
#form-acdelete fieldset {padding: 10px 0;}
#form-acdelete #deleteconfirmation {width: 3em;}
#form-acdelete #deletereason {margin: 0 10px;}
#form-acdelete #deletereason label {display: block;}

/* =form-group */
#form-group ul {margin: 10px 10px 10px 150px;}

/* =formfehler */
#formfehler {
  margin-bottom: 1em;
  padding: 15px;
  border: 1px solid #dfc204;
  background: #fdf5c2;
  color: #000;
}

#formfehler p {margin-bottom: .5em;}

#formfehler strong {
  font-weight: bold;
  color: #000;
  font-size: 95%;
}

#formfehler ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: square;
}

#formfehler ul {margin-left: 25px;}

/* =map */
#map {
  margin-bottom: 20px;
  width: 100%;
	height: 500px;
	overflow: hidden;
  position: relative;
  background: #fff;
}

/* =agb */
#agb {
  margin: 0 0 1em 2em;
  list-style-type: decimal;
}

#agb li {font-weight: bold;}

#agb li h4 {
  margin-bottom: .5em;
  font-size: 105%;
  font-family: verdana, sans-serif;
}

#agb li li, #agb ul, #agb p {
  font-weight: normal;
  font-family: verdana, sans-serif;
}

#agb ul {
  margin: 0 0 2em 1em;
  list-style-type: disc;
}

/* =linkin-commando */
#linking-commando {
  margin: -24px -24px 25px;
  padding: 15px 25px 0;
  background: #f5f5f5 url(/images/linking-commando-bg.jpg) 0 100% no-repeat;
  width: 906px;
}

#linking-commando h2 {margin-bottom: 10px;}

#navi-linking li,
#navi-address li {
  margin: 0 1px 0 0;
  float: left;
}

#navi-linking li a,
#navi-address li a {
  padding: 8px 10px;
  text-decoration: none;
  display: block;
  line-height: 1em;
  border: 1px solid #ccc;
  background: #eee url(/images/navi-tab-a.gif) 0 100% repeat-x;
  color: #000;
  font-size: 90%;
}

#navi-linking li a:hover, #navi-linking li a:focus, #navi-linking li a:active,
#navi-address li li a:hover, #navi-address li li a:focus, #navi-address li a:active {
  text-decoration: none;
  background: #eee;
  color: #333;
  background: #fff;
}

#navi-linking .nav_current a, #navi-linking .nav_current a:hover,
#navi-address a.nav_current, #navi-address li a.nav_current:hover {
  background: #fff;
  font-weight: bold;
  border-color: #ccc #ccc #fff;
  padding-bottom: 9px;
  border-width: 1px 1px 0;
}

/* =cluetip */
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(/images/wait.gif);
}

.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background: #fff;
  border: 1px solid #666;
  font-size: 100%;
  font-family: arial, sans-serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.cluetip-default h3 {margin: 0;}

.cluetip-default h3#cluetip-title {
  margin: 0 0 10px;
  padding: 5px 10px;
  font-weight: normal;
  background-color: #333;
  color: #fff;
  font-size: 95%;
  background: #6894C1;
}

.cluetip-default p,
.cluetip-default ul {
  margin: 0 0 1em;
  padding: 0;
}

.cluetip-default #cluetip-title a {
  color: #fff;
  font-size: 85%;
}  

.cluetip-default #cluetip-inner {
  padding: 0 10px;
  line-height: 1.4em;
  font-size: 90%;
}

.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px;
}

#cluetip-inner ul {
  margin-left: 2em;
 list-style-type: disc;
}

/* =instruction */
.instruction {
  margin: 0 0 0 25px;
  list-style-type: decimal;
}

.instruction li {margin-bottom: 2em;}

/* similar.html ***************************************************************/
#form-similar fieldset.submit {padding-left: 10px;}

#form-similar p {margin: 0 0 1em;}

#form-similar table {
 margin: 0 10px 1em;
 width: 888px;
}

#form-similar table th, #form-similar table td {
  padding: 3px 10px 3px 0;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #BCDBF1;
  border-color: #ddea8b;
  font-family: arial, sans-serif;
}

#form-similar table th {
  width: 100px;
  white-space: nowrap;
  font-weight: normal;
}

/* =similar networks */
#similar-networks ul {margin: 0 10px 1em;}

#similar-networks ul li {
  padding: 10px 0;
  border-bottom: 1px solid #BCDBF1;
  border-color: #ddea8b;
  float: left;
  width: 100%;
}

#similar-networks ul li img {
  margin: 0 20px 0 0;
  padding: 5px;
  background: #fff;
}

/* similar-p-adresses */
#similar-p-adresses li,
#similar-b-adresses li {
  margin: 0 10px 10px;
  padding: 0 0 10px 30px;
  border-color: #ddea8b;
  border-width: 0 0 1px;
  position: relative;
}

#similar-p-adresses li input,
#similar-b-adresses li input {
  position: absolute;
  top: 0;
  left: 0;
}

#similar-p-adresses li table,
#similar-b-adresses li table {
  margin: 0;
  width: auto;
}

#similar-p-adresses li th, #similar-p-adresses li td,
#similar-b-adresses li th, #similar-b-adresses li td {
  border: none;
  padding: 0;
}

#similar-b-adresses li th,
#similar-b-adresses li th {
  width: 20px;
  padding-right: 20px;
}

/* =form-details */
#similar-details table th {
  font-weight: bold;
  width: auto;
}


#similar-groups ul {margin: 0 10px 1em;}
#similar-groups li {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #BCDBF1;
  border-color: #ddea8b;
}

#similar-relations ul {margin: 0 10px 1em;}
#similar-relations li {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #BCDBF1;
  border-color: #ddea8b;
}

/* =navi-form */
#navi-form {
  margin-bottom: 1em;
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #eee;

  margin-bottom: 2em;
  padding: 0;
  border: 0;
  background: none;
}

#navi-form ol {
  margin: 0 0 0 2.5em;
  list-style-type: decimal;
}

#m-contact p span {
  margin: 0 1em 0 0;
  width: 4em;
  float: left;
}

/* =impcontactdata */
#impcontactdata {
  margin: 0 0 1em 40px;
  list-style-type: decimal;
}

#impcontactdata li {margin-bottom: .3em;}

/* =misc **********************************************************************/
/* =pagination */
.pagination {
	margin-bottom: 1em;
	font-size: 90%;
}

.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination li {display: inline;}

.pagination a {
	padding: 3px 7px;
	border: 1px solid #aaa;
	text-decoration: none;
	position: relative;
	background: #fff;
	color: #333;
}

.pagination a:link,
.pagination a:visited {font-weight: normal;}

.pagination li.currentpage strong {
	padding: 3px 3px;
	font-weight: bold;
	color: #000;
}

.pagination .zurueck a, .pagination li.zurueckdisable,
.pagination .vor a, .pagination li.vordisable {
	padding: 3px 6px;
	font-weight: bold;
	border: 1px solid #aaa;
	text-decoration: none;
	position: relative;
	color: #333;
}

.pagination a:hover {background: #eee;}

.pagination li.zurueckdisable,
.pagination li.vordisable {
	color: #aaa;
	font-weight: normal;
	border-color: #ddd;
}

.access {
  position: absolute;
  top: 0;
  left: -9999px;
}

.smsexample {
  background: #F3F3F3;
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
}

.attention {font-size: 90%;}

.form-required-note {
  margin-bottom: .5em;
  font-style: italic;
  font-size: 90%;
}

.form-required-note em {
  font-weight: bold;
  color: #cc0000;
}

p.agb-date {font-size: 95%;}

/* =link-back */
p.link-back {
  margin: -15px 0 15px;
  font-size: 90%;
  color: #666;
}

#body_aperson .link-back,
#body_apbusiness .link-back,
#body_apsocials .link-back,
#body_aorganisation .link-back {
  background: #f5f5f5;
  margin: -24px -25px 2em;
  padding: 6px 25px 6px;
  border-bottom: 1px solid #eee;
}

p.link-back a:link, p.link-back a:visited {
  color: #666;
  text-decoration: none;
}

p.link-back a:hover, p.link-back a:focus {
  text-decoration: underline;
  color: #333;
}

/* =instruction */
.instruction-list {
  margin: 0 0 1em 2em;
  list-style-type: decimal;
}

.instruction-list li {margin-bottom: 1em;}

/* =imp-exp */
#imp-exp {
  float: right;
  font-size: 90%;
}

#imp-exp li {
  margin: 5px 0 0 10px;
  display: inline;
}

.success,
.notice,
.error {padding: 10px;}

.success {
  background: #d5f8cd;
  border: 1px solid #b0e5a3;
}

.totop a {
  margin-left: -10px;
  color: #999;
  font-size: 90%;
}

.totop a:hover, .totop a:focus {color: #333;}

.linkaction {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 95%;
  font-family: arial, sans-serif;
}

.linkaction a {color: #666;}

.norm-list {
  margin: 0 0 1em 2em;
  list-style: disc;
}
.norm-list li {margin-bottom: .5em;}

/* =easyclearing Methode */
.clrItem:after,
.form-global dl:after,
#navi-address ul:after,
.address-list li.address:after,
.address-wrap:after,
#social ul li:after,
#navi-tab ul:after,
.link-add:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}




/* NEU */
#contact-commando {
  position: relative;
  background: #F5F5F5;
  padding: 25px 25px 0;
  margin: -25px -25px 20px;
  background: #f5f5f5 url(/images/linking-commando-bg.jpg) 0 100% no-repeat;
  width: 908px;
}

#contact-commando form {
  margin-bottom: 15px;
  margin-top: -10px;
}

#contact-commando form select {padding: 1px;}

#contactno {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 90%;
}






