/* CSS Document */
/* shows the left scrollbar in ff, regardless of the length of the page */
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	min-width: 985px;
	padding: 0;
	text-align: center;
}

#breadcrumbs { 
   margin: -5px 0px 5px 28px; }

form {
	margin: 0;
	padding: 0;
}
input.text, textarea, select {
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
}
input.radio {
	margin: 0;
	padding: 0;
}
input.checkbox {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}

th {
 	text-align: left;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.csc-menu li {
	padding-left: 12px;list-style-type: disc;
list-style-position:inside;
	/*background: url(/fileadmin/rt/bullet.gif) no-repeat 0px .5em;*/
}

ul.bluelist li {
	padding-left:17px;
	background:url(/fileadmin/rt/icn_bulletpoint_blue.gif) no-repeat 0 2px;
}

img, abbr {
	border: 0;
}
table tr td img.user-photo-list {
	width: 30px;
	height: 40px;
}
/* container to center the content */
#container {
	margin: 0 auto;
	width: 985px;
	text-align: left;
}
/* container for all content between header and footer */
#content {
	clear: both;
	/* erzeugt eine markierung des gesamten layouts beim klick neben die seite */
	/*overflow: hidden;*/
   text-align: left;
  padding: 0 0 0 30px;
}
/* container for the header, without 1st and 2nd level navigation */
.page_header {
	background: url(/fileadmin/rt/bg_top.jpg) center top no-repeat;
	overflow: hidden;
	width: 985px;
	/*white-space: nowrap;*/
	padding:0;
	margin: 0 auto;	
	/*height:55px;*/
}
.page_header a{
	text-decoration:none;
}
.page_header a:hover{
	text-decoration:underline;
}

/* footer definition */
#footer {
  font-size: 10px;
	clear: both;
	overflow:hidden;
	height: 67px;
	width: 985px;
	margin: 0 auto;	
	padding:0;	
	text-align: center;
}
#footer div {
	background: url(/fileadmin/rt/bg_bot.gif) no-repeat bottom;
	border-top: 1px solid #D8D8D8;
	margin: 20px 0 10px 0;		
	padding: 5px 0;

}

/* container to center the content for premium groups */
#premium-group-container {
	width: 995px; 
	overflow: hidden; 
	margin: 0 auto; 
	text-align: left;
	clear: both;
}

a.with-bg {
	display:block;
	height:69px;
}

/* defs for the columns in the content section */
.col_one, .col_two, .col_three, .col_5050 {
	display: inline;
	float: left;
	overflow: hidden;
}
.col_one {
	width: 308px;
}
.col_two {
	width: 650px;
}
.col_three {
	width: 985px;
}
.col_5050 {
	width: 482px;
}
.col_margin {
	margin-right: 20px;
}
/* .col_two.col_margin.indent-left {
	width: 642px;	
}
.col_one.col_margin.indent-left {
	width: 307px;	
}*/
/* ff and ie clearing of floats 
   http://positioniseverything.net/easyclearing.html
*/
.col_one:after, .col_two:after, .col_three:after, .col_5050:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* container for the about, help, language navigation on the top
right */
#header-navhelp {
 width: 100%;
 overflow: hidden;
 text-align: right;
 white-space: nowrap;
}
#header-navhelp ul {
 float: right;
 list-style: none;
 margin: 5px 0 0 0;
 padding: 0 10px 0 0;
}
#header-navhelp ul li {
 border-right: 1px solid #646365;
 float: left;
 line-height: 12px;
 }
#header-navhelp ul li a {
 padding: 0 8px 0 8px;
}

#header-navhelp ul li#language_link a {
 padding: 0 54px 0 8px;
}

#header-navhelp ul li a#navmini_selected {
 background:#9ab3bf url(/fileadmin/rt/nav_bg_active.gif) repeat-x center center;
}
#header-navhelp ul li.last {
 border-right: none;
}

h1#header-logo {
	clear: both;
	float: left;
	/*height: 65px;
	/*padding: 0 0 0 7px;	*/
	margin:-12px 0 0 0;
	width: 156px;
}

h1#header-logo a a{
	display:block;
}
h1#header-logo a span{
	display: none;
}

#header-status {
	float: right;
	text-align:right;
	line-height:1.1em;
	border-right: 1px dotted #7F7F7F;
	margin: 10px 20px 0 0;
	padding: 9px 20px 3px 0;
}

#header-login {
	float:right;
	border-right: 1px dotted #7F7F7F;
	padding-right:16px;
	margin-right:20px;
}
#header-login td {
	padding-right: 5px;
}
#header-login td a {
	text-decoration: underline;
}

/* def for the 1st level navigation */
#navmain {
	background:#FFF url(/fileadmin/rt/nav_bg_border.gif) no-repeat top center;
	clear: both;
	overflow: hidden;
	padding: 2px 0 1px 0;
	position: relative;
	white-space: nowrap;
	width: 985px;
	margin: 0 auto;
}
#navmain ul {
	background:#122d38 url(/fileadmin/rt/nav_bg_all.gif) no-repeat left top;
	list-style: inside;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
#navmain ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#navmain .max_header {
 float: right;
 font-size: 110%;
 font-weight: bold;
 color: #646365;
 padding: 2px 8px 0 0;
}
.min_header {
 font-weight: bold;
 color: #646365;
}

/* def for the 2nd level navigation */
#navsub {
	background:url(/fileadmin/rt/nav_bg_border.gif) no-repeat top center;
	clear: both;
	position: relative;
	padding-top:1px;
	white-space: nowrap;
	width: 985px;
	margin: 0 auto;	
	margin-bottom: 20px;
}
#navsub ul {
	background: url(/fileadmin/rt/bg_top.jpg) no-repeat top left;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 5px 0 0 0;
	width: 100%;
}
#navsub ul li {
	float: left;
}

/* block display for labels within unsorted lists with "form" class attribute */
ul.form * {
}

ul.form li {
	overflow:hidden;
	/* height:1%; */
	padding:0;
}

ul.form.spacy li {
	padding-top:.5em;
}

ul.form li div.note{
	color: #999;
	display:block;
	margin:.2em 0;
	padding-left: 22px;
	line-height: 1.2em;
}

ul.form li input {
	float:left;
}

ul.form li label {
	margin-left:22px;
	padding:3px 0 2px 0;
	line-height:1.1em;
	display:block;
}

/* headline for breadcrumbs */
h2.path {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 8px;
	padding-bottom: 3px;
	clear: both;
	width: 650px;
	overflow: hidden;
}
h2.path a {
	color: #666;
	text-decoration: none;
	margin-right: 5px;
	padding-bottom: 5px;
}
h2.path a:hover{
	text-decoration: underline;
}
/* headline def for this list */ 
h2.start-page-info-box {
	color:#122d38; 
	margin:0;	
	padding:5px 0 2px 8px;	
	background:url(/fileadmin/rt/bg_box_650_top.gif) no-repeat top;	
}

h2.help-headline {
	font-size: 1.3em;
	margin: 15px 0 2px 0;	
	background:#D8D8C7 url(/fileadmin/rt/bg_box_5050col_grad.gif) no-repeat top left;	
}

h2.headline-3col {
	font-size: 1.3em;
	margin: 15px 0 2px 0;	
	background:#D8D8C7 url(/fileadmin/rt/bg_box_3col_grad.gif) no-repeat top left;	
}

/* headline def for this list */ 
div.col_5050 h2.event-box{
	background:#D8D8C7 url(/fileadmin/rt/bg_box_50_50col_grad.gif) no-repeat top left;
	font-size: 1.3em;
	line-height: 1.9em;
	padding: 0 8px;
}
/* headline def for this list */ 
div.col_two h2.event-box{
	background:#D8D8C7 url(/fileadmin/rt/bg_box_2col_grad.gif) no-repeat top left;
	font-size: 1.1em;
	line-height: 120%;
	padding:6px 4px 6px 8px;
	overflow:hidden;
}


/* headline def for the groups of a single category page in groups 
will be used on pages, where two result lists are on one page */
div.headline-double-lists h3 {
	border-bottom: 1px dotted #999; 
	/*border-top: 1px dotted #999; */
	line-height: 1.61em;
/*	font-size: 1.2em;
	padding: 0 0 0 24px;*/	
	font-size: 1.4em;
	padding: 0 0 0 8px;	
	margin:0;
	color: #122d38;
	/*background: url(/fileadmin/rt/icn_headline.gif) no-repeat left;*/ 
}
div.headline-double-lists {
/*	background: url(/fileadmin/rt/icn_headline.gif) no-repeat left; 
	padding-left: 30px;*/
}

/* topline def for the article overview in a single forum */
div.topline-grey {
	background:#ECECE3;
	padding:5px 0px 5px 10px;
	width: 975px;
	font-weight:bold;
	margin-top:10px;
	overflow: visible;
}

/* links and headlines for create event box */
h2.create-event {
	padding: 0 5px 8px 0;
	margin: 0 15px 0 0 ;
	border-bottom: 1px dotted #D5D6CC; 
}
h3.create-event {
	border-bottom: 1px solid #D5D6CC;
	padding: 15px 5px 15px 35px;
	margin:0 15px 0 0;
}
h3.create-event a {
	text-decoration: none;
}
h3.create-event a:hover {
	text-decoration: underline;
}
.phone-conf-pin-tel {
	 font-size: 2em; 
	 font-weight: bold; 
	 display: block; 
	 margin: .2em 0 .5em 0;
}
/*Contacts path view */
.connection-path {
	overflow: hidden;
	/* height:1%; */
	background: url(/fileadmin/rt/bg_dot_contact_path.gif) no-repeat 8px 20px;
	margin: 0 4px;
	padding: 4px 0;
}
div.connection-path.even {
	background-color:#ECECE4;
}
div.connection-path.odd {
	background-color:#FFF;
}
div.connection-path div {
	float:left;
}
div.connection-path div.photo img {
	width: 30px;
	height: 40px;
	margin: 0 4px;
}
div.connection-path div.connection {
	padding: 0 8px 0 4px;
	/* mit 120 brichts erst ab 6 in einer reihe um
	width: 120px;*/
	width: 140px;
	overflow: hidden;
}
div.even div.connection, 
div.even div.photo {
	background: #ECECE4;
}
div.odd div.connection,
div.odd div.photo {
	background: #FFF;
}
div.odd div.last {
	background: #FFF;
}
div.even div.last {
	background: #ECECE4;
}
div.connection-path div.play {
	float: right;
	text-align:right;
	width:40px;
}	
div.connection-path div.play img {
	width:32px;
	height:32px;
}	
div.connection-path div div.two {
	width: 464px;
}
div.connection-path div div.three {
	width: 309px;
}
div.connection-path div div.four {
	width: 232px;
}
div.connection-path div div.five {
	width: 185px;
}
div.connection-path div div.six {
	width: 154px;
}
div.connection-path div div.seven {
	width: 132px;
}
/* contact page business details */
table.contact-details {
}
table.contact-details td {
	padding: 5px 5px 5px 8px;
	vertical-align: top;
}
table.contact-details td.first {
	font-weight: bold;
}
table.contact-details tr.odd {
	background: #ECECE4;
}
table.contact-details td a {
	text-decoration: underline;
}
table.contact-details td a:hover {
	text-decoration: underline;
}
table.contact-details td p {
	/*float: left;
	padding-right: 10px;
	width: 220px;*/
	margin-bottom: 5px;
}
table.contact-details td p img {
	margin-right: 1px;
	vertical-align: middle;
}
div.link img.weblink,
table.contact-details tr td.last img.weblink {
	margin: 0 3px 0 0;
}

/* first used on guestbook page 202 */
p.even {
	padding: 5px 8px;
	background: #ECECE4;
}
p.odd {
	padding: 5px 8px;
	background: #FFF;
}

/* user images in the lists */
h2.user-box{
	font-size: 1.3em;
	margin: 15px 0 2px 0;	
	background: url(/fileadmin/rt/bg_box_1col_grad.gif) no-repeat top left;
	height: 17px;
}
h2.two-col{
	background: url(/fileadmin/rt/bg_box_2col_grad.gif) no-repeat top left;
}
/* user lists, ie on the startpage */
ul.user-box li {
	border-bottom: 1px solid #D8D8D8;
	margin: 0 0 2px 0;
	overflow: hidden;
	padding: 0 5px 2px 8px;
	clear:both;
	display: block;
	/* height: 1%; */
}

ul.user-box li p.no-match {
	margin: 0;
	padding: 0;
	height: 40px;
}
/* box with latest articles on a groups page */
ul.groups-latest-articles p {
	float: left;
	margin: 0;
	overflow:hidden;
	padding: 0; 
	width: 299px; 
}
/* with bulb on the right */
ul.groups-latest-articles p.new {
	width: 270px; 
}
ul.groups-latest-articles img {
	float: right; 
}
ul.groups-latest-articles a {
	white-space: nowrap; 
	/* extra for opera 8.5 */
	text-decoration: underline;
}

ul li.list-no-photo {
	padding: 5px 10px 5px 10px;
}
ul.raquo-list li {
	background:url(/fileadmin/rt/icn_raquo.gif) no-repeat 0 0.45em; 
	padding-left:15px;
	margin-bottom:5px;
}
/* more link */
div.btn-infobox-more {
	float: right;
	font-weight: normal;
	background: transparent url(/fileadmin/rt/bg_bluebtn_small_left.gif) no-repeat scroll left center;
	padding: 0pt 0pt 0pt 3px;
}
div.btn-infobox-more div.btn-infobox-more {
	float: left;
	font-weight: normal;
	background: transparent url(/fileadmin/rt/bg_bluebtn_small_right.gif) no-repeat scroll right center;
	padding: 2px 8px 2px 5px;
}
a.btn-infobox-more:link, a.btn-infobox-more:active, a.btn-infobox-more:visited {
	color: #333;
	font-size: 11px;
	text-decoration: none;
}
a.btn-infobox-more:hover {
	text-decoration: underline;
}
.user-name {
	font-weight: bold;
}
/* search form for advanced search site*/
#advanced-search-form h3 {
	margin: 15px 0 10px 0;
	padding: 0 10px;
	line-height: 2em;
	background: #D8D8C7 url(/fileadmin/rt/bg_box_1col_grad.gif) no-repeat top;
}
#advanced-search-form h3.col-headline {
    color:#122d38; 
    font-size:1.2em; 
    background:none; 
    margin:0; 
    padding:0px;
}

/* search form for advanced search site*/
#advanced-search-form input.text, #advanced-search-form select  {
	margin: 0 0 10px 0;
	width: 290px;
}
#advanced-search-options input {
	width: auto;
	margin: 0;
}
/* search form for advanced search site */
#advanced-search-form label  {
	margin: 0;
	display: block;	
}
/* search form for advanced search site */
#advanced-search-form div.search-box {
	padding:0 10px 0 8px;
}
/* search result relevance meter*/
div.relevance {
	 padding: 0px; 
	 margin: 0px 0px 0 0; 
	 border: 0px solid #999; 
	 width: 60px; 
	 background: url(/fileadmin/rt/ill_profile_compl_inactive.gif) no-repeat 1px 1px;
}

/* for lists with the i-image */
div.info-list {
	/*border-top: 1px dotted #CCC;*/
	border-bottom: 1px dotted #CCC; 
}
div.info-list ul {
	list-style: none; 
	padding: 10px 0px 10px 0px;
	margin:0; 
}
div.info-list ul li {
	padding: 0 0 0 22px;
	background:url(/fileadmin/rt/icn_information.gif) no-repeat;
}
ul.info-list{
	list-style: outside; 
	padding: 0;
	margin:0; 
}
ul.info-list li{
	background:url(/fileadmin/rt/icn_information.gif) no-repeat top left;
	padding: 1px 0 .5em 22px;
	margin:0;
}
/* needed for page 720_invite_people */
ul.info-list li ol li {
	background:none;
	padding: 0;
	list-style:decimal; /* It is necessary for displaying numbers in an ordered list in Opera or IE */
}

/* ??? maybe we can abandon this dls */
#todo dt, #todo dd {
	background: /*red*/#E9E8DD; 
	float:left; 
	margin:0;
	padding:5px; 
}
#todo dt {
	margin: 0 1px 1px 1px;
	width:526px;
}
#todo dd {
	margin: 0 0px 1px 0;
	width:100px;
}

.small {
    font-size: 12px;
    color: #333;
    font-weight: normal;
}
.edit {
    color: #81BED1;
    text-decoration: none;
}
a.edit:hover {
    text-decoration: underline;
}

/*
The id topic are used for the power search overview. 300_Search/302_power_search_inc.php
*/
#topic table {
    display: block;
	background:#FFF url(/fileadmin/rt/bg_box_482_bottom.gif) no-repeat bottom;
	margin:  0; 
	padding: 0; 
    width: 482px;
    clear: both;
	white-space: normal;
}
#topic td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
}
#topic td.first {
	background-color:#E9E8DD;
	width: 392px;
}
#topic td.last {
	background-color:#E9E8DD;
	width: 84px;
 	vertical-align: top;
}
#topic .white {
	padding-top:0px;
	padding-bottom:0px;
}
#topic a {
	text-decoration:none;
}

#topic a:hover {
	text-decoration:underline;
}
/* message toolbar on read message page */
.tool-box-photo {
	float:left; 
	padding:0 8px 10px 8px; 
	margin-left:2px;
	width: 70px;
	height: 93px;
}

.tool-box-info {
	padding:0px 0 5px 95px; 
	margin:0; 
}
div.tool-box {
	border-top: 1px solid #ccc;
}
div.tool-item {
	margin: 0 0 10px 0;
	clear:both;
}
div.tool-item.selected {
	background:#ECECE4;
}
/* the tool-item for the start page has slightly different colors */
div.startpage-widget div.tool-item.selected {
	background:#EDF4F2;
}
div.action-text {
	padding: 5px 10px 10px 10px;
}
div.message-body {
	border-top:1px dotted #999; 
	border-bottom:1px dotted #999;
	margin: 0 0 1em 0; 
	padding:1em 0;
}
/* tool box behaviour in sidebar */
.col_one div.tool-item{
	border-bottom: 1px solid #ccc;
	margin:0;
	padding:0;
}
/*.col_one div.tool-item.first{
	border-top: 1px solid #ccc;
}*/
.col_one div.tool-item h4{
	font-size:1em; 
	margin:0;
	padding:0;
}
/* tool box behaviour in search box on event pages */
.col_three div.tool-item h4,
/* tool box behaviour in search box on groups pages */
.col_two div.tool-item h4{
	font-size:1.2em; 
	margin:0;
	padding:0;
}

div.tool-item h4 a,
div.tool-item h4 span {
	background-position: 4px 5px;
	background-repeat: no-repeat;
	display:block;
	margin:0;
	padding: 8px 0 6px 28px;
	text-decoration: none;
}
div.tool-item h4 a:hover, 
div.tool-item h4 a:hover {
	background-color: #ECECE4 !important;
}
/* the tool-item for the start page has slightly different colors */
div.startpage-widget div.tool-item h4 a:hover {
	background-color: #EDF4F2 !important;
}
.col_one div.tool-item h4 a img{
	float:right;
	padding-right:4px;
}
/* tool box behaviour in search box on event pages */
.col_three div.tool-item h4 a img,
/* tool box behaviour in search box on groups pages */
.col_two div.tool-item h4 a img {
	vertical-align: middle;
}

/* two third info box with different actions on detail view of the group page */
.two-third-box-top {
	background:url(/fileadmin/rt/bg_box_650_top.gif) no-repeat top left; 
	padding: 8px 0 0 0; 
	overflow: hidden;	
}
.two-third-box-bottom {
	background: url(/fileadmin/rt/bg_box_650_bottom.gif) no-repeat bottom left; 
	padding: 0 0 0 10px; 
	margin-bottom: 20px;
	overflow: hidden;	
}
.two-third-box-bottom.joingroup {
	background: url(/fileadmin/rt/bg_box_650_bottom_midline.gif) no-repeat bottom left; 
}
.two-third-box-bottom-short {
	background: url(/fileadmin/rt/bg_box_650_bottom_short.gif) no-repeat bottom left; 
	padding: 0 0 5px 0; 
	margin-bottom: 20px;
	overflow: hidden;
	height:1%;	
}
.two-third-box-middle {
	background: url(/fileadmin/rt/bg_box_650_middle.gif) repeat-y left; 
	padding: 10px; 
}
.two-third-groupbox-top {
	background:url(/fileadmin/rt/bg_groupbox_650_top.gif) no-repeat top left; 
	padding: 4px 0 0 0; 
	overflow: hidden;	
}
.two-third-groupbox-bottom {
	background: url(/fileadmin/rt/bg_groupbox_650_bottom.gif) no-repeat bottom left; 
	padding: 0 0 0 10px; 
	margin-bottom: 20px;
	overflow: hidden;	
}

/* one third box with different actions on the about page of groups */
.one-third-box-bottom {
	background:url(/fileadmin/rt/bg_box_315_bottom.gif) no-repeat bottom left; 
	margin: 0;
	padding: 0 10px 0 10px;
	overflow:hidden;
}
.one-third-box-top {
	background:url(/fileadmin/rt/bg_box_315_top.gif) no-repeat top left; 
	padding:4px 0 0 0;
	width: 308px;
}

.one-third-box-top .table-list td,
.one-third-box-top .table-list th {
	padding:3px 3px 3px 3px;		
}


/* newslist at the bottom of the start-page */
div.news-item {
	border-top:1px solid #D8D8D8;
	padding: 3px 0 0 0;
}
div.news-date {
	width: 80px;
	float:left;
	padding: 0 0 0 8px;
}
div.news-separator {
	text-align: center;
	width: 10px;
	float:left;
	padding: 0 0 0 0;
}
div.news-text {
	margin: 0 0 0 98px;
	/* for ie6 */
	/* height:1%; */
}
div.news-text h4 {
	margin:0;
	padding:1px 0;						
}
div.news-footer {
	clear:both; 
	border-top:1px solid #d8d8d8; 
	border-bottom:1px solid #d8d8d8; 
	overflow:hidden; 
	/* height:1%; */
	padding:5px 10px 5px 0;
}

/* def for the profil completion - maybe we need this in the future */
#bar {
	background: url(/fileadmin/rt/bar_normal_all.gif) 1px 1px no-repeat;
	border-top:1px solid #919191;
	border-right:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
	border-left:1px solid #919191;
	padding:1px;
	white-space:nowrap;
	float:left;
	margin-top:6px;
	margin-right: 0px;
	width:231px;
}
#bar img {
	margin-left: 1px;
}

/* def for the members/search/groups section (301, 200, 700, 600) */
table.table-list {
	/* not consistent in all browsers, ie ignores it, 
	we have to recheck all pages using this class def */
	/*margin-bottom: 10px;*/
}
table.table-list.hairline {
  border-bottom: 1px #d8d8d8 solid;
}
div.hairline_dotted {
  border-top: 1px #999 dotted;
}
table#search-agent-list tr td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.table-list th {
	padding: 8px 0px 5px 8px;
	text-align: left;
}
table.table-list th.icons {
	text-align: center;
}

table.table-list td {
	padding: 2px 0px 2px 8px;
	border-top:1px solid #d8d8d8;
}
table.table-list td.no_border {
  border: none;
}
div.groups table.table-list td {
	padding: 4px 0px 4px 8px;
}
div.groups {
	overflow: visible;
}
/* used first on 625_groups_inc category list */
table.table-list td.last {
	padding: 10px 20px 10px 0;
	text-align: right;
}
/* used first on 625_groups_inc category list */
table.table-list th.last {
	padding-right: 10px;
	text-align: right;
}
/* used for the pseudo header in a row of a table list */
table.table-list h4 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
table.table-list h4 a {
	font-weight: bold;
}
table.table-list h4 a:hover {
	text-decoration: underline;
}
table.table-list th.numbers,
table.table-list td.numbers {
	text-align: right;
	padding-right: 10px;
}

table.table-list td.icons {
	text-align: center;
}
/* Style defs are used on imprint page*/
table.table-list td.head {
	vertical-align: top;	
	font-weight: bold;
	padding-top: 5px;
	width:250px;	
	
}
table.table-list td.description {
	vertical-align:bottom;
	padding-top:5px;
	width:400px;
}
/* cuts the text at the end of the line */
table.table-list td p.longlines {
	margin: 0;
	overflow: hidden; 
	padding: 0; 
	white-space: nowrap; 
}

table.table-list div.main-cat-border {
	height:20px;
	background: url(/fileadmin/rt/bg_dotted_fake.gif) repeat-x left;  
}


table.table-list td.main-cat-border {
	background: url(/fileadmin/rt/bg_dotted_fake.gif) repeat-x left;  
}

table.table-list td.main-cat-offer {
	font-weight:bold;
	background:#ffffff;
	vertical-align:top;
	width:122px;
}

table.table-list td.offer {
	vertical-align:top;
	padding-right:16px;
	width:335px;
}

table.table-list tr.even td.free {
	background: #ECECE4 url(/fileadmin/rt/bg_benefits_free_border.gif) repeat-y top left; 
}

table.table-list tr td.free {
	vertical-align:middle;
	text-align:center; 	
	padding:3px 3px 3px 3px;
	width:230px;
	background: url(/fileadmin/rt/bg_benefits_free_border.gif) repeat-y top left; 
}

table.table-list tr td.premium {
	vertical-align:middle;
	text-align:center; 	
	padding:3px 3px 3px 3px;
	width:226px;
	background: url(/fileadmin/rt/bg_benefits_premium_border.gif) repeat-y top left;

}
table.table-list tr.even td.premium {
	background: #fff  url(/fileadmin/rt/bg_benefits_premium_border.gif) repeat-y top left;
}

table.table-list tr.even td.new-article {
	background: #fff url(/fileadmin/rt/icn_bulb.gif) no-repeat right 4px;
	padding-right:20px;
}

table.table-list td.new-article {
	background: url(/fileadmin/rt/icn_bulb.gif) no-repeat right 4px;	
	padding-right:20px;
}
/* height and width for premium groups and non-premium groups lists*/
table.table-list tr td div.group-list-width {
	overflow: hidden;
	height: 70px;
}
table.prem-group-list tr td div.group-list-width {
	width: 300px;
}
table.group-list tr td div.group-list-width {
	width: 382px;
}
/* def for the list view of the event on the myEvent page */
table#event-list {
	border: 0;
	margin: 0;
	padding: 0;
}
table#event-list th {
	padding: 3px 0px  3px 5px;
	text-align: left;
	white-space: nowrap;
}
table#event-list th.first {
	padding: 3px 5px  3px 10px;
}
table#event-list th.last {
	text-align: right;
}
table#event-list th.numbers {
	text-align: center;
}
table#event-list td.date {
	background: #CBDF8D url(/fileadmin/rt/bg_box_event_list.gif) repeat-x top;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	border: none;
}
table#event-list tr td {
	border-top: 1px solid #d8d8d8;
}
table#event-list td {
	padding: 1px 5px 1px 5px;
}
table#event-list td.first {
	/*vertical-align: top;*/
	padding: 1px 5px 1px 10px;
}
table#event-list td.last {
	text-align: center;
	padding: 1px 5px 1px 5px;
}
table td.numbers {
	text-align: right;
	padding: 1px 5px 1px 5px;
}
table#event-list td.yes {
	color: #0C0;
}
table#event-list td.no {
	color: #C00;
}
table#event-list tr.even {
	background: #ECECE4;
}

sup.official {
	color:#E97F02; 
	text-transform: lowercase;
}
h1 sup.official {
	font-size: 0.6em;
	font-weight: normal;
}

table.category-list td, table.table-list td.rubric {
	padding: 8px 4px 8px 8px;
}

table.table-list td.rubric a {
	text-decoration:none; 
}


/* event details table */
table#event-detail tr td {
	padding: 5px 5px 5px 8px;
	vertical-align: top;
}
table#event-detail tr td a {
	font-weight: normal;
}
/* event back link */
span.back, a.back {
	color:#333;
	font-weight:normal;
	font-size:.9em;
}

/* groups moderator table on the groups details start page (601) */
table#groups-moderator-table td {
	vertical-align: top;
	padding:4px 0px 4px 8px;
}

.col_one table#groups-moderator-table td {
	padding: 5px; 
}
table#groups-moderator-table thead td {
	border-bottom: 1px solid #D8D8D8;
}
table#groups-moderator-table tbody tr.last td {
	border-bottom: 1px solid #D8D8D8;
}
table#groups-moderator-table tbody tr.first td {
	border-top: 1px solid #D8D8D8;
}

table.groups-table-bottom {
	border-bottom: 1px solid #D8D8D8;
}


/* groups forms styles */
p.groups-form-sub-header {
	padding:15px 0 5px 0; 
	margin-bottom:0;
	clear:both;
}

div.groups-input-element {
	width:16em;
	float:left;
}


/* list in terms and conditions */

#data_protection div#content ul {

	list-style-type: disc; 
	list-style-position: outside;
	padding-left: 20px;
}
#terms-and-conditions div#content ol {
	margin:0;
	padding:0 0 0  30px;
}

/* create search agent page (307) */
#search-agent-form ul {
	list-style-type: disc;
	margin: 5px 0 10px 0;
}
#search-agent-form img {
	margin: 5px 5px 0px 0px;
}
/* used in 407_privacy_settings */
#privacy-settings-form h3 {
	margin: 10px 0 5px 0;
	padding: 0;
}

/* create event */
#create-event-first-step img {
	margin-right: 5px;
	float:left;
}

#create-event-first-step p.add-text {
	margin: 0 8px 10px 8px;
	height: 4em;
}

/* categories table at the botton of the single-slot search result page (306) */
table#single-slot-result-categories  {
	width: 985px;
}
table#single-slot-result-categories td {
	padding: 5px 10px;
}
table#single-slot-result-categories tr.even {
	background: #ECECE4;
}

table.start-page-info-box {
	display: block; 
	background:url(/fileadmin/rt/bg_box_650_bottom.gif) no-repeat bottom; 
	margin:  0; 
	padding: 0;  
	width: 650px; 
	clear: both;
	white-space: normal;	
}

table.start-page-info-box td {
	padding: 0px 5px 5px 5px;
	width: 324px;
}

/* class for the fold/unfold image, is also used in the fold_unfold.js  */
.fold-img {
	vertical-align: middle; 
	/*float: right;*/
}
/* create new event box */
.icn-right-img {
	vertical-align: middle; 
	float:right;
}
/* text box needed for left margin */
.text-box {
	margin-left: 8px;
}
/* icon on the left of search box headline */
h3.tool-box-search-icn {
	background: url(/fileadmin/rt/icn_search.gif) no-repeat left top;
}
/* groups logo in the top right corner */ 
.groups-logo {
	border: 1px solid #ECECE4;
}
/* contact pages */
/** my contact page **/
.bg-contact-info-top {
	background: url(/fileadmin/rt/bg_box_985_shaddow_top.gif) no-repeat left top;
	padding-top: 6px;
}
.bg-contact-info-bottom {
	background: url(/fileadmin/rt/bg_box_985_shaddow_bottom.gif) no-repeat left bottom;
	overflow: hidden;
	padding: 0 0 4px 8px;
}
div.col_one .bg-statistics-top {
	background:url(/fileadmin/rt/bg_box_308_shadow_top.gif) no-repeat top left; 
	padding: 6px 0 0 0;
}
div.col_one .bg-statistics-bottom {
	background:url(/fileadmin/rt/bg_box_308_shadow_bottom.gif) no-repeat bottom left; 
	margin: 0; 
	padding: 5px 15px 10px 15px;
	overflow:hidden;
}
ul.bg-statistics-bottom li {
	clear: both;
	padding: 2px 0;
	margin-right: 15px;
	width:285px; 
}
.contact-info-address {
	padding: 2px 0px;
	overflow: hidden;
	float: left;
	width: 396px;
}
.contact-info-address h1 {
	margin-bottom: 0px !important;
}
.contact-info-address p {
	margin-bottom: 4px;
}
.contact-info-contacts-container {
	float: left;
	overflow: hidden;
	width: 262px;
}
.contact-info-contacts {
	width: 230px; 
	padding: 0 10px 0 20px;
	text-align:left;
}
.contact-info-contacts p {
	margin-bottom: 5px;
}
.contact-info-contacts h3 {
	margin: 30px 0 5px 0;
	padding: 0;
}
ul.contactpage-stats li {
	clear: both;
	padding-left: 12px;
	background: url(/fileadmin/rt/bullit_brown_shaddow.gif) no-repeat 0 5px;
}
ul li.activity {
	 padding: 1px; 
	 margin: 5px 0  0 12px; 
	 border: 1px solid #999; 
	 width: 159px; 
	 background: url(/fileadmin/rt/ill_activity_inactive.gif) no-repeat 1px 1px;
	 /* for ie 7 */
	 line-height: 1px;
}
ul li.activity div.act {
	overflow: hidden; 
	height: 12px;
}
.contact-info-localizer {
	background: url(/fileadmin/rt/ill_world_big.gif) no-repeat top center;
	float: left;
	width: 291px;
}
.contact-info-inv-status {
	float: left;
	width: 230px;
}
.contact-info-join {
	position:relative; 
	width:530px; 
	height:180px; 
	margin-left:20px; 
	padding:4px; 
	background:#FFF; 
	float:left;
}
/* profile completeness meter*/
div.profil {
	 padding: 1px; 
	 margin: 7px 5px 0 0; 
	 border: 1px solid #999; 
	 width: 219px; 
	 background: url(/fileadmin/rt/ill_profile_compl_inactive.gif) no-repeat 1px 1px;
}
/* teaser "buttons" */
.teaser-button {
	background: url(/fileadmin/rt/btn_invite_people_dummy.jpg) no-repeat; 
	width: 315px; 
	height: 71px; 
	padding: 10px 0 5px 15px;
	cursor: pointer;
}
.teaser-button h4 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
	padding: 0;
}
.teaser-button h4 a {
	color: #8DAD4C;
}
.teaser-button a {
	text-decoration: none;
}
.teaser-button a:hover {
	text-decoration: underline;
}

/* Extra class for lists which look like contact-info-contacts lists but being used in another context */ 
li.contact-statistics {
	padding-left: 12px;
	background: url(/fileadmin/rt/bullit_brown_shaddow.gif) no-repeat 0 5px;
}
li.contact-activity-bar {
	padding:1px; 
	width: 159px;
	background: url(/fileadmin/rt/ill_activity_inactive.gif) no-repeat 1px 1px; 
	border: 1px solid #999; 
	margin: 5px 0  0 12px; 	
}

/* double arrow (&raquo;) befor links on single message page */
a.raquo {
	text-decoration: none;
}
a.raquo:hover {
	text-decoration: underline;
}
/* container to center event logos */
.event-logo {
	width: 311px;
	border: 1px solid #999;
	text-align: center;
	padding: 1px;
}
/* different levels of opacity for links in tag cloud */
a.tagcloud0:link, a.tagcloud1:link, a.tagcloud2:link, a.tagcloud3:link {
	text-decoration: underline;
	font-weight: normal;
}

a.tagcloud0:link, a.tagcloud0:active, a.tagcloud0:visited, a.tagcloud0:hover{color:#999; text-decoration:underline;}
a.tagcloud1:link, a.tagcloud1:active, a.tagcloud1:visited, a.tagcloud1:hover{color:#666; text-decoration:underline;}
a.tagcloud2:link, a.tagcloud2:active, a.tagcloud2:visited, a.tagcloud2:hover{color:#333; text-decoration:underline;}
a.tagcloud3:link, a.tagcloud3:active, a.tagcloud3:visited, a.tagcloud3:hover{font-weight:bold; text-decoration:underline;}




/* when previewing an article */
div.preview {
	background-color:#eee;
	padding: 3px 5px;
}

/* inline edit for ajax */
div.inlineedit{
	border: 1px solid #d5d6cc;
	padding: 0 2px;
}

.inlineedit-input {
	width: 100%;
}

.table-list div.inlineedit{
	width: 638px;
}
.table-list .network-doc-desc-narrow .inlineedit{
	width: 600px;
}

/*.inlineedit-input, bringt probleme beim umbrechen */
.inlineedit-display {
	overflow:hidden;
}

/* tags */
.table-list .inlineedit-display,
.table-list input.inlineedit-input {
	width: 636px;
	overflow:hidden;
}
.network-doc-desc-narrow .inlineedit-display {
	width: 614px;
}
.network-doc-desc-wide {
	width: 933px;
}
div.network-doc-desc-narrow a {
    border: none;
}
.contact-info-inv-status .inlineedit-display {
	width: 205px;
}
.contact-info-inv-status .inlineedit-input {
	width: 200px;
}
table.table-list .network-doc-desc-narrow textarea.inlineedit-input {
	width: 609px;
}
.contact-info-inv-status .inlineedit-display {
	height: 70px;
	overflow: auto;
}
/* memo */
textarea.inlineedit-input {
	height: 60px;
}
table.table-list textarea.inlineedit-input {
	width: 636px;
}
div.contact-info-inv-status textarea.inlineedit-input {
	width: 200px;
}

div.inlineedit.empty{
	color:#bbb;
}

div.inlineedit.hover{ 
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	background-color:#FCFFCC;
	cursor:text;
}


/* top link in long text areas */
a.top-link{
	background:url(/fileadmin/rt/icn_arrow_top.gif) no-repeat right;
	border-bottom: 1px dotted #999;
	display:block;
	padding-right:12px;
	text-align:right;
	text-decoration:none;
	font-weight:bold;
}

/* privacy protection background */
.privacy-protection {
	height:64px;
	padding-left: 100px;
	background: url(/fileadmin/rt/privacy_protection.gif) top left no-repeat;
	position: relative;
}
p.privacy-protection span.privacy-protection-txt {
	position: absolute;
	left: 100px;
	bottom: 10px;
}

/* shareable links like invitation */
tt,
a.code{
	font-size:1.1em;
	/*display:block;*/
	font-family: "Courier New", Courier, monospace;
	text-decoration:none;
}
a.code:hover{
	text-decoration:underline;
}

/* 4 and 5 column box as used in registration process */
.box4-registration,
.box-premium {
/*	background: url(/fileadmin/rt/bg_box_4col_top.gif) no-repeat top left;*/
	background: url(/fileadmin/rt/bg_box_985_top.gif) no-repeat top left;
	margin-bottom:2em;
}

.box5-registration {
/*	background: url(/fileadmin/rt/bg_box_5col_top.gif) no-repeat top left;*/ 
	background: url(/fileadmin/rt/bg_box_985_top.gif) no-repeat top left; 
	margin-bottom:2em;
}

.box4-registration ol,
.box-premium ol {
/*	background: url(/fileadmin/rt/bg_box_4col_bottom.gif) no-repeat bottom left;*/
	background: url(/fileadmin/rt/bg_box_985_4_bottom.gif) no-repeat bottom left;
	list-style: inside;
	margin: 12px 0 0 0;
	padding: 0 0 12px 0px;
	overflow:hidden;
}

.box5-registration ol {
/*	background: url(/fileadmin/rt/bg_box_5col_bottom.gif) no-repeat bottom left;*/
	background: url(/fileadmin/rt/bg_box_985_5_bottom.gif) no-repeat bottom left;
	list-style: inside;
	margin: 12px 0 0 0;
	padding: 0 0 12px 0px;
	overflow:hidden;
}


/* grey box such as used in credit card frame */

div.grey-box {
	padding:8px 0 0 0;
	background: url(/fileadmin/rt/bg_box_grey_top.gif) no-repeat top left;
}
div.grey-box div.grey-box-bottom {
	padding: 8px 16px 16px 16px;
	background: url(/fileadmin/rt/bg_box_grey_bottom.gif) no-repeat bottom left;
}

/* shadows for payment icons */


img.payment-icon  {

	background: url(/fileadmin/rt/bg_payment.gif) no-repeat top left; 
	padding: 1px 5px 5px 1px;
}


/* a non editable field section */

.datafield {
	
	border: 1px solid #ccc;
	padding: 2px 4px;
	margin-bottom:.5em;
}


/* status box in membership area */
div.membership-status {
	clear:both;
	overflow:hidden;
	width:100%;
	padding:4px 0 0 0;
	background: url(/fileadmin/rt/bg_box_821_top.gif) no-repeat top left;
}
div.membership-status div.inner{
	width:821px;
	float:left;
	padding: 4px 0 8px 0;
	background: url(/fileadmin/rt/bg_box_821_bottom.gif) no-repeat bottom left;
}

div.membership-status img{
	float:right;
	margin:0 10px ;
	padding:0;
}

img.membership-status{
	float:right;
	margin:4px 10px ;
	padding:0;
}

div.membership-status div.content,
div.membership-status h4{
	padding: 2px 7px;
	margin:0;
}

div.membership-status div.content {
	background-color: #EFF0E6;
	overflow:hidden;
	/* height:1%; */
	margin: 2px 1px;
}

div.membership-status div.content div.label {
	width: 80px;
	padding:0;
	display:block;
	float:left;
}

div.membership-status div.content div.value {
	width: 600px;
	display:block;
	float:left;
}

/* Style definitions for edit my contact page */
.contact-page-picture-col {
	float:left;
	padding-left:8px; 
	padding-bottom: 10px;
	width:140px; 
	margin-right:10px;
	overflow: hidden;
}

.contact-page-form-col {
	float:left;
	width:827px;
	overflow: hidden;
}

.contact-page-form-col div.form-col-one {
	float:left;
	width:411px;
	overflow: hidden;
}

.contact-page-form-col div.form-col-margin {
	margin-right:5px;	
}

.contact-page-form-col .private {
	padding-right:15px;
	background:url(/fileadmin/rt/icn_lock.gif) no-repeat right;
}

.contact-page-form-col div.form-inner-col {
	float:left;
	width:194px;
}
.contact-page-form-col div.form-inner-col-margin {
	padding-right:5px;
}

.contact-page-form-col div.form-inner-homepage-col {
	float:left;
	width:127px;
	padding-right:10px;	
	margin:0px;
}
.contact-page-form-col div.form-inner-year-col {
	float:left;
	width:253px;	
}

.contact-page-form-col select {
	margin-right:5px;	
}

.contact-page-form-col textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	width:98%;
	height:5.5em;	
}

/* A special style definition for the help pages */
ol.faq-list{
	margin:0px;
}
ol.faq-list li {
	padding: 5px 0px;
}

ul.rubric li {
	background: url(/fileadmin/rt/tab_inactive_arrow.gif) no-repeat  0 9px; 
	padding-left:15px;
	padding:5px 5px 5px 15px;
	border-bottom:1px solid #ECECE4;
}

ul.rubric li.active {
	background: url(/fileadmin/rt/tab_active_arrow.gif) no-repeat center left; 
}
ul.rubric li.description {
	background:#ECECE4; 
	overflow:hidden;
}


ul.rubric li.active a {
	font-weight:bold; 
}


ul.rubric a {
	text-decoration:none;
}
ul.rubric li.description a {
	text-decoration:underline;
}
/* centers image in os specific link */
img.os-icon{
	vertical-align:middle;
	padding-bottom:3px;
}

/* quotes in group  discussions*/
cite.quote {
	display: block;
	border-left: 4px solid #888;
	padding-left: 4px;
	font-style: italic;
	color: #888;
}
p.changed {
	font-style: italic;
	color: #E97F02;
	margin: 0px;
	padding: 0px;
}

/* events: icon width height */
img.event-icon {
	width: 30px;
	height: 40px;
}
img.icn {
	width: 18px;
	height: 18px;
}
/* html is needed for ie */
html {
	font-size: 100%;
}
body {
	background: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* sets default font size to 10px, so 1.2em = 12px */
	line-height: 140%;
}
/* please leave the star as it is, 
important for all font-sizes for the child elements of this id */
*#content {
	font-size: 1.2em;
	line-height: 140%;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-top-color: #BFBFBF;
	border-right-color:#E0E0E0;
	border-bottom-color:#E0E0E0;
	border-left-color: #BFBFBF;
}

input.text{
	border-top-color: #BFBFBF;
	border-right-color:#E0E0E0;
	border-bottom-color:#E0E0E0;
	border-left-color: #BFBFBF;
}
select {
	font-size: 1.2em;
	border-top-color: #BFBFBF;
	border-right-color:#E0E0E0;
	border-bottom-color:#E0E0E0;
	border-left-color: #BFBFBF;
} 
textarea.non-premium, input.text.non-premium, select.non-premium {
	background-color: #EFEFEF;
}
/* headline definition for every page */
h1 {
	color: #153667;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 1px 0 10px 0px;
	clear: both;
}
h1.name {
	color: #333;
	font-size: 1.6em;
	margin: 0 0 1em 0;
	line-height: 1.1em;
	padding: 0;
}
h2 {
	font-size: 1.4em;
	line-height: 120%;
	margin: 0 0 8px 0;
	padding: 0;
}

h2.user-box {
	font-size: 1.1em;
	line-height: 120%;
	margin: 0 0 2px 0;
	padding:6px 4px 6px 8px;
}

h2.help-headline {
	font-size: 1.1em;
	line-height: 120%;
	margin: 0 0 2px 0;
	padding:6px 4px 6px 8px;
}

h2.headline-3col {
	font-size: 1.1em;
	line-height: 120%;
	margin: 0 0 2px 0;
	padding:6px 4px 6px 8px;
}

h2.headline-power-search {
	font-weight:normal;
	margin:0; 
	padding:5px 0 2px 5px; 
	background:url(/fileadmin/rt/bg_box_482_top.gif) no-repeat top;
}
h3 {
	font-size: 1.2em;
	margin: 0 0 .5em 0;
	padding: 0;
}
h4 {
	font-size:1em;
	margin:.75em 0 1px 0;
	padding:0;
}

h4 a{
	text-decoration:none;
}

a {
	color: #333;
}

.no-ul a,
a.no-ul  {
	text-decoration: none;
}

.no-ul a:hover,
a.no-ul:hover  {
	text-decoration: underline;
}
label.text-field{
	font-weight: bold;
}
label {
	font-weight: normal;
}
/* headline with fold/unfold mechanism */
/* ??? ausgemustert */
h3.h3box {
	/*border-bottom: 1px solid #CCC; */
	font-size:1.2em; 
	color:#333; 
	cursor: pointer;
	line-height:1.2em;
	margin:0; 
	padding:5px 0 8px 36px;
	overflow: hidden;
	background-position: 8px 4px;
	background-repeat: no-repeat;
}
/* headline for tool-boxes without fold/unfold mechanism */
h3.h3box#groups-search-headline {
	cursor: default;
	padding-left: 36px;
	background-position: 8px 0;
}

#privacy-settings-form h3 {
	margin: 10px 0 5px 0;
	padding: 0;
}
/* headline with fold/unfold mechanism for the tool box single messages */
h4.h4box {
	border-bottom: 1px solid #CCC;
	font-size:1em; 
	cursor: pointer;
	line-height:1.2em;
	margin:0; 
	padding:5px 5px 8px 32px;
	overflow: hidden;
}

/* background and color for tool boxes and search forms on events page */
/* "height:1%" = ie fix for getting the background color around all floating elements in the form
   = giving the form 'hasLayout' */
.tool-form {
	background: #ECECE4;
	/* height: 1%; */
	overflow: hidden;
	padding: 12px 10px; 
}

table {
	font-size: 100%;
}
table p {
	font-size: 1em;
}

#content p {
	line-height: 140%;
}

#info-list {
	line-height: 140%;
}


/* navigation top right about, help, ... */
#header-navhelp {
	/*color: #646365;
	font-size: 1em;*/
}

#header-navhelp a {
 color: #646365;
 text-decoration: none;
}

#header-navhelp a:hover {
	/*color: #646365;*/
	text-decoration: underline;
}
/* status information in the middle of the head section */
#header-status {
	font-size: 1.2em;
	color: #333;
}
/* single search field in the top right corner */

#header-login td {
	color: #646365;
	font-size: 1.2em;
	font-weight: normal;
}

/* main navigation definition */
#navmain ul li a {
	color:#FFF;
	display:block;
	font-size:1.6em;
	font-weight:normal;
	line-height:1em;
	padding:6px 15px;
	text-decoration:none;
}
#navmain a.navmain-other {
	/*color: #FFF;*/
}
#navmain a.navmain-other:hover {
	background:#9ab3bf url(/fileadmin/rt/nav_bg_active.gif) repeat-x top;
	color: #122d38;
}
/* special definition for the first item in the navigation */
#navmain a.navmain-start {
	background: url(/fileadmin/rt/nav_bg_l_normal_long.gif) no-repeat left top; 
	padding-left: 36px;
	/*color: #FFF;
	display: block;
	text-decoration: none;*/
}
#navmain a.navmain-start:hover {
	background:#9ab3bf url(/fileadmin/rt/nav_bg_l_active.gif) no-repeat left top; 
	color: #122d38;
}
/* defintion of the selected nav item */
#navmain a.selected {
	background:#9ab3bf url(/fileadmin/rt/nav_bg_active.gif) repeat-x left top; 
	color: #122d38;
	font-weight:bold;
}
/* definition of the selected navigation item for the first item */
#navmain a.navmain-start-selected {
	background:#9ab3bf url(/fileadmin/rt/nav_bg_l_active.gif) no-repeat left top; 
	color: #122d38;
	font-weight:bold;
}
/* font-size definiton for the sub navigation */
#navsub {
	font-size: 1.4em;
}
/* definition for the sub navigation link */
#navsub a.navsub {
	border-right: 1px solid #A1A093;
	display: block;
	color: #6D6D6D;
	font-weight: normal;
	margin: 0 2px 0 0px;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
}
#navsub a.navsub:hover {
	color: #122d38;
	text-decoration: underline;
}
#navsub a.selected {
	color: #122d38;
	font-weight: bold;
}
/* color defintions for normal text and headlines, do not use if possible */
.c333 {
	color: #333;
}
.c330 {
	color: #330;
}

.info-form-field {
	border-left:1px solid #B7C87A;
	width:650px;
}

.info-message,
.warning-message,
.confirm-message,
.error-message,
.error-message-top {
	font-weight: normal;
	padding-left: 22px;
	margin-bottom: 5px;
	padding-top:1px;
	clear:both;
}
.info-message {
	background: url(/fileadmin/rt/icn_information.gif) no-repeat left top;
	/*color: #618117;*/
	color: #333;
}

.info-message-tandc {
	background: url(/fileadmin/rt/icn_information.gif) no-repeat left; 
	padding-left: 22px; 
	padding-top: 6px; border-top: 1px dotted rgb(153, 153, 153); 
	padding-bottom: 6px; 
	border-bottom: 1px dotted rgb(153, 153, 153);
}

/* old style
.warning-message {
	background: url(/fileadmin/rt/icn_warning.gif) no-repeat left top;
	color: #666;
} */
/* new style */
.warning-message {
	background:#ffff99 url(/fileadmin/rt/icn_warning.gif) no-repeat 3px 3px;
	color: #333;
	border: 1px solid #cfdc00;
	padding: 5px 5px 5px 26px;
}
.error-message {
	background: url(/fileadmin/rt/icn_error.gif) no-repeat left top;
	color:#BC100E;
}
.error-message-top {
	background:url(/fileadmin/rt/icn_error_v2.gif) no-repeat 6px 4px;
	color:#FCFCFC;
	border: 1px solid #620303;
	padding: 6px 4px 4px 30px;
}
/* old style
.confirm-message{
	background: url(/fileadmin/rt/icn_confirmation.gif) no-repeat 2px 4px;
	border: 1px solid #00887F;
	color: #00887F;
	padding: 4px 4px 4px 26px;
}*/
/* new style */
.confirm-message{
	background:#edf4f2 url(/fileadmin/rt/icn_event_check_07.gif) no-repeat 5px 6px;
	color: #333;
	border: 1px solid #c4dcd4;
	padding: 5px 5px 5px 26px;
}

.warning-form-field {
	border:1px solid #F7CD45;
}

input.error-form-field {
	border-top:2px solid #BC100E;
	border-left:2px solid #BC100E;
	border-bottom:1px solid #FE9999;
	border-right:1px solid #FE9999;
}

.error-form-field {
	border-top:2px solid #BC100E;
	border-left:2px solid #BC100E;
	border-bottom:1px solid #FE9999;
	border-right:1px solid #FE9999;
}

.confirmation-message {
	background: #FFF;
	color: #A1B64D;
}
.table-list-pagination {
	border-bottom: 1px dotted #999;
	padding: 0 0 5px 0px;
	margin-bottom: 5px;
}
/* def only needed for ie7 */
.table-list-pagination form {
	padding-bottom: 5px;
}
.table-list-pagination-bottom {
	border-bottom: 0;
	border-top: 1px dotted #999;
	padding: 8px 0 0 0px;
	margin-top: 15px;
}
.table-list-pagination a {
	font-weight: normal;
	text-decoration: none;
	padding: 0 3px 0 5px;
	border-left: 1px solid #333;
}
.table-list-pagination a:hover {
	text-decoration: underline;
}
.table-list-pagination a.selected {
	font-weight: bold;
}
.table-list-pagination .disabled {
	color: #A0A0A0;
	padding: 0 3px 0 0px;
	border-left: 1px solid #333;
}
.table-list-pagination .first {
	padding: 0 3px 0 0;
}

.table-list-pagination.alpha-pagination a {
	border: 0;
	padding: 0 2px 0 0;
}

/* events search form */
label.event-search-form {
	display: block;
	font-weight: bold;
	/*margin-bottom: 5px;*/
}
/* event participants list, my profil in the list */
.me {
	color:#122d38;
} 
.me a {
	color:#122d38;
}
/* required form fields */
.required-fields {
	font-size: 1.4em;
	/* needed in th cells */
	font-weight: normal;
	line-height: .1em;
	padding: 0;
	margin: 0 0 0 1px;
}
/* premium membership converted currency amount */
.converted-amount {
	color: #122d38;
}
/* text-color on logged out pages for infos that are only available as reg member */
.logged-out-info,
.logged-out-info a {
	color: #738634;
}
#footer {
	font-weight: normal;
	line-height: 1.8em;
	color: #9C9C9C;
}
#footer a {
	color: #9C9C9C;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}/* CSS Document */
a.underline {
	text-decoration: underline;
}
.nobr {
	white-space: nowrap;
}
.b {
	font-weight: bold;
}
*.normal {
	font-weight: normal !important;
}
.mp0 {
	margin: 0 !important;
	padding: 0 !important;
}
.ml {
	margin-left: 8px;
}
.noborder {
	border: 0 !important;
}
.b1 {
	border: 1px solid red;
}
.text-border {
	border: 1px solid #D5D6CC;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float:none;
}
.borderright {
	border-right: 1px solid #333;
	margin-right: 5px;
	padding-right: 5px;
}
.borderbottom {
	border-bottom: 1px dotted #999;	
	margin-bottom: 0px;
	padding-bottom: 15px;
}
.bordertop {
	border-top: 1px dotted #999;	
	margin-top: 0px;
	padding-top: 15px;
}
.section-border {
	float:none;
	overflow:hidden;
	/* height: 1%; */
	clear:both;
	border-bottom: 1px dotted #999;	
	margin:0;
	padding:2px 8px;		
}
.section-border a {
	text-decoration: none;
	padding: 0 1px;
}
.section-border a:hover {
	text-decoration: underline;
}
.section-border a.selected {
	font-weight: bold;
}
.clr {
	clear: both;
}
.disabled   {
	color: #A0A0A0;
}
input.disabled   {
	background-color: #A0A0A0;
	color: #333;
}

.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.hidden {
	display: none;
}
.overflow {
	overflow: hidden;
	/* height: 1%; */
}

.fixed-anchors {
	overflow: visible;
}

.green, .status-color {
	color: #360;
}
.block {
	display: block;
}

table.clean, table.clean td, table.clean tr {
	margin:0;
	padding:0;
}
/* test class for indent left */
.indent-left {
	margin-left: 8px !important;
}

.middle {
	vertical-align: middle;
}
/* make sure text large input fields fit into */
.col_two select.large,
.col_two textarea.large,
.col_two input.large{
	margin:2px 0;
	width:647px;
	display:block;
}
.col_one select.large,
.col_one textarea.large,
.col_one input.large{
	width:303px;
}
.col_one.clr select.large,
.col_one.clr textarea.large,
.col_one.clr input.large{
	width:297px;
}/* def for all form buttons */
button {
	background: none;
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
}
button div {
	margin: 0;
	padding: 0px 0px 0px 5px;
	background-repeat: no-repeat;
	background-position: left center;
}

/* definition for standard submit button */
button div p,
button div table {
	color: #122d38;
	font-size: 14px;
	line-height:1em;
	font-weight: bold;
	margin: 0;
	white-space: nowrap;
	/* beware of the ie defs in the ie.css - should be different! */
	padding: 9px 12px 10px 7px;
	background-repeat: no-repeat;
	background-position: right center;
}

button.btn,
button.btn-submit-tools,
button.btn-cancel-tools{
	margin:0;
	padding:0;
}

button div.btn 					{ background-image: url(/fileadmin/rt/btn_bg_left.gif);				}
button div.btn-submit 			{ background-image: url(/fileadmin/rt/btn_bg_submit_left.gif); 		}
button div.btn-submit-tools 	{ background-image: url(/fileadmin/rt/btn_bg_submit_tools_left.gif);	}
button div.btn-cancel-tools 	{ background-image: url(/fileadmin/rt/btn_bg_cancel_tools_left.gif);	}
button div.btn-large-submit 	{ background-image: url(/fileadmin/rt/btn_bg_large_submit_left.gif);	}
button div.btn-cancel 			{ background-image: url(/fileadmin/rt/btn_bg_cancel_left.gif);			}
button div.btn-export 			{ background-image: url(/fileadmin/rt/btn_bg_export_left.gif);			}

button div p.btn 				{ background-image: url(/fileadmin/rt/btn_bg_right.gif);				}
button div p.btn-submit 		{ background-image: url(/fileadmin/rt/btn_bg_submit_right.gif);		}
button div p.btn-submit-tools 	{ background-image: url(/fileadmin/rt/btn_bg_submit_tools_right.gif);	}
button div p.btn-cancel-tools 	{ background-image: url(/fileadmin/rt/btn_bg_cancel_tools_right.gif);	}
button div p.btn-large-submit,
button div table.btn-large-submit 	{ background-image: url(/fileadmin/rt/btn_bg_large_submit_right.gif); 	}
button div p.btn-cancel 		{ background-image: url(/fileadmin/rt/btn_bg_cancel_right.gif);		}
button div p.btn-export 		{ background-image: url(/fileadmin/rt/btn_bg_export_right.gif);		}

button div p.btn,
button div p.btn-submit-tools,
button div p.btn-cancel-tools {
	font-size: 13px;
	line-height: 1.6em;
	padding: 3px 12px 2px 7px;
	/* beware of the ie defs in the ie.css - should be different! */
}
button div p.btn-export {
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight: normal;
	padding: 1px 12px 2px 7px;
	/* beware of the ie defs in the ie.css - should be different! */
	color: #000;
}

/* definition for cancel/reset tools buttons */
button div p.btn-cancel,
button div p.btn-submit-tools,
button div p.btn-cancel-tools {
	color: #fff;
}
/* definition for "add as contact" button */
button div p.btn-large-submit,
button div table.btn-large-submit {
	/* beware of the ie defs in the ie.css - should be different! */
	white-space: normal;
	padding: 0 0 0 5px;
	line-height: 1em;
}

/* teaser button */

div.teaser {
	width: 315px;
	margin: 0 0 1em 0;
	padding: 0;
	background: url(/fileadmin/rt/bg_teaser_bottom.gif) no-repeat bottom left;
	cursor: pointer;
}
div.teaser.small {
	width: 290px;
}
div.teaser div.teaser-content{
	display:block;
	padding: 12px 13px;
	overflow:hidden;
	/* height: 1%; */
	background: url(/fileadmin/rt/bg_teaser_top.gif) no-repeat top left;
}
div.teaser div.teaser-content p {
	padding: 0;
	margin: 0;
}
div.teaser h4{
	color:#666;
}
/*
div.teaser.invite {
	background: url(/fileadmin/rt/bg_teaser_invite_bottom.gif) no-repeat bottom left;
}
div.teaser.invite div.teaser-content{
	background: url(/fileadmin/rt/bg_teaser_invite_top.gif) no-repeat top left;
}
div.teaser.invite.small {
	background: url(/fileadmin/rt/bg_teaser_invite_small_bottom.gif) no-repeat bottom left;
}
div.teaser.invite.small div.teaser-content{
	background: url(/fileadmin/rt/bg_teaser_invite_small_top.gif) no-repeat top left;
}
*/
div.teaser.invite h4{
	color: #89AA4B;
}
div.teaser.corporate {
	background: url(/fileadmin/rt/bg_teaser_corporate_bottom.gif) no-repeat bottom left;
}
div.teaser.corporate div.teaser-content{
	background: url(/fileadmin/rt/bg_teaser_corporate_top.gif) no-repeat top left;
}
div.teaser.premium {
	background: url(/fileadmin/rt/bg_teaser_premium_bottom.gif) no-repeat bottom left;
}
div.teaser.premium div.teaser-content{
	background: url(/fileadmin/rt/bg_teaser_premium_top.gif) no-repeat top left;
}
div.teaser.premium h4{
	color: #065159;
}
div.teaser img {
	padding:0 0 .5em 0;
}
div.teaser img.icon {
	float:right;
	padding:0 !important;
	width: 64px;
	height: 64px;
}
div.teaser h4{
	font-weight:bold;
	display:block;
	font-size:1.2em;
	padding: 0 0 4px 0;
	margin:0;
}
/* The style a.raquo-block-link is used on 646_premium_group_infos_inc.php */
div.teaser div.teaser-content a,
div.teaser-large div.teaser-content a,
a.raquo-block-link
{
	text-decoration: none;
	padding-left:10px;
	display:block;
	background: url(/fileadmin/rt/icn_raquo.gif) no-repeat 0 0.45em;
}
div.teaser div.teaser-content h4 a {
	text-decoration: none;
	padding-left:0px;
	display:block;
	background: none;
}

div.teaser div.teaser-content a:hover,
div.teaser:hover a,
div.teaser-large div.teaser-content a:hover,
a.raquo-block-link:hover
 {  /* firefox only */
	text-decoration: underline;
}

div.teaser-large {
	width: 650px;
	margin: 0 0 1em 0;
	padding: 0;
	background: url(/fileadmin/rt/bg_teaser_member_bottom.gif) no-repeat bottom left;
	cursor: pointer;
}
div.teaser-large div.teaser-content{
	display:block;
	padding: 0px 13px 15px 13px;
	overflow:hidden;
	/* height: 1%; */
	background: url(/fileadmin/rt/bg_teaser_member_top.gif) no-repeat top left;
}
/* File upload buttons */ 
div.fileinputs {
	position: relative;
	height:4em;			
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

input.file {
	position: absolute;
	right:0;
	z-index:2;	
	-moz-opacity:0;
	opacity: 0;
	font-size:50px;
	height:46px;
	line-height:50px;
/*	overflow:hidden;				*/	
	cursor: pointer;
}
/* upload foto button on profil forms page*/
div.fake-browse-button-top {
	width:140px; 
	background: url(/fileadmin/rt/bg_upload_photo_top.gif) no-repeat left top;
}

div.fake-browse-button-bottom {
	width:140px; 
	white-space:normal; 
	background: url(/fileadmin/rt/bg_upload_photo_bottom.gif) no-repeat left bottom; 
	padding-top:5px;
}

div.fake-browse-button-bottom p {
	text-align:center; 
	margin:0px; 
	padding:0 5px 5px 5px; 
	font-size: 13px; 
	line-height:15px; 
	color: #122d38;
	font-weight:bold;
}

img#photo-loading-indicator{
	position:absolute;
	background-color:white;
}

/* Button "I want Premium Membership" */
button.btn-premium-membership {
	margin:0;
	padding:0;
}

button div p.btn-premium-membership {
	background-image:url(/fileadmin/rt/btn_premium_membership_right.gif);
	color:white;
	font-size: 13px;
	line-height: 1.6em;
	padding: 22px 30px 28px 60px;
}

button div.btn-premium-membership{
	background-image:url(/fileadmin/rt/btn_premium_membership_left.gif);
}

/* auto completer */

.auto-complete{
	text-align: left;
	font-size: 1.2em;
	top:200px;
	left:500px;
	position:absolute;
	border:1px solid #BBB;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	background-color:white;
	padding:1px;
}

.auto-complete img{
	position:absolute;
	height:16px;
	width:16px;
	opacity: .5;
	cursor:pointer;
	right:2px;
}

.auto-complete img.up-arrow{
	top:2px;
}

.auto-complete img.down-arrow{
	bottom:2px;
}

.auto-complete ul li {

	padding:0px 30px 1px 3px;
	cursor:pointer;

}

.auto-complete ul li.selected {
	background-color:#D5D6CC;
}

/* tab-navigation */
#tab-navigation {
	background: #FFF url(/fileadmin/rt/tab_bg.gif) repeat-x bottom;
	/* float: left; */
	width: 100%; 
	overflow: hidden; 
	line-height:normal;
}
#tab-navigation ul {
	list-style-type: none;	
	padding:0; 
	margin:0; 	

}
#tab-navigation li {
	background: url(/fileadmin/rt/tab_right.gif) no-repeat right top;	
	float: left; 
	padding: 0 3px 0 0;
	margin-right: 10px;	
}
#tab-navigation a.disabled, #tab-navigation span.disabled {
	background: url(/fileadmin/rt/tab_left_disabled.gif) no-repeat left top; 
	color: #a2a39e;
}
#tab-navigation a.disabled:hover {
	text-decoration: underline;
}
#tab-navigation a, #tab-navigation span {
	background: url(/fileadmin/rt/tab_left.gif) no-repeat left top; 
	text-decoration: none;
	color: #535351;
	display: block; 
	padding: 4px 8px 8px 18px;
}
#tab-navigation a.normal, #tab-navigation a.span {
	background:none; 
	display:inline;
	padding: 0px 2px 0px 2px;
}
#tab-navigation #current {
	background-image: url(/fileadmin/rt/tab_right_on.gif); 
	border-bottom:1px solid white;
}

#tab-navigation #current a, #tab-navigation #current span {
	padding-bottom: 7px;
	background-image: url(/fileadmin/rt/tab_left_on.gif);
	color: #333;
	font-weight:bold;
}
/* search form for contact page */
#contacts-search-form input.text, #advanced-search-form select  {
	margin: 0 0 10px 0;
	width: 290px;
}
#contacts-search-form input {
	width: auto;
	margin: 0;
}

#contacts-search-form button {
	margin-left: 10px;
}

#contacts-search-form label  {
	margin: 0 10px 0 0;
	display: block;	
	font-weight: bold;
}
.contact-card {
	background: url(/fileadmin/rt/bg_contact_top.gif) no-repeat top left; 
	float:left;
	width:237px;
	margin:8px 4px;
}
.contact-card .photo{
	float:left;
	width:70px;
	padding:10px 0 3px 10px;
}
.contact-card .description{
	float:left;
	margin:10px 0 0 7px;
	width:140px;
}
.contact-card .main-info{
	padding-bottom:4px;
	line-height:1em;
	height:100%;
	overflow:hidden;
	background: url(/fileadmin/rt/bg_contact_bottom.gif) no-repeat bottom left; 
}
/* CSS Document */
/* Style defintions for the datechooser */

.calendar *
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000;
}

.calendar.popup {
	background:none; 
	font-size: 1.2em;
	line-height:1em;
	padding:0; 
	margin:0;
	text-align:left;
	display:block;
	width:404px; 
}

.calendar.popup{
	overflow:hidden;
	position:absolute;
	z-index:10;
}

.calendar .content,
.calendar .header,
.calendar .footer{
	background:#EDECE3;
}

.calendar .footer{
	overflow:hidden;
	/* height: 1%; */
	padding:4px 0 6px 6px;
}

.calendar .header{
	font-weight: bold;
	padding: 5px 0 0 11px
}

.calendar.popup .header {
	padding:52px 54px 0 44px;
	background: url(/fileadmin/rt/bg_cal_top.png) no-repeat top left;
	height:21px;
}

.calendar.popup .content {
	background: url(/fileadmin/rt/bg_cal_middle.png) repeat-y bottom left; 
	padding:0 54px 0 44px;
}

.calendar.popup .footer {
	overflow:visible;
	background: url(/fileadmin/rt/bg_cal_bottom.png) no-repeat bottom left; 
	font-size: .9em;
	height:79px;
	padding:3px 54px 0 44px;
}

.calendar.popup.top-left		.header{	background-image: url(/fileadmin/rt/bg_cal_top_left.png); }
.calendar.popup.top-right		.header{	background-image: url(/fileadmin/rt/bg_cal_top_right.png); }
.calendar.popup.bottom-left		.footer{	background-image: url(/fileadmin/rt/bg_cal_bottom_left.png); }
.calendar.popup.bottom-right	.footer{	background-image: url(/fileadmin/rt/bg_cal_bottom_right.png); }

.calendar table {
	border-top:4px solid #EDECE3;
	border-right:8px solid #EDECE3;
	border-left:8px solid #EDECE3;
	border-bottom:2px solid #EDECE3;
	background:#EDECE3;
	font-weight:bold;
}

.calendar tbody td{
	margin:0;
}

.calendar a {
	color: #000;
	text-decoration: none;
}

.calendar table a:hover {
	background: #CCE544;
	border-color: #CCE544 !important;
}

.calendar a.previousmonth,
.calendar a.nextmonth {
	text-decoration: underline;
}


.calendar a.previousmonth{
	float:left;
}
.calendar a.nextmonth {
	float:right;
}

.calendar .description{

	float:left;
	margin-left:5px;
}

.calendar a.previousmonth:hover,
.calendar a.nextmonth:hover,
.calendar a.currentdate:hover {
	background: none;
}

.calendar thead td {
	padding: 0px 0 4px 2px;
}

.calendar thead td {
	text-align: left;
}

.calendar tbody td {
	text-align:right;
}

.calendar tbody td * {
	display:block; 
	padding:0 1px;
	width: 33px;
	border: 2px solid white;
}

.calendar tbody td.even * {
	background: white;
	border-color: white;
}
.calendar tbody td.odd * {
	border-color: #EDECE3;
}
.calendar tbody td.empty * {
	background: none;
}
.calendar tbody td.next-month * {
	background-color: #CCC;
	border-color: #CCC;
}

.calendar .selectedday * {
	background: #CCE544;
	border-color: #CCE544;
}

.calendar .selectedday.today *{
	border-color:white !important;
}
.calendar .today *{
	border-color: #CCE544 !important;
}


.calendar img.icon{
	vertical-align:middle;
}

.calendarlink, .calendaricon {
	margin: 0px 3px;
}
.calendaricon {
	cursor: pointer;
}.modal-window,
.context-window {
	font-size: 1.2em;
	text-align: left;
	line-height: 120%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: top left;
	margin:0;
	padding:0;
	z-index:10000;
}
/* FF2 MAC scrollbar bleedthrough fix (hack) */
.modal-window {
	overflow: auto;
}
.modal-window .wrapper,
.context-window .wrapper {
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 5px 10px 10px 10px;
	margin-top:5px;
}

.modal-window h3,
.context-window h3 {
	margin:0;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2px 0 4px 20px;
}

.modal-window img.close,
.context-window img.close {
	float:right;
	cursor:pointer;
}
.context-window{ 
	width: 197px; 
	background-image: url(/fileadmin/rt/win_context_bg_top.gif); 
}

.context-window.help {
	width: 300px; 
	background: url(/fileadmin/rt/win_context_help_bg_top.gif);
}

.modal-window{ 
	width: 315px; 
	background-image: url(/fileadmin/rt/win_modal_bg_top.gif); 
}
.context-window .wrapper  { 
	background-image: url(/fileadmin/rt/win_context_bg_bottom.gif); 
}

.context-window.help .wrapper  { 
	background-image: url(/fileadmin/rt/win_context_help_bg_bottom.gif); 
}
.modal-window .wrapper { 
	background-image: url(/fileadmin/rt/win_modal_bg_bottom.gif); 
}

.modal-background {
	position:absolute;
	top:0;
	left:0;
	z-index: 9999;
	background-color:#000;
	-moz-opacity:30;
	opacity: .3;
	width:100%;
	height:1000px; /* should be set via js */
}

.infobox-pane {
	overflow: visible;
	position: relative;
	left: 0;
	top: 0;
	width: 670px;
	margin: 0;
}

.infobox-pane .drop {
	padding: 0 20px 0 0;
	margin: 0 0 5px 0;
	overflow: visible;
	position: relative;
	top: 0;
	left: 0;
	float: left;
}

.infobox-pane .drop .drop-inner {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.infobox-pane .drop.active {
	z-index: 1024;
}

.infobox-pane .drop.active .drop-inner {
	background: #D8D8C7;
}
.infobox-pane .handle {
	cursor: move;
	width: 100%;
}

.infobox-pane .handle .close_btn {
	cursor: pointer;
}

.handle img {
	display: none;
}

.infobox-pane .handle img {
	display: block;
}

.register-path {
	overflow: hidden;
	height:1%;
	background: url(/fileadmin/rt/bg_dot_contact_path.gif) no-repeat 12px 24px;
	margin: 0 4px;
	padding: 4px 0;
}
div.headline-register {
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999; 	
	padding: 0 0 5px 0;	
	color: #122d38;
	background:#FFF; 
}
div.registration-steps{
	background: transparent;
	width:214px;
}
div.registration-steps div div{
	background: transparent;
	width: 150px;
	height: 40px;
}
div.registration-steps div span{
	background: transparent;
	padding: 0 0 0 6px;
}
.email-confirmation-top{
	background:url(/fileadmin/rt/bg_green_box_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding:6px 0 0 0;
}
div.email-confirmation-bottom{
	background:url(/fileadmin/rt/bg_green_box_bottom.gif) no-repeat;
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 11px 15px 20px 15px;
}
.registration-statistics-top{
	background:url(/fileadmin/rt/bg_box_315_shadow_top.gif) no-repeat left top;
	padding: 6px 0 0 0;
}
.registration-statistics-bottom {
	background:url(/fileadmin/rt/bg_box_315_shadow_bottom.gif) no-repeat left bottom; 
	margin: 0;
	padding: 10px 0 10px 15px;
	overflow:hidden;
}

/* CSS Document with additional/changed styles for new invitation page colors */
.pending {
	color: #ee7700;
}
.accepted {
	color: #aabb00;
}	
.following {
	color: #bcbcbc;
}
/* headlines */
#invitations h4 {
	padding: 0;
	background:url(/fileadmin/rt/box_level0_left.gif) no-repeat;
	line-height:19px;
  height: 1%;
  overflow: hidden;
}
#invitations h4 span {
	font-size: 12px;
	font-weight: normal;
	display:block;
	float: left;
}
#invitations h4 span.invitations-counter-headline {
  background: url(/fileadmin/rt/box_level0_right.gif) no-repeat left top;
  padding-left: 10px;
}
#invitations h4 span.invitations-counter {
  padding-left: 11px;
  padding-right: 8px;
}
#invitations h4.level1, #invitations h4.level2, #invitations h4.level2_bot {
	padding-left: 22px;
	margin-top:0px;
	background:url(/fileadmin/rt/box_level1_left.gif) no-repeat;
}
#invitations h4.level2 {
	background:url(/fileadmin/rt/box_level2_left.gif) no-repeat;
}
#invitations h4.level2_bot {
	background:url(/fileadmin/rt/box_bot_left.gif) no-repeat;
}
/* lists */
#invitations_status li {
	padding: 0 0 10px 25px;
	background:url(/fileadmin/rt/icn_check_special_for_addressbook.gif) no-repeat;
}
ul.invitations_list li {
	padding-left: 12px;
	background: url(/fileadmin/rt/invite/bullit_olive.gif) no-repeat 0px .5em;
}
ul.info-list-hints {
	padding-left: 7px;
}
ul.info-list-hints li {
	padding-left: 12px;
	background: url(/fileadmin/rt/invite/bullit_olive.gif) no-repeat 0px .5em;
}
/* tables */

#invitations table.table-list, #invitations table-list-pagination-bottom {
	width: 570px;
}
#invitations table.table-list {
	border-collapse: collapse;
	border-spacing: 0;
}
#invitations td.icons{
	padding: 2px 0px 2px 8px;
	text-align:center;
}
#invitations table.table-list .col_name {
	width: 317px;
}
#invitations table.table-list .col_date {
	width: 100px;
}
#invitations table.table-list .col_option {
	width: 80px;
}
#invitations table.table-list .col_options {
	width: 160px;
}

/* pagination at bottom of tables */
#invitations .table-list-pagination-bottom {
	padding: 0px 0 0 0px;
	margin: 0 0 0 22px;
}
#invitations .table-list-pagination .first {
	border: none;
}


/* main divs & paragraphs */

/* left column */
#invitations div.level1, #invitations div.level1_bot, #invitations div.level2 {
	padding-left: 14px;
	background:url(/fileadmin/rt/box_line.gif) repeat-y top left;
}
#invitations div.level1_bot {
	background: none;
	margin:0 0 0 14px;
	padding:0;
}
#invitations div.level2{
	margin-left: 22px;
	padding: 15px 0 25px 14px;
}
 #invitations div.level2_bot{
	 margin-left: 22px;
	padding: 15px 0 25px 14px;
 }
#invitations div.level2_bot {
	padding-top: 0;
}
#invitations div.level1 p, #invitations div.level2 table, #invitations div.level2_bot table {
	margin-left: 22px;
}
/* used on search-result site*/
.grey_info_box_shadow {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
}
.grey_info_box_shadow li {
	padding-left: 65px;
	background-image: url(/fileadmin/rt/bg_search_no_matches.gif);
	background-repeat: no-repeat;
	height:55px;
}
.grey_info_box_shadow li span{
	display:block;
	padding-top:5px;
	height:65px;
}
.grey_info_box_shadow li a{
	display:block;
	padding-top:12px;
	height:65px;
}
.grey-box-300-top{
	background:url(/fileadmin/rt/bg_grey_box_300_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding:4px 0 0 1px;
}
.grey-box-300-bottom{
	background:url(/fileadmin/rt/bg_grey_box_300_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding:4px 0 0 10px;
	height:85px;
}
.grey-box-315-top{
	background:url(/fileadmin/rt/bg_grey_box_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding:4px 0 0 0;
	margin:0 0 20px 0;
}
.grey-box-315-bottom{
	background:url(/fileadmin/rt/bg_grey_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height:55px;
	padding:4px 0 0 0;
}
.check-list li{
	background: url(/fileadmin/rt/icn_check.gif);
	background-repeat: no-repeat;
	padding: 1px 0 0 20px;
	margin: 0 0 10px 0;
	line-height:16px;	
}
table.table-list .ext-name {
	width: 200px;
	overflow: hidden;
}
table.table-list .ext-title {
	width: 210px;
	overflow: hidden;
}
table.table-list td.ext-list-item {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.table-list td.middle {
	vertical-align: middle !important;
}
/* invite statistics*/
div.invite-statistics {
	 padding: 1px; 
	 border: 1px solid #999; 
	 width: 219px;
	 height:12px; 
	 background: url(/fileadmin/rt/ill_profile_compl_inactive.gif) no-repeat 1px 1px;
}
.orange{
	background: #FFF;
	color: #E97F02;
}
div.col_one .bg-invite-statistics-bottom {
	background:url(/fileadmin/rt/bg_box_308_shadow_bottom.gif) no-repeat left bottom; 
	margin: 0; 
	overflow:hidden;
	padding:0 15px 0 15px;
}
ul.xing-help-list { 	 
     list-style-image: url(/fileadmin/rt/tab_inactive_arrow.gif); 	 
     list-style-position: outside; 	 
     padding-left: 16px; 	 
 }
.preview-window { 
	position: absolute;
	z-index: 10000;
	margin: 0pt;
	padding: 0pt;
	width: 750px;
	font-size: 1.2em;
	background-image:url(/fileadmin/rt/win_preview_bg_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.preview-window .wrapper { 
	background-image:url(/fileadmin/rt/win_preview_bg_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top:5px;
	padding: 10px 10px 45px 9px;
}
.preview-window .content {
	overflow:scroll;
	background:#fff;
	height:490px;
	width:730px;
	text-align:left;
	border: 1px solid #9C9C9C;
}

.preview-window .group_inv {
	overflow: auto;
	border: 0;
}

.hl-field {
	font-weight:bold;
	white-space:nowrap;
}

.hl-value {
	color: #333;
	background: #c4dcd4;
}

h3.hl-category-mp1 {
	background:url(/img/bg_hl_985.gif) no-repeat scroll left center;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	font-weight:bold;
	height:17px;
	padding:15px 8px;
}

h3.hl-category-mp2 {
	background:url(/img/bg_grey_985.gif) no-repeat scroll left center;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	font-weight:bold;
	height:17px;
	padding:15px 8px;
}

/* profile 2007 */

/* profile: self, display */
h1.h1-profile {
	font-size:1em;
	font-weight:bold;
	padding:0;
	margin:0 0 0 8px;
	clear: none;
	color:#333;
}
div.profile-row {
	clear: both;
	overflow: hidden;
	padding:5px 0;
}
div.profile-row div.profile-col-category {
	width: 127px;
	float: left;
	font-weight: bold;
	padding: 0 5px 0 8px;
	clear: both;
}
div.profile-row div.profile-col-content {
	width: 510px;
	float: left;
	overflow: hidden;
}
div.profile-row div.profile-col-content div.edit-mode, div.profile-row div.profile-col-content p.edit-mode {
	float: left;
	width: 375px;
	overflow: hidden;
}
div.profile-row div.profile-col-content div.display-mode, div.profile-row div.profile-col-content p.display-mode {
	float: left;
	width: 510px;
	overflow: hidden;
} 

/* in settings */
div.col_5050 div.profile-row div.profile-col-content {
	width: 374px; 
	float: left;
	padding-left: 8px;
}
div.profile-row h4.profile-col-category {
	font-weight: bold;
	padding: 5px 5px 5px 8px;
	margin: 0 0 10px 0;
	width: 469px;
	background: #edf4f2 url(/fileadmin/rt/bg_hl_5050.gif) no-repeat left center;
	height: 17px;
}
div.settings-check {
	width: 20px;
	float: left;
}
div.settings-content {
	width: 354px;
	float: left;
}
/* in edit mode */
div.wgt-box div div.settings-content {
	width: 444px;
	float: left;
	padding-top :2px;
}
.protected {
	padding-right:10px;
	background: url(/fileadmin/rt/icn_protected.gif) no-repeat right 2px;
}

/* CONTACT card */
.bg-contact-info-top {
	background: url(/fileadmin/rt/bg_box_650_profile_top.gif) no-repeat left top;
	padding-top: 6px;
}
.bg-contact-info-bottom {
	background: url(/fileadmin/rt/bg_box_650_profile_bottom.gif) no-repeat left bottom;
	overflow: hidden;
	padding: 0 0 4px 8px;
}
.bg-contact-info-zoominfo-bottom {
	background: url(/fileadmin/rt/bg_box_650_profile_zoominfo_bottom.gif) no-repeat left bottom;
	overflow: hidden;
	padding: 0 0 4px 8px;
}
.contact-info-contacts {
	float: left;
	overflow: hidden;
	width: 220px; 
	padding: 0 0 0 20px;
	text-align:left;
}
.profile-photo {
	z-index:1; 
	width:140px; 
	height:185px;
	float: left;
}
/* display styles */
/* headline with rounded corners */
h3.hl-category-col-three {
	background: #edf4f2 url(/fileadmin/rt/bg_hl_col_three.gif) no-repeat left center;
	color: #333;
	padding: 5px 8px;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0;
	height: 17px;
}
h3.hl-category {
	background: #edf4f2 url(/fileadmin/rt/bg_hl.gif) no-repeat left center;
	color: #333;
	padding: 5px 8px;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0;
	height: 17px;
}
h3.hl-category span a.lnk-show-hide {
	color: #808080;
	font-weight: normal;
	background: url(/fileadmin/rt/btn_down.gif) no-repeat right;
	padding: 2px 22px 2px 0;
}
div.btn-edit, span.btn-edit {
	background: url(/fileadmin/rt/btn_edit_bg_left.gif) no-repeat left center;
	padding: 0 0 0 3px;
	margin: 0 8px 0 0;
	font-weight: normal;
	float: left;
}
div.btn-edit div.btn-edit {
	background: url(/fileadmin/rt/btn_edit_bg_right.gif) no-repeat right center;
	padding: 0 8px 0 5px;
	margin:0;
}
a.btn-edit:link, a.btn-edit:active, a.btn-edit:visited {
	color: #333;
	font-size: 11px;
	text-decoration: none;
}
a.btn-edit:hover {
	text-decoration: underline;
}
div.btn-edit, span.btn-edit {
	background: url(/fileadmin/rt/btn_edit_bg_left.gif) no-repeat left center;
	padding: 0 0 0 3px;
	margin-right: 8px;
}
span.btn-edit {
 	float:none;
}
div.btn-edit {
 	float:left;
}
div.btn-edit div.btn-edit, span.btn-edit span.btn-edit {
	background: url(/fileadmin/rt/btn_edit_bg_right.gif) no-repeat right center;
	padding: 2px 8px 2px 5px;
	margin:0;
}
div.btn-edit div.btn-edit a.btn-edit:link, 
div.btn-edit div.btn-edit a.btn-edit:active, 
div.btn-edit div.btn-edit a.btn-edit:visited,
span.btn-edit span.btn-edit a.btn-edit:link, 
span.btn-edit span.btn-edit a.btn-edit:active, 
span.btn-edit span.btn-edit a.btn-edit:visited {
	color: #333;
	font-size: 11px;
	text-decoration: none;
	/*font-weight: bold;*/
}
div.btn-edit div.btn-edit a.btn-edit:hover, 
span.btn-edit span.btn-edit a.btn-edit:hover {
	text-decoration: underline;
}
p.profile-work-descr, p.profile-work-period, p.profile-work-note {
	padding: 0;
	margin: 0;
}
p.profile-work-note {
	color: #808080;
	clear: both;
}
.txt2nd {
	color: #808080;
}
.smalltxt2nd {
	color: #808080;
	font-size: 11px;
	line-height: 100%;
	margin-bottom: 5px;
}
a.url:link, a.url:active, a.url:visited {
	color: #0e6e84;
	text-decoration: none;
}
a.url:hover {
	text-decoration: underline;
}
p.edu-department {
	margin:0;
	padding:0;
}
p.edu-school {
	margin: 0;
	padding: 0;
}
p.edu-notes {
	margin:0;
	padding: 0;
	color: #808080;
}
/* widget styles */
div.wgt-frame {
	background-color: #edf4f2;
	border: 1px solid #cddcd4;
	width: 648px;
	margin: 5px 0;
}
div.settings {
	width: 480px;
}
div.wgt-frame div.wgt-box {
	padding:8px; 
	overflow:hidden;
}
div.wgt-frame div.wgt-save-box {
	clear: both; 
	padding: 8px 0 0 0;
	overflow: hidden;
}
h4.hl-cat-sub {
	background-color: #c4dcd4;
	border: 1px solid #c4dcd4;
	padding: 2px 8px;
	font-size: 1em;
	margin:0 0 5px 0;
}
div.wgt-frame a.wgt-close {
	float:right; 
	padding: 4px 8px 4px 40px;
}
/* defines lists for phone numbers */
p.display-mode, p.edit-mode {
	float: left;
    margin: 0 0  5px 0;
    padding: 0;
}
dl.display-mode, dl.edit-mode {
    margin: 0;
    padding: 0;
	float: left;
}
dl dt.service-name {
    float: left;
    width: 105px;
    margin: 0 5px 0 0;
    padding: 0;
    font-weight: normal;
    clear:both;
	overflow: hidden;
	white-space: normal;;
}
dl.display-mode dd.service-value {
    float: left;
    width: 400px;
    margin: 0;
    padding: 0;
	overflow: hidden;
	white-space: nowrap;
}
dl.edit-mode dd.service-value {
    float: left;
    width: 265px;
    margin: 0;
    padding: 0;
	overflow: hidden;
}
/* settings */
div.list-box-top {
	clear: both;
	margin: 5px 0 10px 0;
	padding: 3px 0 0 0;
	background:#edf4f2 url(/fileadmin/rt/bg_list_box_top.gif) no-repeat top left;
}
div.list-box-top div.list-box-bot {
	padding: 6px 10px;
	background:#edf4f2 url(/fileadmin/rt/bg_list_box_bot.gif) no-repeat bottom left;
}
div.list-box-top div.list-box-bot a {
	padding: 1px 0 0 20px;
	background:url(/fileadmin/rt/icn_list_options.gif) no-repeat top left;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
div.list-box-top div.list-box-bot a:hover {
	text-decoration: underline;
}
div.list-box-top div.list-box-bot p {
	padding: 5px 0 0 20px;
	margin: 0;
}
/* list entry seperator */
table#groups-table {
	border-collapse: collapse;
}
table td.seperator, table#groups-table td {
	padding-bottom: 5px;
	padding-top: 5px;
}
/* List-Bullets from Marketplace */
.bg-statistics-bottom .unsorted-list-col-one {
	list-style-position: outside;
  margin:10px 0 10px 0;
  width: 258px;
}
.bg-statistics-bottom .unsorted-list-col-one li {
	background: url(/fileadmin/rt/icn_list_options.gif) no-repeat left 1px;  
  line-height: 15px;
  padding-left: 17px;
	margin: 0 0 5px 0;
}
div.col_one .bg-bluebox-315-top {
	background:url(/fileadmin/rt/bg_bluebox_315_top.gif) no-repeat top left; 
	padding: 4px 0 0 0;
}
div.col_one .bg-bluebox-315-bot {
	background:url(/fileadmin/rt/bg_bluebox_315_bot.gif) no-repeat bottom left; 
	margin: 0; 
	padding: 5px 15px 10px 15px;
	overflow:hidden;
}
.bg-bluebox-985-top {
	background:url(/fileadmin/rt/bg_bluebox_985_top.gif) no-repeat top left; 
	padding: 4px 0 0 0;
}
.bg-bluebox-985-bot {
	background:url(/fileadmin/rt/bg_bluebox_985_bot.gif) no-repeat bottom left; 
	margin: 0; 
	padding: 5px 15px 10px 15px;
	overflow:hidden;
}
ul.unsorted-list-zoominfo {
	margin: 0 0 10px 0;
}
ul.unsorted-list-zoominfo li {
	overflow: hidden;
	margin: 0 0 5px 0;
	display: block;
	height: 18px;
}
ul.econozco-search-teaser li {
	overflow: hidden;
	margin: 0 0 0 0;
	display: inline-block;
}
ul.econozco-search-teaser li div {
	width: 915px;
	overflow: hidden;
	float: left;
	margin: 7px 0 0 0;
}
/* New upsell page start */
#upsell {
	margin: 0 0 0 8px;
  border-collapse: collapse;
  border: none;
}
#upsell th {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
#upsell th h1 {
	padding-left: 0;
  font-family: Arial,Helvetica,sans-serif;
}
#upsell th p {
  font-weight: normal;
  margin: -5px 0 0 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
#upsell th.premium, #upsell th.basic {
  text-align: center;
}
#upsell th.premium img, #upsell th.basic img {
	margin: 0;
  padding: 0px 5px 5px 5px;
  text-align: center;
}
#upsell th.premium p, #upsell th.basic p {
	margin: 0;
  padding: 0px 5px 5px 5px;
  text-align: center;
}
#upsell tbody td {
  border-bottom: 1px solid #d8d8d8;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
#upsell tbody td p {
  margin: 0;
  padding: 5px 15px 5px 15px;
  text-align: left;
  vertical-align: top;
}
#upsell td.premium {
  background-color: #edf4f2;
}
#upsell td.premium div, #upsell td.basic div {
  margin: 0;
  padding: 5px 15px 5px 15px;
  text-align: center;
  vertical-align: middle;
}
#upsell tfoot td {
  border: none;
  text-align: center;
}
#upsell div.new p {
  margin: -13px 0px 0px 0px;
  padding: 7px 15px 7px 15px;
}
#upsell div.new p.new {
  background-color: #e2001a;
  color: #ffffff;
  display: inline;
  font-size: 10px;
  font-weight: bold;
  left: -5px;
  margin: 0;
  padding: 2px 5px 2px 5px;
  position: relative;
  text-align: center;
  top: -7px;
}
/* New upsell page stop */
/* New mobile page start */
#mobile h1, #mobile h2 {
  color: #122d38;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
#mobile h2 {
  font-size: 1.2em;
}
#mobile .note {
  color: #808080;
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
}
#mobile .note a {
  color: #808080;
}
#mobile ul {
  background: url(/fileadmin/rt/mobile/background_left.gif) no-repeat left top;;
  margin: 15px 0 0 0;
  padding: 0 0 0 0;
}
#mobile ul li {
  color: #474a3d;
  font-weight: bold;
  height: 38px;
  margin: 0 0 0 50px;
  padding: 0 0 0 0;
  width: 230px;
}
#mobile .left-column {
  float: left;
  margin: 0 30px 0 0;
  width: 557px;
}
#mobile .left-column-box-top {
  background-image: url(/fileadmin/rt/mobile/bg_leftbox_557_top.gif);
  background-position: right top;
  background-repeat: no-repeat;
}
#mobile .left-column-box-bottom {
  background-image: url(/fileadmin/rt/mobile/bg_leftbox_557_bottom.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
}
#mobile .right-column-top {
  background-image: url(/fileadmin/rt/mobile/bg_rightbox_375_top.jpg);
  background-position: right top;
  background-repeat: no-repeat;
}
#mobile .right-column-top div {
  padding: 0 10px 10px 10px;
}
#mobile .right-column-bottom {
  background-image: url(/fileadmin/rt/mobile/bg_rightbox_375_bottom.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
  float: left;
  width: 375px;
}
#mobile .left-box {
  float: left;
  width: 380px;
}
#mobile .left-box h2 {
  margin: 0 0 0 0;
  padding: 15px 25px 15px 15px;
}
#mobile .right-box {
  float: left;
  padding: 30px 0 1px 0;
  width: 170px;
}
#mobile div.mobile-teaser {
  padding: 30px 0 220px 20px;
}
#mobile div.mobile-teaser h1 {
  background-color: #e97f02;
  color: #ffffff;
  display: inline;
  margin: 0 0 0 0;
  padding: 1px 4px 1px 4px;
}
/* New mobile page stop */
/* searchbox with big image */
#image-searchbox h1 {
  font-size: 15px;
  padding:1px 0pt 10px 0px;
}
.img-box {
	background: url("fileadmin/rt/bg_border_left_bottom.gif") no-repeat left bottom;
	background-color: #016567;
}
.img-box-outer {
	background:transparent url("fileadmin/rt/bg_img_groups.jpg") no-repeat scroll right top;
}
.img-box-inner {
	background: url("fileadmin/rt/bg_border_left_top.gif") no-repeat left top;
}
.img-box-content {
	background: url("fileadmin/rt/bg_border_right_top.gif") no-repeat right top;
}
.img-box-content-wrapper {
	padding: 16px 8px 0px 16px;
	height: 182px;
	background: url("fileadmin/rt/bg_border_right_bottom.gif") no-repeat right bottom;
}
.img-box-content-wrapper h1 {
	color: #D8E03D;
}
.img-box-content-wrapper p {
	color: #fff;
}
.img-box-content-wrapper .btn p {
	color: #122d38;
}
.img-box-content-wrapper label.inactive {
	color: #7AB0B0;
}
.img-box-content-wrapper label {
	color: #D2E450;
}
#img_search_form {
	font-size: 0.9em;
}
#img_search_form input.text {
  width:285px;
  height: 15px;
  color: #949494;
  font-size: 1em;
}
.bw300 {
	width: 300px;
}
.bw285 {
	width: 285px;
}
#img-search-btn div.btn {
	background-image:url("fileadmin/rt/btn_bg_dark_left.gif");
}
#img-search-btn div p.btn {
	background-image:url("fileadmin/rt/btn_bg_dark_right.gif");
}
/* searchbox with big image stop*/
/* grey box next to image search box*/
.group-request-box {
	height: 167px;
}
/* grey box next to image search box stop*/
/* group signup form */
.emphasize {
	color: #122d38;
	font-weight:bold;
}

/* groups export permissions start */
#groups li input {
  margin-bottom: 0px;
}
#groups li label {
  margin-left: 4px;
}
#groups p input {
  float: left;
}
#groups p label {
  display: block;
  margin-left: 24px;
}
#groups .col-three {
  margin: 5px 10px 5px 10px;
  width: 965px;
}
#groups .col-three-float {
  float: left;
  padding: 5px 10px 5px 10px;
  width: 965px;
}
#groups .col-three-info {
  border-bottom: 1px dotted #cccccc;
  padding: 5px 10px 5px 10px;
  width: 965px;
}
#groups .col-three-info-float {
  border-bottom: 1px dotted #cccccc;
  float: left;
  padding: 5px 10px 5px 10px;
  width: 965px;
}
#groups .col-half {
  float: left;
  margin: 5px 0px 5px 0px;
  width: 475px;
}
#groups .col-half .right-half {
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 5px 10px;
} 
#groups .col-half .left-half {
  margin: 0px 15px 0px 0px;
  padding: 5px 10px 5px 10px;
}
#groups .col-half .right-half-background {
  background: #ecece4;
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 5px 10px;
}
#groups .col-half .left-half-background {
  background: #ecece4;
  margin: 0px 15px 0px 0px;
  padding: 5px 10px 5px 10px;
}
#groups .col-half .right-half-border {
  border: 1px solid #cccccc;
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 5px 10px;
} 
#groups .col-half .left-half-border {
  border: 1px solid #cccccc;
  margin: 0px 15px 0px 0px;
  padding: 5px 10px 5px 10px;
}
/* groups export permissions stop */
.overlay-window {
	background-color: #eee;
	height: 100%;
	left: 0px;
	opacity: 0.2;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 9999;
}
/* underline links in bg-statistics */
a.no-ul div:hover {
  text-decoration: underline;
}
.new-sign {
  background-color: #e2001a;
  color: #ffffff;
  display: inline;
  font-size: 11px;
  font-weight: bold;
  height: 15px;
  /*left: 8px; // should be somewhere else, not every new sign is positioned the same */
  line-height: 140%;
  margin: 0px;
  padding: 1px 5px 1px 5px;
  position: relative;
  /*top: 0px; // should be somewhere else, not every new sign is positioned the same */
}
.beta-sign {
  background-color: #e97f02;
  color: #ffffff;
  display: inline;
  font-size: 11px;
  font-weight: bold;
  height: 15px;
  /*left: 8px; // should be somewhere else, not every new sign is positioned the same */
  line-height: 140%;
  margin: 0px;
  padding: 1px 5px 1px 5px;
  position: relative;
  /*top: 0px; // should be somewhere else, not every new sign is positioned the same */
}
#navfooter {
  float: left;
  font-size: 10px;
  line-height: 1.4em;
  margin-left: 15px;
  margin-right: 15px;
}
#navfooter ul {
  float: left;
  margin: 20px 3px 0px 0px;
  padding: 0px 0px 30px 0px;
  width: 120px;
}
#navfooter ul li.root {
  font-weight: bold;
  padding-bottom: 1px;
}
#navfooter a,
#navfooter a:link,
#navfooter a:visited,
#navfooter a:focus,
#navfooter a:active {
  color: #9c9c9c;
  text-decoration: none;
}
#navfooter a:hover {
  text-decoration: underline;
}
.col_one_ad, .col_two_ad, .col_three_ad, .col_5050_ad {
	display: inline;
	float: left;
	overflow: hidden;
}
.col_one_ad {
	width: 271px;
}
.col_two_ad {
	width: 650px;
}
.col_three_ad {
	width: 855px !important;
}
.col_5050_ad {
	width: 412px;
}
#advanced-search-form-ad input.text, #advanced-search-form-ad select  {
	margin: 0 0 10px 0;
	width: 250px;
}
.bg-bluebox-855-top {
	background:url(/fileadmin/rt/bg_bluebox_855_top.gif) no-repeat top left; 
	padding: 4px 0 0 0;
}
.bg-bluebox-855-bot {
	background:url(/fileadmin/rt/bg_bluebox_855_bot.gif) no-repeat bottom left; 
	margin: 0; 
	padding: 5px 15px 10px 15px;
	overflow:hidden;
}

/*new buttons start */
.submit-button, .cancel-button, .save-button {
  float: left;
  height: 23px;
  overflow: hidden;
}
.submit-button div, .cancel-button div, .save-button div, .submit-button a, .cancel-button a, .save-button a {
  background: transparent url(/fileadmin/rt/button.png) no-repeat left top;
  float: left;
  height: 23px;
  overflow: hidden;
}
.submit-button div, .cancel-button div, .save-button div {
  width: 3px;
}
.submit-button a, .cancel-button a, .save-button a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 4px 10px 4px 7px;
  text-decoration: none;
}
.submit-button div {
  background-position: left 0px;
}
.submit-button a {
  background-position: right 0px;
  color: #122d38;
}
.cancel-button div {
  background-position: left -23px;
}
.cancel-button a {
  background-position: right -23px;
  color: #ffffff;
}
.save-button div {
  background-position: left -46px;
}
.save-button a {
  background-position: right -46px;
  color: #ffffff;
}
/* new buttons end */


/* teaser_market */
div.teaser.randomwhite-market {
	background: url(/fileadmin/rt/bg_teaser_315_market_bottom.png) no-repeat bottom left;
}
div.teaser.randomwhite-market div.teaser-content {
	background: url(/fileadmin/rt/bg_teaser_315_market_top.png) no-repeat top left;
}
div.teaser.randomwhite-market div.teaser-content a {
	display:inline;
	background:transparent;
	padding:0;
	text-decoration:underline;
	color:#CEDC03;
}
div.teaser.randomwhite-market div.teaser-content h4 {
	color:#CEDC03;
}
div.teaser.randomwhite-market div.teaser-content p {
	color: white;
}

/* teaser_white */
div.teaser.randomwhite {
	background: url(/fileadmin/rt/bg_teaser_315_bottom.png) no-repeat bottom left;
}
div.teaser.randomwhite div.teaser-content {
	background: url(/fileadmin/rt/bg_teaser_315_top.gif) no-repeat top left;
}
div.teaser.randomwhite div.teaser-content a {
	display:inline;
	background:transparent;
	padding:0;
	text-decoration:underline;
}
div.teaser.randomwhite div.teaser-content h4 {
	color:#85AB48;
}
div.teaser.randomwhite div.teaser-content p {
	padding-left:10px;
	display:block;
	background: url(/fileadmin/rt/icn_raquo.gif) no-repeat 0 0.45em;
}

/* teaser_green */
div.teaser.randomwhite-green {
	background: url(/fileadmin/rt/bg_teaser_random_315_bottom.png) no-repeat bottom left;
}
div.teaser.randomwhite-green div.teaser-content {
	background: url(/fileadmin/rt/bg_teaser_315_top_green.gif) no-repeat top left;
}
div.teaser.randomwhite-green div.teaser-content a {
	display:inline;
	background:transparent;
	padding:0;
	text-decoration:underline;
	color:#CEDC03;
}
div.teaser.randomwhite-green div.teaser-content h4 {
	color:#CEDC03;
}
div.teaser.randomwhite-green div.teaser-content p {
	padding-left:10px;
	display:block;
	background: url(/fileadmin/rt/icn_raquo_yellow.gif) no-repeat 0 0.45em;
	color: white;
}