/*//////////////////////////////
 COLOR SCHEMA
 http://colorblender.com/?preloadblend=e50078F70000AB550099004F545454ABABAB
//////////////////////////////*/

/*//////////////////////////////
 GLOBALS
//////////////////////////////*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; border: 0;}
a img,:link img,:visited img { border: none; }

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

a:hover
{
  text-decoration: none;
  color: #6c006c;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #fff;
  background-image:url(/images/bgimage2.jpg);
}

body
{
  padding: 0px 0 10px 0;
  color: #000000;
}
body div {
  /* max-width: 800px; */
  /* damit bei der Modalbox der komplette Hintergrund
     grau wird. 
   max-width: 760px; */
  }

h2:hover,h4:hover,h5:hover,p:hover {
  color: #000000;
}

h3:hover {
  color: #6c006c;
}

.wideLabel label{
  width: 200px;
}
label {
  font-size:12px;
  width: 120px;
  display: block;
  float: left;
  margin-bottom: 3px;
}
input {
  border: none;
  background: #efefef;
  padding-left: 2px;
  color: #a000a0;
  font-size:12px;
  margin: 0 3px 3px 0;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px dotted #ababab;
}
input.inputField {
  width: 250px;
}
input.checkboxField {
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent;
}
input.radioField {
  margin: 0 1px 0 0;
  border: 0;
  background: transparent;
}
input.inputFile {
  color: #a000a0;
  background: #efefef;
  border: 1px dotted #ababab;
  width: 250px;
  border: 0;
}
a.editor_cancel,
input.editor_ok_button,
input.submit {
  color: #fff;
  margin: 10px 0;
  font-size:12px;
  padding: 2px 5px;
  background: #a000a0 url('../images/corner_r.gif') no-repeat top right;
  cursor: pointer;
  border: 0;
}
input.editor_ok_button {
  margin: 0 5px 0 0;
  float: left;
  clear: right;
  height: 18px;
  border: 0;
}

input.submit:hover {
  background: #6c006c url('../images/corner_r.gif') no-repeat top right;
}
input.alignWithInput {
  margin-left: 00px;
}
select#country {
  width: 250px;
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  background: #efefef;
  color: #a000a0;
  font-size:12px;
  margin: 0 3px 3px 0;
  width: 120px;
  border: 1px dotted #ababab;
}
textarea.textareaInput {
  width: 252px;
  height: 200px;
}
fieldset span {
  font-size:12px;
}
select {
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  background: #efefef;
  color: #a000a0;
  font-size:12px;
  margin: 0 3px 3px 0;
}
a.submit {
  display: block;
  color: #fff;
  margin: 10px 0;
  font-size:12px;
  padding: 2px 5px;
  background: #a000a0 url('../images/corner_r.gif') no-repeat top right;
  cursor: pointer;
  text-align: center;
  width: 80px;
}
a.submit:hover {
  background: #6c006c url('../images/corner_r.gif') no-repeat top right;
}
br.clearfix {
  float: none;
  clear: both;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  display: inline;
  background: #a000a0 url('../images/corner_r.gif') no-repeat top right;
  font-size: 24px;
  color: #fff;
  padding: 0 5px;
  letter-spacing: 1px;
  font-weight: normal;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  margin: 7px 0;
  font-size: 12px;
  color: #6c006c;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #6c006c;
}

h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #000000;
}
/*//////////////////////////////
 GENERAL IDS AND CLASSES
//////////////////////////////*/
.logo {
  width: 300px;
  float: left;
}
#container {
  width: 760px;
  margin: 10px auto 10px;
}
#header {
 height: 130px;
}
#welcome {
/*  padding: 20px 210px 0 0; */
  padding: 0;
  float: right;
  font-weight: bold;
}
#menu {
  height: 45px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#indicatorContainer {
  height: 10px;
  width: 600px;
  overflow: hidden;
}
#indicator img {
  margin-left: 5px;
}
#content_wrapper {
  margin-top: 0px;
  min-height: 370px;
}
* html #content_wrapper {
  height: 370px;
}
#content {
 /*  width: 600px; */
  width: 760px;
  float: left;
}
#banners {
  width: 180px;
  float: left;
}
#footer {
  width: 700px;
  height: 15px;
  clear: both;
  float: none;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;  
}
div.error {
  padding-left: 0px;
  color: #a000a0;
  font-size: 12px;
}
.error ul {
  font-size: 12px;
  color: #a000a0;
  border: 1px dotted #a000a0;
  padding: 10px;
  width: 600px;
  margin: 0 0 10px 0;
  list-style: none;
}
.invisible {
  visibility: hidden;
}
.image_container {
  overflow: hidden;
}
/*//////////////////////////////
 MENU
//////////////////////////////*/

#menu a {
  margin-right: 5px;
  padding: 1px 3px 1px 3px;
  color: #fff;
  line-height: 21px;
  background: #a000a0 
}
#menu a:hover {
  background: #6c006c url('../images/corner_r.gif') no-repeat top right;
}
#menu a.active {
  color: #fff;
  background: #6c006c url('../images/corner_r.gif') no-repeat top right;
}
#sub_menu_placebo {
  width: 600px;
  height: 5px;
  margin-bottom: 0;
}
#sub_menu {
  width: 600px;
  padding-top: 5px;
  height: 10px;
  font-size: 12px;
  margin-bottom: 0;
}
#sub_menu a {
  color: #fff;
  margin: 2px 3px 0 0;
  padding: 2px 5px 1px 3px;
  background: #6c006c url('../images/corner_r.gif') no-repeat top right;
}
#sub_menu a:hover {
  color: #efefef;
}

/*//////////////////////////////
 USER LISTS 
//////////////////////////////*/
.user_list_short {
  width: 272px;
  overflow: hidden;
  float: left;
}
#user_list {
  float: none;
  clear: both;
}
.thumb img.userImage {
  max-height: 75px;
  max-width: 75px;
  /* vertical-align: center; */
  vertical-align: middle;
}
.thumb .image_container {
  border: 1px ;
  margin-right: 5px;
  float: left;
  width: 75px;
  height: 75px;
}
.thumb {
  width: 190px;
  margin: 0 5px 5px 0;
  height: 85px;
  overflow: hidden;
  float: left;
  cursor: pointer;
  background: url('../images/corner_r.gif') no-repeat top right;
  border: 2px double #fff;
}
.thumb p.user_name {
  height: 26px;
  width: 98px;
  overflow: hidden;
}
.thumb p.user_location {
  height: 13px;
  overflow: hidden;
}
.thumb p.user_networks {
  height: 20px;
  overflow: hidden;
}
.thumb:hover {
  background: #fff url('../images/corner_r.gif') no-repeat top right;
}
.thumb_inner {
  margin: 1px;
}
div.pager {
  float: none;
  clear: both;
  width: 600px;
  padding-bottom: 30px;
}
.pager div.text {
  float: left;
  width: 190px;
  height: 20px;
  background: #efefef url('../images/corner_r.gif') no-repeat top right;
}
.pager .text div,
.pager ol {
  margin: 3px 2px 0 10px;
}
.pager li {
  padding-right: 5px;
  display: inline;
}
.pager div.navi {
  float: left;
  height: 30px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
  background: #efefef url('../images/corner_r.gif') no-repeat top right;
  width: 70px;
}
/*//////////////////////////////
 SEARCH
//////////////////////////////*/
#search_form {
  margin-bottom: 30px;
}
#search_form select,
#search_form input.inputField {
  width: 150px;
}
#search_form .left {
  width: 320px;
  float: left;
}
#search_form .right {
  width: 330px;
  float: left;
}
#search_form .right span {
  padding: -3px 0 0 0;
}
/*//////////////////////////////
 USER REGISTRATION
//////////////////////////////*/
#cImg {
  margin: 0 0 2px 200px;
  width: 250px;
  border: 1px solid #efefef;
}
#captcha {
  margin-bottom: 20px;
}

/*//////////////////////////////
 USER PROFILE PUBLIC 
//////////////////////////////*/
#user_profile h4 {
  margin-bottom: 10px;
}
#user_profile .inner {
  margin: 1px;
}
#user_info {
  background: url('../images/corner_r.gif') no-repeat top right;
  width: 600px;
  height: 160px;
}
#user_info .image_container {
  float: left;
  margin: 5px 0 0 5px;
  width: 150px;
  height: 150px;
}
#user_info img.userimage {
  width: 150px;
  margin: auto;
}
#user_details {
  float: left;
  margin: 0 10px ! important;
  width: 400px;
  height: 150px;
}
#user_details p {
  padding: 5px 0;
}
#user_profile .user_networks,
#user_description {
  background: url('../images/corner_r.gif') no-repeat top right;
  margin-top: 5px;
  overflow: hidden;
}

/* set the hight */
#user_profile .user_networks {
  height: 105px;
}

#user_profile #user_networks {
  background: #bbb url('../images/corner_r.gif') no-repeat top right;
  margin-top: 5px;
  height: 20px;
  overflow: hidden;
}
#user_profile #user_networks h4 {
  color: #efefef;
}
#user_profile #user_networks h4:hover {
  color: #efefef;
}
.user_networks li {
  list-style: none;
  display: inline;
  margin: 10px 0 10px 5px;
  vertical-align: top;
}
.user_networks ul {
  /* margin: 20px 0 20px 10px; */
  margin: 1px 0 1px 1px;
  float: none;
  clear: both;
}
br.thin {
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.logo_container img {
  max-width: 200px;
  max-height: 32px;
}
* html .logo_container img {
  height: 32px;
}

.logo_container {
  height: 100px;
  width: 140px;
  display: block;
  overflow: hidden;
  margin: 0 5px 20px 0;
}
.user_networks .logo_container {
  text-align: left;
  float: left;
}
.user_networks .text_link {
  height: 23px;
  width: 330px;
  float: left;
  margin-top: 10px;
  display: block;
}
.user_networks .text_link a {
  padding: 0;
}
#recommendProfile {
  width: 380px;
  margin-bottom: 20px;
}
/*//////////////////////////////
 PROFILE EDITOR
//////////////////////////////*/
#edit_profile textarea#description {
  width: 252px;
  height: 70px;
}
#edit_profile input.inputFile {
  margin-left: 120px;
}
#edit_profile label {
  clear: left;
}
.social_edit {
  /* anzahl der items in eine Zeile verringern
     und durch die neue Darstellung wird weniger Platz benoetigt
  width: 300px; */
  width: 150px;
  height: auto;
  float: left;
  margin: 1px 0;
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
}

.social_edit_wide {
  width: 300px;
}

.social_edit h4 {
  margin-bottom: 5px;
}
.social_edit span {
  width: 150px;
  background: #efefef;
}
.social_edit textarea {
  width: 250px;
}
a.editor_cancel {
  display: block;
  float: left;
  width: 65px;
  height: 16px;
  margin: 0 5px 0 0;
  text-align: center;
}

input.editor_field {
  height: 18px ! important;
  background: #efefef ! important;
  width: 250px;
  clear: both;
  margin-right: 30px;
}

div.auto_complete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #545454;
  margin:0px;
  padding:0px;
}

div.auto_complete {
  width: 350px;
  background: #fff;
}

div.auto_complete ul {
  border:1px solid #545454;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
}

div.auto_complete ul li {
  margin:0;
  padding:3px;
}

div.auto_complete ul li.selected {
  background-color: #ababab;
}

div.auto_complete ul strong.highlight {
  color: #a000a0; 
  margin:0;
  padding:0;
}

a.editor_cancel {
  padding: 1px;
}

a.editor_delete {
  display: block;
  margin-top: 5px;
}

/*//////////////////////////////
 MESSAGE CENTER
//////////////////////////////*/
#message_content span.msg_title{
  color: #a000a0;
}
#message_content ol {
  width: 400px;
  overflow: hidden;
}
#message_content li {
  padding: 5px;
}
#message_content .msg_content {
  background: #fff;
  margin: 5px;
  overflow: hidden;
}
#message_content ul {
  border: 0;
}
#message_content p {
  padding: 5px;
}
#message_sub_menu {
  height: 20px;
}
#message_sub_menu a {
  margin-right: 5px;
  padding: 2px 3px;
  color: #fff;
  background: #a000a0 url('../images/corner_r.gif') no-repeat top right;
}
#message_sub_menu a:hover {
  margin-right: 5px;
  padding: 2px 3px;
  color: #fff;
  background: #6c006c url('../images/corner_r.gif') no-repeat top right;
}
span.informal {
  display: none;
}
li.odd {
  background: #fafafa url('../images/corner_r.gif') no-repeat top right;
}
li.even {
  background: #efefef url('../images/corner_r.gif') no-repeat top right;
}
li.unread {
  /* old: #fff8f8 */
  background: #ffecec url('../images/corner_r.gif') no-repeat top right;
}
li.even.unread {
  /* old: ffecec */
  background: #ffadad url('../images/corner_r.gif') no-repeat top right;
}
#message_content li:hover {
  background: #ababab url('../images/corner_r.gif') no-repeat top right;
}
#message_content .message {
	display: block;
}

/*//////////////////////////////
 CONTACT FORM
//////////////////////////////*/
#contact_form {
  width: 600px;
}
#contact_form #cImg {
  margin-left: 120px;
}
