a:link {color: black; text-decoration: underline} 
a:visited {color: black; text-decoration: underline} 
a:active {color: black; text-decoration: underline}
a:hover{color: #004D88; text-decoration: underline}

body {
	background-color: #FFDC7A;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial;
	font-size: 12px;
}

body.chat {
    background-color: #FFDC7A;
}

input {
	font-family: Tahoma, Arial;
	font-size: 12px;
}

h1 {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

h3 {
  padding-top: 10px;
}

.right { text-align: right; }
.left { text-align: left; }
.center {	text-align: center; }

div.header {
	background-color: #FF9518;
	height: 20px;
	font-weight: bold;
	padding-top: 5px;
}

div.panel_header {
	padding-left: 15px;
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
}

td.tinyCell {
	padding-top: 0px;
	padding-bottom: 0px;
}

td.content {
	vertical-align: top;
	border: 1px solid white;
}

td.content_white {
	vertical-align: top;
	border: 1px solid orange;
	background-color: white;
	padding: 5px;
}

td.bordered_orange {
	border: 1px solid #fdbd0f;
}

td.pic_blt_bordered {
	border-bottom-color: #fdbd0f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #fdbd0f;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #fdbd0f;
	border-top-style: solid;
	border-top-width: 1px;
}

td.pic_blr_bordered {
	border-bottom-color: #fdbd0f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #fdbd0f;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #fdbd0f;
	border-right-style: solid;
	border-right-width: 1px;
}

td.pic_bl_bordered {
	border-bottom-color: #fdbd0f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #fdbd0f;
	border-left-style: solid;
	border-left-width: 1px;
}

td.pic_brt_bordered {
	border-bottom-color: #fdbd0f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #fdbd0f;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #fdbd0f;
	border-top-style: solid;
	border-top-width: 1px;
}

td.pic_ltr_bordered {
	border-left-color: #fdbd0f;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #fdbd0f;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #fdbd0f;
	border-right-style: solid;
	border-right-width: 1px;
}

td.pic_lt_bordered {
	border-left-color: #fdbd0f;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #fdbd0f;
	border-top-style: solid;
	border-top-width: 1px;
}

td.pic_tr_bordered {
	border-top-color: #fdbd0f;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #fdbd0f;
	border-right-style: solid;
	border-right-width: 1px;
}

td.pic_br_bordered {
	border-bottom-color: #fdbd0f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #fdbd0f;
	border-right-style: solid;
	border-right-width: 1px;
}

td.pic_right_bordered {
	border-right-color: #fdbd0f;
	border-right-style: solid;
	border-right-width: 1px;
}

td.pic_top_bordered {
	border-top-color: #fdbd0f;
	border-top-style: solid;
	border-top-width: 1px;
}

td.pic_bottom_bordered {
	border-bottom-color: #fdbd0f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

td.pic_bt_bordered {
	border-bottom-color: #fdbd0f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #fdbd0f;
	border-top-style: solid;
	border-top-width: 1px;
}

td.pic_side_bordered {
	border-right-color: #fdbd0f;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #fdbd0f;
	border-left-style: solid;
	border-left-width: 1px;
}

.adminbox {
	background-color: #DDDDDD;
	padding: 10px;
	border: 1px dotted black;
	color: black;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
}

.error {
	color: red;
	font-weight: bold;
}
.errorbox {
	background-color: #DD2020;
	padding: 10px;
	border: 1px dotted black;
	color: white;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 40px;
}

.success {
	color: green;
	font-weight: bold;
}
.successbox {
	background-color: #20A020;
	padding: 10px;
	border: 1px dotted black;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 40px;
}

.orangebox {
	background-color: #fdbd0f;
	padding: 10px;
	border: 1px dotted black;
	color: black;
	font-weight: bold;
	margin-bottom: 10px;
}

.artikel {
	font-size: 12px;
}

#Register {
	width: 150px;
	float: left;
	text-align: center;
	padding: 10px 0 10px 0;
}

#NeueEintraege {
	list-style-type: none;
	font-weight: bold;
}

#BearbeiteProfil {
	width: 94px;
	float: left;
	text-align: center;
	padding: 10px 0 10px 0;
}

.active {
	color: white;
	background-color: #FF9518;
}

.inactive {
	color: black;
	background-color: #FFD35D;
}

.Beschreibung {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 10px;
}

.Profil_NeuerBlock {
	border-top: 1px solid gray;
}

td.Profil_Oeffentlich {
	text-align: center;
}

div.Profil_Hobbykategorie {
	font-weight: bold;
}

div.Profil_Hobby {
	width: 140px;
	float: left;
}

/* Member Menu */
#membermenu {
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 10px;
	vertical-align: top;
	width: 155px;
	height: 600px;
	background-color: #FFBF0F;
	padding-top: 70px;
}

img.memberlogo {
	position: absolute;
	top: 5px;
	left: 15px;
	z-index: 2;
}	

/* Member Links (AGB usw) */
#memberlinks {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
	vertical-align: top;
	width: 1005px;
	height: 20px;
	background-color: #FFBF0F;
	text-align: right;
	padding-top: 3px;
	padding-right: 2px;
}

/*Hyperlink  */
#memberlinks a {
	margin-right: 5px;
}

/* Balken zwischen dem Ticker und dem Content */
#tickercontentsplitter {
	position: absolute;
	z-index: 1;
	top: 106px;
	left: 165px;
	vertical-align: top;
	width: 830px;
	height: 20px;
	background-color: #FFBF0F;
}

img.tickercontentsplitter_or {
	position: absolute;
	left: 995px;
	top: 106px;
}

img.tickercontentsplitter_ur {
	position: absolute;
	left: 995px;
	top: 116px;
}

/* Member Contentarea (Seiteninhalt) */
#membercontent {
	position: absolute;
	z-index: 0;
	top: 20px;
	left: 175px;
	vertical-align: top;
	width: 820px;
	margin: 10px;
}

/* Flashticker - Events usw. */
#eventticker {
	position: absolute;
	z-index: 1;
	top: 23px;
	left: 165px;
	vertical-align: top;
	width: 820px;
	height: 60px;
	margin: 10px;
	border: solid 1px black;
	display: block;
}

#eventtickerimages {
	height: 40px;
}
	
#eventtickerdetails {
	clear: both;
}

/* Member Area */
div.subcontent {
	vertical-align: top;
	width: 850px;
	height: 500px;
}

/* Member Area */
td.subcontent {
	vertical-align: top;
	height: 500px;
}

div.subcontent {
	padding: 5px;
}

td.submenu {
	vertical-align: top;
}

div.submenu {
	padding-left: 5px;
}

td.mainmenu {
	vertical-align: top;
	padding-bottom: 200px;
}

#mainmenu {
	margin: 0px 0px 40px 0px;
	padding-left: 0px;
	float: left;
	display: inline;
}

#mainmenu a.menuitem {
	width: 160px;
	height: 20px;
	margin-left: 6px;
	padding-left: 4px;
	padding-top: 4px;
	color: black;
	text-decoration: none;
	display: block;
}

#mainmenu a.menuitem:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#mainmenu a.activemenuitem {
	width: 160px;
	height: 20px;
	margin-left: 6px;
	padding-left: 4px;
	padding-top: 4px;
	color: black;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#menu {
    position: absolute;
    z-index: 2;
    top: 0px; 
    left: 0px; 
    height: 20px; 
    width: 1000px; 
    padding-top: 4px;
    padding-right: 10px;
    text-align: right; 
}

#backgroundbanner {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    height: 155px;
    width: 1005px;
}

#user {
    position: absolute;
    z-index: 1;
    top: 35px;
    left: 895px;
    width: 100px;
    height: 550px;
    border: 0px;
}

#register {
    position: absolute;
    z-index: 0;
    top: 158px; 
    left: 0px;
    height: 19px;
    width: 995px;
    padding-top:3px;
    padding-left: 10px;
    background-color: #FFBF0F;
}

#homePanels {
	position: absolute;
	top: 200px;
	left: 15px;
	height: 400px;
  width: 870px;
}

#homePanelsRelative {
	position: relative;
	top: 0px;
	left: 0px;
	height: 400px;
  width: 870px;
}

#login {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 5px;
    height: 320px;
    width: 250px;
}

#search {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 270px;
    height: 320px;
    width: 250px;
}

#quick_register {
    position: absolute;
    z-index: 3;
    top: 10px;
    left: 535px;
    height: 375px;
    width: 330px;
}

#guestcontent {
    position: absolute;
    z-index: 1;
    top: 210px;
    left: 10px;
    min-height: 400px;
    width: 845px;
    padding: 5px;
    border: 1px solid black;
    background-color: #ffffff;
}

div.backgroundorange {
    position: absolute;
    z-index: 0;
    background-color: #ffd35d;
}

div.agb {
    border: 1px solid black;
    background-color: #eeeeee;
    margin: 5px;
    padding-left: 5px;
}

.orange {
	background-color: #FFBF0F;
}

.lightorange {
	background-color: #ffd35d;
}

div.suchebutton {
	float: left;
}

div.entfernung {
	float: right;
	width: 60px;
	height: 19px;
	text-align: center;
	color: #ffffff;
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	background-color: #ffa505;
	border: 1px solid #666666;
	border-top: 0px;
	border-right: 0px;
	padding-top: 1px;
}

div.ersterentfernung {
	float: right;
	width: 60px;
	height: 19px;
	text-align: center;
	color: #ffffff;
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	background-color: #ffa505;
	border: 1px solid #666666;
	border-top: 0px;
	padding-top: 1px;
}

div.blocked_info {
	float: right;
	width: 20px;
	height: 18px;
	text-align: center;
	background-color: #ffa505;
	border: 1px solid #666666;
	border-top: 0px;
	border-right: 0px;
}

div.ersterblocked_info {
	float: right;
	width: 20px;
	height: 18px;
	text-align: center;
	background-color: #ffa505;
	border: 1px solid #666666;
	border-top: 0px;
}

div.suchebutton:hover {
	background-color: #ff8505;
}

div.userinfo {
	float: left;
	background-color: #ffa505;
	cursor: pointer;
	padding: 2px;
	width: 100px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #666666;
	border-bottom: 0px;
}

div.notizfunktion {
	float: left;
	background-color: #ffa505;
	width: 20px;
	height: 18px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #666666;
	border-bottom: 0px;
}

div.letzterbesuch {
	background-color: #ffb515;
	text-align: right;
	vertical-text-align: bottom;
	border: 1px solid #666666;
	border-bottom: 0px;
	height: 18px;
	padding-top: 2px;
}

div.mitgliederheader {
	width: 718px;
	padding-bottom: 0px;
	padding-top: 6px;
	margin-left: 0px;
	clear: both;
}

div.listfunktionen {
	float: right;
	background-color: #ffd35d;
	width: 20px;
	height: 18px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #666666;
	border-bottom: 0px;
}

a.notiz {
	display:block;
	width: 20px;
	height: 18px;
}

a.listfunktion {
	width: 20px;
	height: 18px;
}

div.userinfo:hover {
	background-color: #ff8505;
}

div.suchecontent_liste {
	width: 716px;
	float: left;
	border: 1px solid black;
	background-color: #ffd35d;
}

div.suchecontent {
	clear: both;
	border: 1px solid black;
	background-color: #ffd35d;
}

div.widerruf {
	padding: 5px;
	text-align: center;
}

img.EventIcon {
    margin-right: 5px;
    margin-top: 5px;
    height: 18px;
    width: 18px;
}

div.EventIcon {
    font-size: 8pt;
    padding-bottom: 10px;
    min-height: 25px;
}

div.EventUserBox {
    clear: both;
    margin-bottom: 10px;
}

.box {
	background-color: #EEEEEE;
	border: 1px dotted black;
	padding: 5px 8px 5px 8px;
	line-height: 16px;
	margin-bottom: 10px;
}

div.newscreen {
    color: white;
    text-align: center;
    font-weight: bold; 
    font-size: 12pt;
    margin-top: 100px;
    padding: 10px;
    background-color: red;
}

div.box_header {
	background-position: left;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 3px;
	padding-left: 5px;
	background-color: white;
	border: 1px solid black;
	border-bottom: 0px;
	font-weight: bold;
	clear: right;
	width: 100px;
}

div.box_headerbig {
	width: 180px;
}

div.userprofile_header {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

div.userprofile_geschlecht {
	text-align: right;
	clear: right;
	height: 22px;
}

div.startnews {
	height: 754px;
}

div.startflirt {
	height: 250px;
}

#tab_background {
	height: 22px;
	clear: both;
	margin-top: 10px;
	padding-left: 20px;
	font-size: 8pt;
}

#tab_background ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#tab_background ul li {
	height: 22px;
	float: left;
	white-space: nowrap; 
	background-color: #DDDDDD;
	
	border: 0px;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
#tab_background ul li.first { border-left: 1px solid #AAAAAA; }
#tab_background ul li.last {  }

#tab_background ul li a {
	height: 22px;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#tab_background ul li a:hover { background-color: white; }

#tab {
	height: 25px;
	clear: both;
}

#tab ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#tab ul li {
	height: 24px;
	float: left;
	white-space: nowrap; 
	background-color: #EEEEEE;
	
	border: 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#tab ul li.first { border-left: 1px solid #CCCCCC; }
#tab ul li.last {  }
#tab ul li.active {	
	color: black;
	background-color: white;
	height: 20px;
	font-weight: bold;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#tab ul li a {
	height: 19px;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#tab ul li.linkable {
	height: 24px;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
}

#tab ul li a:hover { background-color: white; }

#tab_content {
	background-color: white;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

#tab_content .box {
}

div.userprofile_box {
	border: 0px;
	border-bottom: 2px solid #CCCCCC;
	width: 275px;
    float: left;
    padding: 0px 0px 0px 0px;
}

div.userprofile_image {
	height: 240px;
	width: 240px;
	float: left;
}

div.userprofile_data1 {
	height: 160px;
}

div.userprofile_data2 {
	margin-left: 5px;
	width: 290px;
}

div.userprofile_data3 {
    margin-left: 5px;
    width: 290px;
}

div.userprofile_notiz {
	clear: both;
	margin-top: 5px;
	width: 810px;
}

tr.rowheader {
	background-color: #CCCCCC;
	color: black;
	font-weight: bold;
	height: 26px;
}

tr.rowheader td {
	padding-left: 10px;
}

tr.row1 {
    padding-top: 2px;
    padding-bottom: 2px;
}

tr.row2 {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #ffd35d;
}

td.column1 {
	border-left: 2px solid #CCCCCC;
    padding-left: 10px;
    width: 80px;
    font-weight: bold;
}

td.column2 {
	border-right: 2px solid #CCCCCC;
    width: 176px;
}

span.userprofile_private {
	color: gray;
}

span.userprofile_unfilled {
	color: gray;
}

span.userprofile_highlight {
	font-weight: bold;
}

div.suche_box {
}

div.sucheonline_box {
	width: 160px;
	line-height: 26px;
}

tr.message_row {
	height: 26px;
}

div.visitor_list {
	float: left;
	text-align: left;
	width: 90px;
}

div.small_user_list {
	float: none;
	margin-top: 6px;
	width: 240px;
	height: 30px;
}

div.small_user_list_wide {
	float: none;
	margin-top: 6px;
	width: 420px;
	height: 30px;
}

div.geburtstagskind {
	text-align: center;
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
}

div.event {
	vertical-align: middle;
	text-align: center;
	clear: both;
	height: 120px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
}

div.geburtstagskindbild {
	width: 140px;
	text-align: center;
}

td.guestbook {
	padding: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	
}

div.guestbook_info {
}

div.guestbook_entry {
}

#charcounter {
	font-size: 8pt;
	color: #999999;
}

#dienste table tr {
	height: 30px;
}

#dienste table tr.row1 {
	
}

#dienste table tr.row2 {
	background-color: #EEEEEE;
}

#faq {
	padding: 5px;
}

#faq ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#faq div.frage {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

#faq div.antwort {
	padding-left: 10px;
}

#faq div.related {
	margin-top: 10px;
	padding-left: 10px;
}

#faq div.related ul {
	margin: 5px;
	padding-left: 10px;
}

#EventUser {
	padding-left: 20px;
}

#EventUser img.suchbild {
	float: left;
}

img.freunde {
	padding: 4px;
}

#allgemeinesprofil {
	margin-top: 10px;
}

img.quick_regPic {
	padding: 2px;
}

div.profilindex {
	height: 16px;
}

div.profilindex img {
	float: left;
}

.form_reiter {
	border: 1px solid orange;
	padding: 2px;
	background-color: #F4F4F4;
}

#account_tab {
	text-align: center;
	clear: both;
	height: 25px;
}

#account_tab ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#account_tab ul li {
	float: left;
	width: 180px;
	height: 24px;
	margin: 0px 2px 0px 0px;
}

#account_tab ul li a {
	padding: 5px;
	display: block;
	height: 14px;
}

.account_tab_active {
	background-color: #F4F4F4;
	border: 1px solid orange;
	border-bottom-color: #F4F4F4;
}

.account_tab_inactive {
	background-color: #DDDDDD;
	border: 1px solid orange;
}

#hobby_tab {
	text-align: center;
	clear: both;
	height: 25px;
}

#hobby_tab ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#hobby_tab ul li {
	float: left;
	width: 120px;
	height: 24px;
	margin: 0px 2px 0px 0px;
}

#hobby_tab ul li a {
	padding: 5px;
	display: block;
	height: 14px;
}

.hobby_tab_active {
	background-color: #F4F4F4;
	border: 1px solid orange;
	border-bottom-color: #F4F4F4;
}

.hobby_tab_inactive {
	background-color: #DDDDDD;
	border: 1px solid orange;
}

.hobby_item {
	float: left;
	width: 140px;
	margin: 0px 2px 0px 0px;
}

#chareigenschaft_tab {
	text-align: center;
	clear: both;
	height: 25px;
}

#chareigenschaft_tab ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#chareigenschaft_tab ul li {
	float: left;
	width: 60px;
	height: 24px;
	margin: 0px 2px 0px 0px;
}

#chareigenschaft_tab ul li a {
	padding: 5px;
	display: block;
	height: 14px;
}

.chareigenschaft_tab_active {
	background-color: #F4F4F4;
	border: 1px solid orange;
	border-bottom-color: #F4F4F4;
}

.chareigenschaft_tab_inactive {
	background-color: #DDDDDD;
	border: 1px solid orange;
}

div.supportheader {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
}
	
div.supportquestion {
	font-weight: bold;
	padding: 5px;
}

div.supportanswer {
	padding: 5px;
	margin-bottom: 10px;
}

div.pxf_standard1_tabheader ul li {
  float:left;
}
