
/* Main Tags
--------------------------------------------------*/

body {
	/*background:#ebebeb;*/
	/*font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;*/
	background-color: #d5dce4;
	padding-top:5px;
	color: #333333;
}

#wrapper {
	padding-top:12px;
	width:962px;
	margin:auto;
	background-color: #ffffff;
	border: 1px #333333 solid;
	-moz-border-radius: 10px;
     	margin-top:35px;
}

#logo {
	margin-bottom:15px;
}

.container_16 {
	/*background: #fff url(http://static.flirtbase.com/images/960/16_col.gif) repeat-y;*/
	}

a:link,
a:visited {
	text-decoration: none;
	color:#e60100;
}

a:hover,
a:active {
	text-decoration:underline;
	color:#e60100;
}

img {
	border: none;
}

td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

.bold {
	font-weight:bold;
}

/* Banners
--------------------------------------------------*/
#topbanner {
	margin-bottom:15px;
}

#skyscraper {
	margin-bottom:15px;
}

.contentad {
	text-align:center;
}

/* Helpers
--------------------------------------------------*/
.tpad0 {
	padding-top:0;
}

/* Boxes
--------------------------------------------------*/

#contentbox {
	-moz-border-radius: 10px;
	margin-bottom:15px;
}

#contentbox .contentbox {
	background-color: #dedede;
	-moz-border-radius: 10px;
	padding:10px;
	margin-bottom:15px;
	color:#555555;
}

#contentbox .contentbox a {
	color:#333333;
	text-decoration:underline;
}

#topnavigation {
	font-size:11px;
	overflow:visible;
}

/* Mail Indicator
--------------------------------------------------*/

#newmessages ul {
	margin-bottom:0;
	margin-top:3px;
}

#newmessages ul li {
	list-style: none;
	margin: 0;
	padding: 3px 0 6px 22px;
	background: url(/static/lib/icons/email.png) no-repeat center left;
}

#newmessages ul li.email_edit {
	background-image: url(/static/lib/icons/email_error.png);
}

/* Contentbox > Module-Styles
--------------------------------------------------*/

#contentbox h1,
#contentbox h3,
#contentbox h4,
#contentbox h5,
#contentbox h6 {
	background-color:#e60100;
	padding:5px;
	-moz-border-radius: 5px;
	color:#FFFFFF;
	margin-bottom:15px;
}

#contentbox h2 {
	color:#4B4331;
}

/* Global > Forms
--------------------------------------------------*/

form {
	margin-bottom:15px;
}

form div {
	margin-bottom: 10px;
}

label {
	display: block;
	font-weight: bold;
	font-size: 110%;
	/*margin-left:5px;*/
	margin-bottom:2px;
}

form p {
	margin-bottom: 0px;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="button"],
select,
textarea {
	font-size: 100%;
	background-color: #f0f0f0;
	width: 400px;
	border: 5px solid #f0f0f0;
	-moz-border-radius: 5px;
	padding:2px;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	width:auto;
	border:1px solid #000000;
	border-top:1px solid #f0f0f0;
	border-left:1px solid #f0f0f0;
	text-align:center;
	background-color:#403e3e;
	color:#FFFFFF;
	padding:5px 15px;
}

textarea {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	-moz-border-radius: 5px;
	min-height:80px;
}

select {
	width:auto;
}

/* Global > Form Errors
--------------------------------------------------*/

form .note {
	padding: 3px 5px 4px 25px;
	background: url(/static/lib/icons/help.png) 0px 3px no-repeat;
	margin: 2px 0 5px 0;
	font-weight: bold;
}

form .error {
	padding: 3px 5px 4px 25px;
	background: url(/static/lib/icons/error.png) 0px 3px no-repeat;
	font-weight: bold;
	color:#FF0000;
	margin: 2px 0 5px 0;
}

/* Alternative > Vertikal Login
--------------------------------------------------*/
#loginbox_s {
	background-color: #dedede;
	-moz-border-radius: 10px;
	padding:10px;
}

#loginbox_s h3 {
	color:#262626;
	font-size:14px;
	margin-bottom:10px;
}

#loginbox_s label {
	font-size:11px;
	font-weight:bold;
}

#loginbox_s input[type="text"],
#loginbox_s input[type="password"] {
	width:120px;
	background:#FFFFFF;
	border:#FFFFFF 5px solid;
}

#regteaser {
	background:#f0f0f0;
	-moz-border-radius: 5px;
	text-align:center;
	padding:5px;
	margin-top:15px;
}

#regteaser a {
	font-weight:bold;
}

#loginbox_s p,
#regteaser p {
	margin-bottom:0;
	font-size:11px;
}

/* Alternative > Horizontal Login
--------------------------------------------------*/

#loginbox_w {
	background-color: #D7B599;
	-moz-border-radius: 10px;
	margin-bottom:15px;
}

#loginbox_w form,
#loginbox_w form div,
#loginbox_w p {
	margin-bottom:0;
}

#loginbox_w div div {
	padding:10px;
	margin-bottom:0;
}

#loginbox_w input[type="text"],
#loginbox_w input[type="password"] {
	width:170px;
}

#loginbox_w input[type="submit"] {
	margin-top:17px;
}

/* Global > Form Errors
--------------------------------------------------*/

form .note {
	padding: 3px 5px 4px 25px;
	background: url(/static/lib/icons/help.png) 0px 3px no-repeat;
	margin: 2px 0 5px 0;
	font-weight: bold;
}

form .error {
	padding: 3px 5px 4px 25px;
	background: url(/static/lib/icons/error.png) 0px 3px no-repeat;
	font-weight: bold;
	color:#FF0000;
	margin: 2px 0 5px 0;
}

/* Sidebar
--------------------------------------------------*/

#sidebar_left {
}

.sidebar_left {
	background-color: #d0d0d0;
	padding:10px;
	-moz-border-radius: 5px;
	margin-bottom:20px;
}

#sidebar_left h3 {
	margin: 0;
	margin-bottom:5px;
	font-size:12px;
}

#sidebar_left #sidereg h3 {
	margin: 0;
	margin-bottom:5px;
	font-size:14px;
}

#loginbox_s #sidereg label {
	font-size:11px;
	font-weight:bold;
}

#sidebar_left input[type="text"],
#sidebar_left input[type="password"] {
	width:180px;
	background:#d3def2;
	border:#d3def2 5px solid;
}

#sidebar_left ul {
	margin-bottom:20px;
}

#sidebar_left ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 4px 22px;
	border-bottom: 1px dotted #ffffff;
	background: url(/static/lib/icons/bullet_go.png) no-repeat left 5px;
}

#sidebar_left ul li:first-child {
	border-top: 1px dotted #ffffff;
}

#sidebar_left ul li:last-child {
	border-bottom: 1px dotted #ffffff;
}

#sidebar_left ul:last-child {
	margin-bottom:0px;
}

#sidebar_left ul li.email {
	background-image: url(/static/lib/icons/email.png);
}

#sidebar_left ul li.email_go {
	background-image: url(/static/lib/icons/email_go.png);
}

#sidebar_left ul li.email_edit {
	background-image: url(/static/lib/icons/email_edit.png);
}

#sidebar_left ul li.folder_edit {
	background-image: url(/static/lib/icons/folder_edit.png);
}

#sidebar_left ul li.folder_user {
	background-image: url(/static/lib/icons/folder_user.png);
}

#sidebar_left ul li.folder_delete {
	background-image: url(/static/lib/icons/folder_delete.png);
}

#sidebar_left ul li.folder_explore {
	background-image: url(/static/lib/icons/folder_explore.png);
}

#sidebar_left ul li.folder_add {
	background-image: url(/static/lib/icons/folder_add.png);
}

#sidebar_left ul li.comment_edit {
	background-image: url(/static/lib/icons/comment_edit.png);
}

#sidebar_left ul li.vcard {
	background-image: url(/static/lib/icons/vcard.png);
}

#sidebar_left ul li.vcard_edit {
	background-image: url(/static/lib/icons/vcard_edit.png);
}

#sidebar_left ul li.camera {
	background-image: url(/static/lib/icons/camera.png);
}

#sidebar_left ul li.layout_add {
	background-image: url(/static/lib/icons/layout_add.png);
}

#sidebar_left ul li.brick_edit {
	background-image: url(/static/lib/icons/brick_edit.png);
}

#sidebar_left ul li.find {
	background-image: url(/static/lib/icons/find.png);
}

#sidebar_left ul li.comments {
	background-image: url(/static/lib/icons/comments.png);
}
#sidebar_left ul li.picture_edit {
	background-image: url(/static/lib/icons/picture_edit.png);
}
#sidebar_left ul li.picture_add {
	background-image: url(/static/lib/icons/picture_add.png);
}
#sidebar_left ul li.pictures {
	background-image: url(/static/lib/icons/pictures.png);
}
#sidebar_left ul li.status_online {
	background-image: url(/static/lib/icons/status_online.png);
}

/* Footer
--------------------------------------------------*/
#footer {
	padding:5px;
	margin: 15px 0 15px 0;
	text-align:center;
	background-color:#e60100;
	color:#FFFFFF;
	-moz-border-radius: 5px;
}

#footer a {
	color:#fffafa;
}

/* FWPAGE Navigation
--------------------------------------------------*/		
#fwpage {
	margin-bottom:20px;
}

#fwpageb {
	margin-top:20px;
}

#fwpage a,
#fwpageb a {
	color:#262626;
}

.fwpage_inactive,
.fwpage_active {
	height: 15px;
	min-width: 15px;
	padding: 4px 8px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
}

.fwpage_inactive {
	background-color: #d0d0d0;
	color:#262626;
}

#fwpage a:hover,
#fwpageb a:hover {
	background-color: #666666;
	color:#FFFFFF;
	text-decoration: none;
}

.fwpage_active {
	background-color: #e5e1dd;
	text-decoration: none;
}

.picpager,
.pager {
	margin-top:20px;
}

.pagerb {
	margin-bottom:20px;
}

.picpager {
	text-align:center;
}

/* Tooltip
--------------------------------------------------*/

#tooltip {
	position: absolute;
	z-index: 3000;
	-moz-border-radius: 8px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #FF0000;
	background-image: url(/static/lib/icons/information.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	margin: 0px;
}

#tooltip h3,
#tooltip div {
	margin: 0;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#tooltip.imgtooltip {
	-moz-border-radius: 0px;
	background-color: #EEEEEE;
	border: 1px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
}

/*
-------------------------------------------------------------------
Ordner & Listen
-------------------------------------------------------------------
*/

ul#folders,
ul#contactgroups,
ul#blocklist {
	margin-bottom:0;
}

ul#folders input {
	width:150px;
}

ul#folders li,
ul#contactgroups li,
ul#blocklist li {
	list-style: none;
	margin: 0;
	padding: 8px 0 7px 22px;
	background: url(/static/lib/img/icons/folder_user.png) no-repeat center left;
}

ul#blocklist li.m {
	background: url(/static/lib/img/icons/user.png) no-repeat center left;
}

ul#blocklist li.f {
	background: url(/static/lib/img/icons/user_female.png) no-repeat center left;
}

ul#events_galleries li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#events_galleries li li {
	padding: 0 0 0 90px;
	background: url(http://events.frobbel.de/2517ghcs.jpg) no-repeat top left;
}

/* Home feature
--------------------------------------------------*/

#features {
	font: 12px/1.1 "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

#features .features {
	font-size: 16px;
	background: none;
}

#features .feature {
	margin-bottom: 15px;
	position: relative;
}

#features .feature .label {
	position: absolute;
	background: #FFF;
	bottom: 10px;
	left: 10px;
	width: 300px;
	height: 40px;
	font-family: Times, serif;
	opacity: .8;
}

#features .feature .label .headline {
	margin: 0px 0 0 5px;
	color: #000;
	font-size: 20px;
}

#features .feature .label .subheadline {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #999;
	font-style: italic;
}

/* Style for Usual tabs (jQuery)
--------------------------------------------------*/ 

.usual {
	color:#ffffff;
}

.usual ul {
	margin:0;
}

.usual li {
	list-style:none;
	float:left;
	margin:0;
}

.usual ul a {
	display:block;
	padding:6px 10px;
	text-decoration:none!important;
	margin:1px;
	margin-left:0;
	color:#ffffff;
	font-size:10px;
	background:#403E3E;
	-moz-border-radius-topleft: 5px;
}

.usual ul a:hover {
	color:#FFF;
	background:#FE0000;
}

.usual ul a.selected {
	margin-bottom:0;
	color:#FFFFFF;
	background:#E60100;
	border-bottom:1px solid snow;
}

.usual div.tab {
	height:300px;
	clear:left;
	color:#333333;
	background:#E5E1DD;
}

.usual div a {
	color:#000;
	font-weight:bold;
}

/*
-------------------------------------------------------------------
Ordner & Listen
-------------------------------------------------------------------
*/

ul#folders,
ul#contactgroups,
ul#blocklist {
	margin-bottom:0;
}

ul#folders input {
	width:150px;
}

ul#folders li,
ul#contactgroups li,
ul#blocklist li {
	list-style: none;
	margin: 0;
	padding: 8px 0 7px 22px;
	background: url(/static/lib/icons/folder_user.png) no-repeat center left;
}

ul#blocklist li.m {
	background: url(/static/lib/icons/user.png) no-repeat center left;
}

ul#blocklist li.f {
	background: url(/static/lib/icons/user_female.png) no-repeat center left;
}

ul#events_galleries li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#events_galleries li li {
	padding: 0 0 0 90px;
	background: url(http://events.frobbel.de/2517ghcs.jpg) no-repeat top left;
}

/* Tagcloud
--------------------------------------------------*/

.tags {
	width:500px;
	margin-bottom:20px;
}

.tags ul {
	margin:0;
	padding:0;
	text-align:left;
}

.tags li {
	margin:0;
	padding:0 5px 15px 0;
	list-style:none;
	display:inline;
}

.tags li a {
	text-decoration:none;
	color:#fff;
	padding:0 2px;
}

.tags li a:hover {
	color:#cff400;
}

.tag1 {
	font-size:100%;
}

.tag2 {
	font-size:120%;
}

.tag3 {
	font-size:140%;
}

.tag4 {
	font-size:160%;
}

.tag5 {
	font-size:180%;
}

/* Modul Contacts
--------------------------------------------------*/

#contacts,
#contacts2 {
	margin:0;
	padding:0;
}

#contacts li,
#contacts2 li {
	overflow:hidden;
	list-style: none;
	padding: 5px 0;
}

#contacts li div,
#contacts2 li div {
	overflow:hidden;
	float:left;
	padding-right:3px;
}

#contacts .check,
#contacts2 .check {
	width:22px;
}

#contacts .minipic,
#contacts2 .minipic {
	width:22px;
}

#contacts .gender,
#contacts2 .gender {
	width:22px;
}

#contacts .nickname,
#contacts2 .nickname {
	width:130px;
}

#contacts .forename,
#contacts2 .forename {
	width:130px;
}

#contacts .age,
#contacts2 .age {
	width:35px;
}

#contacts .friendgroup,
#contacts2 .friendgroup {
	width:100px;
}

#contacts .actions,
#contacts2 .actions {
	width:40px;
}

#contacts .date,
#contacts2 .date {
	width:100px;
}

#contentbox form #contacts div {
	margin:0;
}

#contacts .online,
#contacts2 .online {
	width:35px;
}

/*
-------------------------------------------------------------------
Tab Menü
-------------------------------------------------------------------
*/

#contentbox .tabmenu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#contentbox .tabmenu li {
	list-style:none;
	float:left;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	background: #999999;
	margin-right: 1px;
	padding: 7px;
	color: #FFFFFF;
}

#contentbox .tabmenu li:hover {
	background: #FF3300;

	cursor:pointer;
	cursor:hand
}

#contentbox .tabmenu .selected {
	background: #FF3300;
	font-weight: bold;
}

#contentbox .tabmenutitel {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background:#FF3300;
	padding: 5px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	line-height:100%;
}

/*
-------------------------------------------------------------------
Nachrichteneingang
-------------------------------------------------------------------
*/

#msgin-box {
	background-color:#EEEEEE;
	-moz-border-radius: 10px;
	padding:10px;
}

#msg-in tbody td {
	background-color:#FFFFFF;
}

#msg-in tr[fwtype=subject] td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#msg-in textarea[fwtype=textarea] {
	-moz-border-radius: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

#msg-in thead td {
	font-weight: bold;
}

#msg-in tfoot {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#msg-in .msg-in-read {
	font-weight: normal;
}

#msg-in .msg-in-unread {
	font-weight: bold;
}

#msg-in .msg-reply {
	background: #FFFFCC;
	padding: 10px;
}

#msg-in .reply-titel {
	font-weight:bold;
}

#msg-in .reply-text {
	font-size: 10px;
}

/*
-------------------------------------------------------------------
Nachrichtenausgang
-------------------------------------------------------------------
*/

#msgout-box {
	background-color:#EEEEEE;
	-moz-border-radius: 10px;
	padding:10px;
}

.msg-out-read {
	font-weight: normal;
}

.msg-out-unread {
	font-weight: bold;
}

#msg-out thead td {
	font-weight: bold;
}

#msg-out tfoot {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#msg-out tbody td {
	background-color:#FFFFFF;
}

#msg-out tr[fwtype=subject] td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/*
-------------------------------------------------------------------
Profile
-------------------------------------------------------------------
*/

#contentbox #profile-start .titel {
	font-weight: bold;
	margin-bottom: 2px;
}

#contentbox #profile-start .value {
	margin-bottom: 5px;
}

/* EVENTS */

#events-galleries .image {
	float: left;
	width: 90px;
}

#events-galleries .content {
	float: left;
	width: 380px;
}

/*
-------------------------------------------------------------------
Chat Allgemein
-------------------------------------------------------------------
*/

#contentbox #chatlayout td {
	padding: 0px;
	margin: 0px;
}

#contentbox #chatwerbung {
	text-align: center;
	width: 170px;
	margin-bottom: 10px;
}

#contentbox #chatoptions {
	vertical-align: middle;
	-moz-border-radius: 5px;
	background: #FF3300;
	padding: 10px;
	width: 530px;
	height: 25px;
	margin-bottom: 10px;
	color:#FFFFFF;
}

/*
-------------------------------------------------------------------
Nachrichten
-------------------------------------------------------------------
*/

#contentbox #messages {
	-moz-border-radius: 5px;
	background: #FFFFFF;
	width: 530px;
	height: 480px;
	overflow-y: scroll;
	padding: 10px;
	margin-bottom: 10px;
}

#contentbox #messages table {
	width: 510px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#contentbox #messages table tr td {
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding-bottom: 5px;
	padding-right: 5px;
}

#contentbox #messages .room_name {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
}

#contentbox #messages .welcome_message {
	padding-bottom: 15px;
	font-size: 11px;
	color: #FF3300;
}

#contentbox #messages .picture {
	height: 20px;
	width: 20px;
}

#contentbox #messages .user_pic {
	height: 20px;
	width: 20px;
}

/* me Befehl */
#contentbox #messages .special-me {
	font-style: italic;
	color: #999999;
	font-size: 12px;
}

/* slap/frobbel Befehl */
#contentbox #messages .special-slap {
	color: #003366;
	font-size: 11px;
}

/* Systemnachricht */
#contentbox #messages .special-system {
	font-weight: bold;
	color: #FF3300;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom:10px;
}

/* Flüstern */
#contentbox #messages .msg-w {
	color: #666666;
	font-style: italic;
	width: 100%;
}

#contentbox #messages .dt_insert,
#contentbox #messages .user_username,
#contentbox #messages .msg,
#contentbox #messages .msg-w {
	vertical-align: top;
	padding-top: 4px;
}

#contentbox #messages .dt_insert {
	font-weight: bold;
}

#contentbox #messages .user_username {
	font-weight: bold;
}

#contentbox #messages .msg {
	color: #666666;
	width: 100%;
}

/*
-------------------------------------------------------------------
Userliste
-------------------------------------------------------------------
*/


#contentbox #userlist {
	-moz-border-radius: 5px;
	background: #20548E;
	padding: 10px;
	width: 180px;
	height: 540px;
	overflow-y: auto;
	color: #FFFFFF;
}

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

#contentbox #userlist,
#contentbox #userlist a {
	color: #FFFFFF;
}

#contentbox #userlist ul li .userbox {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	width: 150px;
}

#contentbox #userlist ul li {
	margin-top: 5px;
}

#contentbox #userlist ul li .gender {
	height: 16px;
	width: 16px;
	margin-right: 4px;
	float: left;
}

#contentbox #userlist ul li .username {
	float: left;
	height: 11px;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

#contentbox #userlist ul li .username:hover {
	color: #FFFF99;
}

#contentbox #userlist ul .titel {
	font-weight:bold;
	font-size: 14px;
	margin-bottom: 20px;
}

/*
-------------------------------------------------------------------
Input
-------------------------------------------------------------------
*/

#contentbox #chat-input #msg {
	width: 410px;
	height: 18px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 6px;
}

/*
-------------------------------------------------------------------
Raumauswahl
-------------------------------------------------------------------
*/

#contentbox #selected_room {
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	background: #FFFFFF;
	font-size: 14px;
	color: #000000;
	width: 200px;
	margin-bottom: 10px;
}

/*
-------------------------------------------------------------------
Benutzersuche
-------------------------------------------------------------------
*/

#usersearch-results {
	display: block;
}

#usersearch-results .nickname {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px;
}

#usersearch-results .picture {
	float: left;
	width: 90px;
}

#usersearch-results .userinfo {
	float:left;
	width:270px;
}

#usersearch-results .userinfo ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#usersearch-results .userinfo ul li {
	margin-top: 3px;
	font-size: 12px;
}

#usersearch-results .actions {
	float:left;
	width:160px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#usersearch-results .actions .message,
#usersearch-results .actions .addfriend,
#usersearch-results .actions .profile {
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
	text-decoration: none;
	margin-bottom: 10px;
	height: 16px;
	font-size: 12px;
	text-decoration: none;
}

#usersearch-results .actions .message {
	background-image: url(/static/lib/icons/email.png);
}

#usersearch-results .actions .addfriend {
	background-image: url(/static/lib/icons/user_add.png);
}

#usersearch-results .actions .profile {
	background-image: url(/static/lib/icons/vcard.png);
}

/*
-------------------------------------------------------------------
Übersicht
-------------------------------------------------------------------
*/


#qbox-starttopic {
	padding: 0px;
	margin: 0px;
	display:block;
}

#qbox-starttopic li {
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	list-style:none;
	float:left;
	margin-right: 1px;
	padding: 10px;
	color: #000000;
	cursor: pointer;
	cursor:hand;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#qbox-starttopic-form {
	margin: 0px;
	padding: 10px;
	display:block;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#qbox-starttopic-form input[type="text"] {
	width: 400px;
	height: 14px;
}

#qresults p {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	background-color: #FFFFFF;
	vertical-align: middle;
	width: 450px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/*
-------------------------------------------------------------------
Einzelne Topics in der Übersicht
-------------------------------------------------------------------
*/


.qtopic {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}

.qtopic .username {
	margin-bottom: 10px;
}

.qtopic .user {
	float: left;
	width: 80px;
}

.qtopic .bubble {
	float: left;
	width: 20px;
	height: 60px;
}

.qtopic .titel {
	float: left;
	width: 350px;
	height: 60px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.qtopic .qlink {
	padding: 10px;
}

.qtopic .info {
	padding-top: 5px;
	margin-left: 10px;
	float: left;
	width: 100px;
}

.qtopic .lastreply {
	margin-top: 5px;
	padding-left: 100px;
	font-size:10px;
}

/*
-------------------------------------------------------------------
Farben allgemein
-------------------------------------------------------------------
*/


.qcol-question {
	background: #f5ce64;
}

.qcol-idea {
	background: #bccbdd;
}

.qcol-error {
	background: #ffc1b2;
}

.qcol-praise {
	background: #b2d1b2;
}

/*
-------------------------------------------------------------------
Topicstarter
-------------------------------------------------------------------
*/


.qtopicstarter {
	padding-bottom: 10px;
	padding-top: 10px;
}

.qtopicstarter .username {
	margin-bottom: 10px;
}

.qtopicstarter .user {
	float: left;
	width: 80px;
}

.qtopicstarter .bubble {
	float: left;
	width: 20px;
	height: 60px;
}

.qtopicstarter .content {
	float: left;
	width: 420px;
	min-height: 100px;
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.qtopicstarter .content .titel {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.qtopicstarter .content .votes {
	margin-top: 20px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	width: 300px;
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.qtopicstarter .content .bubble {
	width: 300px;
	height: 20px;
	text-align:center;
	margin:0px;
	padding: 0px;
}

.qtopicstarter .content .button {
	width: 300px;
	margin-top: 30px;
	text-align:center;
}

.qtopic .info {
	padding-top: 5px;
	margin-left: 10px;
	float: left;
	width: 100px;
}

/*
-------------------------------------------------------------------
Antworten auf ein Topic
-------------------------------------------------------------------
*/

.qanswer {
	margin-top: 15px;
	margin-bottom: 15px;
}

.qanswer .userimage {
	float:left;
	width: 90px;
}

.qanswer .answertext {
	float:left;
	width: 450px;
}

.qanswer .vote {
	text-align: right;
	margin-top: 10px;
	font-size: 10px;
}

/*

-------------------------------------------------------------------

Alben †bersicht

-------------------------------------------------------------------

*/

#fotoalben {
	list-style-type: none; 
	}

#fotoalben li {
	min-height: 80px;
	cursor: move;
	background: #FFFFFF;
	padding:5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom:15px;
}

#fotoalben li .image {
	float:left; 
	width: 80px;; 
}


#fotoalben li .content {
	padding: 0 10px;
	float:left;
	width: 290px;
}

#fotoalben li .content .titel {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#fotoalben li .content .beschreibung {
	font-size: 11px;
}

#fotoalben li .actions {
	padding-left: 10px;
	min-height: 80px;
	float:left;
	margin: 5px 0;
	border-left: 2px dotted #CCCCCC;
	font-size:10px;
}

#fotoalben li .actions .privacy,
#fotoalben li .actions .upload,
#fotoalben li .actions .delete {
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
	margin-bottom: 5px;
	height: 16px;
	text-decoration: none;
}

#fotoalben li .actions a:hover {
	color: #FF3300;
}

#fotoalben li .actions .privacy {
	background-image: url(/static/lib/icons/eye.png);
}

#fotoalben li .actions .upload {
	font-weight: bold;
	background-image: url(/static/lib/icons/add.png);
}

#fotoalben li .actions .delete {
	background-image: url(/static/lib/icons/cancel.png);
}

/* Fotos bearbeiten
------------------------------------------------------------------- */

#pics {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 550px;
}

#pics li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: move;
}

.isonline {
	color:#006600;
	text-decoration:blink;
	text-align:center;
	margin-bottom:5px;
}

.isoffline {
}

/* Widgets
--------------------------------------------------*/
.wrow {
	margin-bottom:10px;
	}

.wimg {
	width:35px;
	float:left;
	}
.wtxt {
	
	}
.wsmall {
	font-size:9px;
	}
.wright {
	text-align:right;
}
.wbold {
	font-weight:bold;
}
	
/* Quicklinks
--------------------------------------------------*/

#quicklinks {
	top:0;
	color:#111111;
	font-size:11px;
	height:30px;
	padding:0;
	position:fixed;
	left:0;
	width:100%;
	z-index:99;
	background-color:#dedede;
	border-bottom: #808080 1px solid;
	overflow:hidden;
	}

#qbuttons img, #qright1 img, #qright1 img, #qright2 img, #qright3 img {
	margin-right:3px;
	}
#nickjump {
	padding:3px 0;
	}
#quicklinks input, #quicklinks select {
	width: 120px;
	font-size: 12px;
	background-color:#ffffff;
	border: 2px solid #ffffff;
	-moz-border-radius: 5px;
	padding:2px;

}



/* Tipsy Tooltip (jQuery)
--------------------------------------------------*/

.tipsy { padding: 5px; font-size: 10px; opacity: 0.9; filter: alpha(opacity=90); background-repeat: no-repeat; margin-bottom:10px; }
.tipsy-inner { padding: 4px 5px; background-color: #666666; color: white; max-width: 200px; text-align: center; }
.tipsy-north { background-image: url(/static/lib/img/tooltip/tipsy-north.gif); background-position: top center; }
.tipsy-south { background-image: url(/static/lib/img/tooltip/tipsy-south.png); background-position: bottom center; }
.tipsy-east { background-image: url(/static/lib/img/tooltip/tipsy-east.gif); background-position: right center; }
.tipsy-west { background-image: url(/static/lib/img/tooltip/tipsy-west.gif); background-position: left center; }

/*
-------------------------------------------------------------------------
Tooltip fŸr Geschenke
-------------------------------------------------------------------------
*/

#tooltip.presents {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0px;
	background-image: none;
	max-width: 300px;
}


.presentcat {
	padding: 5px;
	background: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: none;
	max-height: 200px;
	overflow-y: scroll;
}
.present {
	padding-bottom: 3px;
	padding-top: 3px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
}

/* Accountnews
-------------------------------------------------------------------------*/

#accountnews table {
	background: #FFFFFF;
}

#accountnews tr[fwtype="subject"] td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#accountnews tr[new="yes"] td {
	font-weight: bold;
}

/*
-------------------------------------------------------------------
Forum
-------------------------------------------------------------------
*/


.topicstarter {
	padding-bottom: 10px;
	padding-top: 10px;
}

.topicstarter .user {
	float: left; 
	width: 80px;
}

.topicstarter .bubble {
	float: left; 
	width: 20px; 
	height: 60px;
	background:#EEEEEE; 
}

.topicstarter .content {
	float: left; 
	width: 450px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#EEEEEE;
}

#tanswers td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 10px;
}

#tanswers td p {
	margin: 0px;
	padding: 0px;
}

.fwTextedit img {
	margin-top: 5px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
