/*
	Farben

	blau: 		#1fc5fb;
	grau:		#a6a6a6;
	lila:		#c769ff;
	rosa:		#ff2ca7;
	türkis:		#25d7dc;
	rot:		#ff0155;
*/

body
{
	font: 14px/18px Arial, Helvetica, sans-serif;
	background: transparent url(../gfx/container_bg.gif) top left repeat-y;
	margin: 0;
}

td
{
	font: 14px/18px Arial, Helvetica, sans-serif;
}

img
{
	border: none;
}

.highlight
{
	display: inline;
}

.highlight a:hover img
{
	-moz-opacity: 0.7;
	opacity: 0.7;
}

a
{
	text-decoration: none;
	color: #1fc5fb;
	outline: 0;
	-moz-outline: 0;
}

a:active,
a:hover,
a:focus
{
	text-decoration: underline;
}

.melden a,
#content #maincol #twitterblog a.melden,
#content #maincol #lovechance .melden a,
#cliquencard .transparent a.bildmelden,
#cliquencard .transparent a.melden
{
	padding: 0 14px 0 0;
	background: transparent url(../gfx/ico_melden.gif) right center no-repeat;
	font-size: 11px;
	color: #f00 !important;
	white-space: nowrap;
}

a.submit,
a.submit_rot,
input.submit_rot
{
	line-height: 22px;
	color: white;
	font-weight: bold;
	padding: 0 5px;
	background: #ff2ca7;
	float: right;
}

a.submit_blue,
input.submit_blue
{
	line-height: 22px;
	color: white;
	font-weight: bold;
	padding: 0 5px;
	float: right;
	background: #1fc5fb;
}

input.submit_rot,
input.submit_blue
{
	border: none;
	padding: 2px 5px;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#content #maincol a.kommentieren,
#usercard a.kommentieren
{
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_blau.gif) left 3px no-repeat;
	font-weight: bold;
	font-size: 14px;
	margin: 0 10px 0 0;
}

#content #maincol a.reset
{
	line-height: 22px;
	padding: 0 5px;
	float: right;
	margin: 0 10px 0 0;
	display: inherit;
}

a.pfeil_lila
{
	font-weight: bold;
	color: #c769ff;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_lila.gif) left 3px no-repeat;
}

a.pfeil_links
{
	font-weight: bold;
	color: #1fc5fb;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_links_blau.gif) left 3px no-repeat;
}

a.pfeil_rechts
{
	font-weight: bold;
	color: #1fc5fb;
	padding: 0 12px 0 0;
	background: transparent url(../gfx/pfeil_blau.gif) right 3px no-repeat;
}

#content #maincol #umfrage .resultbox a
{
	font-weight: bold;
	color: white;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_weiss.gif) left 3px no-repeat;
}

a.pfeil_rot 
{
	color: #f00;
	background: transparent url(../gfx/pfeil_rot.gif) left 3px no-repeat;
	font-weight: bold;
	padding: 0 0 0 12px;
}

/* --- Struktur --- */

#container
{
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#outer
{
	width: 800px;
	float: left;
	background: white;
}

#head
{
	background: white;
	padding: 0 8px;
	width: 790px;
	margin: 0 auto;
}

#content
{
	width: 790px;
	position: relative;
	margin: 0 10px 0 0;
	background: white url(../gfx/content_bg.gif) left top no-repeat;
}

#maincol
{
	width: 590px;
	float: left;
}

#fullcol
{
	width: 790px;
	float: left;
}

#midcol
{
	width: 200px;
	float: left;
}

#rightcol
{
	float: left;
	width: 160px;
}

#community_footer
{
	width: 960px;
	margin: 0 auto;
}

#community_footer #footer
{
	margin: 20px auto 0 auto !important;
}

#footer
{
	padding: 65px 325px 0 70px;
	background: transparent url(../gfx/footer_bg.gif) left top no-repeat;
	font-size: 12px;
	margin: 20px 0 0 -70px;
}

#footer a
{
	color: white;
}

#footer strong,
#footer div.clearl
{
	background: #1fc5fb;
	color: white;
}

#footer div.clearl
{
	padding: 0 10px 5px 10px;
	width: 685px;
}

#footer strong
{
	float: left;
	padding: 5px 8px 0 10px;
}

#footer div.right
{
	padding: 5px 0 0 0;
	color: #1fc5fb;
	font-size: 12px;
	width: 685px;
}

#footer div.right a
{
	margin: 0 20px 0 0;
	color: #1fc5fb;
	font-weight: bold;
}

#chatrequest
{
	display: none;
	width: 260px;
	height: 220px;
	position: absolute;
	left: 0;
	top: 380px;
	background: transparent url(../gfx/chatmeldung.png) left top no-repeat;
	z-index: 998;
}

#chatrequest .close
{
	position: absolute;
	right: 84px;
	top: 48px;
	z-index: 999;
}

#chatrequest .highlight
{
	margin: 92px 10px 0 32px;
	background: white;
	float: left;
}

#chatrequest .highlight img
{
	width: 60px;
	height: 60px;
}

#chatrequest .fleft
{
	margin: 95px 0 0 0;
	font-size: 12px;
	line-height: 16px;
}

#chatrequest a
{
	color: white;
}

#chatrequest a.chatlink
{
	font-size: 14px;
}

body > #chatrequest
{
	position: fixed;
}

/* --- Form --- */

form
{
	margin: 0;
	padding: 0;
}

input
{
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select
{
	vertical-align: middle;
}

input.fehler,
textarea.fehler
{
	border: 3px solid #ff0155 !important;
}

textarea,
#content #maincol .schreiben .usereingabe iframe
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a6a6a6;
}

textarea.fffortsetzung,
textarea.full
{
	width: 556px;
	height: 380px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
}

#content #maincol .schreiben .usereingabe textarea,
#content #maincol .schreiben .usereingabe iframe,
#usercard .schreiben .usereingabe textarea
{
	height: 165px;
	width: 444px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
}

#maincol .schreiben .usereingabe textarea.fehler,
#usercard .schreiben .usereingabe textarea.fehler
{
	width: 438px !important;
}

#content #maincol .regbox #motto textarea
{
	height: 185px;
	width: 475px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
}

#usercard #motto textarea
{
	height: 165px;
	width: 471px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
}

#usercard .persdaten textarea
{
	height: 60px;
	width: 310px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #444;
}

#content #maincol #kontakt textarea
{
	height: 80px;
	width: 310px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #444;
}

textarea.melden
{
	height: 42px;
	width: 430px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #444;
}

input.melden
{
	width: 430px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #444;
}

#usercard textarea.gbvortext,
#cliquencard textarea.beschreibung
{
	height: 148px;
	width: 541px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #444;
}

#content #maincol #neueclique .clbeschreibung
{
	height: 148px;
	width: 556px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #444;
}


#usercard #detailsbearbeiten .eingabe,
#usercard #gefaelltfilme .eingabe,
#usercard .box .inner20 .inner20 .eingabe
{
	height: 16px;
	line-height: 14px;
	width: 541px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #444;
}

#usercard #detailsbearbeiten .eingabe
{
	margin: 5px 0 10px 0;
}

#usercard #gefaelltfilme .eingabe
{
	margin: 0 0 10px 0;
}

#usercard #gefaelltbuecher .eingabe,
#usercard #gefaelltsongs .eingabe
{
	height: 16px;
	line-height: 14px;
	width: 261px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #444;
	margin: 0 0 10px 0;
}

#neueclique .eingabe
{
	height: 16px;
	line-height: 14px;
	width: 280px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #444;
}

#neueclique select
{
	width: 284px;
	border: none;
}

#content #maincol #newsletter #anrede
{
	width: 180px;
	border: none;
}

#content #navigation #suche .navsuche
{
	height: 16px;
	line-height: 14px;
	width: 84px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	margin: 0 5px;
	color: #a6a6a6;
}

#content #maincol #ratgeber input.umaw,
#content #maincol .col .meine_foren_loginbox input.eingabe
{
	height: 16px;
	line-height: 14px;
	width: 527px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #444;
}

#content #maincol .col .meine_foren_loginbox input.eingabe
{
	margin: 0 5px 0 0;
	width: 120px !important;
	color: #a6a6a6 !important;
}

#content #maincol #ratgeber .fragebox input.fehler
{
	width: 521px;
}

#content #midcol #mcsuchbox input.eingabe,
#content #flashlistdetail #mcsuchbox input.eingabe
{
	height: 16px;
	line-height: 14px;
	width: 162px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	margin: 0 5px 0 0;
	color: #a6a6a6;
}

#content #maincol .regbox input.eingabe,
#usercard .changepassword input.eingabe,
#usercard .persdaten input.eingabe,
#content #maincol #contentlogin input,
#content #maincol #kontakt input,
#content #maincol #newsletter input.eingabe,
#content #maincol #missing input.eingabe,
#overlay input.eingabe
{
	height: 16px;
	line-height: 14px;
	width: 310px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #444;
}

#content #maincol .suchergebnissuche input.eingabe
{
	height: 16px;
	line-height: 14px;
	width: 296px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #444;
	margin: 0 10px;
}

#content #maincol #kontakt input.checkbox,
#content #maincol #kuendigen .checkbox
{
	margin: 0 8px 0 0;
	padding: 0;
	width: auto;
	background: none;
}

#content #maincol .regbox input.plz,
#usercard .persdaten input.plz
{
	height: 16px;
	line-height: 14px;
	width: 42px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #444;
	margin: 0 5px 0 0;
}

#content #maincol .regbox input.ort,
#usercard .persdaten input.ort
{
	height: 16px;
	line-height: 14px;
	width: 259px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #444;
}

#content #maincol .regbox input.datum,
#content #maincol .regbox input.jahr,
#usercard .persdaten input.datum,
#usercard .persdaten input.jahr
{
	height: 16px;
	line-height: 14px;
	width: 20px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #444;
	margin: 0 7px 0 0;
	text-align: center;
}

#content #maincol .regbox input.jahr,
#usercard .persdaten input.jahr
{
	width: 30px;
}

#content #maincol .regbox .checkbox,
#usercard .persdaten .checkbox,
#content #maincol #mitgliedersuchbox .rechts .radiobutton,
#bgauswahl .radiobutton
{
	margin: 0 8px 0 0;
}

#content #maincol #mitgliedersuchbox .rechts input.alter
{
	height: 16px;
	line-height: 14px;
	width: 36px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #444;
	margin: 0 10px;
	text-align: center;
}

input.iplz
{
	width: 60px !important;
	margin: 0 8px 0 0;
}

#rightcol #shoutbox .sbeingabe
{
	width: 140px;
	height: 34px;
	border: 0;
	vertical-align: middle;
	font-size: 18px;
	line-height: 34px;
	color: #999;
}

#content #maincol .schreiben .usereingabe input.eingabe,
#usercard .schreiben .usereingabe input.eingabe
{
	height: 15px;
	width: 444px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #a6a6a6;
}

#content #maincol .schreiben .usereingabe input.fehler,
#usercard .schreiben .usereingabe input.fehler
{
	height: 15px;
	width: 438px;
	padding: 2px 2px 0 2px;
	background: white;
	border: 3px solid #ff0155;
}

#content #maincol .schreiben .usereingabe input.dateifeld
{
	float: right;
	margin: 0 6px 0 0;
	display: inline;
}

#content #maincol #entwederoder .box_blue .links input,
#content #maincol #entwederoder .box_blue .rechts input
{
	height: 16px;
	line-height: 14px;
	width: 170px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #a6a6a6;
	margin: 5px 0 0 0;
}

#content #login input.eingabe,
.eingabe_invite
{
	height: 16px;
	line-height: 14px;
	width: 76px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #a6a6a6;
}

#forum table.erstellen .box_lightgrey .eingabe,
#forum table.erstellen .box_lightgrey textarea
{
	line-height: 14px;
	width: 536px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #444;
}

#forum table.erstellen .box_lightgrey .eingabe
{
	height: 16px;
}

#forum table.erstellen .box_lightgrey textarea
{
	height: 175px;
}

/* --- Werbemittel --- */

#superbanner
{
	font-size: 1px;
	line-height: 1px;
}

#superbanner div
{
	margin: 5px 10px 0 0;
}

#skyscraper
{
	min-height: 156px;
	padding: 0 0 25px 0;
}

#content #maincol .colRectangle
{
	min-height: 250px;
	width: 300px;
	background: transparent url(../gfx/rectangle_bg.gif) left top no-repeat;
	float: left;
	padding: 0 0 0 10px;
	position: relative;
}

#content #maincol .rectangle
{
	width: 300px;
	margin: 0 auto;
	position: relative;
}

/* --- Globale Klassen --- */

.clear
{
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.clearr
{
	clear: right;
}

.clearl
{
	clear: left;
}

.space1
{
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.space2
{
	font-size: 1px;
	line-height: 1px;
	height: 2px;
}

.space3
{
	font-size: 1px;
	line-height: 1px;
	height: 3px;
}

.space5
{
	font-size: 1px;
	line-height: 1px;
	height: 5px;
}

.space8
{
	font-size: 1px;
	line-height: 1px;
	height: 8px;
}

.space10
{
	font-size: 1px;
	line-height: 1px;
	height: 10px;
}

.space15
{
	font-size: 1px;
	line-height: 1px;
	height: 15px;
}

.space20
{
	font-size: 1px;
	line-height: 1px;
	height: 20px;
}

.space25
{
	font-size: 1px;
	line-height: 1px;
	height: 25px;
}

.space30
{
	font-size: 1px;
	line-height: 1px;
	height: 30px;
}

.space36
{
	font-size: 1px;
	line-height: 1px;
	height: 36px;
}

.space40
{
	font-size: 1px;
	line-height: 1px;
	height: 40px;
}

.space45
{
	font-size: 1px;
	line-height: 1px;
	height: 45px;
}

.space50
{
	font-size: 1px;
	line-height: 1px;
	height: 50px;
}

.right
{
	text-align: right;
}

.right10
{
	margin: 0 10px 0 0;
	display: inline;
}

.left10
{
	margin: 0 0 0 10px;
	display: inline;
}

.left15
{
	margin: 0 0 0 15px;
	display: inline;
}

.left9
{
	margin: 0 0 0 9px;
	display: inline;
}

.left8
{
	margin: 0 0 0 8px;
}

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

.pleft5
{
	padding-left: 5px !important;
}


.mleft115
{
	margin-left: 115px !important;
}

.mleft45
{
	margin-left: 45px !important;
}

.top5
{
	margin: 5px 0 0 0;
}

.top10
{
	margin: 10px 0 0 0;
}

.fright
{
	float: right !important;
}

.fleft
{
	float: left !important;
}

.block
{
	display: block;
}

.inline
{
	display: inline;
}

.small
{
	font-size: 11px;
}

.grau,
.grau a
{
	color: #a6a6a6 !important;
}

.grey
{
	color: #a6a6a6;
}

.turquoise
{
	color: #25d7dc;
}

.white
{
	color: white;
}

.blau,
.blau a
{
	color: #1fc5fb !important;
}

.gruen,
.gruen a
{
	color: #05db71;
}

.lila,
.lila a
{
	color: #c769ff !important;
}

.pink,
.pink a
{
	color: #ff2ca7 !important;
}

.green a
{
	color: #6aee00;
}

.trenner
{
	height: 10px;
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px 0;
}

.inner5
{
	padding: 5px;
}

.inner105
{
	padding: 10px 5px;
}

.inner08
{
	padding: 0 8px;
}

.inner58
{
	padding: 5px 8px;
}

.inner10
{
	padding: 10px;
}

.inner20
{
	padding: 20px;
}

.inner1020
{
	padding: 10px 20px;
}

.inner2010
{
	padding: 20px 10px;
}

.inner0202020
{
	padding: 0 20px 20px 20px;
}

.inner1040040
{
	padding: 10px 40px 0 40px;
}

.inner1010010
{
	padding: 10px 10px 0 10px;
}

.nobg
{
	background-image: none !important;
}

.nodec
{
	text-decoration: none !important;
}

.nomargin
{
	margin: 0 !important;
}

.box_lightgrey
{
	background: #ededed;
}

.box_malve
{
	background: #f3f0fc;
}

.box_verylightgrey
{
	background: #f6f5f5;
}

.box_lightblue
{
	background: #ccf2fe;
}

.box_weiss
{
	background: white;
}

.box_blue
{
	background: #1fc5fb;
}

.box_pink
{
	background: #ff2ca7;
}

.box_lila
{
	background: #c769ff;
}

.box_grau
{
	background: #a6a6a6;
}

.box_yellow
{
	background: #ffee29;
}

.box_darkgrey
{
	background: #898787;
}

.relative
{
	position: relative;
}

.bold
{
	font-weight: bold;
}

.center
{
	text-align: center;
}

.taleft
{
	text-align: left;
}

.taright
{
	text-align: right;
}

.lh40
{
	line-height: 40px;
}

.w580
{
	width: 580px;
}

.fs12
{
	font-size: 12px;
}

.fs18
{
	font-size: 18px;
}

.fs20
{
	font-size: 20px;
}

.fs24
{
	font-size: 24px;
}

.fs30
{
	font-size: 30px;
}

.hidden
{
	display: none;
}

#smilies
{
	margin: 20px 0 0 0;
	display: none;
}

.mh190
{
	min-height: 190px;
}

/* --- ohne worte --- */

#ie6Charts,
#ie6Lovechance,
#ie6Entwederoder,
#ie6Witze,
#ie6Starlove
{
	display: none;
}

img.png
{
	position: relative;
}

.normalfont
{
	font-weight: normal !important;
}

/* --- ThickBox --- */

#TB_ajaxContent .headline
{
	font-size: 18px;
	font-weight: bold;
}

#TB_ajaxContent a.back
{
	padding: 5px;
	background: #f00;
	color: white;
	font-weight: bold;
}

#TB_ajaxContent a.submit
{
	line-height: 22px;
	padding: 0 5px;
	background: #f00;
	color: white;
	font-weight: bold;
	float: right;
}

#TB_ajaxContent a.abort
{
	line-height: 22px;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_rot.gif) left 2px no-repeat;
	color: #f00;
	font-weight: bold;
}

#TB_ajaxContent a.red
{
	font-weight: bold;
	font-size: 13px;
	color: #f00;
}

/* --- Content --- */

#content #servicelinks
{
	position: absolute;
	right: 5px;
	top: 3px;
	font-weight: bold;
}

#content #servicelinks a
{
	color: #1fc5fb;
	font-size: 12px;
	margin: 0 0 0 20px;
}

#content #userinfo,
#content #login
{
	position: absolute;
	width: 190px;
	height: 86px;
	right: 0;
	top: 24px;
	background: #1fc5fb;
}

#content #userinfo #username
{
	font-weight: bold;
	line-height: 23px;
	border-bottom: 2px solid white;
	padding: 0 0 0 5px;
}

#content #userinfo #username a,
#content #login .small a
{
	color: white;
}

#content #userinfo .highlight
{
	width: 61px;
	height: 61px;
	float: right;
	background: white;
}

#content #userinfo .highlight img
{
	width: 61px;
	height: 61px;
	display: block;
}

#content #userinfo a.pfeil,
#content #login a.pfeil
{
	color: white;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_weiss.gif) left 2px no-repeat;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 0 5px;
	line-height: 18px;
}

#content #userinfo #nachrichten
{
	position: absolute;
	right: 66px;
	top: 25px;
	height: 24px;
	width: 42px;
	background: transparent url(../gfx/ico_messages.gif) right center no-repeat;
	color: white;
	font-weight: bold;
	padding: 0 22px 0 0;
	text-align: right;
	font-size: 12px;
	line-height: 24px;
}

#content #login strong
{
	padding: 0 0 0 5px;
	color: white;
	display: block;
	margin: 5px 0 2px 0;
}

#content #login .small
{
	font-size: 10px;
	line-height: 14px;
	padding: 5px 0 2px 5px;
}

#content #login .logintrenner
{
	height: 2px;
	background: white;
	font-size: 1px;
	line-height: 1px;
}

#content #login input
{
	margin: 0 0 0 5px;
}


#content #logo img
{
	display: block;
}

#content #navigation #mainnav
{
	float: right;
}

#content #navigation #mainnav a
{
	line-height: 28px;
	font-weight: bold;
	font-size: 16px;
	color: white;
	padding: 0 10px;
	background: #c769ff;
	margin: 0 0 1px 1px;
	display: inline;
	float: right;
	text-decoration: none;
}

#content #navigation #mainnav a:hover,
#content #navigation #mainnav a:active,
#content #navigation #mainnav a:focus,
#content #navigation #mainnav a.aktiv
{
	background: #a6a6a6;
}

#content #navigation #subnav
{
	clear: right;
}

#content #navigation #subnav a
{
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding: 0 10px;
	background: #a6a6a6;
	margin: 0 0 1px 1px;
	display: inline;
	float: right;
	text-decoration: none;
}

#content #navigation #subnav a:hover,
#content #navigation #subnav a:active,
#content #navigation #subnav a:focus,
#content #navigation #subnav a.aktiv
{
	background: #c3c3c3;
}

#content #navigation #suche
{
	clear: right;
	margin: 1px 0 0 0;
	height: 29px;
	line-height: 28px;
	background: #a6a6a6;
	padding: 0 5px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	float: right;
	display: inline;
}

#content h5
{
	font-weight: bold;
	color: white;
	line-height: 22px;
	background: #c769ff;
	padding: 0 5px;
	margin: 0;
	display: inline;
}

#content .topteaser
{
	clear: both;
	text-align: right;
}

#content .topteaser img
{
	float: right;
}

#content .topteaser .text
{
	width: 400px;
	float: left;
}

#content .topteaser h2,
#content .topteaser h3
{
	margin: 0;
	padding: 0;
}

#content .topteaser h2 a
{
	font-size: 50px;
	line-height: 59px;
	font-weight: bold;
	color: white;
	background: #ff2ca7;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	float: right;
}

#content .topteaser h3 a
{
	font-size: 26px;
	line-height: 30px;
	float: right;
	font-weight: bold;
	color: white;
	background: #a6a6a6;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
}

#content .topteaser h5
{
	float: right;
}

#content .topteaser .textblock
{
	background: #1fc5fb url(../gfx/topteaser_abschluss.gif) left bottom no-repeat;
	padding: 8px 10px 69px 10px;
	color: black;
	font-weight: bold;
	text-align: right;
	margin: 0;
}

#content .topteaser .textblock .weiter a
{
	font-weight: bold;
	color: white;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_weiss.gif) left 3px no-repeat;
	text-align: right;
}

#content .subteaser img
{
	float: left;
}

#content .subteaser .text
{
	float: left;
	width: 505px;
	display: inline;
}

#content .subteaser h1,
#content .subteaser h2
{
	margin: 0;
	padding: 0;
}

#content .subteaser h2 a
{
	font-size: 38px;
	line-height: 48px;
	font-weight: bold;
	color: white;
	background: #1fc5fb;
	padding: 0 5px;
	text-decoration: none;
	float: left;
}

#content .subteaser h3 a
{
	float: left;
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	color: white;
	background: #a6a6a6;
	padding: 0 5px;
	display: inline;
	text-decoration: none;
}

#content .subteaser h5,
#content #maincol .teaser h5,
#content #maincol .halfteaser h5,
#content #maincol .bigateaser h5,
#content #maincol .bigateaserhome h5,
#content #maincol .linklist h5,
#content #maincol .shteaser h5,
#content #maincol .battleteaser h5,
#content #maincol .aktionsblogteaser h5
{
	float: left;
}

#content .subteaser .textblock
{
	padding: 8px 0 0 10px;
}

a.pfeil,
.clink,
#content .subteaser .textblock .weiter a,
#content #maincol .teaser .weiter a,
#content #maincol .fanclubteaser .weiter a,
#content #maincol .col270 .smallteaser .weiter a,
#content #maincol .linklist a
{
	font-weight: bold;
	color: #1fc5fb;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_blau.gif) left 3px no-repeat;
}

#content #maincol #aktionsblog .weiter
{
	text-align: right;
}

#content #maincol #aktionsblog .weiter a,
#content .aktionsblogteaser a.mitmachen
{
	color: #ff2ca7 !important;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_pink.gif) left 4px no-repeat;
	line-height: 20px;
	font-weight: bold;
}

#content .weiter_lila a
{
	font-weight: bold;
	color: #c769ff;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_lila.gif) left 3px no-repeat;
}

/* --- maincol --- */

#content #maincol .teaser
{
	width: 580px;
	padding: 0;
	background: transparent url(../gfx/6x_blau.gif) 420px top no-repeat;
}

#content #maincol .teaser h1,
#content #maincol .teaser h2
{
	margin: 0;
	padding: 0;
}

#content #maincol .teaser h2 a,
#content #maincol #wiki h1,
#content #maincol h1.commline
{
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	padding: 0 5px;
	margin: 0;
	color: white;
	background: #1fc5fb;
	float: left;
	text-decoration: none;
}

#content #maincol .teaser h3 a
{
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
	padding: 0 5px;
	margin: 0;
	float: left;
	color: white;
	background: #a6a6a6;
	text-decoration: none;
}

#content #maincol .teaser img
{
	float: left;
}

#content #maincol .teaser .textblock
{
	float: left;
	padding: 7px 0 0 10px;
	width: 380px;
}

/* --- Flashlist Modul --- */

#content #maincol #flashlist
{
	width: 580px;
	height: 470px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

#content #maincol .fl_default
{
	background-image: url(../gfx/fl_default_bg.gif);
}

#content #maincol .fl_deutsche
{
	background-image: url(../gfx/fl_deutsche_bg.gif);
}

#content #maincol .fl_internationale
{
	background-image: url(../gfx/fl_internationale_bg.gif);
}

#content #maincol .fl_hollywood
{
	background-image: url(../gfx/fl_hollywood_bg.gif);
}

#content #maincol .fl_bands
{
	background-image: url(../gfx/fl_bands_bg.gif);
}

#content #maincol .fl_tv_stars
{
	background-image: url(../gfx/fl_tv_stars_bg.gif);
}

#content #maincol .fl_musikstars
{
	background-image: url(../gfx/fl_musikstars_bg.gif);
}

#content #maincol .fl_tv_shows
{
	background-image: url(../gfx/fl_tv_shows_bg.gif);
}

#content #maincol .fl_casting_stars
{
	background-image: url(../gfx/fl_casting_stars_bg.gif);
}

#content #maincol .fl_sportstars
{
	background-image: url(../gfx/fl_sportstars_bg.gif);
}

#content #maincol .fl_kinostars
{
	background-image: url(../gfx/fl_kinostars_bg.gif);
}

#content #maincol .fl_default,
#content #maincol .fl_default a
{
	color: #ff2ca7;
}

#content #maincol .fl_deutsche,
#content #maincol .fl_deutsche a,
#content .fl_deutsche .movershaker1,
#content .fl_deutsche .movershaker2,
#content .fl_deutsche .movershaker3,
#content #maincol .fl_deutsche .posmover,
#content #maincol .fl_deutsche .posshaker
{
	color: #ff871e;
}

#content #maincol .fl_internationale,
#content #maincol .fl_internationale a,
#content .fl_internationale .movershaker1,
#content .fl_internationale .movershaker2,
#content .fl_internationale .movershaker3,
#content #maincol .fl_internationale .posmover,
#content #maincol .fl_internationale .posshaker
{
	color: #1b81ff;
}

#content #maincol .fl_hollywood,
#content #maincol .fl_hollywood a,
#content .fl_hollywood .movershaker1,
#content .fl_hollywood .movershaker2,
#content .fl_hollywood .movershaker3,
#content #maincol .fl_hollywood .posmover,
#content #maincol .fl_hollywood .posshaker
{
	color: #cf003e;
}

#content #maincol .fl_bands,
#content #maincol .fl_bands a,
#content .fl_bands .movershaker1,
#content .fl_bands .movershaker2,
#content .fl_bands .movershaker3,
#content #maincol .fl_bands .posmover,
#content #maincol .fl_bands .posshaker
{
	color: #5b5b5b;
}

#content #maincol .fl_tv_stars,
#content #maincol .fl_tv_stars a,
#content .fl_tv_stars .movershaker1,
#content .fl_tv_stars .movershaker2,
#content .fl_tv_stars .movershaker3,
#content #maincol .fl_tv_stars .posmover,
#content #maincol .fl_tv_stars .posshaker
{
	color: #5ec432;
}

#content #maincol .fl_musikstars,
#content #maincol .fl_musikstars a,
#content .fl_musikstars .movershaker1,
#content .fl_musikstars .movershaker2,
#content .fl_musikstars .movershaker3,
#content #maincol .fl_musikstars .posmover,
#content #maincol .fl_musikstars .posshaker
{
	color: #ff3e0b;
}

#content #maincol .fl_tv_shows,
#content #maincol .fl_tv_shows a,
#content .fl_tv_shows .movershaker1,
#content .fl_tv_shows .movershaker2,
#content .fl_tv_shows .movershaker3,
#content #maincol .fl_tv_shows .posmover,
#content #maincol .fl_tv_shows .posshaker
{
	color: #00b6b8;
}

#content #maincol .fl_casting_stars,
#content #maincol .fl_casting_stars a,
#content .fl_casting_stars .movershaker1,
#content .fl_casting_stars .movershaker2,
#content .fl_casting_stars .movershaker3,
#content #maincol .fl_casting_stars .posmover,
#content #maincol .fl_casting_stars .posshaker
{
	color: #9436ff;
}

#content #maincol .fl_sportstars,
#content #maincol .fl_sportstars a,
#content .fl_sportstars .movershaker1,
#content .fl_sportstars .movershaker2,
#content .fl_sportstars .movershaker3,
#content #maincol .fl_sportstars .posmover,
#content #maincol .fl_sportstars .posshaker
{
	color: #00c979;
}

#content #maincol .fl_kinostars,
#content #maincol .fl_kinostars a,
#content .fl_kinostars .movershaker1,
#content .fl_kinostars .movershaker2,
#content .fl_kinostars .movershaker3,
#content #maincol .fl_kinostars .posmover,
#content #maincol .fl_kinostars .posshaker
{
	color: #002471;
}

#content #maincol #flashlist .platz1
{
	position: absolute;
	top: 3px;
	left: 270px;
	font-weight: bold;
}

#content #maincol #flashlist .platz1 img
{
	width: 129px;
	height: 129px;
}

#content #maincol #flashlist .pos1
{
	width: 128px;
	height: 128px;
	position: absolute;
	top: 19px;
	left: 403px;
	line-height: 128px;
	font-size: 115px;
	font-weight: bold;
	text-align: center;
	color: white;
}

#content #maincol #flashlist .vote1
{
	position: absolute;
	top: 53px;
	left: 497px;
}

#content #maincol #flashlist .movershaker1
{
	position: absolute;
	left: 518px;
	top: 126px;
	font-size: 12px;
	font-weight: bold;
}

#content #maincol #flashlist .platz2
{
	position: absolute;
	top: 164px;
	left: 28px;
	font-weight: bold;
}

#content #maincol #flashlist .platz2 img
{
	width: 105px;
	height: 105px;
}

#content #maincol #flashlist .pos2
{
	width: 105px;
	height: 105px;
	position: absolute;
	top: 161px;
	left: 136px;
	line-height: 105px;
	font-size: 90px;
	font-weight: bold;
	text-align: center;
	color: white;
}

#content #maincol #flashlist .vote2
{
	position: absolute;
	top: 190px;
	left: 229px;
}

#content #maincol #flashlist .movershaker2
{
	position: absolute;
	left: 239px;
	top: 251px;
	font-size: 12px;
	font-weight: bold;
}

#content #maincol #flashlist .platz3
{
	position: absolute;
	top: 185px;
	left: 343px;
	font-weight: bold;
}

#content #maincol #flashlist .platz3 img
{
	width: 84px;
	height: 84px;
}

#content #maincol #flashlist .pos3
{
	width: 86px;
	height: 86px;
	position: absolute;
	top: 184px;
	left: 432px;
	line-height: 86px;
	font-size: 73px;
	font-weight: bold;
	text-align: center;
	color: white;
}

#content #maincol #flashlist .vote3
{
	position: absolute;
	top: 189px;
	left: 497px;
}

#content #maincol #flashlist .movershaker3
{
	position: absolute;
	left: 518px;
	top: 251px;
	font-size: 12px;
	font-weight: bold;
}

#content #maincol #flashlist .movers
{
	position: absolute;
	top: 341px;
	left: 9px;
	font-weight: bold;
}

#content #maincol #flashlist .votemover
{
	position: absolute;
	top: 347px;
	left: 172px;
}

#content #maincol #flashlist .movers .highlight,
#content #maincol #flashlist .shakers .highlight
{
	float: left;
	background: white;
}

#content #maincol #flashlist .posmover
{
	width: 83px;
	height: 83px;
	position: absolute;
	top: 340px;
	left: 90px;
	line-height: 83px;
	font-size: 73px;
	font-weight: bold;
	text-align: center;
}

#content #maincol #flashlist .moversmove
{
	position: absolute;
	left: 179px;
	top: 401px;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

#content #maincol #flashlist .shakers
{
	position: absolute;
	top: 341px;
	left: 296px;
	font-weight: bold;
}

#content #maincol #flashlist .voteshaker
{
	position: absolute;
	top: 347px;
	left: 459px;
}

#content #maincol #flashlist .posshaker
{
	width: 83px;
	height: 83px;
	position: absolute;
	top: 340px;
	left: 378px;
	line-height: 83px;
	font-size: 73px;
	font-weight: bold;
	text-align: center;
}

#content #maincol #flashlist .shakersmove
{
	position: absolute;
	left: 463px;
	top: 401px;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

#content #maincol #flashlist .zweistellig
{
	font-size: 60px !important;
}


#content #maincol #flashlist .dreistellig
{
	font-size: 40px !important;
}

#content #maincol #flashlist .movers img,
#content #maincol #flashlist .shakers img
{
	width: 80px;
	height: 80px;
}

#content #maincol #flashlist .movers a,
#content #maincol #flashlist .shakers a
{
	color: white;
}

#content #maincol #flashlist .movershaker1 img,
#content #maincol #flashlist .movershaker2 img,
#content #maincol #flashlist .movershaker3 img,
#content #maincol #flashlist .moversmove img,
#content #maincol #flashlist .shakersmove img
{
	vertical-align: baseline;
	margin: 0 4px 0 0;
}

#content #maincol #flashlist .weiter
{
	position: absolute;
	right: 0;
	bottom: 0;
}

#content #maincol #flashlist .weiter a
{
	margin: 0 0 0 20px;
}

#content #maincol #flashlist .weiter a
{
	padding: 0 0 0 12px;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
}

#content .fl_default .weiter a
{
	color: #ff2ca7;
	background: transparent url(../gfx/pfeil_pink.gif) left 3px no-repeat;
}

#content .fl_deutsche .weiter a
{
	color: #ff871e;
	background: transparent url(../gfx/pfeil_dgelb.gif) left 3px no-repeat;
}

#content .fl_internationale .weiter a
{
	color: #1b81ff;
	background: transparent url(../gfx/pfeil_dblau.gif) left 3px no-repeat ;
}

#content .fl_hollywood .weiter a
{
	color: #cf003e;
	background: transparent url(../gfx/pfeil_dred.gif) left 3px no-repeat ;
}

#content .fl_bands .weiter a
{
	color: #5b5b5b;
	background: transparent url(../gfx/pfeil_dgrau.gif) left 3px no-repeat ;
}

#content .fl_tv_stars .weiter a
{
	color: #5ec432;
	background: transparent url(../gfx/pfeil_dgruen.gif) left 3px no-repeat ;
}

#content .fl_musikstars .weiter a
{
	color: #ff3e0b;
	background: transparent url(../gfx/pfeil_orange.gif) left 3px no-repeat ;
}

#content .fl_tv_shows .weiter a
{
	color: #00b6b8;
	background: transparent url(../gfx/pfeil_tuerkis.gif) left 3px no-repeat ;
}

#content .fl_casting_stars .weiter a
{
	color: #9436ff;
	background: transparent url(../gfx/pfeil_dlila.gif) left 3px no-repeat ;
}

#content .fl_sportstars .weiter a
{
	color: #00c979;
	background: transparent url(../gfx/pfeil_flgruen.gif) left 3px no-repeat ;
}

#content .fl_kinostars .weiter a
{
	color: #002471;
	background: transparent url(../gfx/pfeil_flblau.gif) left 3px no-repeat ;
}

#content #flashlistdetail .weiter a
{
	color: #ff2ca7 !important;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_pink.gif) left 3px no-repeat !important;
	font-weight: bold;
	font-size: 14px;
	margin: 0 5px 0 0;
	line-height: normal;
}

/* --- halfteaser --- */

#content #maincol .halfteaser
{
	width: 285px;
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}

#content #maincol .battleteaser
{
	margin: 0 28px 0 0;
	float: left;
	display: inline;
	width: 277px;
}

#content #maincol .halfteaser h2,
#content #maincol .halfteaser h3,
#content #maincol .halfteaser h4
{
	margin: 0;
	padding: 0;
}

#content #maincol .halfteaser h2 a
{
	font-size: 30px;
	line-height: 40px;
	float: left;
	padding: 0 5px;
	background: #1fc5fb;
	color: white;
	text-decoration: none;
	margin: 0;
}

#content #maincol .halfteaser h3
{
	font-size: 20px;
	line-height: 28px;
	float: left;
	padding: 0 5px;
	background: #1fc5fb;
	color: white;
	margin: 0;
}

#content #maincol .halfteaser h3 a
{
	color: white;
	text-decoration: none;
}

#content #maincol .halfteaser h4 a
{
	font-size: 17px;
	line-height: 21px;
	float: left;
	padding: 0 5px;
	background: #a6a6a6;
	color: white;
	text-decoration: none;
	margin: 0;
}

#content #maincol .halfteaser .textblock
{
	clear: both;
	padding: 4px 0 0 0;
}

#content #maincol .halfteaser .blob
{
	background: white url(../gfx/smallteaser_bg.gif) 190px 68px no-repeat;
}

#content #maincol .halfteaser .weiter a
{
	color: #1fc5fb;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_blau.gif) left 3px no-repeat;
	font-weight: bold;
	font-size: 14px;
}

#content #maincol .fl_halfteaser
{
	width: 285px;
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}

#content #maincol .fl_halfteaser h4,
#content #maincol .fl_halfteaser h4 a
{
	line-height: 40px;
	background: #ff2ca7;
	color: white;
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0 5px;
	text-decoration: none;
}

#content #maincol .fl_halfteaser .row
{
	height: 45px;
	width: 285px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#content #midcol .fl_teaser
{
	width: 190px;
	margin: 0 0 0 10px;
}

#content #midcol .fl_teaser h4
{
	font-size: 18px;
	line-height: 22px;
	padding: 9px 0 9px 5px;
	background: #ff2ca7;
	color: white;
	margin: 0 0 10px 0;
}

#content #midcol .fl_teaser .row
{
	margin: 0 0 10px 0;
	height: 45px;
	width: 190px;
	overflow: hidden;
}

#content #maincol .fl_halfteaser .row .rank,
#content #midcol .fl_teaser .row .rank
{
	width: 45px;
	height: 45px;
	background: transparent url(../gfx/flashlist_rank_45_bg.gif) center center no-repeat;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	margin: 0 8px 0 0;
	line-height: 45px;
	float: left;
	display: inline;
}

#content #maincol .fl_halfteaser .row img,
#content #midcol .fl_teaser .row img
{
	margin: 0 8px 0 0;
	vertical-align: middle;
}

#content #midcol .fl_teaser .row .name
{
	width: 84px;
	height: 40px;
	float: right;
	padding: 5px 0 0 0;
}

#content #maincol .fl_halfteaser .row a,
#content #midcol .fl_teaser .row .name a
{
	color: #ff2ca7;
	font-weight: bold;
}

/* -- Teaser: Bildergalerie --- */

#content #maincol .bigateaser,
#content #maincol .bigateaserhome
{
	width: 580px;
	padding: 0 0 22px 0;
	background: transparent url(../gfx/bigateaser_bg.gif) 415px bottom no-repeat;
}

#content #maincol .bigateaser h2,
#content #maincol .bigateaserhome h2
{
	margin: 0;
	padding: 0;
}

#content #maincol .bigateaser h2 a,
#content #maincol .bigateaserhome h2 a
{
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	padding: 0 5px;
	margin: 0;
	color: white;
	float: left;
	text-decoration: none;
}

#content #maincol .bigateaserhome h2 a
{
	background: #ff2ca7;
}

#content #maincol .bigateaser h2 a
{
	background: #1fc5fb;
}

#content #maincol .morebiga
{
	height: 75px;
	padding: 5px 0;
	background: #a6a6a6;
	position: relative;
}

#content #maincol .morebiga #navleft,
#content #maincol .morebiga #navright
{
	position: absolute;
	top: 24px;
}

#content #maincol .morebiga #navleft
{
	left: 19px;
	cursor: pointer;
}

#content #maincol .morebiga #navright
{
	right: 19px;
	cursor: pointer;
}

#content #maincol .morebiga .bilder
{
	width: 440px;
	position: absolute;
	top: 5px;
	left: 70px;	
	overflow: hidden;
	z-index: 10;
}

#content #maincol .morebiga #jslider
{
	position: relative;
	top: 0;
	left: 0;
	width: 10000px;
	height: 75px;
}

#content #maincol .morebiga #jslider img
{
	width: 100px;
	height: 69px;
	vertical-align: middle;
	border: 3px solid white;
	margin: 0 5px 0 0;
}

#content #maincol .bigatabs a
{
	color: white;
	font-weight: bold;
	line-height: 24px;
	font-size: 14px;
	padding: 0 5px;
	float: left;
	margin: 0 1px 0 0;
}

#content #maincol .bigateaser .bigatabs a
{
	background: #ff2ca7;
}

#content #maincol .bigateaserhome .bigatabs a
{
	background: #1fc5fb;
}

#content #maincol .bigatabs a:hover,
#content #maincol .bigatabs a:active,
#content #maincol .bigatabs a:focus,
#content #maincol .bigatabs a.aktiv
{
	background: #a6a6a6;
	text-decoration: none;
}

/* --- Teaser: Forum --- */

#content #maincol .forenteaser
{
	background: transparent url(../gfx/forenteaser_bg.gif) 3px top no-repeat;
}

#content #maincol .forenteaser h2
{
	font-size: 30px;
	line-height: 34px;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #ff2ca7;
}

#content #maincol .col,
#content #maincol .linklist
{
	width: 285px;
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}

#usercard #forumteaser_right
{
	background: white url(../gfx/uc_meine_foren_bg.gif) left top no-repeat;
	padding: 36px 0 0 4px;
	position: relative;
}

#content #maincol .col .forenelement,
#usercard .forenelement
{
	padding: 3px;
	margin: 0 0 1px 0;
	height: 45px;
	overflow: hidden;
	position: relative;
}

#content #maincol .col .forenelement
{
	background: #ff2ca7;
	color: white;
}

#usercard .forenelement
{
	background: white;
	color: #a6a6a6;
}

#content #maincol .col .forenelement .edit
{
	position: absolute;
	width: 23px;
	height: 26px;
	right: 7px;
	top: 13px;
}

#content #maincol .col .forenelement a
{
	color: white;
}

#usercard .leftcol .forenelement a
{
	color: #c769ff;
}

#content #maincol .col .forenelement .highlight,
#usercard .forenelement .highlight
{
	float: left;
	background: white;
}

#content #maincol .col .forenelement .highlight img,
#usercard .forenelement .highlight img
{
	width: 45px;
	height: 45px;
}

#content #maincol .col .forenelement h2,
#usercard .forenelement h2
{
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	margin: 6px 0 0 55px;
	text-align: left;
}

#content #maincol .col .forenelement span,
#usercard .forenelement span
{
	margin: 0 0 0 10px;
	font-size: 11px;
}

#content #maincol .forenteaser .fnav a,
#content #maincol .umfragenteaser .fnav a,
#fanclub .fnav a,
.fnav_invite a,
.fnav_invite input
{
	font-weight: bold;
	line-height: 23px;
	padding: 0 5px;
	float: left;
	background: #1fc5fb;
	color: white;
	text-decoration: none;
	font-size: 12px;
	border-right: 1px solid white;
}

#content #maincol .fnavbg
{
	height: 34px;
	background: transparent url(../gfx/fnavbg.gif) right top no-repeat;
}

#content #maincol .col .meine_foren_loginbox
{
	background: #ff2ca7 url(../gfx/meine_foren_loginbox_bg.gif) center top no-repeat;
	height: 123px;
	padding: 112px 0 0 10px;
	font-weight: bold;
	color: white;
}

#content #maincol .forenteaser .fnav a:hover,
#content #maincol .forenteaser .fnav a:active,
#content #maincol .forenteaser .fnav a:focus,
#content #maincol .forenteaser .fnav a.aktiv,
#fanclub .fnav a:hover,
#fanclub .fnav a:active,
#fanclub .fnav a:focus,
#fanclub .fnav a.aktiv,
.fnav_invite a:hover,
.fnav_invite a:active,
.fnav_invite a:focus,
.fnav_invite a.aktiv
{
	background: #ff2ca7;
}

#content #maincol .fanclubteaser h2
{
	font-size: 30px;
	line-height: 34px;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #1fc5fb;
}

#content #maincol .col .fanclubelement
{
	position: relative;
	padding: 3px 50px 3px 3px;
	margin: 0 0 1px 0;
	background: #1fc5fb;
	height: 45px;
	overflow: hidden;
	color: white;
	width: 232px;
}

#content #maincol .col .fanclubelement .beitreten
{
	position: absolute;
	right: 3px;
	top: 3px;
	width: 47px;
	height: 45px;
}

#content #maincol .col .fanclubelement a
{
	color: white;
}

#content #maincol .col .fanclubelement .highlight
{
	float: left;
	background: white;
}

#content #maincol .col .fanclubelement h2
{
	font-size: 14px;
	padding: 0;
	margin: 6px 0 0 55px;
	line-height: 18px;
	text-align: left;
}

#content #maincol .col .fanclubelement span
{
	margin: 0 0 0 10px;
	font-size: 11px;
}

#content #maincol .fanclubteaser .weiter
{
	text-align: right;
}

#content #maincol .umfragenteaser h2
{
	font-size: 30px;
	line-height: 34px;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #a6a6a6;
}

#content #maincol .col .umfragenelement
{
	position: relative;
	padding: 3px;
	margin: 0 0 1px 0;
	background: #a6a6a6;
	overflow: hidden;
	color: white;
	width: 279px;
}

#content #maincol .col .umfragenelement a
{
	color: white;
}

#content #maincol .col .umfragenelement .highlight,
#content #maincol #community .rightcol .umfragenelement .highlight
{
	margin: 0 10px 0 0;
	float: left;
	background: white;
}

#content #maincol .col .umfragenelement h2,
#content #maincol #community .rightcol .umfragenelement h4
{
	font-size: 14px;
	padding: 0;
	margin: 6px 0 0 55px;
	line-height: 18px;
	text-align: left;
}

#content #maincol .col .umfragenelement span,
#content #maincol #community .rightcol .umfragenelement span
{
	font-size: 11px;
}

#content #maincol .col .umfragenelement .poll
{
	position: relative;
	margin: 5px 0 5px 55px;
	width: 190px;
	line-height: 14px;
}

#content #maincol .col .umfragenelement .pollsubmit
{
	position: absolute;
	right: -32px;
	bottom: 0;
}

#content #maincol .col .umfragenelement .go2poll,
#content #maincol #community .rightcol .umfragenelement .go2poll
{
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#content #maincol .col .umfragenelement .poll input
{
	float: left;
	margin: 0;
	padding: 0;
}

#content #maincol .col .umfragenelement .poll label
{
	margin: 0 0 0 20px;
	display: block;
}

#content #maincol .umfragenteaser .col .fnav a:hover,
#content #maincol .umfragenteaser .col .fnav a:active,
#content #maincol .umfragenteaser .col .fnav a:focus,
#content #maincol .umfragenteaser .col .fnav a.aktiv
{
	background: #a6a6a6;
}

#content #maincol .umfragenteaser .weiter a
{
	font-weight: bold;
	color: #a6a6a6;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_grau.gif) left 3px no-repeat;
}

#content #maincol .umfragenteaser .weiter
{
	padding: 5px 0 0 0;
	float: right;
}

#content #midcol .naviteaser h4
{
	background: #c769ff;
	color: white;
}

#content #midcol .naviteaser a.blocklist,
#content #midcol .naviteaser a.blocklist_aktiv
{
	line-height: 16px;
	color: white;
	clear: both;
	border-top: 1px solid white;
	display: block;
	margin: 0 0 0 10px;
	font-weight: bold;
	padding: 4px 0 4px 18px;
	text-decoration: none;
}

#content #midcol .naviteaser a.blocklist
{
	background: #c769ff url(../gfx/pfeil_weiss_lila.gif) 5px 7px no-repeat !important;
}

#content #midcol .naviteaser a.blocklist:active,
#content #midcol .naviteaser a.blocklist:hover,
#content #midcol .naviteaser a.blocklist:focus,
#content #midcol .naviteaser a.blocklist_aktiv
{
	background: #a6a6a6 url(../gfx/pfeil_weiss_grau_klein.gif) 5px 7px no-repeat !important;
}

/* --- Battle-Teaser --- */

.sf_battle_teaser
{
	width: 850px;
	height: 136px;
}

.sf_battle_teaser .sf_fighter
{
	width: 136px;
	height: 136px;
	float: left;
}

.sf_battle_teaser .sf_battle_info
{
	height: 136px;
	width: 308px;
	background: transparent url(../gfx/battle_teaser_bg.gif) center center no-repeat;
	float: left;
}

.sf_battle_teaser .sf_battle_info .sf_fighter_info
{
	width: 154px;
	height: 136px;
	float: left;
	text-align: center;
	color: white;
}

/* --- Aktionsblog-Teaser --- */

#content #maincol .aktionsblogteaser
{
	width: 580px;
}

#content #maincol .aktionsblogteaser h1
{
	font-size: 30px;
	color: white;
	line-height: 36px;
	float: none;
	background: none;
	margin: 0;
}

#content #maincol .aktionsblogteaser .box_blue,
#content #maincol .aktionsblogteaser .box_weiss
{
	padding: 5px;
}

#content #maincol .aktionsblogteaser .box_blue strong
{
	color: white;
}

#content #maincol .aktionsblogteaser h3
{
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
	color: white;
}

#content #maincol .aktionsblogteaser .mehr
{
	padding: 3px 0 0 0;
	line-height: 20px;
	text-align: right;
}

#content #maincol .aktionsblogteaser .mehr a
{
	margin: 0 0 0 30px;
	line-height: 20px !important;
}

#content #maincol .aktionsblogteaser .box_weiss img.teaserimage
{
	float: left;
	margin: 0 8px 5px 0;
}

/* --- Eventkalender --- */

#content #maincol .evteaser
{
	width: 580px;
	height: 191px;
	position: relative;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#content #maincol .evteaser img.evheadline
{
	position: absolute;
	top: 0;
	left: 4px;
}

#content #maincol .evteaser .datum
{
	position: absolute;
	right: 8px;
	top: 46px;
}

#content #maincol .evteaser .termine
{
	position: absolute;
	top: 90px;
	left: 10px;
}

#content #maincol .evteaser .termine a
{
	padding: 0 0 0 12px;
	background: transparent url(../gfx/eventkalender/pfeil_lila.gif) left 4px no-repeat;
	color: #775ae2;
	font-weight: bold;
	display: block;
}

#content #maincol .evteaser a.weiter
{
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_lila.gif) left 4px no-repeat;
	color: #c769ff;
	font-weight: bold;
	position: absolute;
	right: 8px;
	bottom: 8px;
}

/* --- Charts --- */

#content #maincol .chartteaser
{
	width: 285px;
	margin: 0 10px 0 0;
	float: left;
	display: inline;
	color: white;
}

#content .chartteaser a
{
	color: white;
}

#content .chartteaser strong
{
	display: block;
}

#content .chartteaser .platz_1,
#content .chartteaser .platz_2,
#content .chartteaser .platz_3,
#content .chartteaser .platz_4,
#content .chartteaser .platz_5
{
	height: 42px;
	border-top: 2px solid white;
	padding: 8px 0 0 40px;
	overflow: hidden;
}

#content .chartteaser .platz_1
{
	background: #ff2ca7 url(../gfx/chartteaser_1.gif) left top no-repeat;
}

#content .chartteaser .platz_2
{
	background: #ff2ca7 url(../gfx/chartteaser_2.gif) left top no-repeat;
}

#content .chartteaser .platz_3
{
	background: #ff2ca7 url(../gfx/chartteaser_3.gif) left top no-repeat;
}

#content .chartteaser .platz_4
{
	background: #25d7dc url(../gfx/chartteaser_4.gif) left top no-repeat;
}

#content .chartteaser .platz_5
{
	background: #25d7dc url(../gfx/chartteaser_5.gif) left top no-repeat;
}

#content #maincol .chartteaser .weiter a
{
	font-weight: bold;
	padding: 0 0 0 12px;
	color: #ff2ca7;
	background: transparent url(../gfx/pfeil_pink.gif) left 3px no-repeat;
}

#content #maincol .chartteaser .weiter
{
	margin: 5px 0 0 0;
	text-align: right;
}

/* --- Mini-Blog --- */

#content #maincol .miniblogteaser
{
	width: 580px;
}

#content #maincol .miniblogteaser h1
{
	margin: 0;
	font-size: 40px;
	line-height: 50px;
	padding: 0 5px;
	color: white;
	background: #1fc5fb;
	border-bottom: 1px solid white;
}

#content #maincol .miniblogteaser img.teaser
{
	width: 285px;
	height: 197px;
	float: left;
	margin: 0 10px 0 0;
	display: inline;
}

#content #maincol .miniblogteaser .antworten
{
	padding: 10px 0 0 0;
	width: 275px;
	float: left;
}

#content #maincol .miniblogteaser .antworten .antwort
{
	padding: 0 0 0 50px;
	background: transparent url(../gfx/miniblog_quotes_bg.gif) right top no-repeat;
	position: relative;
	line-height: 16px;
}

#content #maincol .miniblogteaser .antworten .antwort
{
	font-weight: bold;
}

#content #maincol .miniblogteaser .antworten .antwort img
{
	position: absolute;
	left: 0;
	top: 1px;
	width: 30px;
	height: 30px;
}

/* --- Tagcloud --- */

#content #maincol .col .tagcloudTop
{
	height: 33px;
	background: transparent url(../gfx/tagcloud_top_bg.gif) no-repeat left top;
	position: relative;
}

#content #maincol .col .tagcloudTop span
{
	position: absolute;
	left: 0;
	bottom: 2px;
	font-weight: bold;
	color: white;
	line-height: 22px;
	padding: 0 5px;
	background: #c769ff;
}

#content #maincol .col .tagcloud
{
	background: transparent url(../gfx/tagcloud_center_bg.gif) left top no-repeat;
	padding: 5px 25px 5px 10px;
}

#content .tagcloud span
{
	vertical-align: baseline;
	margin: 0 10px 0 0;
	line-height: 36px;
}

#content #maincol .col .tagcloud span a
{
	color: white;
}

#content .tagcloud .level1
{
	font-size: 12px;
}

#content .tagcloud .level2
{
	font-size: 14px;
}

#content .tagcloud .level3
{
	font-size: 18px;
}

#content .tagcloud .level4
{
	font-size: 20px;
}

#content .tagcloud .level5
{
	font-size: 24px;
}

#content .tagcloud .level6
{
	font-size: 30px;
}

#content .tagcloud .level7
{
	font-size: 36px;
}

#content #maincol .col .tagcloudBottom
{
	height: 52px;
	background: transparent url(../gfx/tagcloud_bottom_bg.gif) left top no-repeat;
}

#content #maincol .col300
{
	width: 300px;
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}

#content #maincol .col270
{
	width: 270px;
	margin: 0;
	float: left;
	overflow: hidden;
}

#content #maincol .col270 .smallteaser h2
{
	padding: 0;
	margin: 0;
}

#content #maincol .col270 .smallteaser h2 a
{
	line-height: 29px;
	font-size: 20px;
	color: white;
	float: left;
	padding: 0 5px;
	background: #1fc5fb;
	text-decoration: none;
}

#content #maincol .linklist
{
	margin-bottom: 20px;
}

/* --- Subhome --- */

#content .kategorie
{
	font-size: 12px;
	color: #1fc5fb;
	margin: 0 0 20px 0;
	width: 580px;
}

#content .kategorie strong
{
	margin: 0 8px 0 0;
}

#content .kategorie i
{
	display: block;
	color: #a6a6a6;
	font-weight: bold;
	font-style: normal;
}

#content .kategorie span
{
	padding: 0 8px;
}

#content .kategorie a.aktiv
{
	font-weight: bold;
}

#content #maincol .shteaser
{
	width: 580px;
}

#content #maincol .shteaser img
{
	float: left;
	margin: 0 10px 0 0;
	display: inline;
}

#content #maincol .shteaser .text
{
	display: inline;
}

#content #maincol .shteaser h2,
#content #maincol .shteaser h3
{
	margin: 0;
	padding: 0;
}

#content #maincol .shteaser h3 a,
h3.subheadline
{
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: white;
	background: #a6a6a6;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	float: left;
}

#content #maincol .shteaser h2 a,
#content #maincol #artikel h1,
#content #maincol #twitterblog h1,
h1.bigblue,
#content #maincol h1.biglila,
#content #maincol h1.bigpink,
#content #maincol #witze h1,
#content #maincol #aktionsblog #kommentare h1,
#usercard h1
{
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	color: white;
	background: #1fc5fb;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	float: left;
}

#content #maincol h1.bigblue
{
	background: #1fc5fb !important;
}

#content #maincol h1.biglila
{
	background: #c769ff !important;
}

#content #maincol h1.bigpink
{
	background: #ff2ca7 !important;
}

#content #maincol #ratgeber h1
{
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	color: white;
	background: #05db71;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	float: left;
}

#content #maincol #ratgeber h5
{
	display: none;
}

#content #maincol #ratgeber .halfteaser
{
	margin: 0;
}

#content #maincol #ratgeber h1.flowers
{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: white;
	background: #05db71;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	float: left;
}

#content #maincol #ratgeber h1.flowerz
{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: white;
	background: #c769ff;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	float: right;
}

#content #maincol #ratgeber h2.subhdl
{
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	color: white;
	background: #a6a6a6;
	padding: 0 5px;
	margin: 0;
	float: left;
}

#content #maincol .shteaser .weiter
{
	margin: 8px 0 0 0;
}

#content #maincol .shteaser .weiter a,
.actionbar a.weiterleiten,
.actionbar a.empfehlen
{
	font-weight: bold;
	color: #1fc5fb;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_blau.gif) left 3px no-repeat;
}

.actionbar
{
	clear: left;
	padding: 10px 0 0 0;
	position: relative;
	color: #ff2ca7;
	font-weight: bold;
}

#content #maincol .shteaser .actionbar,
#content #maincol #bildergalerie .actionbar,
#content #maincol #artikel .actionbar
{
	width: 580px;
}

.actionbar .votes
{
	width: 40px;
	background: transparent url(../gfx/ico_vote_pink.gif) center top no-repeat;
	text-align: center;
	color: #ff2ca7;
	padding: 18px 0 0 0;
	float: left;
	line-height: 16px;
	margin: 9px 0 0 0;
	font-size: 12px;
}

.actionbar .votebutton
{
	vertical-align: middle;
	margin: 0 25px 0 0;
}

.actionbar .top
{
	margin: 11px 0 0 0;
}

#content #maincol #charts .actionbar,
#content #maincol .schreiben .actionbar,
#content #maincol .short
{
	width: 310px;
}

.actionbar .bookmarks
{
	position: absolute;
	top: 12px;
	right: 0;
	display: inline;
}

.actionbar .bookmarks img
{
	float: right;
	margin: 0 0 0 4px;
	display: inline;
}

.actionbar span
{
	padding: 0 8px;
}

#content #maincol .shteaser .actionbar span,
#content #maincol #bildergalerie .actionbar span,
#content #maincol #artikel .actionbar span,
#content #maincol #frageblog .actionbar span,
#content #maincol #aktionsblog .actionbar span,
#usercard .actionbar span
{
	color: #1fc5fb;
}

.actionbar a.comments,
#content #maincol #aktionsblog .userinfo a.comments
{
	padding: 0 0 0 20px;
	background: transparent url(../gfx/ico_comment.gif) left 2px no-repeat;
}

#content #maincol .actionbar strong
{
	color: black;
	padding: 0 5px 0 0;
}

#content #maincol .shteaser .actionbar i
{
	font-style: normal;
	font-weight: normal;
}

/* --- Seiten-, Kommentar- und Bildnavigation --- */

#content #pagenav,
#content #bildergalerie .picnav,
#content #artikel .picnav,
#usercard .picnav,
#cliquencard .picnav
{
	height: 23px;
	background: #ff2ca7;
	color: white;
}

.commentnav
{
	height: 23px;
	color: white;
	display: inline;
	line-height: 23px;
}

.commentnav div
{
	background: #ff2ca7;
}

#content #eventkalender .commentnav div
{
	background: #c769ff !important;
}

#content #lovechance .commentnav div
{
	background: #f00 !important;
}

#content #ratgeber .commentnav div
{
	background: #05db71 !important;
}

#content #wiki .commentnav div
{
	background: #ff0155 !important;
}

#content #szmatches .commentnav div
{
	background: black !important;
}

#content .commentnav div.infofullblack
{
	background: black;
	color: #2af1e5;
	text-align: center;
	width: 451px;
	line-height: 23px;
}

#content #maincol #pagenav
{
	width: 580px;
	font-weight: bold;
}

#content #pagenav div,
#content #bildergalerie .picnav div,
#content #maincol .commentnav div,
#content #artikel .picnav div,
#usercard .picnav div,
#cliquencard .picnav div,
#usercard .commentnav div
{
	height: 23px;
	display: inline;
	float: left;
}

#content #pagenav div.pages,
#content #bildergalerie .picnav div.info,
#content #maincol .commentnav div.info,
#content #artikel .picnav div.info,
#content #entwederoder .commentnav div.info
{
	text-align: center;
	color: white;
	line-height: 23px;
}

#content #maincol .commentnav div.info340
{
	text-align: center;
	color: white;
	line-height: 23px;
	height: 23px;
	width: 340px;
}

#content #maincol div.info
{
	padding: 0 10px;
}

#content #maincol div.redfull
{
	line-height: 23px;
	background: #f00;
	text-align: center;
	width: 451px;
}

#content #witze .commentnav div.info
{
	min-width: 155px;
}

#content #fanfiction .commentnav div.info
{
	padding: 0 10px;
	background: black;
}

#content #maincol #artikel .commentnav div.kapitelinfo
{
	text-align: center;
	color: white;
	line-height: 23px;
	width: 242px;
	padding: 0 10px;
	background: #ff2ca7;
}

#content #maincol #pagenav div.pages,
#content #maincol #bildergalerie .picnav div.info,
#content #artikel .picnav div.info,
#content #twitterblog .commentnav div.info,
#content #maincol .commentnav div.infofull
{
	width: 452px;
	padding: 0;
}

#content #pagenav div.pages a
{
	color: white;
}

#content #pagenav div.pages
{
	word-spacing: 4px;
}

#content #pagenav div.pages a.aktiv
{
	color: black;
}

#content #maincol .commentnav div.infofull
{
	text-align: center;
}

#content #maincol #forum .forennav,
#content #maincol #forum .forennavfull
{
	height: 23px;
	background: #1fc5fb;
	color: white;
	line-height: 23px;
}

#content #maincol #forum .forennav div,
#content #maincol #forum .forennavfull div
{
	float: left;
}

#content #maincol #forum .forennav .pages
{
	width: 145px;
	text-align: center;
	font-size: 12px;
}

#content #maincol #forum .forennavfull .pages
{
	width: 452px;
	text-align: center;
	font-size: 12px;
}

#content #maincol #forum .forennav .lastpage
{
	border-right: 1px solid white;
}

#content #forum .forennav .quicknav
{
	float: right !important;
	padding: 0 10px 0 0
}

#content #maincol #forum .forennav .quicknav select
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	border: none;
	margin: 3px 0 0 0;
}

/* --- Bildergalerie --- */

#content #maincol #bildergalerie
{
	width: 580px;
}

#content #maincol #bildergalerie h1,
#content #maincol #umfrage h1,
#content #maincol #uebersicht h1
{
	font-size: 24px;
	line-height: 40px;
	background: #1fc5fb;
	padding: 0 5px;
	color: white;
	float: left;
	margin: 0;
}

#content #maincol #bildergalerie .datum
{
	color: #a6a6a6;
}

#content #bildergalerie .bildbox,
#usercard #bildergalerie .bildbox
{
	position: relative;
	background: white;
	margin: 3px 0;
	border: 30px solid #a6a6a6;
	padding: 10px;
}

#content #maincol #bildergalerie .bildbox
{
	width: 500px;
}

#usercard #maincol #bildergalerie .bildbox
{
	width: 505px;
}

#content #bildergalerie .bildbox .bild,
#usercard #bildergalerie .bildbox .bild
{
	margin: 0 auto 10px auto;
	position: relative;
}

#content #bildergalerie .bildbox .bild img,
#usercard #bildergalerie .bildbox .bild img
{
	display: block;
}

#content #bildergalerie .bildbox .bild .credits,
#usercard #bildergalerie .bildbox .bild .credits,
#content #maincol .frage .bild .credits,
#content #maincol #gewinnspiel .bild .credits,
#content #maincol #abo .bild .credits
{
	font-size: 11px;
	line-height: 13px;
	color: white;
	padding: 2px 5px;
	background: black;
	position: absolute;
	left: 0;
	bottom: 0;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#content #bildergalerie .bildbox .links,
#usercard #bildergalerie .bildbox .links
{
	position: absolute;
	display: inline;
	top: 49%;
	left: -22px;
}

#content #bildergalerie .bildbox .rechts,
#usercard #bildergalerie .bildbox .rechts
{
	position: absolute;
	display: inline;
	top: 49%;
	right: -22px;
}

#content #bildergalerie #slider,
#usercard #bildergalerie #slider,
#usercard #bildergalerie #videoslider
{
	position: relative;
	background: #ff2ca7;
	margin: 2px 0 0 0;
}

#content #bildergalerie #slider
{
	width: 558px;
	padding: 10px 0 9px 22px;
}

#usercard #bildergalerie #slider
{
	width: 560px;
	padding: 10px 0 9px 25px;
}

#usercard #bildergalerie #slider .bildcontainer
{
	width: 65px;
	height: 65px;
	background: white;
	float: left;
	margin: 0 0 0 10px;
	display: inline;
}

#usercard #bildergalerie #videoslider
{
	width: 563px;
	padding: 10px 0 9px 22px;
}

#content #bildergalerie #slider .highlight,
#usercard #bildergalerie #slider .highlight
{
	width: 65px;
	height: 65px;
	float: left;
	display: inline;
	background: white;
	text-align: center;
}

#content #bildergalerie #slider .highlight
{
	margin: 0 0 0 10px;
}

#usercard #bildergalerie #videoslider .highlight
{
	float: left;
	margin: 0 0 0 12px;
	display: inline;
	background: white;
}

#content #bildergalerie #slider .links,
#usercard #bildergalerie #slider .links,
#usercard #bildergalerie #videoslider .links
{
	position: absolute;
	display: inline;
	top: 36px;
	left: 10px;
}

#content #bildergalerie #slider .rechts,
#usercard #bildergalerie #slider .rechts,
#usercard #bildergalerie #videoslider .rechts
{
	position: absolute;
	display: inline;
	top: 36px;
	right: 10px;
}

#content #maincol .bigaov
{
	width: 265px;
	margin: 0 10px 10px 0;
	padding: 0 20px 0 0;
	float: left;
	display: inline;
}

#content #maincol .bigaov strong
{
	display: block;
}

#content #maincol .bigaov .highlight
{
	float: left;
	margin: 0 10px 0 0;
	display: inline;
}

#content #maincol .bigaov .highlight,
#content #maincol .bigaov img
{
	width: 65px;
	height: 65px;
}

#content #maincol .kommentar,
#content #maincol #lovechance .tipp
{
	position: relative;
	width: 580px;
}

#content #maincol .kommentar .highlight img,
#usercard .kommentar .highlight img
{
	height: 45px;
	width: 45px;
	float: left;
}

#content #maincol #lovechance .tipp .userimage
{
	width: 45px;
	float: left;
	text-align: center;
}

#content #maincol .kommentar .von,
#content #maincol .kommentar .grau,
#usercard .kommentar .grau,
#content #maincol #lovechance .tipp .grau
{
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height: normal;
}

#content #maincol .kommentar .von
{
	color: #a6a6a6;
}

#content #maincol .kommentar .von span
{
	padding: 0 5px;
}

#content #maincol #lovechance .tipp .grau a
{
	color: #f00 !important;
}

#content #maincol .kommentar .text,
#usercard .kommentar .text,
#content #maincol #lovechance .tipp .text
{
	margin: 0 0 0 55px;
}

#content #maincol .kommentar .melden,
#usercard .kommentar .melden,
#content #maincol #lovechance .tipp .melden
{
	position: absolute;
	top: 0;
	right: 10px;
}

#content #maincol #lovechance .tipp .lovepoints
{
	margin: 5px auto 0 auto;
}

#content #maincol .kommentareingabe,
#content #maincol .gbeintrag
{
	width: 540px;
	padding: 20px;
	background: #ededed;
}

#usercard #guestbook .gbeintrag
{
	width: 545px;
	padding: 20px;
	background: #ededed;
}

#content #maincol .kommentareingabe .textfeld,
#content #maincol .gbeintrag .textfeld
{
	width: 536px;
	height: 216px;
	border: none;
	background: white;
	padding: 2px;
}

/* --- Artikel --- */

#content #maincol #artikel
{
	width: 580px;
}

#content #maincol #artikel .snippet
{
	margin: 20px 0;
}

#content #maincol #artikel h2
{
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	float: left;
	background: #a6a6a6;
	color: white;
	padding: 0 5px;
}

#content #maincol #artikel h3
{
	clear: left;
	font-size: 18px;
	line-height: 20px;
	margin: 15px 0 0 0;
	padding: 0;
}

#content #maincol #artikel h4
{
	clear: left;
	font-size: 14px;
	line-height: 18px;
	margin: 15px 0 10px 0;
	padding: 0;
}

#content #maincol #artikel .artikelbild
{
	position: relative;
	float: left;
	width: 390px;
	height: 270px;
}

#content #maincol #artikel .artikelbild img
{
	display: block;
}

#content #maincol #artikel .credits
{
	font-size: 11px;
	line-height: 13px;
	color: white;
	padding: 2px 5px;
	background: black;
	position: absolute;
	left: 0;
	bottom: 0;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#content #maincol #artikel .leer
{
	background: white url(../gfx/artikelklecks.gif) left 25px no-repeat !important;
}

#content #maincol #artikel .kapitel
{
	margin: 0 0 0 400px;
	width: 180px;
	height: 245px;
	background: white url(../gfx/kapitelklecks.gif) 30px 143px no-repeat;
}

#content #maincol #artikel .kapitel .element
{
	height: 35px;
	padding: 0 10px 0 0;
	background: #ededed;
	overflow: hidden;
	line-height: 16px;
	font-size: 12px;
	margin: 0 0 10px 0;
}

#content #maincol #artikel .kapitel .element img
{
	width: 50px;
	height: 35px;
	float: left;
	margin: 0 10px 0 0;
	display: inline;
}

#content #maincol #artikel .kapitel .element a
{
	color: #ff2ca7;
}

#content #maincol #artikel .artikelbild .galerie
{
	position: absolute;
	left: 400px;
	bottom: 0;
	width: 180px;
}

#content #maincol #artikel .artikelbild .galerie a
{
	font-weight: bold;
	color: #1fc5fb;
	padding: 0 0 0 24px;
	background: transparent url(../gfx/ico_galerie_starten.gif) left center no-repeat;
}

#content #maincol #artikel .artikeltext
{
	width: 505px;
	padding: 0 0 0 5px;
}

#content #maincol #artikel .uebersicht
{
	width: 580px;
	margin: 20px 0 0 0 ;
}

#content #maincol #artikel .uebersicht a
{
	display: block;
	color: #ff2ca7;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_pink.gif) left 4px no-repeat;
	line-height: 20px;
}


/* --- Snippets --- */

#content #maincol #artikel .snippet h1
{
	font-size: 18px;
	line-height: 30px;
}

#content #maincol #artikel .snippet .inlinegalerie
{
	margin: 2px 0 0 0;
	padding: 10px 30px;
	background: #a6a6a6;
}

#content #maincol #artikel .snippet .inlinegalerie #IGcontent
{
	width: 500px;
	background: white;
	padding: 10px;
	position: relative;
}

#content #maincol #artikel .snippet .inlinegalerie #IGcontent .back
{
	position: absolute;
	left: -22px;
	top: 66px;
}

#content #maincol #artikel .snippet .inlinegalerie #IGcontent .next
{
	position: absolute;
	right: -22px;
	top: 66px;
}

#content #maincol #artikel .snippet .inlinegalerie #IGcontent .bild,
#content #maincol #artikel .snippet .umfrage .bild,
#content #maincol #artikel .snippet .quiz .bild
{
	width: 190px;
	height: 132px;
	overflow: hidden;
	position: relative;
}

#content #maincol #artikel .snippet .inlinegalerie #IGcontent .IGtext
{
	position: absolute;
	left: 210px;
	top: 7px;
	width: 300px;
	font-size: 12px;
	line-height: 16px;
}

#content #maincol #artikel .snippet .inlinegalerie #IGcontent .lupe
{
	width: 24px;
	height: 30px;
	position: absolute;
	left: 210px;
	bottom: 7px;
}

#content #maincol #artikel .snippet .inlinegalerie #IGcontent .kommentar
{
	position: absolute;
	left: 260px;
	bottom: 7px;
	width: 37px;
	height: 32px;
	background: transparent url(../gfx/ico_sprechblase.gif) center center no-repeat;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 2px 0 0;
}

#content #maincol #artikel .snippet .inlinegalerie #IGcontent .kommentar a
{
	color: white;
}

#content #maincol #artikel .snippet .inlinegalerie #IGcontent .votes
{
	position: absolute;
	right: 56px;
	bottom: 10px;
	width: 40px;
	background: transparent url(../gfx/ico_vote_pink.gif) center top no-repeat;
	text-align: center;
	color: #ff2ca7;
	padding: 18px 0 0 0;
	line-height: 16px;
	margin: 7px 0 0 0;
	font-size: 12px;
}

#content #maincol #artikel .snippet .inlinegalerie #IGcontent .votebutton
{
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#content #maincol #artikel .snippet .olistelement
{
	clear: left;
	height: 34px;
	width: 390px;
	line-height: 34px;
	margin: 0 0 2px 0;
	overflow: hidden;
	font-weight: bold;
}

#content #maincol #artikel .snippet .olistelement .pos
{
	width: 38px;
	color: #1fc5fb;
	text-align: center;
	font-size: 30px;
	float: left;
}

#content #maincol #artikel .snippet .olistelement .bild
{
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 12px 0 0;
	display: inline;
	padding: 2px 0 0 0;
}

#content #maincol #artikel .snippet .olistelement .bild img
{
	width: 30px;
	height: 30px;
	display: block;
}

#content #maincol #artikel .snippet .olistelement a
{
	color: #ff2ca7;
}

#content #maincol #artikel .snippet .dark
{
	background: #dcdbdb;
}

#content #maincol #artikel .snippet .light
{
	background: #ededed;
}

#content #maincol #artikel .snippet .flashlist
{
	width: 390px;
	height: 204px;
	position: relative;
	background: transparent url(../gfx/snippet_flashlist_bg.gif) left top no-repeat;
}

#content #maincol #artikel .snippet .flashlist img.bild
{
	position: absolute;
	top: 63px;
	left: 24px;
	width: 100px;
	height: 100px;
	display: inline;
}

#content #maincol #artikel .snippet .flashlist .titel
{
	position: absolute;
	left: 24px;
	top: 170px;
}

#content #maincol #artikel .snippet .flashlist .titel a
{
	color: #ff2ca7;
}

#content #maincol #artikel .snippet .flashlist .titel strong
{
	vertical-align: middle;
	margin: 0 10px 0 0;
}

#content #maincol #artikel .snippet .flashlist .titel img
{
	vertical-align: middle;
}

#content #maincol #artikel .snippet .flashlist .pos
{
	position: absolute;
	left: 132px;
	top: 68px;
	width: 94px;
	height: 94px;
	color: white;
	font-size: 88px;
	font-weight: bold;
	line-height: 94px;
	background: transparent url(../gfx/flashlist_pos_bg.gif) center center no-repeat;
	text-align: center;
}

#content #maincol #artikel .snippet .flashlist .pos.zweistellig
{
	font-size: 60px;
}

#content #maincol #artikel .snippet .flashlist .pos.dreistellig
{
	font-size: 45px;
}

#content #maincol #artikel .snippet .flashlist .tup
{
	position: absolute;
	left: 283px;
	top: 115px;
	width: 42px;
	height: 52px;
}

#content #maincol #artikel .snippet .flashlist .tdown
{
	position: absolute;
	left: 326px;
	top: 130px;
	width: 42px;
	height: 52px;
}

#content #maincol #artikel .snippet .flashlist .change
{
	position: absolute;
	left: 216px;
	top: 144px;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	color: #ff2ca7;
}

#content #maincol #artikel .snippet .flashlist .votesup
{
	width: 40px;
	position: absolute;
	left: 304px;
	top: 115px;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	color: #ff2ca7;
}

#content #maincol #artikel .snippet .flashlist .votesdown
{
	width: 45px;
	position: absolute;
	left: 304px;
	top: 162px;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	color: #a6a6a6;
}

#content #maincol #artikel .snippet .flashlist .fanclub
{
	position: absolute;
	top: 57px;
	right: 15px;
}

#content #maincol #artikel .snippet .flashlist .weiter
{
	position: absolute;
	left: 403px;
	bottom: 2px;
	width: 150px;
}

#content #maincol #artikel .snippet .flashlist .weiter a,
#content #maincol #artikel .snippet .battle .weiter a
{
	color: #ff2ca7;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_pink.gif) left 3px no-repeat;
	font-weight: bold;
	font-size: 14px;
	margin: 0 15px 0 0;
	line-height: normal;
}

#content #maincol #artikel .snippet .battle
{
	width: 390px;
	height: 159px;
	position: relative;
	background: transparent url(../gfx/battlewidget_background.gif) left top no-repeat;
}

#content #maincol #artikel .snippet .battle .leftfist .valueleft,
#content #maincol #artikel .snippet .battle .rightfist .valueright
{
	position: absolute;
	top: 100px;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: white;
}

#content #maincol #artikel .snippet .battle .leftfist .valueleft
{
	left: 120px;
}

#content #maincol #artikel .snippet .battle .rightfist .valueright
{
	right: 120px;
}

#content #maincol #artikel .snippet .battle img.left,
#content #maincol #artikel .snippet .battle img.right
{
	position: absolute;
	top: 67px;
	width: 92px;
	height: 92px;
	display: inline;
}

#content #maincol #artikel .snippet .battle img.left
{
	left: 0;
}

#content #maincol #artikel .snippet .battle img.right
{
	right: 0;
}

#content #maincol #artikel .snippet .battle .leftfist a,
#content #maincol #artikel .snippet .battle .rightfist a
{
	position: absolute;
	top: 115px;
    display: block;
    width: 35px;
	height: 35px;
}

#content #maincol #artikel .snippet .battle .leftfist a
{
    left: 122px;
    background: transparent url(../gfx/battlewidget_button_left.gif) center center no-repeat;
}

#content #maincol #artikel .snippet .battle .rightfist a
{
	right: 122px;
    background: transparent url(../gfx/battlewidget_button_right.gif) center center no-repeat;
}

#content #maincol #artikel .snippet .battle .leftfist a:hover
{
	background-image: url(../gfx/battlewidget_button_anim_left.gif);
}

#content #maincol #artikel .snippet .battle .rightfist a:hover
{
	background-image: url(../gfx/battlewidget_button_anim_right.gif);
}

#content #maincol #artikel .snippet .battle .lefttitle,
#content #maincol #artikel .snippet .battle .righttitle
{
	position: absolute;
	top: 75px;
	color: white;
	width: 89px;
	text-align: center;
	padding: 0 5px;
	font-size: 11px;
	line-height: normal;
}

#content #maincol #artikel .snippet .battle .lefttitle
{
	left: 93px;
}

#content #maincol #artikel .snippet .battle .righttitle
{
	right: 93px;
}

#content #maincol #artikel .snippet .battle .weiter
{
	position: absolute;
	left: 403px;
	bottom: 0;
	width: 180px;
}

#content #maincol #artikel .snippet .umfrage .box_lightgrey,
#content #maincol #artikel .snippet .quiz .box_lightgrey
{
	padding: 10px;
	width: 560px;
}

#content #maincol #artikel .snippet .umfrage .bild,
#content #maincol #artikel .snippet .quiz .bild
{
	float: left;
}

#content #maincol #artikel .snippet .umfrage .box_lightgrey .Ucontent,
#content #maincol #artikel .snippet .quiz .box_lightgrey .Qcontent
{
	margin: 0 0 0 200px;
	min-height: 132px;
}

#content #maincol #artikel .snippet .umfrage .box_lightgrey .Ucontent input,
#content #maincol #artikel .snippet .quiz .box_lightgrey .Qcontent input
{
	float: left;
	margin: 2px 0 0 0;
	padding: 0;
}

#content #maincol #artikel .snippet .umfrage .box_lightgrey .Ucontent label,
#content #maincol #artikel .snippet .quiz .box_lightgrey .Qcontent label
{
	margin: 0 0 0 20px;
	display: block;
	line-height: normal;
}

#content #maincol #artikel .snippet .umfrage a.submit
{
	background: #1fc5fb;
}

#content #maincol #artikel .snippet .quiz .commentnav div.info
{
	min-width: 230px;
	text-align: center;
}

#content #maincol #artikel .snippet .quote,
#content #maincol #twitterblog .quote
{
	width: 445px;
	background: transparent url(../gfx/left_bottom_quote.gif) left bottom no-repeat;
	padding: 5px 0 5px 35px;
	font-weight: bold;
	color: #1fc5fb;
	position: relative;
}

#content #maincol #artikel .snippet .quote .top,
#content #maincol #twitterblog .quote .top
{
	position: absolute;
	right: -30px;
	top: 0;
	width: 24px;
	height: 21px;
	background: transparent url(../gfx/right_top_quote.gif) left top no-repeat;
}

#content #maincol #artikel .snippet .te,
#content #maincol #artikel .snippet .morequote,
#content #maincol #twitterblog .morequote
{
	position: relative;
	margin: 10px 0 0 35px;
	width: 545px;
	font-size: 12px;
	line-height: 16px;
}

#content #maincol #artikel .snippet .morequote a.weiter
{
	position: absolute;
	right: 10px;
	top: 16px;
	font-weight: bold;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_blau.gif) left 3px no-repeat;
	font-size: 14px;
}

#content #maincol #artikel .snippet .morequote img,
#content #maincol #twitterblog .morequote img
{
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	display: inline;
}

#content #maincol #artikel .snippet .wiki h1
{
	background: #ff0155;
}

#content #maincol #artikel .snippet .wiki a
{
	color: #ff0155;
}

#content #maincol #artikel .snippet .wiki .box_lightgrey
{
	padding: 10px;
}

#content #maincol #artikel .snippet .wiki .box_lightgrey h1
{
	font-size: 36px;
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
	float: none;
	color: black;
}

#content #maincol #artikel .snippet .wiki .box_lightgrey .user img
{
	display: inline;
	margin: 0 10px 0 0;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

#content #maincol #artikel .snippet .wiki .box_lightgrey .user
{
	font-size: 12px;
	line-height: 30px;
	margin: 10px 0 0 0;
	width: 560px;
	position: relative;
	height: 30px;
}

#content #maincol #artikel .snippet .wiki .box_lightgrey .user a.weiter
{
	position: absolute;
	right: 0;
	top: 6px;
	font-weight: bold;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_rot_grau.gif) left 3px no-repeat;
	font-size: 14px;
	line-height: 18px;
}

#content #maincol #artikel .snippet .bmodul .commentnav div.info
{
	width: 432px;
	text-align: center;
}

#content #maincol #artikel .snippet .bmodul .box_lightgrey
{
	width: 510px;
	padding: 6px 35px 10px 35px;
	position: relative;
}

#content #maincol #artikel .snippet .bmodul .box_lightgrey h1
{
	font-size: 24px;
	background: none;
	margin: 0 0 6px 0;
	padding: 0;
	float: none;
	color: black;
}

#content #maincol #artikel .snippet .bmodul .box_lightgrey .back
{
	position: absolute;
	top: 43%;
	left: 10px;
}

#content #maincol #artikel .snippet .bmodul .box_lightgrey .next
{
	position: absolute;
	top: 43%;
	right: 10px;
}

/* --- Gewinnspiel --- */

#content #maincol #gewinnspiel
{
	width: 580px;
}

#content #maincol #gewinnspiel a.weiter
{
	font-weight: bold;
	color: #1fc5fb;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_blau.gif) left 3px no-repeat;
}

#content #maincol #gewinnspiel .formular .links
{
	width: 195px;
	float: left;
}

#content #maincol #gewinnspiel .formular .rechts
{
	margin: 0 0 0 205px; 
}

#content #maincol #gewinnspiel .formular .rechts input,
#content #maincol #formular input,
#content #maincol #bank input,
#content #maincol #mitgliedersuchbox .rechts input.eingabe
{
	width: 311px;
	height: 16px;
	line-height: 14px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #a6a6a6;
}

#content #maincol #gewinnspiel .formular .rechts input.iort,
#content #maincol #formular input.iort
{
	width: 239px;
}

#content #maincol #gewinnspiel .formular .rechts option
{
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #a6a6a6;
	padding: 0 5px;
	margin: 0;
}

#content #maincol #gewinnspiel .formular .checkbox
{
	margin: 0 8px 0 0;
	padding: 0;
}

#content #maincol #gewinnspiel .submit
{
	background: #1fc5fb;
}

#content #maincol #gewinnspiel .teilnahmebedingungen
{
	font-size: 12px;
	line-height: 16px;
	color: #a6a6a6;
}

#content #maincol #gewinnspiel .bild {
	margin: 0 10px 10px 0;
}
#content #maincol #gewinnspiel.bildtop .bild {
	float: none;
	margin: 0 0 10px;
}
#content #maincol #gewinnspiel.bildrechts .bild {
	float: right;
	margin: 0 0 10px 10px;
}

/* --- Umfrage --- */

#content #maincol #umfrage h3.result
{
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
	background: #ededed;
	color: black;
	width: 560px;
}

#content #maincol #umfrage h2,
#content #maincol #uebersicht h2
{
	font-size: 18px;
	line-height: 34px;
	margin: 0;
	padding: 0;
	float: left;
	background: #a6a6a6;
	color: white;
	padding: 0 5px;
}

#content #maincol #umfrage .frage,
#content #maincol #uebersicht .frage
{
	background: #ededed;
	width: 580px;
}

#content #maincol #umfrage .frage .text,
#content #maincol #gewinnspiel .text,
#content #maincol #psychopixer .frage .text
{
	margin: 0 0 0 285px;
	padding: 5px 10px;
}

#content #maincol #umfrage .frage .textonly,
#content #maincol #psychopixer .frage .textonly,
#content #maincol #uebersicht .frage .textonly
{
	padding: 10px;
}


#content #maincol .frage .bild,
#content #maincol #gewinnspiel .bild,
#content #maincol #abo .bild
{
	float: left;
	position: relative;
}

#content #maincol #umfrage .frage .clear
{
	background: white;
}

#content #maincol #umfrage a.weiter
{
	font-weight: bold;
	color: #1fc5fb;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_blau_grau.gif) left 3px no-repeat;
}

#content #maincol #umfrage .umfragenelement,
#content #maincol .uebersichtelement,
#content #maincol #psychopixer .umfragenelement
{
	width: 135px;
	margin: 11px 12px 1px 0;
	float: left;
	display: inline;
}

#content #maincol #umfrage .umfragenelement img,
#content #maincol .uebersichtelement img,
#content #maincol #psychopixer .umfragenelement img
{
	display: block;
	border-bottom: 1px solid white;
}

#content #maincol .uebersichtelement img
{
	width: 135px;
	height: 93px;
}

#content #maincol #umfrage .umfragenelement .titel,
#content #maincol .uebersichtelement .titel,
#content #maincol #psychopixer .umfragenelement .titel
{
	background: #a6a6a6;
	height: 40px;
	overflow: hidden;
	color: white;
	padding: 0 4px;
	width: 127px;
	float: left;
}

#content #maincol #umfrage .umfragenelement .titel a,
#content #maincol .uebersichtelement .titel a,
#content #maincol #psychopixer .umfragenelement .titel a
{
	color: white;
}

#content #maincol #umfrage .frage .text input,
#content #maincol #umfrage .frage .textonly input,
#content #maincol #ratgeber .frage input,
#content #maincol #ratgeber .box_lightgrey input,
#content #maincol #uebersicht .frage .textonly input
{
	float: left;
	margin: 2px 0 0 0;
	padding: 0;
}

#content #maincol #umfrage .frage .text label,
#content #maincol #umfrage .frage .textonly label,
#content #maincol #ratgeber .frage label,
#content #maincol #ratgeber .box_lightgrey label,
#content #maincol #uebersicht .frage .textonly label
{
	margin: 0 0 0 20px;
	display: block;
	line-height: normal;
}

#content #maincol #umfrage .submit
{
	margin: 0 10px 0 0;
	background: #1fc5fb;
}

#content #maincol #umfrage .ergebnis,
#content #maincol #ratgeber .ergebnis
{
	position: relative;
	background: #a6a6a6;
	height: 11px;
	width: 100px;
	margin: 4px 12px 0 0;
	float: left;
	font-size: 1px;
	line-height: 1px;
}

#content #maincol #umfrage .ergebnis .balken
{
	background: #ff2ca7;
	height: 11px;
}

#content #maincol #ratgeber .ergebnis .balken
{
	background: #05db71;
	height: 11px;
}

#content #maincol #umfrage .ergebnis .prozent,
#content #maincol #ratgeber .ergebnis .prozent
{
	position: absolute;
	right: 2px;
	top: 0;
	font-size: 10px;
	line-height: 11px;
	color: white;
}

#content #maincol #umfrage .frage .text span
{
	margin: 0 0 0 110px;
	display: block;
}

#content #maincol #umfrage .frage .votedfor img
{
	vertical-align: middle;
	margin: 0 0 0 9px;
	float: none;
}

#content #maincol #umfrage .crcolor1
{
	padding: 2px;
	display: inline;
	float: left;
	background: #ffafdc;
}

#content #maincol #umfrage .crcolor2
{
	padding: 2px;
	display: inline;
	float: left;
	background: #add4ff;
}

#content #maincol #umfrage .crcolor3
{
	padding: 2px;
	display: inline;
	float: left;
	background: #b0ff9f;
}

#content #maincol #umfrage .crcolor4
{
	padding: 2px;
	display: inline;
	float: left;
	background: #ffbda7;
}

#content #maincol #umfrage .crcolor5
{
	padding: 2px;
	display: inline;
	float: left;
	background: #ffed9f;
}

#content #maincol #umfrage .crcolor6
{
	padding: 2px;
	display: inline;
	float: left;
	background: #d7baff;
}

#content #maincol #umfrage .resultbox
{
	color: white;
	background: #1fc5fb;
	padding: 10px;
	margin: 0 10px 0 0;
}

#content #maincol #umfrage .frage .weiter a,
#content #maincol #umfrage .crinactive a,
#content #maincol #umfrage .again a
{
	font-weight: bold;
	color: #1fc5fb;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_blau_grau.gif) left 3px no-repeat;
}

#content #maincol #umfrage .crinactive
{
	background: #ededed;
	line-height: 25px;
	padding: 0 10px;
	width: 560px !important;
}

#content #maincol #umfrage .crcolorbox1
{
	background: #ffafdc;
	width: 580px;
}

#content #maincol #umfrage .crcolorbox2
{
	background: #add4ff;
	width: 580px;
}

#content #maincol #umfrage .crcolorbox3
{
	background: #b0ff9f;
	width: 580px;
}

#content #maincol #umfrage .crcolorbox4
{
	background: #ffbda7;
	width: 580px;
}

#content #maincol #umfrage .crcolorbox5
{
	background: #ffed9f;
	width: 580px;
}

#content #maincol #umfrage .crcolorbox6
{
	background: #d7baff;
	width: 580px;
}

#content #maincol #umfrage .crcolorbox1 img,
#content #maincol #umfrage .crcolorbox2 img,
#content #maincol #umfrage .crcolorbox3 img,
#content #maincol #umfrage .crcolorbox4 img,
#content #maincol #umfrage .crcolorbox5 img,
#content #maincol #umfrage .crcolorbox6 img
{
	width: 190px;
	height: 132px;
	float: left;
}

#content #maincol #umfrage .crcolorbox1 .text,
#content #maincol #umfrage .crcolorbox2 .text,
#content #maincol #umfrage .crcolorbox3 .text,
#content #maincol #umfrage .crcolorbox4 .text,
#content #maincol #umfrage .crcolorbox5 .text,
#content #maincol #umfrage .crcolorbox6 .text
{
	color: black;
	margin: 0 0 0 190px;
	padding: 10px;
}

#content #maincol #umfrage .crcolorbox1 .textonly,
#content #maincol #umfrage .crcolorbox2 .textonly,
#content #maincol #umfrage .crcolorbox3 .textonly,
#content #maincol #umfrage .crcolorbox4 .textonly,
#content #maincol #umfrage .crcolorbox5 .textonly,
#content #maincol #umfrage .crcolorbox6 .textonly
{
	color: black;
	margin: 0;
	padding: 10px;
}

#content #maincol #umfrage .crcolorbox1 a,
#content #maincol #umfrage .crcolorbox2 a,
#content #maincol #umfrage .crcolorbox3 a,
#content #maincol #umfrage .crcolorbox4 a,
#content #maincol #umfrage .crcolorbox5 a,
#content #maincol #umfrage .crcolorbox6 a
{
	color: #c769ff;
}

#content #maincol #umfrage .crcolorbox1 .textonly a,
#content #maincol #umfrage .crcolorbox2 .textonly a,
#content #maincol #umfrage .crcolorbox3 .textonly a,
#content #maincol #umfrage .crcolorbox4 .textonly a,
#content #maincol #umfrage .crcolorbox5 .textonly a,
#content #maincol #umfrage .crcolorbox6 .textonly a,
#content #maincol #umfrage .crcolorbox1 .text a,
#content #maincol #umfrage .crcolorbox2 .text a,
#content #maincol #umfrage .crcolorbox3 .text a,
#content #maincol #umfrage .crcolorbox4 .text a,
#content #maincol #umfrage .crcolorbox5 .text a,
#content #maincol #umfrage .crcolorbox6 .text a
{
	background: none !important;
}

#content #maincol #umfrage .again
{
	background: #ededed;
	line-height: 40px;
	padding: 0 10px;
	width: 560px;
	text-align: right;
}

#content #maincol #umfrage .frage.bildtop .bild {
	float: none;
}

#content #maincol #umfrage .frage.bildtop .text {
	margin: 5px 0 0;
}

#content #maincol #umfrage .frage.bildrechts .bild {
	float: right;
	margin-left: 10px;
}

#content #maincol #umfrage .frage.bildrechts .text {
	margin: 0;
}

/* --- Charts --- */

#content #maincol #charttitle
{
	margin: -40px 0 0 0;
	background: transparent url(../gfx/title_charts.png) left top no-repeat;
	padding: 89px 0 0 0;
	width: 580px;
	height: 49px;
}

#content #maincol #charts .position
{
	position: relative;
}

#content #maincol #charts #pos1
{
	height: 144px;
	width: 580px;
	background: #ff2ca7 url(../gfx/charts_pos1_bg.gif) left center no-repeat;
}

#content #maincol #charts #pos1 img.cover
{
	position: absolute;
	left: 110px;
	top: 14px;
}

#content #maincol #charts #pos2
{
	height: 128px;
	width: 580px;
	background: #ff2ca7 url(../gfx/charts_pos2_bg.gif) left center no-repeat;
}

#content #maincol #charts #pos2 img.cover
{
	position: absolute;
	left: 125px;
	top: 14px;
}

#content #maincol #charts #pos3
{
	height: 114px;
	width: 580px;
	background: #ff2ca7 url(../gfx/charts_pos3_bg.gif) left center no-repeat;
}

#content #maincol #charts #pos3 img.cover
{
	position: absolute;
	left: 140px;
	top: 14px;
}

#content #maincol #charts .position .titel
{
	position: absolute;
	top: 12px;
	left: 235px;
	color: white;
}

#content #maincol #charts #pos1 .titel
{
	font-size: 20px;
	line-height: 22px;
}

#content #maincol #charts #pos2 .titel
{
	font-size: 18px;
	line-height: 20px;
}

#content #maincol #charts #pos3 .titel
{
	font-size: 16px;
	line-height: 18px;
}

#content #maincol #charts .position .titel strong
{
	vertical-align: middle;
	margin: 0 10px 0 0;
}

#content #maincol #charts .position .titel img,
#content #maincol #charts .position .movement img,
#content #maincol #charts .element .titel img
{
	vertical-align: middle;
}

#content #maincol #charts .position .micon
{
	position: absolute;
	bottom: 14px;
	left: 255px;
}

#content #maincol #charts .position .pos
{
	position: absolute;
	bottom: 22px;
	left: 235px;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

#content #maincol #charts .position .vote
{
	position: absolute;
	top: 18px;
	right: 50px;
	width: 50px;
	text-align: center;
	line-height: 14px;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

#content #maincol #charts .position .button
{
	position: absolute;
	top: 12px;
	right: 6px;
}

#content #maincol #charts .position .voted
{
	position: absolute;
	right: 6px;
	bottom: 10px;
	text-align: right;
	color: white;
}

#content #maincol #charts .position .voted .highlight
{
	float: right;
	margin: 0 0 0 2px;
	width: 30px;
	height: 30px;
	background: white;
}

#content #maincol #charts .position .voted img
{
	width: 30px;
	height: 30px;
}

#content #maincol #charts .element
{
	position: relative;
	height: 53px;
	width: 580px;
	margin: 0 0 2px 0;
	background: #25d7dc;
	color: white;
}

#content #maincol #charts .neueinsteiger
{
	background: #1be13a !important;
}

#content #maincol #charts .toprank
{
	background: #ff2ca7 !important;
}

#content #maincol #charts .element .prevpos
{
	position: absolute;
	left: 10px;
	top: 18px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	width: 20px;
	text-align: center;
}

#content #maincol #charts .element .micon
{
	position: absolute;
	top: 10px;
	left: 35px;
}

#content #maincol #charts .element .position
{
	position: absolute;
	top: 11px;
	left: 95px;
	width: 35px;
	text-align: center;
}

#content #maincol #charts .toprank .position
{
	top: 6px !important;
}

#content #maincol #charts .element .position img
{
	vertical-align: middle;
}

#content #maincol #charts .element .titel
{
	position: absolute;
	left: 140px;
	top: 9px;
	line-height: 16px;
}

#content #maincol #charts .element .titel strong
{
	vertical-align: middle;
	margin: 0 7px 0 0;
}

#content #maincol #charts .element .vote
{
	position: absolute;
	top: 12px;
	right: 50px;
	width: 50px;
	text-align: center;
	line-height: 14px;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

#content #maincol #charts .element .button
{
	position: absolute;
	top: 6px;
	right: 6px;
}

/* --- Lexikon / Wiki --- */

#content #maincol #wiki
{
	width: 580px;
}

#content #maincol #wiki h2.suchergebnis
{
	margin: 25px 0 30px 0;
	padding: 0;
	font-size: 24px;
	line-height: normal;
}

#content #maincol #wiki #wiki_titel
{
	margin: -10px 0 0 0;
	position: relative;
	background-position: left top;
	background-repeat: no-repeat;
}

#content #maincol #wiki #wiki_titel img
{
	display: block;
}

#content #maincol #wiki #sexlexikon_titel_small
{
	margin: -15px 0 0 0;
	height: 190px;
	background: transparent url(../gfx/sex_wiki_titel_small.gif) left top no-repeat;
	position: relative;
}

#content #maincol #wiki .element
{
	height: 90px;
	margin: 0 0 10px 0;
}

#content #maincol #wiki .element h2
{
	color: white;
	font-size: 18px;
	background: #ff0155;
	margin: 0;
	padding: 2px 5px;
	float: left;
}

#content #maincol #wiki .element h2 a
{
	text-decoration: none;
	color: white;
}

#content #maincol #wiki .element .text
{
	padding: 0 5px;
	overflow: hidden;
	line-height: 28px;
	height: 28px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	background: #ededed;
	clear: left;
}

#content #maincol #wiki .neu
{
	background: #ededed url(../gfx/wiki_element_neu.gif) 450px center no-repeat;
}

#content #maincol #wiki .neu .text
{
	line-height: 30px;
	height: 30px;
	border: none;
	background: none;
	clear: left;
}

#content #maincol #wiki .text span
{
	margin: 0 0 0 5px;
	line-height: 30px;
	vertical-align: middle;
}

#content #maincol #wiki .text span img
{
	display: inline;
}

#content #maincol #wiki .begriff .userinfo
{
	padding: 0 5px 10px 5px;
}

#content #maincol #wiki .begriff .userinfo,
#content #maincol #wiki .element .userinfo,
#content #maincol #lovechance .userinfo,
#content #maincol #twitterblog .antwortelement .antwort .userinfo,
#content #maincol #witze .userinfo,
#content #maincol #aktionsblog .userinfo,
#content #maincol #ratgeber .userinfo,
#content #maincol #eventkalender .userinfo,
#content #maincol .aktionsblogteaser .userinfo
{
	font-size: 12px;
	line-height: 30px;
}

#content #maincol #wiki .element .userinfo span,
#content #maincol #wiki .begriff .userinfo span,
#content #maincol #lovechance .userinfo span,
#content #maincol #twitterblog .antwortelement .antwort .userinfo span,
#content #maincol #witze .userinfo span,
#content #maincol #witze .details span,
#content #maincol #aktionsblog .userinfo span,
#content #maincol #ratgeber .userinfo span,
#content #maincol #eventkalender .userinfo span,
#content #maincol .aktionsblogteaser .userinfo span
{
	padding: 0 5px;
}

#content #maincol #wiki .element .userinfo a,
#content #maincol #wiki .begriff .userinfo a,
#content #maincol #wiki .kommentar .grau a
{
	color: #ff0155;
}

#content #maincol #wiki .element .userinfo .highlight,
#content #maincol #wiki .begriff .userinfo .highlight,
#content #maincol #lovechance .userinfo .highlight,
#content #maincol #twitterblog .antwortelement .antwort .userinfo .highlight,
#content #maincol #witze .userinfo .highlight,
#content #maincol #aktionsblog .userinfo .highlight,
#content #maincol #ratgeber .userinfo .highlight,
#content #maincol #eventkalender .userinfo .highlight,
#content #maincol #fanfiction .details .highlight,
#content #maincol #witze .details .highlight,
#content #maincol .aktionsblogteaser .userinfo .highlight,
#content #midcol .aktionsblogteaser .userinfo .highlight
{
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 7px 0 0;
	background: white;
	overflow: hidden;
}

#content #maincol #wiki .element .userinfo img,
#content #maincol #wiki .begriff .userinfo img,
#content #maincol #lovechance .userinfo img,
#content #maincol #twitterblog .antwortelement .antwort .userinfo img,
#content #maincol #witze .userinfo img,
#content #maincol #aktionsblog .userinfo img,
#content #maincol #ratgeber .userinfo img,
#content #maincol #eventkalender .userinfo .highlight img,
#content #maincol .aktionsblogteaser .userinfo .highlight img,
#content #midcol .aktionsblogteaser .userinfo .highlight img
{
	width: 30px;
	height: 30px;
}

#content #maincol #wiki .element a.comments,
#content #maincol #wiki .begriff a.comments
{
	padding: 0 0 0 20px;
	background: transparent url(../gfx/ico_comment_red.gif) left 2px no-repeat;
}

#content #maincol #wiki .begriff .melden
{
	margin: 5px 5px 0 0;
	float: right;
	
}

#content #maincol #wiki .wikisuche
{
	height: 50px;
	line-height: 50px;
	color: white;
	font-size: 24px;
	padding: 0 5px;
	background: #ff0155;
	font-weight: bold;
	position: relative;
}

#content #maincol #wiki .wikisuche .eingabe
{
	margin: 0 10px 0 20px;
	width: 271px;
	border: none;
	font-size: 12px;
	color: #a6a6a6;
	height: 16px;
	padding: 2px 2px 0 2px;;
	line-height: 16px;
}

#content #maincol #wiki #wikinavi
{
	height: 50px;
}

#content #maincol #wiki #wikinavi a
{
	float: left;
	font-size: 30px;
	line-height: 40px;
	color: #ff0155;
	text-decoration: none;
	padding: 0 1px;
}

#content #maincol #wiki #wikinavi a:active,
#content #maincol #wiki #wikinavi a:hover,
#content #maincol #wiki #wikinavi a:focus,
#content #maincol #wiki #wikinavi a.aktiv
{
	background: #ff0155;
	color: white;
}

#content #maincol #wiki .begriff
{
	position: relative;
	background: #ededed;
	padding: 5px 0 0 0;
	width: 580px;
}

#content #maincol #wiki .begriff h2
{
	width: 475px;
	font-size: 36px;
	line-height: 60px;
	margin: 0 0 0 5px;
	padding: 0;
}

#content #maincol #wiki .begriff img.titelbild
{
	padding: 4px 0 0 0;
	float: left;
}

#content #maincol #wiki .begriff .bildtext
{
	margin: 0 0 0 190px;
	padding: 0 10px 10px 13px;
}

#content #maincol #wiki .begriff .text
{
	padding: 0 10px 10px 10px;
}

#content #maincol #wiki .begriff .vote
{
	position: absolute;
	top: 18px;
	right: 50px;
	width: 50px;
	text-align: center;
	line-height: 14px;
	color: #1fc5fb;
	font-size: 12px;
	font-weight: bold;
}

#content #maincol #wiki .begriff .button
{
	position: absolute;
	top: 12px;
	right: 6px;
}

#content #maincol .schreiben .left115,
#usercard .schreiben .left115
{
	float: left;
	width: 115px;
	font-weight: bold;
}

#content #maincol .tags,
#usercard .schreiben .tags
{
	width: 140px;
	float: left;
	margin: 0 10px 0 0;
	display: inline;
}

#content #maincol .tags input,
#usercard .schreiben .tags input,
#usercard .schreiben .hotblogcheck input
{
	margin: 0;
	padding: 0;
}

#content #maincol .tags label,
#usercard .schreiben .tags label
{
	margin: 0 0 0 8px !important;
	vertical-align: middle;
	font-weight: normal !important;
}

.error,
#content #maincol .tags label.fehler,
#usercard .schreiben .tags label.fehler
{
	color: #ff0155;
}

#content #maincol .schreiben .submit,
#content #maincol #wiki .submit
{
	background: #ff0155;
}

#content #maincol .fehlermeldung,
#usercard .fehlermeldung
{
	padding: 0 0 0 48px;
	background: transparent url(../gfx/ico_achtung.gif) left 5px no-repeat;
	color: #ff0155;
	margin: 0 0 20px 0;
	min-height: 37px;
	font-size: 12px;
	line-height: 14px;
}

#content #maincol .fehlermeldung a,
#usercard .fehlermeldung a
{
	color: #ff0155;
	font-weight: bold;
}

#content #maincol .fehlermeldung span,
#usercard .fehlermeldung span
{
	display: block;
	color: black;
	margin: 0 0 3px 0;
	font-size: 14px;
}

/* --- Lovechance --- */

#content #maincol #lovechancetitle
{
	position: relative;
	margin: -40px 0 0 0;
	width: 580px;
	height: 130px;
}

#content #maincol #lovechancetitle img
{
	display: block;
}

#content #maincol #lovechance
{
	width: 580px;
}

#content #maincol #lovechance h1
{
	padding: 0 5px;
	margin: 0;
	float: left;
	line-height: 30px;
	font-size: 24px;
	color: white;
	background: #f00;
}

#content #maincol #lovechance h2
{
	font-size: 18px;
	padding: 0;
	margin: 0 0 6px 0;
}

#content #maincol #lovechance h2 a
{
	color: black;
}

#content #maincol #lovechance .box_weiss h2
{
	font-size: 24px;
	margin: 0 0 15px 0;
}

#content #maincol #lovechance .box
{
	padding: 5px;
	position: relative;
	width: 560px;
	margin: 0 0 5px 0;
}

#content #maincol #lovechance .box .png,
#content #maincol #aktionsblog .bildtextbeitrag .png,
#content #maincol #aktionsblog .bildtexttops .png
{
	vertical-align: middle;
	margin: 0 0 0 5px;
}

#content #maincol #lovechance .level3
{
	background: white;
}

#content #maincol #lovechance .level2
{
	background: #f0fbff;
}

#content #maincol #lovechance .level1
{
	background: #e0f7fe;
}

#content #maincol #lovechance .userinfo
{
	color: #a6a6a6;
}

#content #maincol #lovechance .userinfo a
{
	color: #f00;
}

#content #maincol #lovechance a.weiter
{
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_rot_lovechance.gif) left 3px no-repeat;
	float: right;
	color: #f00;
	font-weight: bold;
	margin: 0 5px 0 0;
}

#content #maincol #lovechance a.tipp
{
	padding: 0 0 0 20px;
	background: transparent url(../gfx/ico_love_tipp.png) left 2px no-repeat;
}

#content #maincol #lovechance .box .rating
{
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#content #maincol #lovechance .links
{
	width: 282px;
	float: left;
}

#content #maincol #lovechance .rechts
{
	float: left;
	margin: 0 0 0 6px;
	display: inline;
	width: 282px;
}

#content #maincol #lovechance .links .box,
#content #maincol #lovechance .rechts .box
{
	padding: 5px;
	position: relative;
	width: 272px;
	margin: 0 0 5px 0;
}

#content #maincol #lovechance .rechts .dlpr
{
	width: 247px;
	height: 35px;
	position: relative;
	padding: 6px 0 0 35px;
	margin: 0 0 2px 0;
}

#content #maincol #lovechance .rechts .dlpr .lovepoints
{
	position: absolute;
	top: 5px;
	right: 37px;
	line-height: 30px;
	text-align: right;
	font-size: 12px;
}

#content #maincol #lovechance .rechts .dlpr img
{
	width: 30px;
	height: 30px;
	display: inline;
	vertical-align: middle;
	margin: 0 6px 0 0;
	line-height: 30px;
}

#content #maincol #lovechance .rechts .dlpr a
{
	font-weight: bold;
	color: #f00;
}

#content #maincol #lovechance .rechts .rank1
{
	background: transparent url(../gfx/dlpr_pos1_bg.gif) left top no-repeat;
}

#content #maincol #lovechance .rechts .rank2
{
	background: transparent url(../gfx/dlpr_pos2_bg.gif) left top no-repeat;
}

#content #maincol #lovechance .rechts .rank3
{
	background: transparent url(../gfx/dlpr_pos3_bg.gif) left top no-repeat;
}

#content #maincol #lovechance .rechts .rank4
{
	background: transparent url(../gfx/dlpr_pos4_bg.gif) left top no-repeat;
}

#content #maincol #lovechance .rechts .rank5
{
	background: transparent url(../gfx/dlpr_pos5_bg.gif) left top no-repeat;
}

#content #maincol #lovechance .rechts .rank6
{
	background: transparent url(../gfx/dlpr_pos6_bg.gif) left top no-repeat;
}

#content #maincol #lovechance .rechts .rank7
{
	background: transparent url(../gfx/dlpr_pos7_bg.gif) left top no-repeat;
}

#content #maincol #lovechance .rechts .rank8
{
	background: transparent url(../gfx/dlpr_pos8_bg.gif) left top no-repeat;
}

#content #maincol #lovechance .rechts .rank9
{
	background: transparent url(../gfx/dlpr_pos9_bg.gif) left top no-repeat;
}

#content #maincol #lovechance .rechts .rank10
{
	background: transparent url(../gfx/dlpr_pos10_bg.gif) left top no-repeat;
}

#content #maincol #lovechance .schreiben .usereingabe textarea,
#content #maincol #witze .schreiben .usereingabe textarea
{
	height: 380px;
}

#content #maincol #lovechance a.submit,
#content #maincol a.submit_rot
{
	background: #f00;
}

#content #maincol #lovechance .bluebox,
#content #maincol #battlebox .bluebox
{
	background: #1fc5fb;
	padding: 8px 5px;
	color: white;
	font-weight: bold;
	margin: 0 0 35px 0;
}

#content #maincol #lovechance .melden
{
	text-align: right;
	padding: 0 10px 0 0;
}

#content #maincol #lovechance .bewertung
{
	width: 200px;
	height: 100px;
}

#content #maincol #lovechance .bewertung h3,
#content #maincol #lovechance .bewerten h3
{
	color: #1fc5fb;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}

#content #maincol #lovechance .bewertung img
{
	vertical-align: middle;
}

#content #maincol #lovechance .bewertung .center
{
	color: #1fc5fb;
	font-size: 18px;
	font-weight: bold;
}

#content #maincol #lovechance #blume
{
	position: absolute;
	left: 250px;
	top: 10px;
	width: 278px;
}

#content #maincol #lovechance .box_weiss .bewertungsanzeige
{
	height: 120px;
	line-height: 120px;
	color: #1fc5fb;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#content #maincol #lovechance .box_weiss .bewertungsanzeige span
{
	vertical-align: middle;
	margin: 0 20px;
}

#content #maincol #lovechance .box_weiss .bewertungsanzeige img
{
	vertical-align: middle;
}

#content #maincol #lovechance a.reset
{
	color: white;
	background: #f00;
}

#content #maincol #lovechance .setlovepoints
{
	font-weight: bold;
	background: #ffe5e8;
	padding: 0 0 0 5px;
	line-height: 25px;
}

#content #maincol #lovechance .setlovepoints img
{
	vertical-align: middle;
	margin: 0 16px 0 8px;
}


#content #maincol .dlpranking .top,
#content #maincol .userranking .top
{
	width: 180px;
	float: left;
	margin: 0 20px 0 0;
	display: inline;
	font-size: 18px;
	text-align: center;
	height: 270px;
	overflow: hidden;
}

#content #maincol .userranking a
{
	color: #1fc5fb;
}

#content #maincol .dlpranking a
{
	color: #f00;
}

#content #maincol .dlpranking strong,
#content #maincol .userranking strong
{
	display: block;
}

#content #maincol .dlpranking .top strong,
#content #maincol .userranking .top strong
{
	margin: 0 0 5px 0;
}

#content #maincol .dlpranking .top img,
#content #maincol .dlpranking .rank img,
#content #maincol .userranking .top img,
#content #maincol .userranking .rank img
{
	display: block;
	margin: 0 0 5px 0;
}

#content #maincol .dlpranking .rank,
#content #maincol .userranking .rank
{
	width: 85px;
	margin: 0 14px 0 0;
	float: left;
	display: inline;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	height: 145px;
	overflow: hidden;
}

/* --- Entweder Oder Blog --- */

#content #maincol #entwederodertitle
{
	margin: -20px 0 0 0;
	background: transparent url(../gfx/entweder_oder_title.gif) left top no-repeat;
	width: 580px;
	height: 244px;
}

#content #maincol #entwederoder
{
	width: 580px;
}

#content #maincol #entwederoder .box
{
	padding: 10px;
	width: 560px;
	position: relative;
	color: white;
	font-weight: bold;
	min-height: 45px;
}

#content #maincol #entwederoder .frage
{
	position: absolute;
	top: 3px;
	right: 0;
}

#content #maincol #entwederoder .antwort
{
	position: absolute;
	top: 9px;
	right: 0;
}

#content #maincol #entwederoder .eobinfo img
{
	display: inline;
	width: 45px;
	height: 45px;
	vertical-align: middle;
}

#content #maincol #entwederoder .highlight
{
	width: 45px;
	height: 45px;
	margin: 0 10px 0 0;
	float: left;
	background: white;
}

#content #maincol #entwederoder .eobinfo
{
		line-height: 45px;
}

#content #maincol #entwederoder .box .links,
#content #maincol #entwederoder .box .rechts
{
	position: absolute;
	width: 180px;
	left: 170px;
	top: 11px;
	text-align: center;
	color: white;
	font-weight: bold;
}

#content #maincol #entwederoder .box .rechts
{
	left: 350px;
}

#content #maincol #entwederoder .box .links img,
#content #maincol #entwederoder .box .rechts img
{
	margin: 5px 0 0 0;
	display: inline;
}

#content #maincol #entwederoder .box div.big,
#content #maincol #entwederoder .box span.big
{
	font-size: 24px;
	line-height: normal;
	display: block;
}

#content #maincol #entwederoder .box div.big
{
	margin: 6px 0 0 0;
}

#content #maincol #entwederoder img.link
{
	display: block;
}

/* --- Twitterblog --- */

#content #maincol #twitterblog
{
	width: 580px;
}

#content #maincol #twitterblog h2
{
	color: white;
	font-size: 40px;
	line-height: 55px;
	background: #1fc5fb;
	padding: 0 5px;
	margin: 0;
}

#content #maincol #twitterblog .quote
{
	font-size: 18px;
	line-height: 20px;
}

#content #maincol #twitterblog .morequote a.melden
{
	position: absolute;
	right: 110px;
	top: 2px;
}

#content #maincol #twitterblog .morequote .userinfo
{
	color: #a6a6a6;
	line-height: 15px;
}

#content #maincol #twitterblog .votes
{
	width: 40px;
	background: transparent url(../gfx/ico_vote_pink.gif) center top no-repeat;
	text-align: center;
	color: #ff2ca7;
	padding: 18px 0 0 0;
	line-height: 16px;
	font-size: 12px;
	position: absolute;
	right: -90px;
	top: 60px;
}

#content #maincol #twitterblog .votebutton
{
	position: absolute;
	right: -92px;
	top: 0;
}

#content #maincol #twitterblog .antwortelement .position,
#content #maincol #aktionsblog .bildtexttops .position
{
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-weight: bold;
	color: white;
	background: #1fc5fb;
	font-size: 24px;
	text-align: center;
	float: left;
}

#content #maincol #twitterblog .antwortelement
{
	width: 580px;
	position: relative;
}

#content #maincol #twitterblog .antwortelement .votes
{
	position: absolute;
	top: 50px;
	right: 10px;
}

#content #maincol #twitterblog .antwortelement .votebutton
{
	position: absolute;
	top: 0px;
	right: 10px;
}

#content #maincol #twitterblog .antwortelement .antwort
{
	margin: 0 0 0 40px;
	width: 460px;
	min-height: 80px;
}

#content #maincol #twitterblog .antwortelement .antwort .userinfo,
#content #maincol #aktionsblog .bildtexttops .userinfo
{
	margin: 10px 0 0 0;
	color: #a6a6a6;
	position: relative;
}

#content #maincol #twitterblog .antwortelement .antwort a.melden
{
	position: absolute;
	right: 0;
	top: 7px;
}

/* --- Fan Fiction --- */

#content #maincol #fanfiction
{
	width: 580px;
}

#content #maincol #fanfiction h3
{
	font-size: 24px;
	padding: 0 5px;
	margin: 0;
	line-height: 30px;
	background: black;
	color: #ffee29;
	float: left;
}

#content #maincol #fanfiction #fftitle
{
	background: #ffee29 url(../gfx/fanfiction_title.gif) no-repeat;
	height: 100px;
}

#content #maincol #fanfiction .box_weiss .vote,
#content #maincol #fanfiction .box_weiss .voteself
{
	position: absolute;
	top: 18px;
	right: 50px;
	width: 50px;
	text-align: center;
	line-height: 14px;
	color: black;
	font-size: 12px;
	font-weight: bold;
}

#content #maincol #fanfiction .box_weiss .voteself
{
	right: 6px;
}

#content #maincol #fanfiction .box_weiss .button
{
	position: absolute;
	top: 12px;
	right: 6px;
}

#content #maincol #fanfiction .box_weiss h2
{
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0;
}

#content #maincol #fanfiction .box_weiss h4
{
	font-size: 18px;
	margin: 0 0 5px 0;
	padding: 0;
}


#content #maincol #fanfiction .box_weiss .melden
{
	text-align: right;
}

#content #maincol #fanfiction .box_weiss a.weiter
{
	vertical-align: middle;
	margin: 0 0 0 5px;
}

#content #maincol #fanfiction .details
{
	background: white;
	padding: 5px;
	font-size: 12px;
	line-height: 14px;
	height: 30px;
}

#content #maincol #fanfiction .details img.userimage,
#content #maincol #witze .details img.userimage
{
	width: 30px;
	height: 30px;
}

#content #maincol #fanfiction .details .fright img
{
	vertical-align: middle;
	margin: 0 5px 0 0;
	display: inline;
}

#content #maincol #fanfiction .details .shell
{
	float: left;
	width: 175px;
}

#content #maincol #fanfiction .details .shell .grau
{
	color: black;
}

#content #maincol #fanfiction .details .shell .grau a
{
	color: #a6a6a6;
}

#content #maincol #fanfiction .details .fright a
{
	color: #898787;
	font-weight: bold;
	line-height: 32px;
	float: right;
	padding: 0 0 0 35px;
	margin: 0 0 0 10px;
}

#content #maincol #fanfiction .details .clear
{
	height: 1px;
}

#content #maincol #fanfiction .details a.kommentare
{
	background: transparent url(../gfx/ico_ff_kommentare.gif) left center no-repeat;
	line-height: 32px;
}

#content #maincol #fanfiction .details a.fortsetzungen
{
	background: transparent url(../gfx/ico_ff_teile.gif) left center no-repeat;
}

#content #maincol #fanfiction .details a.teil
{
	background: transparent url(../gfx/ico_ff_teil.gif) left center no-repeat;
	margin: 0;
}

#content #maincol #fanfiction .box_yellow .actionbar a.empfehlen
{
	color: black;
	background-image: url(../gfx/ico_pfeil_schwarz_gelb.gif)
}

#content #maincol #fanfiction #listbox ul,
#content #maincol #fanfiction #listbox li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #maincol #fanfiction #listbox li
{
	clear: left;
	padding: 5px 0 0 0;
}

#content #maincol #fanfiction #listbox ul ul
{
	margin: 0 0 0 20px;
	display: none;
}

#content #maincol #fanfiction #listbox .liicon
{
	float: left;
	margin: 3px 5px 0 0;
	display: inline;
}

#content #maincol #fanfiction #listbox .lielement
{
	background: white;
	padding: 2px 5px;
	float: left;
	font-size: 12px;
	line-height: 16px;
}

#content #maincol #fanfiction #listbox .lielement a
{
	color: #a6a6a6;
}

#content #maincol #fanfiction #listbox .lielement strong
{
	font-size: 14px;
	display: block;
}

#content #maincol #fanfiction #listbox .lielement strong a
{
	color: black;
}

#content #maincol #fanfiction #listbox .lielement span
{
	padding: 0 5px;
}

#content #maincol #fanfiction .links,
#content #maincol #witze .links
{
	width: 282px;
	float: left;
}

#content #maincol #fanfiction .rechts,
#content #maincol #witze .rechts
{
	float: left;
	margin: 0 0 0 6px;
	display: inline;
	width: 282px;
}

#content #maincol #fanfiction .rechts .top10
{
	padding: 5px;
	height: 30px;
	width: 272px;
	overflow: hidden;
	line-height: 30px;
	background: white;
	margin: 0;
	position: relative;
}

#content #maincol #fanfiction .rechts .top10 img
{
	vertical-align: middle;
	margin: 0 8px 0 0;
	height: 30px;
	width: 30px;
}

#content #maincol #fanfiction .rechts .top10 a
{
	color: #898787;
}

#content #maincol #fanfiction .rechts .top10 .anzahl
{
	position: absolute;
	height: 30px;
	line-height: 30px;
	top: 5px;
	right: 5px;
	color: #898787;
	font-size: 12px;
}

#content #maincol #fanfiction .alle
{
	text-align: right;
	line-height: 35px;
}

#content #maincol #fanfiction .alle a
{
	color: #898787;
	font-weight: bold;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_dunkelgrau_gelb.gif) left 3px no-repeat;
	margin: 0 5px 0 0;
}

#content #maincol #fanfiction .schreiben .submit,
#content #maincol #fanfiction .publish
{
	background: #898787;
}

#content #maincol #fanfiction a.reset
{
	background: #898787;
	color: white;
}

#content #maincol #fanfiction .schreiben .usereingabe textarea
{
	height: 380px;
}

/* --- Witze --- */

#content #maincol #witzetitle
{
	margin: -20px 0 0 0;
	width: 580px;
	height: 206px;
	position: relative;
}

#content #maincol #witzetitle .wschreiben
{
	position: absolute;
	bottom: 15px;
	right: 0;
	z-index: 9;
}

#content #maincol #witze
{
	width: 580px;
}

#content #maincol #witze h2
{
	font-size: 24px;
	padding: 0 5px;
	margin: 0;
	line-height: 30px;
	background: #6aee00;
	color: white;
	float: left;
}

#content #maincol #witze .intro
{
	color: #6aee00;
	font-weight: bold;
	padding: 0 65px 0 0;
	background: transparent url(../gfx/witz_smilie.gif) right 3px no-repeat;
	margin: 0 10px 0 0;
	min-height: 50px;
}

#content #maincol #witze .intro a
{
	color: #6aee00;
}

#content #maincol #witze .userinfo
{
	color: #a6a6a6;
	position: relative;
	height: 33px;
}

#content #maincol #witze .userinfo .smilie,
#content #maincol #witze .details .smilie
{
	position: absolute;
	top: 0px;
	right: 5px;
	width: 32px;
	height: 38px;
	background: transparent url(../gfx/witz_smilie_small.gif) center top no-repeat;
}

#content #maincol #witze .userinfo a
{
	color: #ff2ca7;
}

#content #maincol #witze a.comments
{
	padding: 0 0 0 20px;
	background: transparent url(../gfx/ico_comment_pink.gif) left 2px no-repeat;
}

#content #maincol #witze .witzsuche
{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	padding: 0 5px;
	background: #f6f5f5;
	font-weight: bold;
	position: relative;
	color: #a6a6a6;
}

#content #maincol #witze .witzsuche .eingabe
{
	margin: 0 10px 0 20px;
	width: 170px;
	border: none;
	font-size: 12px;
	color: #a6a6a6;
	height: 16px;
	padding: 2px 2px 0 2px;;
	line-height: 16px;
}

#content #maincol #witze .witzsuche .zufallswitz
{
	position: absolute;
	right: 10px;
	top: 4px;
}

#content #maincol #witze .tagcloud,
#content #maincol #frageblog .tagcloud
{
	text-align: center;
}

#content #maincol #witze .tagcloud a,
#content #maincol #witze .details a,
#content #maincol #frageblog .tagcloud a
{
	color: #ff2ca7 !important;
}

#content #maincol #witze .box_verylightgrey a.weiter,
#content #maincol #witze .intro a.weiter,
#content #maincol .aktionsblogteaser .box_blue a.weiter
{
	vertical-align: middle;
	margin: 0 0 0 5px;
}

#content #maincol #witze .details
{
	font-size: 12px;
	line-height: 16px;
	height: 30px;
	position: relative;
}

#content #maincol #witze .alle
{
	margin: 5px 0 0 0;
	text-align: right;
}

#content #maincol #witze .rechts .alle
{
	margin: 0;
}

#content #maincol #witze .alle a,
#content #midcol .mc_witze a.weiter
{
	color: #ff2ca7;
	font-weight: bold;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_pink.gif) left 3px no-repeat;
	margin: 0 5px 0 0;
}

#content #maincol #witze .rechts .top10
{
	padding: 0;
	height: 34px;
	width: 272px;
	overflow: hidden;
	line-height: 32px;
	background: white;
	margin: 0 0 7px 0;
	position: relative;
}

#content #maincol #witze .rechts .top10 img
{
	vertical-align: middle;
	margin: 0 8px 0 0;
	height: 30px;
	width: 30px;
}

#content #maincol #witze .rechts .top10 a
{
	color: #ff2ca7;
}

#content #maincol #witze .rechts .top10 .anzahl
{
	position: absolute;
	height: 30px;
	line-height: 30px;
	top: 0;
	right: 0;
	font-size: 12px;
}

#content #maincol #witze .schreiben .submit,
#content #maincol #frageblog .submit,
#content #maincol #aktionsblog .submit
{
	background: #ff2ca7;
}

#content #maincol #witze .votebox
{
	width: 580px;
	height: 50px;
	text-align: right;
	position: relative;
}

#content #maincol #witze .votebox .votes,
#content #maincol #witze .votebox .voteself
{
	position: absolute;
	top: 7px;
	width: 40px;
	background: transparent url(../gfx/ico_vote_pink.gif) center top no-repeat;
	text-align: center;
	color: #ff2ca7;
	padding: 18px 0 0 0;
	vertical-align: middle;
	line-height: 16px;
	font-size: 12px;
}

#content #maincol #witze .votebox .votes
{
	right: 50px;
}

#content #maincol #witze .votebox .voteself
{
	right: 5px;
}

#content #maincol #witze .votebox .smilie
{
	position: absolute;
	top: 5px;
	right: 100px;
	width: 31px;
	height: 33px;
	background: transparent url(../gfx/witz_smilie_small_white.gif) center top no-repeat;
}

#content #maincol #witze a.reset
{
	color: white;
	background: #ff2ca7;
}

/* --- Psycho Pixer --- */

#content #maincol #psychopixertitle
{
	width: 580px;
	margin: -5px 0 0 0;
	padding: 120px 0 0 0;
	background: transparent url(../gfx/psycho_pixer_title.gif) left top no-repeat;
}

#content #maincol #psychopixer .fragebilder
{
	width: 570px;
	margin: 0 10px 0 0;
	padding: 10px 10px 39px 0;
	background: #c769ff url(../gfx/pixer_bg.gif) center bottom no-repeat;
}

#content #maincol #umfrage #psychopixer .fragebilder,
#chrtest .fragebilder
{
	width: 570px;
	margin: 0 10px 0 0;
	padding: 10px 10px 0 0;
	background: #ededed;
}

#content #maincol #psychopixer .fragebilder h2,
#chrtest .fragebilder h2
{
	margin: 5px 0 15px 10px;
	font-size: 18px;
	color: white;
	padding: 0;
}

#content #maincol #umfrage #psychopixer .fragebilder h3
{
	margin: 5px 0 15px 10px;
	font-size: 18px;
	color: black;
	padding: 0;
}

#chrtest
{
	text-align: left;
}

#chrtest .fragebilder h2
{
	color: #1fc5fb;
}

#chrtest .fragebilder
{
	background: #ededed !important;
}

#content #maincol #psychopixer .fragebilder .highlight,
#chrtest .fragebilder .highlight
{
	border: 5px solid white;
	float: left;
	margin: 0 0 10px 10px;
	display: inline;
	background: white;
	width: 170px;
	height: 170px;
}

#content #maincol #psychopixer .fragebilder img,
#chrtest .fragebilder img
{
	width: 170px;
	height: 170px;
}

#content #maincol #psychopixer .pixwhitebox
{
	background: white;
	padding: 5px;
}

#content #maincol #psychopixer .pixcolor1
{
	border-color: #ffafdc !important;
}

#content #maincol #psychopixer .pixcolorbox1
{
	background: #ffafdc;
	padding: 5px;
}

#content #maincol #psychopixer .pixcolor2
{
	border-color: #add4ff !important;
}

#content #maincol #psychopixer .pixcolorbox2
{
	background: #add4ff;
	padding: 5px;
}

#content #maincol #psychopixer .pixcolor3
{
	border-color: #b0ff9f !important;
}

#content #maincol #psychopixer .pixcolorbox3
{
	background: #b0ff9f;
	padding: 5px;
}

#content #maincol #psychopixer .pixcolor4
{
	border-color: #ffbda7 !important;
}

#content #maincol #psychopixer .pixcolorbox4
{
	background: #ffbda7;
	padding: 5px;
}

#content #maincol #psychopixer .pixcolor5
{
	border-color: #ffed9f !important;
}

#content #maincol #psychopixer .pixcolorbox5
{
	background: #ffed9f;
	padding: 5px;
}

#content #maincol #psychopixer .pixcolor6
{
	border-color: #d7baff !important;
}

#content #maincol #psychopixer .pixcolorbox6
{
	background: #d7baff;
	padding: 5px;
}

#content #maincol #psychopixer .ergebnis,
#content #maincol #psychopixer .frage
{
	width: 560px;
	margin: 0 10px 0 0;
	padding: 10px 10px 39px 10px;
	background: #c769ff url(../gfx/pixer_bg.gif) center bottom no-repeat;
}

#content #maincol #psychopixer .ergebnis h2,
#content #maincol #psychopixer .frage h2
{
	margin: 5px 0 15px 0;
	font-size: 18px;
	color: white;
	padding: 0;
}

#content #maincol #psychopixer .ergebnis img
{
	width: 125px;
	height: 125px;
	float: left;
}

#content #maincol #psychopixer .ergebnis .text
{
	margin: 0 0 0 135px;
}

#content #maincol #psychopixer .ergebnis .pixinactive a
{
	color: #c769ff;
	font-weight: bold;
	background-position: left 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 12px;
}

#content #maincol #psychopixer .ergebnis .pixwhitebox a
{
	background-image: url(../gfx/pfeil_lila.gif);
}

#content #maincol #umfrage .crcolorbox1 a,
#content #maincol #psychopixer .ergebnis .pixcolorbox1 a
{
	background-image: url(../gfx/pfeil_pixcolorbox1.gif) !important;
}

#content #maincol #umfrage .crcolorbox2 a,
#content #maincol #psychopixer .ergebnis .pixcolorbox2 a
{
	background-image: url(../gfx/pfeil_pixcolorbox2.gif) !important;
}

#content #maincol #umfrage .crcolorbox3 a,
#content #maincol #psychopixer .ergebnis .pixcolorbox3 a
{
	background-image: url(../gfx/pfeil_pixcolorbox3.gif) !important;
}

#content #maincol #umfrage .crcolorbox4 a,
#content #maincol #psychopixer .ergebnis .pixcolorbox4 a
{
	background-image: url(../gfx/pfeil_pixcolorbox4.gif) !important;
}

#content #maincol #umfrage .crcolorbox5 a,
#content #maincol #psychopixer .ergebnis .pixcolorbox5 a
{
	background-image: url(../gfx/pfeil_pixcolorbox5.gif) !important;
}

#content #maincol #umfrage .crcolorbox6 a,
#content #maincol #psychopixer .ergebnis .pixcolorbox6 a
{
	background-image: url(../gfx/pfeil_pixcolorbox6.gif) !important;
}

#content #maincol #psychopixer .ergebnis .nochmal
{
	text-align: right;
}

#content #maincol #psychopixer .ergebnis .nochmal a,
#chatrequest a.chatlink
{
	color: white;
	font-weight: bold;
	background: transparent url(../gfx/pfeil_weiss_lila.gif) left 3px no-repeat;
	padding: 0 0 0 12px;
}

/* --- Frageblog --- */

#content #maincol #fragetitle
{
	width: 580px;
	height: 174px;
	margin: -10px 0 0 0;
	position: relative;
	background: transparent url(../gfx/frageblog_title.gif) left top no-repeat;
}

#content #maincol #frageblog
{
	width: 580px;
}

#content #maincol #frageblog h1
{
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	color: white;
	background: #ff2ca7;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	float: left;
}

#content #maincol #frageblog h3
{
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	color: white;
	background: #1fc5fb;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	float: left;
}

#content #maincol #frageblog .frageblogsuche
{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	padding: 0 5px;
	background: #1fc5fb;
	font-weight: bold;
	position: relative;
	color: white;
}

#content #maincol #frageblog .frageblogsuche select
{
	width: 190px;
	vertical-align: middle;
	margin: 0 40px 0 5px;
}

#content #maincol #frageblog .frageblogsuche .eingabe,
#content .forensuche .eingabe
{
	margin: 0 10px 0 5px;
	width: 148px;
	border: none;
	font-size: 12px;
	color: #a6a6a6;
	height: 16px;
	padding: 2px 2px 0 2px;;
	line-height: 16px;
}

#content #maincol #frageblog .commentnav .info
{
	width: 300px;
}

#content #maincol #frageblog .frage
{
	margin: 0 0 15px 0;
}

#content #maincol #frageblog .frage h2
{
	font-size: 14px;
	margin: 0 0 2px 0;
	padding: 0;
	color: #ff2ca7;
}

#content #maincol #frageblog .frage .grau
{
	margin: 2px 0 0 0;
	font-size: 12px;
}

#content #maincol #frageblog .antwort
{
	padding: 0 0 0 170px;
	min-height: 190px;
}

/* --- Aktionsblog --- */

#content #maincol #aktionsblog
{
	width: 580px;
}

#content #maincol #aktionsblog .titelbild
{
	display: block;
	margin: 0 0 1px 0;
}

#content #maincol #aktionsblog h1.titel
{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: white;
	background: #1fc5fb;
	padding: 0 5px;
	margin: 0;
}

#content #maincol #aktionsblog h3
{
	font-size: 24px;
	margin: 0 0 15px 0;
	padding: 0;
}

#content #maincol #aktionsblog .beitragbox,
#content #maincol #aktionsblog .topbeitragbox
{
	background: #1fc5fb;
	padding: 9px 0 0 0;
}

#content #maincol #aktionsblog .beitragbox .beitrag
{
	margin: 0 0 9px 9px;
	float: left;
	display: inline;
	width: 86px;
	height: 150px;
	overflow: hidden;
	color: white;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

#content #maincol #aktionsblog .beitragbox .beitrag a,
#content #maincol #aktionsblog .topbeitragbox .beitrag a
{
	color: white;
}

#content #maincol #aktionsblog .beitragbox .highlight
{
	width: 85px;
	padding: 0 1px 0 0;
	height: 86px;
	float: left;
	background: white;
    text-align: center;
	display: inline;
	margin: 0 0 5px 0;
}

#content #maincol #aktionsblog .beitragbox .highlight span
{
	vertical-align: middle;
    line-height: 86px;
    width: 1px;
	overflow: hidden;
	font-size: 1px;
}

#content #maincol #aktionsblog .beitragbox .highlight img
{
	display: inline;
	vertical-align: middle;
}

#content #maincol #aktionsblog .beitragbox strong,
#content #maincol #aktionsblog .topbeitragbox strong
{
	display: block;
}

#content #maincol #aktionsblog .topbeitragbox .beitrag
{
	margin: 0 6px 9px 9px;
	float: left;
	display: inline;
	width: 100px;
	height: 160px;
	overflow: hidden;
	color: white;
	font-size: 12px;
	line-height: 16px;
}

#content #maincol #aktionsblog .topbeitragbox .highlight
{
	width: 99px;
	padding: 0 1px 0 0;
	height: 100px;
	float: left;
	background: white;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	display: inline;
	margin: 0 0 5px 0;
}

#content #maincol #aktionsblog .topbeitragbox .highlight span
{
	vertical-align: middle;
    line-height: 100px;
    width: 1px;
	overflow: hidden;
	font-size: 1px;
}

#content #maincol #aktionsblog .topbeitragbox .highlight img
{
	display: inline;
	vertical-align: middle;
}

#content #maincol #aktionsblog .topbeitragbox .beitrag .rank
{
	/* width: 40px; */
	font-weight: bold;
	font-size: 32px;
	line-height: 35px;
	float: left;
	padding: 0 5px 0 0;
}

#content #maincol #aktionsblog .topbeitragbox .beitrag .text
{
	margin: 0 0 0 45px;
	height: 30px;
	display: inline;
	overflow: hidden;
	background: #ccc;
}

#content #maincol #aktionsblog .bildtextbeitrag h2,
#content #maincol #aktionsblog .bildtexttops h2
{
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#content #maincol #aktionsblog .userinfo,
#content .aktionsblogteaser .userinfo
{
	color: #a6a6a6;
	margin: 10px 0 0 0;
}

#content #maincol #aktionsblog .bildtexttops .text
{
	margin: 0 0 0 40px;
	min-height: 80px;
}

#content #maincol #aktionsblog #blogbild
{
	width: 580px;
}

#content #maincol #aktionsblog .bildbox
{
	background: white;
	border: 30px solid #1fc5fb;
	padding: 10px;
	text-align: center;
	position: relative;
	width: 500px;
}

#content #maincol #aktionsblog .bildbox .bild
{
	text-align: left;
	margin: 0 auto;
}

#content #maincol #aktionsblog .bildbox .bild img
{
	display: block;
}

#content #maincol #aktionsblog .bildbox h2
{
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 14px;
}

/* #content #maincol #aktionsblog #blogbild .melden, */
#content #maincol #aktionsblog .lh30
{
	line-height: 30px;
	margin: 10px 0 0 0;
}

#content #maincol #aktionsblog .ab_bild
{
	display: block;
	margin: 0 0 15px 0;
}

#content #maincol #aktionsblog .ab_text
{
	width: 510px;
}

/* --- ratgeber --- */

#content #maincol #ratgebertitle
{
	width: 580px;
	height: 108px;
	margin: -19px 0 0 0;
	position: relative;
	background: transparent url(../gfx/ratgeber_title.gif) left top no-repeat;
}

#content #maincol #ratgeber .intro
{
	margin: 0 0 20px 0;
	padding: 10px 10px 30px 10px;
	width: 560px;
	font-weight: bold;
	color: white;
	background: #05db71 url(../gfx/ratgeber_intro_flower.gif) right bottom no-repeat;
}

#content #maincol #ratgeber h2.subhl
{
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	color: white;
	background: #a6a6a6;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	float: left;
}

#content #maincol #ratgeber .frage
{
	width: 570px;
	padding: 10px 5px;
	background: #c769ff;
	color: white;
	position: relative;
}

#content #maincol #ratgeber .ico1
{
	position: absolute;
	top: 8px;
	right: 5px;
	width: 23px;
	height: 24px;
}

#content #maincol #ratgeber .ico2
{
	position: absolute;
	top: 8px;
	right: 32px;
	width: 23px;
	height: 24px;
}

#content #maincol #ratgeber .frage .mehr
{
	position: absolute;
	bottom: 8px;
	right: 3px;
}

#content #maincol #ratgeber .frage h3
{
	font-size: 18px;
	margin: 0 60px 0 0;
	padding: 0;
}

#content #maincol #ratgeber .frage .userinfo,
#content #maincol #ratgeber .mehrfragen .userinfo
{
	margin: 10px 0 0 0;
}

#content #maincol #ratgeber .frage .userinfo a
{
	color: white;
}

#content #maincol #ratgeber .frage .userinfo a.comments
{
	padding: 0 0 0 20px;
	background: transparent url(../gfx/ico_comment_white_lila.gif) left 2px no-repeat;
}

#content #maincol #ratgeber .mehrfragen
{
	width: 570px;
	padding: 10px 5px;
	background: #ededed;
	position: relative;
	margin: 2px 0 0 0;
	overflow: hidden;
}

#content #maincol #ratgeber .mehrfragen a,
#content #maincol #ratgeber .mehrfragen .userinfo
{
	color: #c769ff;
}

#content #maincol #ratgeber .mehrfragen .userinfo a.comments
{
	padding: 0 0 0 20px;
	background: transparent url(../gfx/ico_comment_lila_grey.gif) left 2px no-repeat;
}

#content #maincol #ratgeber .mehrfragen h3
{
	font-size: 18px;
	margin: 0 60px 5px 0;
	padding: 0;
	color: #c769ff;
}

#content #maincol #ratgeber .weiter
{
	text-align: right;
	margin: 5px 0 0 0;
	width: 580px;
}

#content #maincol #ratgeber .col .weiter
{
	width: auto;
}

#content #maincol #ratgeber .weiter a
{
	color: #05db71;
	font-weight: bold;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_gruen_weiss.gif) left 3px no-repeat;
}

#content #maincol #ratgeber .flowersGreen5
{
	height: 40px;
	width: 580px;
	background: transparent url(../gfx/flowers_green_5.gif) right center no-repeat;
}

#content #maincol #ratgeber .flowersGreen6
{
	height: 40px;
	width: 580px;
	background: transparent url(../gfx/flowers_green_6.gif) right center no-repeat;
}

#content #maincol #ratgeber .flowersGreen7
{
	height: 40px;
	width: 580px;
	background: transparent url(../gfx/flowers_green_7.gif) right center no-repeat;
}

#content #maincol #ratgeber .flowersGreen10
{
	height: 40px;
	width: 580px;
	background: transparent url(../gfx/flowers_green_10.gif) right center no-repeat;
}

#content #maincol #ratgeber .flowersLila10
{
	height: 40px;
	width: 580px;
	background: transparent url(../gfx/flowers_lila_10.gif) left center no-repeat;
}

#content #maincol #ratgeber .flowersLila6
{
	height: 40px;
	width: 580px;
	background: transparent url(../gfx/flowers_lila_6.gif) left center no-repeat;
}

#content #maincol #ratgeber .flowersLila4
{
	height: 40px;
	width: 580px;
	background: transparent url(../gfx/flowers_lila_4.gif) left center no-repeat;
}

#content #maincol #ratgeber .flowersLeft
{
	height: 40px;
	width: 580px;
	background: transparent url(../gfx/ratgeber_flowes_lila.gif) left center repeat-x;
}


#content #maincol #ratgeber .col h4
{
	margin: 0 0 10px 0;
	font-size: 24px;
	padding: 0;
}

#content #maincol #ratgeber .col h4 a
{
	text-decoration: none;
}

#content #maincol #ratgeber .col h3
{
	font-size: 18px;
	margin: 0 0 5px 0;
	padding: 0;
}

#content #maincol #ratgeber .col .weiter_links_lila,
#content #maincol #ratgeber .col .weiter_rechts_lila,
#content #maincol #ratgeber .col .weiter_links_gruen
{
	margin: 5px 0 0 0;
}

#content #maincol #ratgeber .col .weiter_links_gruen a
{
	font-weight: bold;
	color: #05db71;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_gruen_weiss.gif) left 3px no-repeat;
}


#content #maincol #ratgeber .col .weiter_links_lila a,
#content #maincol #ratgeber .col .weiter_rechts_lila a,
#content #maincol #psychopixer .frage .text .weiter a
{
	font-weight: bold;
	color: #c769ff;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_lila.gif) left 3px no-repeat;
}

#content #maincol #ratgeber .col .weiter_rechts_lila
{
	text-align: right;
}

#content #maincol #ratgeber .col a.greenblock
{
	line-height: 25px;
	color: white;
	margin: 0 0 1px 0;
	display: block;
	background: #05db71;
	font-weight: bold;
	padding: 0 0 0 5px;
}

#content #maincol #ratgeber .col a.lilablock
{
	line-height: 25px;
	color: white;
	margin: 0 0 1px 0;
	display: block;
	background: #c769ff;
	font-weight: bold;
	padding: 0 0 0 5px;
}

#content #maincol #ratgeber .col .forenelement
{
	background: #c769ff;
}

#content #maincol #ratgeber .col .frageblogelement
{
	background: #ededed;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-weight: bold;
	margin: 0 0 4px 0;
}

#content #maincol #ratgeber .col .frageblogelement a
{
	color: #c769ff;
}

#content #maincol #ratgeber .col .frageblogelement .highlight
{
	float: left;
	background: white;
	margin: 0 5px 0 0;
}

#content #maincol #ratgeber .col .frageblogelement img
{
	width: 30px;
	height: 30px;
	display: inline;
}

#content #maincol #ratgeber .headline
{
	width: 580px;
	color: white;
	font-size: 30px;
	line-height: 50px;
	background: #05db71 url(../gfx/ratgeber_flowers_weiss.gif) right center repeat-x;
}

#content #maincol #ratgeber .headline strong
{
	padding: 5px;
	background: #05db71;
}

#content #maincol #ratgeber .kategorie
{
	font-size: 12px;
	color: #05db71;
	margin: 0 0 20px 0;
	width: 580px;
}

#content #maincol #ratgeber .kategorie a
{
	color: #05db71;
}

#content #maincol #ratgeber .xfragt
{
	background: #c769ff;
	font-size: 20px;
	padding: 0 10px 0 0;
	height: 45px;
	line-height: 45px;
	color: white;
	float: left;
}

#content #maincol #ratgeber .xfragt a
{
	color: white;
	font-weight: bold;
}

#content #maincol #ratgeber .xfragt .highlight
{
	width: 45px;
	height: 45px;
	background: white;
	float: left;
	margin: 0 10px 0 0;
}

#content #maincol #ratgeber .disabled label
{
	color: #a5a5a5;
}

#content #maincol #ratgeber .boysonly,
#content #maincol #ratgeber .girlsonly
{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

#content #maincol #ratgeber .boysonly
{
	color: #1fc5fb;
}

#content #maincol #ratgeber .girlsonly
{
	color: #ff2ca7;
}

#content #maincol #ratgeber .boysonly img,
#content #maincol #ratgeber .girlsonly img
{
	vertical-align: middle;
	margin: 0 10px 0 0;
}

#content #maincol #ratgeber .actionbar,
#content #maincol #ratgeber .actionbar a
{
	color: #c769ff;
}

#content #maincol #ratgeber .actionbar a.weiterleiten
{
	background: transparent url(../gfx/pfeil_lila.gif) left 3px no-repeat;
}

#content #maincol #ratgeber .actionbar a.comments
{
	padding: 0 0 0 20px;
	background: transparent url(../gfx/ico_comment_lila.gif) left 3px no-repeat;
}

#content #maincol #ratgeber .fragebox
{
	background: #ededed;
	padding: 10px;
}

#content #maincol #ratgeber .fragebox label
{
	margin: 0 10px 0 0;
	font-weight: bold;
	vertical-align: middle;
}

#content #maincol #ratgeber a.submit,
#content #maincol #ratgeber a.reset
{
	background: #05db71;
	color: white;
}

#content #maincol #ratgeber .fragebox .eingabe
{
	margin: 0;
	width: 495px;
	border: none;
	font-size: 12px;
	color: #a6a6a6;
	height: 16px;
	padding: 2px 2px 0 2px;
	line-height: 16px;
}

#content #maincol #ratgeber h2.blumen,
#content #maincol #community h2.cliquenteaser,
#content #maincol #community h2.fanclubteaser
{
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 47px;
}

#content #maincol #ratgeber h2.blumen
{
	color: #c769ff;
	background: transparent url(../gfx/ratgeber_flowesOo.gif) right bottom no-repeat;
	 
}

#content #maincol #community h2.cliquenteaser
{
	color: #1fc5fb;
	background: transparent url(../gfx/cliquenteaser_bg.gif) 340px bottom no-repeat;
}

#content #maincol #community h2.fanclubteaser
{
	color: #ff2ca7;
	background: transparent url(../gfx/fanclubteaser_bg.gif) 340px bottom no-repeat;
}

#content #maincol #ratgeber .box_lila td,
#content #maincol #ratgeber .box_lila td a,
#content #maincol #community .box_blue td,
#content #maincol #community .box_blue td a,
#content #maincol #community .box_pink td,
#content #maincol #community .box_pink td a
{
	color: white;
	line-height: normal;
}

#content #maincol #ratgeber .box_lila td,
#content #maincol #community .box_blue td,
#content #maincol #community .box_pink td
{
	padding: 5px;
	border-bottom: 1px solid white;
}

#content #maincol #ratgeber .box_lila td.userimage,
#content #maincol #community .box_blue td.userimage,
#content #maincol #community .box_pink td.userimage
{
	width: 35px;
}

#content #maincol #ratgeber .box_lila td.hits,
#content #maincol #community .box_blue td.hits,
#content #maincol #community .box_pink td.hits
{
	width: 40px;
	text-align: center;
}

#content #maincol #ratgeber .box_lila td.antworten,
#content #maincol #community .box_blue td.antworten,
#content #maincol #community .box_pink td.antworten
{
	width: 75px;
	text-align: center;
}

#content #maincol #ratgeber .box_lila td.last,
#content #maincol #community .box_blue td.last,
#content #maincol #community .box_pink td.last
{
	width: 120px;
	font-size: 11px;
}

#content #maincol #ratgeber .box_lila td.thema,
#content #maincol #community .box_blue td.thema,
#content #maincol #community .box_pink td.thema
{
	font-size: 11px;
}

#content #maincol #ratgeber .box_lila td.thema strong,
#content #maincol #community .box_blue td.thema strong,
#content #maincol #community .box_pink td.thema strong
{
	font-size: 14px;
	display: block;
}

#content #maincol #ratgeber .box_lila td.userimage .highlight,
#content #maincol #community .box_blue td.userimage .highlight,
#content #maincol #community .box_pink td.userimage .highlight
{
	width: 45px;
	height: 45px;
	float: left;
	background: white;
}

#content #maincol #ratgeber .fnav a,
#content #maincol #community .fnav a,
#content #maincol #community .fcnav a
{
	font-weight: bold;
	line-height: 23px;
	padding: 0 5px;
	float: left;
	color: white;
	text-decoration: none;
	font-size: 12px;
	border-right: 1px solid white;
}

#content #maincol #ratgeber .fnav a
{
	background: #05db71;
}

#content #maincol #community .fnav a
{
	background: #ff2ca7;
}

#content #maincol #community .fcnav a
{
	background: #1fc5fb;
}

#content #maincol #ratgeber .fnav a.fright,
#content #maincol #community .fnav a.fright,
#content #maincol #community .fcnav a.fright
{
	border: none;
}

#content #maincol #ratgeber .fnav a:active,
#content #maincol #ratgeber .fnav a:hover,
#content #maincol #ratgeber .fnav a:focus,
#content #maincol #ratgeber .fnav a.aktiv
{
	background: #c769ff;
}

#content #maincol #community .fnav a:active,
#content #maincol #community .fnav a:hover,
#content #maincol #community .fnav a:focus,
#content #maincol #community .fnav a.aktiv
{
	background: #1fc5fb;
}

#content #maincol #community .fcnav a:active,
#content #maincol #community .fcnav a:hover,
#content #maincol #community .fcnav a:focus,
#content #maincol #community .fcnav a.aktiv
{
	background: #ff2ca7;
}

#content #maincol #ratgeber .filter
{
	margin: 0 10px 0 105px;
	font-size: 12px;
}

#content #maincol #ratgeber .filter,
#content #maincol #ratgeber .filter a
{
	color: #05db71;
}

#content #maincol #ratgeber .filter a.aktiv,
#content #maincol #communitybattle .filter a.aktiv
{
	font-weight: bold;
}

#content #maincol #ratgeber .filter span,
#content #maincol #ratgeber .right10 span,
#content #maincol #communitybattle .filter span,
#content #maincol #community .filter span
{
	padding: 0 6px;
}

#content #maincol #ratgeber .commentnav div.infofull
{
	text-align: center;
	color: white;
	background: #05db71;
	line-height: 23px;
}

#content #maincol #ratgeber div.info
{
	padding: 0 10px;
	background: #05db71;
}

#content #maincol #ratgeber img.gfxcheckbox
{
	width: 18px;
	height: 18px;
	display: inline;
	margin: 0 10px 0 0;
	vertical-align: middle;
	cursor: pointer;
}

#content #maincol #ratgeber .mitmachen input
{
	margin: 0 5px 0 0;
}

#content #maincol #ratgeber .mitmachen label
{
	margin: 0 20px 0 0;
	vertical-align: middle;
	font-weight: normal;
}

/* --- Community --- */

#content #maincol #communitytitle
{
	width: 580px;
	height: 143px;
	background: transparent url(../gfx/community_title.gif) left top no-repeat;
	position: relative;
	margin: -10px 0 0 0;
}

#content #maincol #community .filter
{
	font-size: 12px;
	margin: 0 10px 0 75px;
	color: #1fc5fb;
}

#content #maincol #community a.tab,
#content #maincol #community a.tabselected
{
	font-size: 14px;
	line-height: 25px;
	background: #a6a6a6;
	font-weight: bold;
	color: white;
	margin: 15px 2px 0 0;
	display: inline;
	float: left;
	padding: 0 10px;
	text-decoration: none;
}

#content #maincol #community a.tab:active,
#content #maincol #community a.tab:hover,
#content #maincol #community a.tab:focus,
#content #maincol #community a.tabselected
{
	font-size: 24px;
	line-height: 40px;
	background: #1fc5fb;
	padding: 0 5px;
	margin-top: 0;
}

#content #maincol #community .weiter
{
	text-align: right;
	width: 580px;
}

#content #maincol #community .weiter a
{
	font-weight: bold;
	color: #1fc5fb;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_blau.gif) left 3px no-repeat;
}

#content #maincol #community #umfragenbox a.pfeil
{
	color: #a6a6a6;
	background: transparent url(../gfx/pfeil_grau.gif) left 3px no-repeat;
}

#content #maincol #ajfanclubs .userlist a
{
	color: #ff2ca7;
}

#content #maincol .userlist .element
{
	width: 85px;
	height: 115px;
	overflow: hidden;
	float: left;
	margin: 0 13px 0 0;
	display: inline;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

#content #maincol .userlist .horoskopelement
{
	width: 85px;
	height: 135px;
	overflow: hidden;
	float: left;
	margin: 0 13px 0 0;
	display: inline;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

#content #maincol .userlist .element .highlight,
#content #maincol .userlist .horoskopelement .highlight
{
	margin: 0 0 2px 0;
}

#content #maincol #community .fright a.pfeil
{
	line-height: 23px;
	margin: 0;
}

#content #maincol #community .bilderteaser h2,
#content #maincol #community .videoteaser h2
{
	font-size: 30px;
	line-height: 35px;
	display: inline;
	margin: 0;
	padding: 0 50px 0 0;
	color: #a6a6a6;
	background: transparent url(../gfx/ico_bilderteaser_bg.gif) right bottom no-repeat;
}

#content #maincol #community .bilderteaser h2 a,
#content #maincol #community .videoteaser h2 a
{
	color: #a6a6a6;
	text-decoration: none;
}

#content #maincol #community .videoteaser h2
{
	background-image: url(../gfx/ico_videoteaser_bg.gif);
}

#content #maincol #community .bilderteaser .bilderbox,
#content #maincol #community .videoteaser .videobox
{
	background: #a6a6a6;
	padding: 10px 0 0 0;
	border-bottom: 1px solid white;
}

#content #maincol #community .bilderteaser .bilderbox .bild,
#content #maincol #bilduebersicht .bild
{
	float: left;
	display: inline;
	width: 86px;
	height: 112px;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

#content #maincol #community .bilderteaser .bilderbox .bild
{
	margin: 0 0 0 9px;
}

#content #maincol #bilduebersicht .bild
{
	margin: 0 13px 12px 0;
}

#content #maincol #bilduebersicht .nomargin
{
	margin: 0 0 12px 0;
}

#content #maincol #community .bilderteaser .bilderbox .bild a
{
	color: white;
}

#content #maincol #community .bilderteaser .bilderbox .highlight,
#content #maincol #bilduebersicht .highlight
{
	width: 85px;
	padding: 0 1px 0 0;
	height: 86px;
	float: left;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	display: inline;
	margin: 0 0 2px 0;
}

#content #maincol #community .bilderteaser .bilderbox .highlight
{
	background: white;
}

#content #maincol #bilduebersicht .highlight
{
	background: #a6a6a6;
}

#content #maincol #community .bilderteaser .bilderbox .highlight span,
#content #maincol #bilduebersicht .highlight span
{
	vertical-align: middle;
    line-height: 86px;
    width: 1px;
	overflow: hidden;
	font-size: 1px;
}

#content #maincol #community .bilderteaser .bilderbox .highlight img,
#content #maincol #bilduebersicht .highlight img
{
	display: inline;
	vertical-align: middle;
}

#content #maincol #community .bilderteaser .bilderbox strong,
#content #maincol #bilduebersicht strong
{
	display: block;
}

#content #maincol #videouebersicht
{
	padding: 0 0 0 2px;
}

#content #maincol #community .videoteaser .videobox .videoelement,
#content #maincol #videouebersicht .videoelement
{
	width: 86px;
	float: left;
	display: inline;
	text-align: center;
	line-height: 16px;
	overflow: hidden;
}

#content #maincol #community .videoteaser .videobox .videoelement
{
	margin: 0 0 0 9px;
	font-size: 12px;
	height: 93px;
}

#content #maincol #videouebersicht .videoelement
{
	margin: 0 12px 12px 0;
	font-size: 11px;
	height: 105px;
	color: #1fc5fb;
	line-height: 14px;
}

#content #maincol #community .videoteaser .videobox .videoelement a
{
	color: white;
}

#content #maincol #community .videoteaser .videobox .video,
#content #maincol #videouebersicht .videoelement .video
{
	padding: 5px;
	width: 76px;
	height: 57px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 0 2px 0;
}

#content #maincol #community .videoteaser .videobox .video
{
	background-color: white;
}

#content #maincol #videouebersicht .videoelement .video
{
	background-color: #a6a6a6;
}

#content #maincol #videouebersicht .videoelement strong
{
	display: block;
}

#content #maincol #community .bilderteaser .fnav a,
#content #maincol #community .videoteaser .fnav a,
#content #maincol #community #umfragenbox .fnav a
{
	font-weight: bold;
	line-height: 23px;
	padding: 0 5px;
	float: left;
	background: #1fc5fb;
	color: white;
	text-decoration: none;
	font-size: 12px;
	border-right: 1px solid white;
}

#content #maincol #community .bilderteaser .fnav a:hover,
#content #maincol #community .bilderteaser .fnav a:active,
#content #maincol #community .bilderteaser .fnav a:focus,
#content #maincol #community .bilderteaser .fnav a.aktiv,
#content #maincol #community .videoteaser .fnav a:hover,
#content #maincol #community .videoteaser .fnav a:active,
#content #maincol #community .videoteaser .fnav a:focus,
#content #maincol #community .videoteaser .fnav a.aktiv,
#content #maincol #community #umfragenbox .fnav a:hover,
#content #maincol #community #umfragenbox .fnav a:active,
#content #maincol #community #umfragenbox .fnav a:focus,
#content #maincol #community #umfragenbox .fnav a.aktiv
{
	background: #a6a6a6;
}

#content #maincol #community .fanclubteaser .fnav a
{
	font-weight: bold;
	line-height: 23px;
	padding: 0 5px;
	float: left;
	background: #1fc5fb;
	color: white;
	text-decoration: none;
	font-size: 12px;
	border-right: 1px solid white;
}

#content #maincol #community .fanclubteaser .fnav a:hover,
#content #maincol #community .fanclubteaser .fnav a:active,
#content #maincol #community .fanclubteaser .fnav a:focus,
#content #maincol #community .fanclubteaser .fnav a.aktiv
{
	background: #ff2ca7;
}

#content #maincol #community #umfragenbox h2
{
	font-size: 30px;
	line-height: 35px;
	margin: 0;
	text-align: right;
	color: #a6a6a6;
}

#content #maincol #community #umfragenbox .umfragen
{
	background: transparent url(../gfx/community_umfragen_bg.gif) left top repeat-y;
	color: white;
}

#content #maincol #community #umfragenbox .umfragen a
{
	color: white;
}

#content #maincol #community #umfragenbox .umfragen .leftcol
{
	width: 285px;
	padding: 5px 5px 15px 5px;
	float: left;
	position: relative;
}

#content #maincol #community #umfragenbox .umfragen .leftcol .userinfo
{
	font-size: 11px;
	line-height: 45px;
}

#content #maincol #community #umfragenbox .umfragen .leftcol .userinfo .highlight
{
	width: 45px;
	height: 45px;
	float: left;
	margin: 0 10px 0 0;
	background: white;
}

#content #maincol #community #umfragenbox .umfragen .leftcol h3
{
	font-size: 18px;
	padding: 0;
	margin: 0 0 10px 0;
}

#content #maincol #community #umfragenbox .umfragen .leftcol input
{
	float: left;
	margin: 0;
	padding: 0;
}

#content #maincol #community #umfragenbox .umfragen .leftcol label
{
	margin: 0 0 0 20px;
	display: block;
	line-height: normal;
	width: 220px;
}

#content #maincol #community #umfragenbox .umfragen .leftcol .pollsubmit
{
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#content #maincol #community #umfragenbox .umfragen .rightcol
{
	width: 285px;
	float: left;
}

#content #maincol #community .rightcol .umfragenelement
{
	width: 275px;
	padding: 5px;
	position: relative;
}

#content #maincol #community .rightcol .uetrenner
{
	clear: left;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background: white;
}

#content #maincol #community .fanclubteaser h1
{
	text-align: left;
}

#content #maincol #community a.neueclique
{
	float: right;
	line-height: 48px;
	color: #1fc5fb;
	background: transparent url(../gfx/ico_neue_clique.gif) right 4px no-repeat;
	padding: 0 50px 0 0;
	margin: 0 7px 0 0;
	font-weight: bold;
}

#content #maincol #community a.neuerfanclub
{
	float: right;
	line-height: 48px;
	color: #ff2ca7;
	background: transparent url(../gfx/ico_neuer_fanclub.gif) right 4px no-repeat;
	padding: 0 50px 0 0;
	margin: 0 7px 0 0;
	font-weight: bold;
}

#content #maincol a.neuerstar
{
	float: right;
	line-height: 48px;
	color: #ff2ca7;
	background: transparent url(../gfx/ico_neuer_star.gif) right 4px no-repeat;
	padding: 0 50px 0 0;
	margin: 0 7px 0 0;
	font-weight: bold;
}

/* --- Community Battle --- */

#content #maincol #communitybattletitle
{
	width: 580px;
	height: 171px;
	background: transparent url(../gfx/communitybattle_title.gif) left top no-repeat;
	position: relative;
	margin: -10px 0 0 0;
}

#content #maincol #communitybattle #battlebox,
#content #maincol #flashlistbattle #battlebox
{
	width: 470px;
	margin: 0 0 0 55px;
}

#content #maincol .mainbattle
{
	width: 470px;
	height: 405px;
	position: relative;
}

#content #maincol .mainbattle .png
{
	position: absolute;
	left: 191px;
	bottom: 10px;
}

#content #maincol .mainbattle .links,
#content #maincol .mainbattle .rechts
{
	position: absolute;
	width: 225px;
	top: 0;
}

#content #maincol .mainbattle .links
{
	left: 0;
}

#content #maincol .mainbattle .rechts
{
	right: 0;
}

#content #maincol .mainbattle .links .vorne,
#content #maincol .mainbattle .rechts .vorne,
#content #maincol .mainbattle .links .hinten,
#content #maincol .mainbattle .rechts .hinten,
#content #maincol .mainbattle .vote
{
	height: 180px;
}

#content #maincol .mainbattle .vote
{
	background: #c769ff;
}

#content #maincol #communitybattle .mainbattle .links .vorne
{
	background: white url(../gfx/mainbattle_links_vorne.gif) center center no-repeat;
}

#content #maincol #flashlistbattle .mainbattle .links .vorne
{
	background: white url(../gfx/star_mainbattle_links_vorne.gif) center center no-repeat;
}

#content #maincol .mainbattle .links .hinten
{
	background: white url(../gfx/mainbattle_links_hinten.gif) center center no-repeat;
}

#content #maincol #communitybattle .mainbattle .rechts .vorne
{
	background: white url(../gfx/mainbattle_rechts_vorne.gif) center center no-repeat;
}

#content #maincol #flashlistbattle .mainbattle .rechts .vorne
{
	background: white url(../gfx/star_mainbattle_rechts_vorne.gif) center center no-repeat;
}

#content #maincol .mainbattle .rechts .hinten
{
	background: white url(../gfx/mainbattle_rechts_hinten.gif) center center no-repeat;
}

#content #maincol .mainbattle a
{
	color: white;
}

#content #maincol .mainbattle strong
{
	font-size: 18px;
	line-height: 30px;
	display: block;
	text-align: center;
}

#content #maincol .mainbattle img.userimage
{
	width: 225px;
	height: 225px;
}

#content #maincol .mainbattle .text
{
	color: white;
	padding: 0 5px;
}

#content #maincol .mainbattle .valueleft,
#content #maincol .mainbattle .valueright
{
	position: absolute;
	bottom: 30px;
	font-size: 34px;
	line-height: 38px;
	font-weight: bold;
	color: white;
}

#content #maincol .mainbattle .valueleft
{
	left: 95px;
}

#content #maincol .mainbattle .valueright
{
	right: 95px;
}

#content #maincol .mainbattle a.voteleft,
#content #maincol .mainbattle a.voteright
{
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: 15px;
	display: block;
}

#content #maincol .mainbattle a.voteleft
{
	left: 75px;
	background: transparent url(../gfx/mainbattle_button_left.gif) center center no-repeat;
}

#content #maincol .mainbattle a.voteright
{
	right: 75px;
	background: transparent url(../gfx/mainbattle_button_right.gif) center center no-repeat;
}

#content #maincol .mainbattle a.voteleft:hover
{
	background-image: url(../gfx/mainbattle_button_anim_left.gif);
}

#content #maincol .mainbattle a.voteright:hover
{
	background-image: url(../gfx/mainbattle_button_anim_right.gif);
}

#content #maincol #communitybattle h1,
#content #maincol #flashlistbattle h1
{
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	color: white;
	background: #cb74ff;
	padding: 0 5px;
	margin: 0;
	float: left;
}

#content #maincol #communitybattle .commentnav .info,
#content #maincol #flashlistbattle .commentnav .info
{
	width: 322px;
}

#content #maincol #communitybattle .col225,
#content #maincol #flashlistbattle .col225
{
	width: 225px;
	float: left;
	margin: 0 20px 0 0;
}

#content #maincol #communitybattle .col225 .highlight,
#content #maincol #flashlistbattle .col225 .highlight
{
	margin: 0 11px 11px 0;
	float: left;
}

#content #maincol #communitybattle #embedcode,
#content #maincol #flashlistbattle #embedcode
{
	margin: 5px 0 0 0;
	background: #a6a6a6;
	padding: 0 5px 5px 5px;
}

#content #maincol #communitybattle #embedcode label,
#content #maincol #flashlistbattle #embedcode label
{
	line-height: 25px;
	font-weight: bold;
	display: block;
	color: white;
}

#content #maincol #communitybattle #embedcode input,
#content #maincol #flashlistbattle #embedcode input
{
	height: 16px;
	line-height: 14px;
	width: 456px;
	padding: 2px 2px 0 2px;
	background: white;
	border: none;
	color: #444;
}

#content #maincol #communitybattle .battle,
#content #maincol #flashlistbattle .battle
{
	width: 277px;
	height: 229px;
	margin: 0 18px 60px 0;
	float: left;
	display: inline;
	position: relative;
	color: white;
	text-align: center;
}

#usercard #communitybattle .battle
{
	width: 277px;
	height: 229px;
	margin: 0 11px 30px 20px;
	float: left;
	display: inline;
	position: relative;
	color: white;
	text-align: center;
}

#content #maincol .battleteaser .battle
{
	width: 277px;
	height: 229px;
	margin: 0 0 5px 0;
	position: relative;
	color: white;
	text-align: center;
}

#content #maincol #communitybattle .battle .status,
#content #maincol #flashlistbattle .battle .status
{
	position: absolute;
	width: 277px;
	height: 60px;
	bottom: -65px;
	left: 0;
	text-align: left;
	font-weight: bold;
}

#usercard #communitybattle .status
{
	position: relative;
	width: 277px;
	height: 60px;
	margin: -25px 11px 0 20px;
	float: left;
	display: inline;
	font-weight: bold;
}


#communitybattle .battle a,
#content #maincol .battleteaser .battle a,
#content #maincol #flashlistbattle .battle a
{
	color: white;
}

/* #communitybattle .battle strong, */
#content #maincol .battleteaser .battle strong
{
	font-size: 24px;
	display: block;
	margin: 29px 0 0 0;
}

#content #maincol #flashlistbattle .battle strong,
#content #maincol #communitybattle .battle strong,
#usercard #communitybattle .battle strong
{
	font-size: 24px;
	line-height: 30px;
	position: absolute;
	top: 194px;
	width: 136px;
	text-align: center;
	color: white;
}

#content #maincol .battle strong.resultleft,
#usercard #communitybattle .battle strong.resultleft
{
	left: 0;
}

#content #maincol .battle strong.resultright,
#usercard #communitybattle .battle strong.resultright
{
	right: 0;
}

#communitybattle .battle .png,
#content #maincol .battleteaser .battle .png,
#content #maincol #flashlistbattle .battle .png
{
	position: absolute;
	left: 116px;
	bottom: 5px;
	z-index: 5;
}

#communitybattle .battle .links img,
#content #maincol #flashlistbattle .battle .links img,
#content #maincol .battleteaser .battle .links img
{
	position: absolute;
	left: 0;
	top: 0;
	width: 136px;
	height: 136px;
}

#communitybattle .battle .rechts img,
#content #maincol #flashlistbattle .battle .rechts img,
#content #maincol .battleteaser .battle .rechts img
{
	position: absolute;
	right: 0;
	top: 0;
	width: 136px;
	height: 136px;
}

#communitybattle .battle img.fist
{
	width: auto;
	height: auto;
	position: inherit;
}

#content #maincol .battleteaser .battle img.fist
{
	width: auto;
	height: auto;
	position: absolute;
	left: 50px;
	top: 50px;
}

#communitybattle .battle .links .vorne,
#content #maincol .battleteaser .battle .links .vorne
{
	padding: 10px 0 0 0;
	width: 136px;
	height: 82px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #1fc5fb url(../gfx/battle_links_vorne.gif) left top no-repeat;
}

#communitybattle .battle .links .hinten,
#content #maincol .battleteaser .battle .links .hinten
{
	padding: 10px 0 0 0;
	width: 136px;
	height: 82px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #cb74ff url(../gfx/battle_links_hinten.gif) left top no-repeat;
}

#communitybattle .battle .rechts .vorne,
#content #maincol .battleteaser .battle .rechts .vorne
{
	padding: 10px 0 0 0;
	width: 136px;
	height: 82px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #1fc5fb url(../gfx/battle_rechts_vorne.gif) left top no-repeat;
}

#communitybattle .battle .rechts .hinten,
#content #maincol .battleteaser .battle .rechts .hinten
{
	padding: 10px 0 0 0;
	width: 136px;
	height: 82px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #cb74ff url(../gfx/battle_rechts_hinten.gif) left top no-repeat;
}

#communitybattle .battle .links .running,
#content #maincol .battleteaser .battle .links .running
{
	background: #cb74ff;
	text-align: center;
	padding: 10px 0 0 0;
	width: 136px;
	height: 82px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#communitybattle .battle .rechts .running,
#content #maincol .battleteaser .battle .rechts .running
{
	background: #cb74ff;
	text-align: center;
	padding: 10px 0 0 0;
	width: 136px;
	height: 82px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#communitybattle .filter
{
	margin: 0 0 0 75px;
	font-size: 12px;
	color: #1fc5fb;
}

#communitybattle .alle
{
	margin: 0 20px 0 0;
	text-align: right;
}

/* --- Flashlist Battle --- */

#content #maincol #flashlistbattletitle
{
	width: 580px;
	height: 173px;
	background: transparent url(../gfx/flashlist_battle_title.gif) left top no-repeat;
	position: relative;
	margin: -10px 0 0 0;
}

#content #maincol #flashlistbattle .battle .links .vorne
{
	padding: 10px 0 0 0;
	width: 136px;
	height: 82px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #1fc5fb url(../gfx/flbattle_links_vorne.gif) left top no-repeat;
}

#content #maincol #flashlistbattle .battle .links .hinten
{
	padding: 10px 0 0 0;
	width: 136px;
	height: 82px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #cb74ff url(../gfx/battle_links_hinten.gif) left top no-repeat;
}

#content #maincol #flashlistbattle .battle .rechts .vorne
{
	padding: 10px 0 0 0;
	width: 136px;
	height: 82px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #1fc5fb url(../gfx/flbattle_rechts_vorne.gif) left top no-repeat;
}

#content #maincol #flashlistbattle .battle .rechts .hinten
{
	padding: 10px 0 0 0;
	width: 136px;
	height: 82px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #cb74ff url(../gfx/battle_rechts_hinten.gif) left top no-repeat;
}

#content #maincol #flashlistbattle .alle
{
	margin: 0 20px 0 0;
	text-align: right;
}

#content #maincol #flashlistbattle .filter
{
	margin: 0 0 0 75px;
	font-size: 12px;
	color: #ff2ca7;
}

#content #maincol #flashlistbattle .filter,
#content #maincol #flashlistbattle .filter a
{
	color: #ff2ca7;
	font-size: 12px;
}

#content #maincol #flashlistbattle .filter .aktiv,
#content #maincol #community .filter .aktiv
{
	font-weight: bold;
}

#content #maincol #flashlistbattle .filter span
{
	padding: 0 6px;
}

/*
#content #maincol #flashlistbattle .status
{
	position: relative;
	width: 277px;
	height: 60px;
	margin: -25px 18px 0 0;
	float: left;
	display: inline;
	font-weight: bold;
}
*/

/* --- Battleteaser --- */

#content #maincol .battleteaserLS
{
	width: 580px;
	background: transparent url(../gfx/battleteaser_landscape_bg.gif) center top no-repeat;
	height: 136px;
	position: relative;
}

#content #maincol .battleteaserLS img.links,
#content #maincol .battleteaserLS img.rechts
{
	position: absolute;
	top: 0;
	width: 136px;
	height: 136px;
}

#content #maincol .battleteaserLS img.links
{
	left: 0;
}

#content #maincol .battleteaserLS img.rechts
{
	right: 0;
}

#content #maincol .battleteaserLS div.links,
#content #maincol .battleteaserLS div.rechts
{
	position: absolute;
	top: 0;
	color: white;
	text-align: center;
	width: 138px;
	padding: 20px 5px 0 5px;
}

#content #maincol .battleteaserLS div.links a,
#content #maincol .battleteaserLS div.rechts a
{
	color: white;
}

#content #maincol .battleteaserLS div.links
{
	left: 137px;
}

#content #maincol .battleteaserLS div.rechts
{
	right: 137px;
}

#content #maincol .battleteaserLS .png
{
	position: absolute;
	left: 259px;
	top: 48px;
}

#content #maincol .battleteaserLS img.fist_left
{
	position: absolute;
	left: 180px;
	bottom: 22px;
}

#content #maincol .battleteaserLS img.fist_right
{
	position: absolute;
	right: 180px;
	bottom: 22px;
}

/* --- Flashlist --- */

#content #maincol #flashlistpage
{
	background: transparent url(../gfx/flashlist_title.gif) left top no-repeat;
	padding: 40px 0 0 0;
}

#content #maincol #flashlistpage .filter,
#content #maincol #flashlistpage .filter a
{
	color: #ff2ca7;
	font-size: 12px;
}

#content #maincol #flashlistpage .filter span
{
	float: right;
	margin: 0 0 0 8px;
}

#content #maincol #flashlistpage .flashnavr div,
#content #flashlistdetail .flashnavr div
{
	float: right;
}

#content #maincol #flashlistpage .flashnav div,
#content #flashlistdetail .flashnav div,
#content #maincol #flashlistarea .flashnav div
{
	float: left;
}

#content #maincol #flashlistpage .flashnav .info,
#content #maincol #flashlistpage .flashnavr .info,
#content #flashlistdetail .flashnavr .info,
#content #flashlistdetail .info,
#content #maincol #flashlistarea .flashnav .info
{
	line-height: 23px;
	height: 23px;
	text-align: center;
	width: 260px;
	color: white;
	background: #ff2ca7;
}

#content #maincol #flashlistpage .rank1
{
	width: 580px;
	height: 240px;
	position: relative;
	background: transparent url(../gfx/flashlist_rank1_bg.gif) 260px 10px no-repeat;
}

#content #maincol #flashlistpage .rank1 a,
#content #maincol #flashlistpage .rank2 a,
#content #maincol #flashlistpage .rank3 a
{
	color: #ff2ca7;
	font-weight: bold;
}

#content #maincol #flashlistpage .rank1 .bild
{
	position: absolute;
	left: 60px;
	top: 7px;
}

#content #maincol #flashlistpage .rank1 .bild .highlight img
{
	width: 190px;
	height: 190px;
	margin: 0 0 5px 0;
	display: block;
}

#content #maincol #flashlistpage .rank1 .tup
{
	position: absolute;
	left: 405px;
	top: 47px;
	width: 42px;
	height: 52px;
}

#content #maincol #flashlistpage .rank1 .tdown
{
	position: absolute;
	left: 448px;
	top: 62px;
	width: 42px;
	height: 52px;
}

#content #maincol #flashlistpage .rank1 .change
{
	position: absolute;
	left: 380px;
	top: 118px;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	color: #ff2ca7;
}

#content #maincol #flashlistpage .rank1 .votesup
{
	position: absolute;
	left: 428px;
	top: 45px;
	color: #ff2ca7;
	font-size: 12px;
	font-weight: bold;
	width: 40px;
	text-align: center;
}

#content #maincol #flashlistpage .rank1 .votesdown
{
	position: absolute;
	left: 428px;
	top: 92px;
	font-size: 12px;
	font-weight: bold;
	color: #a6a6a6;
	width: 40px;
	text-align: center;
}

#content #maincol #flashlistpage .rank1 .voted
{
	position: absolute;
	right: 30px;
	top: 148px;
	text-align: right;
	font-size: 12px;
	color: #ff2ca7;
}

#content #maincol #flashlistpage .rank1 .voted .highlight
{
	float: right;
	margin: 0 0 0 2px;
	width: 30px;
	height: 30px;
	background: white;
}

#content #maincol #flashlistpage .rank1 .voted .highlight img
{
	width: 30px;
	height: 30px;
}

#content #maincol #flashlistpage .rank2
{
	width: 300px;
	height: 145px;
	float: left;
	display: inline;
	position: relative;
	background: transparent url(../gfx/flashlist_rank2_bg.gif) 120px 3px no-repeat;
}

#content #maincol #flashlistpage .rank2 .bild
{
	position: absolute;
	left: 0;
	top: 0;
}

#content #maincol #flashlistpage .rank2 .bild .highlight img
{
	width: 111px;
	height: 111px;
	margin: 0 0 5px 0;
	display: block;
}

#content #maincol #flashlistpage .rank2 .tup
{
	position: absolute;
	left: 203px;
	top: 20px;
	width: 42px;
	height: 52px;
}

#content #maincol #flashlistpage .rank2 .tdown
{
	position: absolute;
	left: 246px;
	top: 35px;
	width: 42px;
	height: 52px;
}

#content #maincol #flashlistpage .rank2 .change
{
	position: absolute;
	left: 215px;
	top: 90px;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	color: #ff2ca7;
}

#content #maincol #flashlistpage .rank2 .votesup
{
	position: absolute;
	left: 226px;
	top: 18px;
	color: #ff2ca7;
	font-size: 12px;
	font-weight: bold;
	width: 40px;
	text-align: center;
}

#content #maincol #flashlistpage .rank2 .votesdown
{
	position: absolute;
	left: 226px;
	top: 65px;
	font-size: 12px;
	font-weight: bold;
	color: #a6a6a6;
	width: 40px;
	text-align: center;
}

#content #maincol #flashlistpage .rank3
{
	width: 280px;
	height: 145px;
	float: left;
	display: inline;
	position: relative;
	background: transparent url(../gfx/flashlist_rank3_bg.gif) 118px 28px no-repeat;
}

#content #maincol #flashlistpage .rank3 .bild
{
	position: absolute;
	left: 10px;
	top: 11px;
}

#content #maincol #flashlistpage .rank3 .bild .highlight img
{
	width: 100px;
	height: 100px;
	margin: 0 0 5px 0;
	display: block;
}

#content #maincol #flashlistpage .rank3 .tup
{
	position: absolute;
	left: 187px;
	top: 20px;
	width: 42px;
	height: 52px;
}

#content #maincol #flashlistpage .rank3 .tdown
{
	position: absolute;
	left: 230px;
	top: 35px;
	width: 42px;
	height: 52px;
}

#content #maincol #flashlistpage .rank3 .change
{
	position: absolute;
	left: 203px;
	top: 90px;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	color: #ff2ca7;
}

#content #maincol #flashlistpage .rank3 .votesup
{
	position: absolute;
	left: 210px;
	top: 18px;
	color: #ff2ca7;
	font-size: 12px;
	font-weight: bold;
	width: 40px;
	text-align: center;
}

#content #maincol #flashlistpage .rank3 .votesdown
{
	position: absolute;
	left: 210px;
	top: 65px;
	font-size: 12px;
	font-weight: bold;
	color: #a6a6a6;
	width: 40px;
	text-align: center;
}

#content #maincol #flashlistpage .flashlistelement
{
	width: 100px;
	height: 155px;
	float: left;
	margin: 0 20px 0 0;
	display: inline;
	overflow: hidden;
	color: #ff2ca7;
	font-size: 12px;
	line-height: 15px;
}

#content #maincol #flashlistpage .flashlistelement a
{
	color: #ff2ca7;
}

#content #maincol #flashlistpage .flashlistelement .highlight
{
	width: 100px;
	height: 100px;
	position: relative;
}

#content #maincol #flashlistpage .flashlistelement .highlight img
{
	width: 100px;
	height: 100px;
	display: block;
}

#content #maincol #flashlistpage .flashlistelement .highlight .png
{
	position: absolute;
	left: 4px;
	top: 73px;
	width: 23px;
	height: 24px;
}

#content #maincol #flashlistpage .flashlistelement .rank2d,
#content #maincol #flashlistpage .flashlistelement .rank3d,
#content #midcol .movershaker .rank2d,
#content #midcol .movershaker .rank3d
{
	width: 30px;
	height: 30px;
	background: transparent url(../gfx/flashlist_rank_bg.gif) center center no-repeat;
	text-align: center;
	line-height: 30px;
	color: white;
	float: left;
	margin: 0 5px 0 0;
	display: inline;
	font-weight: bold;
}

#content #maincol #flashlistpage .flashlistelement .rank2d,
#content #midcol .movershaker .rank2d
{
	font-size: 21px;
}

#content #maincol #flashlistpage .flashlistelement .rank3d,
#content #midcol .movershaker .rank3d
{
	font-size: 14px;
}

#content #flashlistdetail
{
	position: relative;
	width: 790px;
	min-height: 253px;
	background: transparent url(../gfx/flashlist_title_detail_bg.gif) left top no-repeat;
}

#content #flashlistdetail img.link
{
	position: absolute;
	left: 0;
	top: 0;
}

#content #flashlistdetail #mcsuchbox
{
	margin: 0 0 0 600px;
	font-size: 17px;
	font-weight: bold;
	padding: 5px;
	color: white;
	background: #ff2ca7;
}

#content #flashlistdetail #starguestbook,
#content #flashlistdetail #star
{
	position: absolute;
	top: 107px;
	right: 0;
	width: 380px;
	background: #ff2ca7 url(../gfx/flashlist_gb_border-top.gif) right top no-repeat;
	height: 50px;
	padding: 5px;
	text-align: right;
	overflow: hidden;
	color: white;
	font-weight: bold;
	font-size: 30px;
}

#content #flashlistdetail #starguestbook h1
{
	margin: 1px 0 8px 0;
	padding: 0;
	font-size: 18px;
}

#content #flashlistdetail #star h1
{
	margin: 0;
	padding: 0;
	font-size: 36px;
	line-height: 50px;
	text-align: right;
}

#content #flashlistdetail #starguestbook .highlight
{
	width: 50px;
	height: 50px;
	float: right;
	background: white;
	margin: 0 0 0 10px;
}

#content #flashlistdetail #starguestbook .highlight img
{
	width: 50px;
	height: 50px;
}

#content #flashlistdetail #kattags
{
	position: absolute;
	right: 400px;
	top: 140px;
	color: #ff2ca7;
}

#content #flashlistdetail #kattags a
{
	color: #ff2ca7;
	font-weight: bold;
}

#content #flashlistdetail .weiter
{
	margin: 85px 10px 13px 0;
	text-align: right;
}

#content #flashlistdetail .flashnav
{
	margin: 0 0 0 10px;
}

#content #flashlistdetail #starimage
{
	position: absolute;
	top: 185px;
	left: 20px;
	width: 265px;
	height: 265px;
}

#content #flashlistdetail #starrank
{
	position: absolute;
	top: 185px;
	left: 295px;
	width: 285px;
	height: 265px;
}

#content #flashlistdetail #starrank .rank
{
	width: 135px;
	height: 150px;
	padding: 0 0 0 150px;
	line-height: 150px;
	background: transparent url(../gfx/starlist_platz_bg.gif) center center no-repeat;
	color: white;
	font-weight: bold;
	text-align: center;
}

#content #flashlistdetail #starrank .einstellig
{
	font-size: 105px;
}

#content #flashlistdetail #starrank .zweistellig
{
	font-size: 80px;
}

#content #flashlistdetail #starrank .dreistellig
{
	font-size: 60px;
}

#content #flashlistdetail #starrank .vierstellig
{
	font-size: 45px;
}

#content #flashlistdetail #starvote
{
	position: absolute;
	top: 185px;
	left: 600px;
	width: 190px;
	height: 265px;
	background: transparent url(../gfx/starvote_bg.gif) left top no-repeat;
}

#content #flashlistdetail #starvote .inrel
{
	width: 190px;
	height: 265px;
	position: relative;
}

#content #flashlistdetail #starvote .inrel .thumbup
{
	position: absolute;
	left: 20px;
	top: 49px;
}

#content #flashlistdetail #starvote .inrel .thumbdown
{
	position: absolute;
	left: 102px;
	top: 70px;
}

#content #flashlistdetail #starvote .inrel .votesup
{
	position: absolute;
	left: 20px;
	top: 150px;
	width: 62px;
	font-weight: bold;
	color: #ff2ca7;
	text-align: center;
}

#content #flashlistdetail #starvote .inrel .votesdown
{
	position: absolute;
	left: 102px;
	top: 150px;
	width: 62px;
	font-weight: bold;
	color: #a6a6a6;
	text-align: center;
}

#content #flashlistdetail #starvote .inrel .gedisst,
#content #flashlistdetail #starvote .inrel .gefavt
{
	position: absolute;
	top: 180px;
	width: 82px;
	text-align: center;
}

#content #flashlistdetail #starvote .inrel .gedisst
{
	left: 92px;
}

#content #flashlistdetail #starvote .inrel .gefavt
{
	left: 10px;
}

#content #flashlistdetail #starvote .inrel .votedby
{
	margin: 2px 0 0 10px;
}

#content #flashlistdetail #starvote .inrel .votedby .highlight
{
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 2px 2px 0;
}

#content #flashlistdetail #starvote .inrel .votedby .highlight img
{
	width: 30px;
	height: 30px;
}

#content #flashlistdetail #starimage img
{
	width: 265px;
	height: 265px;
}

#content #maincol #flashlistarea
{
	background: transparent url(../gfx/flashlist_detail_leftborder.gif) left top no-repeat;
	min-height: 360px;
}

#content #maincol #flashlistarea .starpadding,
#content .mcflashlist .starpadding
{
	height: 218px;
}

#content #maincol #flashlistarea #guestbook
{
	margin: 0 0 0 6px;
}

#content #maincol #flashlistarea #guestbook .element,
#usercard #guestbook .element
{
	padding: 10px 15px;
	min-height: 72px;
	position: relative;
}

#content #maincol #flashlistarea #guestbook .element .highlight,
#usercard #guestbook .element .highlight
{
	width: 72px;
	height: 72px;
	float: left;
	background: white;
}

#content #maincol #flashlistarea #guestbook .element .highlight img,
#usercard #guestbook .element .highlight img
{
	width: 72px;
	height: 72px;
}

#content #maincol #flashlistarea #guestbook .element .text,
#usercard #guestbook .element .text
{
	margin: 0 0 0 82px;
}

#content #maincol #flashlistarea #guestbook .element .text .grau,
#usercard #guestbook .element .text .grau
{
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height: normal;
}

#usercard #guestbook .element .text .grau a
{
	color: #ff2ca7;
}

#content #maincol #flashlistarea #guestbook .element .melden,
#usercard #guestbook .element .melden
{
	position: absolute;
	top: 7px;
	right: 10px;
}

#content #maincol #flashlistarea .gbeintrag a.submit
{
	margin-right: 0;
}

#content #maincol #flashlistarea .bio
{
	width: 550px;
	background: #ededed;
	margin: 0 0 0 20px;
	padding: 5px;
}

#content #maincol #flashlistarea #pics
{
	position: relative;
	width: 400px;
	height: 85px;
	padding: 0 0 0 180px;
	background: transparent url(../gfx/starpage_pics_bg.gif) left top no-repeat;
}

#content #maincol #flashlistarea #pics .highlight
{
	width: 65px;
	height: 65px;
	float: left;
	margin: 10px 10px 0 0;
	background: white;
}

#content #maincol #flashlistarea #pics .plinks,
#content #maincol #flashlistarea #pics .prechts
{
	position: absolute;
	width: 8px;
	height: 11px;
	top: 37px;
}

#content #maincol #flashlistarea #pics .plinks
{
	left: 157px;
}

#content #maincol #flashlistarea #pics .prechts
{
	right: 12px;
}

#content #maincol #flashlistarea #pics .highlight img
{
	width: 65px;
	height: 65px;
}

#content #maincol #flashlistarea table.starfacts td.links
{
	padding: 5px 5px 10px 5px;
	width: 95px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	color: #ff2ca7;
}

#content #maincol #flashlistarea table.starfacts td.rechts
{
	padding: 5px 5px 10px 5px;
	vertical-align: top;
}

#content #maincol #flashlistarea table.starfacts td.rechts span
{
	display: block;
	margin: 0 0 5px 0;
	line-height: 16px;
}

#content #maincol #flashlistarea table.starfacts td.rechts a
{
	color: #ff2ca7;
}

#content #maincol #flashlistarea table.starfacts td.rechts .highlight
{
	width: 30px;
	height: 30px;
	background: white;
	float: left;
	margin: 0 2px 2px 0;
}

#content #maincol #flashlistarea table.starfacts td.rechts .highlight img
{
	width: 30px;
	height: 30px;
}

#content #maincol #flashlistarea h3
{
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	color: white;
	background: #ff2ca7;
	padding: 0 5px;
	margin: 0;
}

#content #maincol #flashlistarea .forenteaser h4
{
	font-size: 18px;
	padding: 0;
	margin: 0 0 3px 0;
	color: #ff2ca7;
}

#content #maincol #flashlistarea .forenteaser .forenelement strong
{
	margin: 5px 0 0 0;
	display: block;
}

#content #maincol #flashlistarea .fanclub
{
	position: relative;
	width: 285px;
	background: transparent url(../gfx/fanclub_285_bg.gif) left top no-repeat;
	padding: 160px 0 0 0;
	color: #ff2ca7;
	font-size: 18px;
	font-weight: bold;
}

#content #maincol #flashlistarea .fanclub .name
{
	position: absolute;
	left: 8px;
	top: 18px;
	font-size: 30px;
	color: #ff2ca7;
	font-weight: bold;
}

#content #maincol #flashlistarea .fanclub .png
{
	position: absolute;
	right: 8px;
	top: 85px;
}

#content #maincol #flashlistarea .fanclub .highlight
{
	width: 45px;
	height: 45px;
	float: left;
	margin: 0 10px 0 0;
}

#content #maincol #flashlistarea .weiter
{
	text-align: right;
}

#content #maincol #flashlistarea .weiter a,
a.pfeil_pink
{
 	color: #ff2ca7;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_pink.gif) left 3px no-repeat;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
}

#content #maincol #flashlistarea .starnews .highlight
{
	width: 135px;
	height: 94px;
	float: left;
	margin: 0 5px 5px 0;
	display: inline;
}

#content #maincol #flashlistarea .starnews .highlight img
{
	width: 135px;
	height: 94px;
}

#content #maincol #flashlistarea .starnews .text a
{
	font-weight: bold;
	color: #ff2ca7;
}

#content #maincol #flashlistarea .starfiction
{
	padding: 30px 0 0 0;
	background: transparent url(../gfx/FanFiction_starlist.gif) left top no-repeat;
}

#content #maincol #flashlistarea .starfiction a
{
	color: #ff2ca7;
}

#content #maincol #flashlistarea .starfiction h3
{
	font-size: 18px;
	margin: 0 0 10px 0;
}

#content #maincol #flashlistarea .starfiction strong
{
	display: block;
	margin: 0 0 5px 0;
}

#content #maincol #flashlistarea .starfiction span
{
	margin: 0 0 0 5px;
	line-height: 18px;
	vertical-align: middle;
}

#content #maincol #flashlistarea .starfiction span img
{
	display: inline;
}

/* --- Registrierung --- */

#content #maincol #regsteps
{
	height: 95px;
	color: #a6a6a6;
	background: transparent url(../gfx/regstreps_pfeile_bg.gif) 109px center no-repeat;
	position: relative;
}

#content #maincol #regsteps #step1
{
	position: absolute;
	left: 0;
	top: 0;
}

#content #maincol #regsteps #step2
{
	position: absolute;
	left: 210px;
	top: 0;
}

#content #maincol #regsteps #step3
{
	position: absolute;
	left: 440px;
	top: 0;
}

#content #maincol #regsteps #step1 div,
#content #maincol #regsteps #step2 div,
#content #maincol #regsteps #step3 div
{
	font-size: 48px;
	line-height: 52px;
	font-weight: bold;
}

#content #maincol #regsteps #step1 strong,
#content #maincol #regsteps #step2 strong,
#content #maincol #regsteps #step3 strong
{
	display: block;
}

#content #maincol #regsteps .aktiv
{
	color: #1fc5fb;
}

#content #maincol .regbox
{
	width: 580px;
	background: #ededed;
	padding: 5px 0 20px 0;
}

#content #maincol .regbox .links
{
	width: 165px;
	float: left;
}

#content #maincol .regbox .rechts
{
	margin: 0 0 0 165px;
}

#content #maincol .regbox .rechts .small
{
	font-size: 12px;
	line-height: 16px;
}

#content #maincol .regbox .rechts .radiobutton
{
	padding: 0;
}

#content #maincol .regbox .rechts .png,
#content #maincol .regbox .rechts label
{
	vertical-align: middle;
}

#content #maincol .regbox .rechts .png
{
	margin: 0 5px;
}

#content #maincol .regbox .rechts label
{
	margin: 0 30px 0 0;
}

#content #maincol .regbox #cropper
{
	width: 500px;
	height: 400px;
	margin: 0 0 0 40px;
}

#content #maincol .regbox h2
{
	font-size: 14px;
	padding: 0;
	margin: 30px 0 10px 40px;
}

#content #maincol #neueclique .regbox h2
{
	font-size: 14px;
	padding: 0;
	margin: 10px 0 10px 0;
}

#content #maincol .regbox #cropimages
{
	width: 500px;
	height: 240px;
	margin: 0 0 0 40px;
	position: relative;
}

#content #maincol .regbox #cropimages #defaultimages
{
	width: 280px;
	position: absolute;
	left: 0;
	top: 0;
}

#content #maincol .regbox #cropimages #selectedimage
{
	position: absolute;
	left: 300px;
	top: 0;
}

#content #maincol .regbox #motto
{
	width: 560px;
	height: 187px;
	position: relative;
	text-align: center;
	margin: 20px 0 0 0;
}

#content #maincol .regbox #motto #lquotes,
#usercard #motto #lquotes
{
	position: absolute;
	left: 10px;
	bottom: 20px;
	width: 34px;
	height: 24px;
	background: transparent url(../gfx/reg_quotes_left.gif) center center no-repeat;
}

#content #maincol .regbox #motto #rquotes,
#usercard #motto  #rquotes
{
	position: absolute;
	right: 10px;
	top: 20px;
	width: 34px;
	height: 24px;
	background: transparent url(../gfx/reg_quotes_right.gif) center center no-repeat;
}

#content #maincol .regbox a.zwillingefinden
{
	font-size: 18px;
	font-weight: bold;
	background: transparent url(../gfx/ico_zwillinge_finden.gif) right 1px no-repeat;
	padding: 4px 32px 4px 0;
}

#content #maincol #regsuccess
{
	width: 460px;
	padding: 10px 0 0 120px;
	background: transparent url(../gfx/anmeldung_erfolgreich_bg.gif) left top no-repeat;
	min-height: 155px;
}

#content #maincol #regsuccess h2
{
	font-size: 24px;
	color: #1fc5fb;
	margin: 0 0 15px 0;
	padding: 0;
}

/* --- Eventkalender --- */

#content #maincol #eventkalendertitle
{
	width: 580px;
	height: 111px;
}

#content #maincol #eventkalender #monate
{
	width: 580px;
	margin: 10px 0 0 0;
}

#content #maincol #eventkalender #monate div,
#content #maincol #eventkalender #datum div
{
	float: left;
	display: inline;
}

#content #maincol #eventkalender #monate .prev,
#content #maincol #eventkalender #monate .next
{
	margin: 10px 0 0 0;
	width: 153px;
	height: 36px;
}

#content #maincol #eventkalender #monate .next
{
	text-align: right;
}

#content #maincol #eventkalender #monate .aktuell
{
	width: 232px;
	height: 60px;
	text-align: center;
}

#content #maincol #eventkalender #monate .button
{
	margin: 5px 0 0 0;
	width: 21px;
	height: 38px;
}

#content #maincol #kalender .tag
{
	position: relative;
	width: 85px;
	height: 58px;
	margin: 5px 5px 0 0;
	float: left;
	display: inline;
	font-size: 10px;
	line-height: 11px;
	padding: 7px 22px 0 5px;
}

#content #maincol #kalender .tag a
{
	color: #775ae2;
}

#content #maincol #kalender .tag .weiter
{
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-align: right;
}

#content #maincol #kalender .tag .weiter a
{
	color: #c769ff;
	background: transparent url(../gfx/eventkalender/kalender/pfeil.gif) left 3px no-repeat;
	padding: 0 0 0 8px;
}

#content #maincol #kalender .tag .zahl
{
	position: absolute;
	top: 5px;
	right: 5px;
}

#content #maincol #kalender .heute_sonntag a,
#content #maincol #kalender .heute_montag a,
#content #maincol #kalender .heute_dienstag a,
#content #maincol #kalender .heute_mittwoch a,
#content #maincol #kalender .heute_donnerstag a,
#content #maincol #kalender .heute_freitag a,
#content #maincol #kalender .heute_samstag a
{
	color: white;
}

#content #maincol #kalender .heute_sonntag .weiter a,
#content #maincol #kalender .heute_montag .weiter a,
#content #maincol #kalender .heute_dienstag .weiter a,
#content #maincol #kalender .heute_mittwoch .weiter a,
#content #maincol #kalender .heute_donnerstag .weiter a,
#content #maincol #kalender .heute_freitag .weiter a,
#content #maincol #kalender .heute_samstag .weiter a
{
	color: white;
	background-image: url(../gfx/eventkalender/kalender/pfeil_weiss.gif);
}

#content #maincol #kalender .leer
{
	background: transparent url(../gfx/eventkalender/kalender/leer.gif) left top no-repeat;
}

#content #maincol #kalender .montag
{
	background: transparent url(../gfx/eventkalender/kalender/montag.gif) left top no-repeat;
}

#content #maincol #kalender .dienstag
{
	background: transparent url(../gfx/eventkalender/kalender/dienstag.gif) left top no-repeat;
}

#content #maincol #kalender .mittwoch
{
	background: transparent url(../gfx/eventkalender/kalender/mittwoch.gif) left top no-repeat;
}

#content #maincol #kalender .donnerstag
{
	background: transparent url(../gfx/eventkalender/kalender/donnerstag.gif) left top no-repeat;
}

#content #maincol #kalender .freitag
{
	background: transparent url(../gfx/eventkalender/kalender/freitag.gif) left top no-repeat;
}

#content #maincol #kalender .samstag
{
	background: transparent url(../gfx/eventkalender/kalender/samstag.gif) left top no-repeat;
}

#content #maincol #kalender .sonntag
{
	background: transparent url(../gfx/eventkalender/kalender/sonntag.gif) left top no-repeat;
}

#content #maincol #kalender .heute_montag
{
	background: transparent url(../gfx/eventkalender/kalender/heute_montag.gif) left top no-repeat;
}

#content #maincol #kalender .heute_dienstag
{
	background: transparent url(../gfx/eventkalender/kalender/heute_dienstag.gif) left top no-repeat;
}

#content #maincol #kalender .heute_mittwoch
{
	background: transparent url(../gfx/eventkalender/kalender/heute_mittwoch.gif) left top no-repeat;
}

#content #maincol #kalender .heute_donnerstag
{
	background: transparent url(../gfx/eventkalender/kalender/heute_donnerstag.gif) left top no-repeat;
}

#content #maincol #kalender .heute_freitag
{
	background: transparent url(../gfx/eventkalender/kalender/heute_freitag.gif) left top no-repeat;
}

#content #maincol #kalender .heute_samstag
{
	background: transparent url(../gfx/eventkalender/kalender/heute_samstag.gif) left top no-repeat;
}

#content #maincol #kalender .heute_sonntag
{
	background: transparent url(../gfx/eventkalender/kalender/heute_sonntag.gif) left top no-repeat;
}

#content #maincol #eventkalender #datum .button
{
	width: 21px;
	height: 38px;
}

#content #maincol #eventkalender #datum .date
{
	width: 538px;
	height: 45px;
	text-align: center;
}

#content #maincol #eventkalender #datum .date img
{
	vertical-align: middle;
	margin: 0 6px 0 0;
}

#content #maincol #eventkalender .terminbox
{
	width: 564px;
	padding: 15px 8px 3px 8px;
	background: #f3f0fc url(../gfx/eventkalender/terminbox_head_bg.gif) left top no-repeat;
}

#content #maincol #eventkalender .terminbox .termin
{
	margin: 5px 0 0 0;
	padding: 5px;
	background: white;
}

#content #maincol #eventkalender .terminbox .termin h2
{
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#content #maincol #eventkalender .termindetail h2
{
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}

#content #maincol #eventkalender .terminbox .termin span.weiter
{
	margin: 0 0 0 5px;
	padding: 0;
	line-height: 18px;
	vertical-align: middle;
}

#content #maincol #eventkalender .terminbox .termin img
{
	display: inline;
}

#content #maincol #eventkalender .terminbox .termin .userinfo,
#content #maincol #eventkalender .termindetail .userinfo
{
	color: #a6a6a6;
}

#content #maincol #eventkalender .userinfo a,
#content #maincol #eventkalender .terminbox .termin h2 a,
#content #maincol #eventkalender .kommentar .grau a,
#content #maincol #eventkalender .eventbox .liste a
{
	color: #775ae2;
}

#content #maincol #eventkalender .userinfo a.comments
{
	padding: 0 0 0 20px;
	background: transparent url(../gfx/eventkalender/ico_comment.gif) left 2px no-repeat;
}

#content #maincol #eventkalender .terminboxAbschluss
{
	width: 580px;
	height: 8px;
	font-size: 1px;
	line-height: 1px;
	background: transparent url(../gfx/eventkalender/terminbox_foot_bg.gif) left top no-repeat;
}

#content #maincol #eventkalender .detailboxStart
{
	width: 580px;
	height: 8px;
	font-size: 1px;
	line-height: 1px;
	background: transparent url(../gfx/eventkalender/detailbox_head.gif) left top no-repeat;
}

#content #maincol #eventkalender .eventbox
{
	width: 174px;
	background-color: #f3f0fc;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 45px 7px 0 7px;
	float: left;
	margin: 0 8px 0 0;
	display: inline;
}

#content #maincol #eventkalender #gebtage
{
	background-image: url(../gfx/eventkalender/geburtstage.gif);
}

#content #maincol #eventkalender #mitglieder
{
	background-image: url(../gfx/eventkalender/neue_mitglieder.gif);
}

#content #maincol #eventkalender #blogs
{
	background-image: url(../gfx/eventkalender/neue_blogs.gif);
}

#content #maincol #eventkalender .eventbox .liste
{
	height: 154px;
	padding: 5px;
	background: white;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

#content #maincol #eventkalender .eventbox .liste span
{
	display: block;
	line-height: 20px;
}

#content #maincol #eventkalender .eventbox .liste span.small
{
	color: #a6a6a6;
	line-height: 14px;
}

#content #maincol #eventkalender .eventboxAbschluss
{
	width: 188px;
	height: 8px;
	background: transparent url(../gfx/eventkalender/eventbox_foot.gif) left top no-repeat;
	line-height: 1px;
	font-size: 1px;
	float: left;
	margin: 0 8px 0 0;
	display: inline;
}

#content #maincol #eventkalender h1
{
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	color: white;
	background: #775ae2;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	float: left;
}

#content #maincol #eventkalender .submit
{
	color: white;
	background: #c769ff;
}

#content #maincol #eventkalender .termindetail
{
	width: 564px;
	padding: 0 8px;
	background: #f3f0fc;
}

#content #maincol #eventkalender .termindetail .inner105
{
	background: white;
}

#content #maincol #eventkalender .termindetail .navi
{
	width: 564px;
	height: 24px;
	position: relative;
	text-align: center;
	padding: 1px 0 10px 0;
	margin: 20px 0 0 0;
}

#content #maincol #eventkalender .termindetail .navi .prev
{
	position: absolute;
	left: 0;
	top: 1px;
}

#content #maincol #eventkalender .termindetail .navi .next
{
	position: absolute;
	right: 0;
	top: 0;
}

#content #maincol #eventkalender a.kommentieren
{
	color: #c769ff;
	background-image: url(../gfx/pfeil_malve.gif);
}

#content #maincol #contentlogin a.pfeil
{
	background-image: url(../gfx/pfeil_blau_grau.gif);
}

#content #maincol #contentlogin label
{
	width: 80px;
	float: left;
}

#content #maincol #kontakt label,
#content #maincol #newsletter label,
#content #maincol #missing label
{
	width: 200px;
	float: left;
}

#content #maincol #impressum h2
{
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
}

#content #maincol #newsletter .auswahl
{
	margin: 0 0 0 200px;
}

#content #maincol #newsletter .auswahl input,
#content #maincol #bank .auswahl input
{
	margin: 0 8px 0 0;
	padding: 0;
}

#content #maincol #newsletter .auswahl label,
#content #maincol #bank .auswahl label,
#content #maincol #bank .auswahl input
{
	width: auto;
	float: none;
}

#content #maincol #rss h2
{
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

#content #maincol #missing .hintergrund
{
	height: 325px;
	width: 580px;
	background: transparent url(../gfx/404_missing_bg.gif) left top no-repeat;
	margin: 30px 0 40px 0;
}

#content #maincol #abo .text
{
	margin: 0 0 0 285px;
	padding: 5px 10px;
}

#content #maincol #abo h3
{
	font-size: 18px;
	line-height: 30px;
	background: #1fc5fb;
	padding: 0 5px;
	color: white;
	float: left;
	margin: 0;
}

#content #maincol #abo h3 a
{
	color: white;
	text-decoration: none;
}

#content #maincol #praemien input
{
	margin: 3px 0 0 0;
	padding: 0;
	float: left;
}

#content #maincol #praemien label
{
	margin: 0 0 0 20px;
	display: block;
}

#content #maincol #formular .links,
#content #maincol #bank .links,
#content #maincol #mitgliedersuchbox .links
{
	width: 200px;
	float: left;
}

#content #maincol #bank .auswahl
{
	margin: 10px 0 20px 0;
}

#content #maincol .suchergebnissuche
{
	background: #ededed;
	padding: 15px;
	text-align: center;
	font-weight: bold;
}

#content #maincol #suchergebnis .hit img,
#content #maincol #themen .hit img
{
	width: 100px;
	height: 69px;
	float: left;
}

#content #maincol #suchergebnis .hit h2,
#content #maincol #themen .hit h2,
#content #maincol #blogthemen h2
{
	font-size: 14px;
	padding: 0;
	margin: 0 0 2px 0;
}

#content #maincol #suchergebnis .hit .text,
#content #maincol #themen .hit .text
{
	margin: 0 0 0 110px;
}

#content #maincol #suchergebnis .hit span,
#content #maincol #themen .hit span,
#content #maincol #blogthemen span
{
	margin: 0 0 0 5px;
	line-height: 18px;
	vertical-align: middle;
}

#content #maincol #suchergebnis .hit span img,
#content #maincol #themen .hit span img,
#content #maincol #suchergebnis .hit a.weiter img,
#content #maincol #blogthemen a.weiter img
{
	display: inline;
	width: auto;
	height: auto;
	float: none;
}

/* --- Horoskop --- */

#maincol #horoskop
{
	width: 580px;
	background: black url(../gfx/horoskop_head_bg.gif) left top no-repeat;
}

#maincol #horoskop h2
{
	font-size: 18px;
	margin: 0 0 5px 0;
	padding: 0;
}

#maincol #horoskop .inner
{
	padding: 15px 30px;
}

#maincol #horoskop a
{
	color: #2af1e5;
	font-weight: bold;
}

#maincol #horoskop .beschreibung
{
	margin: 0 0 0 180px;
	font-size: 12px;
	line-height: 16px;
}

#maincol #horoskop .beschreibung a.alle
{
	margin: 15px 0 0 5px;
	float: left;
}

#maincol #horoskop #wassermann
{
	background: transparent url(../gfx/horoskop_wassermann_bg.gif) left top no-repeat;
	color: #1fc5fb;
	padding: 47px 0 0 0;
}

#maincol #horoskop #fische
{
	background: transparent url(../gfx/horoskop_fische_bg.gif) left top no-repeat;
	color: #c769ff;
	padding: 47px 0 0 0;
}

#maincol #horoskop #widder
{
	background: transparent url(../gfx/horoskop_widder_bg.gif) left top no-repeat;
	color: #ff2ca7;
	padding: 47px 0 0 0;
}

#maincol #horoskop #stier
{
	background: transparent url(../gfx/horoskop_stier_bg.gif) left top no-repeat;
	color: #c769ff;
	padding: 47px 0 0 0;
}

#maincol #horoskop #zwillinge
{
	background: transparent url(../gfx/horoskop_zwillinge_bg.gif) left top no-repeat;
	color: #a6a6a6;
	padding: 47px 0 0 0;
}

#maincol #horoskop #krebs
{
	background: transparent url(../gfx/horoskop_krebs_bg.gif) left top no-repeat;
	color: #1fc5fb;
	padding: 47px 0 0 0;
}

#maincol #horoskop #loewe
{
	background: transparent url(../gfx/horoskop_loewe_bg.gif) left top no-repeat;
	color: #a6a6a6;
	padding: 47px 0 0 0;
}

#maincol #horoskop #jungfrau
{
	background: transparent url(../gfx/horoskop_jungfrau_bg.gif) left top no-repeat;
	color: #ff2ca7;
	padding: 47px 0 0 0;
}

#maincol #horoskop #waage
{
	background: transparent url(../gfx/horoskop_waage_bg.gif) left top no-repeat;
	color: #c769ff;
	padding: 47px 0 0 0;
}

#maincol #horoskop #skorpion
{
	background: transparent url(../gfx/horoskop_skorpion_bg.gif) left top no-repeat;
	color: #ff2ca7;
	padding: 47px 0 0 0;
}

#maincol #horoskop #schuetze
{
	background: transparent url(../gfx/horoskop_schuetze_bg.gif) left top no-repeat;
	color: #1fc5fb;
	padding: 47px 0 0 0;
}

#maincol #horoskop #steinbock
{
	background: transparent url(../gfx/horoskop_steinbock_bg.gif) left top no-repeat;
	color: #a6a6a6;
	padding: 47px 0 0 0;
}

#maincol #horoskop #default
{
	font-weight: bold;
	color: #2af1e5;
	padding: 5px 0 0 0;
}

#maincol #horoskop #default #tages,
#maincol #horoskop #default #monats,
#maincol #horoskop #default #jahres
{
	margin: 0 10px 0 0;
	padding: 2px 5px;
	color: #2af1e5;
}

#maincol #horoskop #default .aktiv
{
	color: black !important;
	background: #2af1e5;
	text-decoration: none;
}

#maincol #horoskop .beschreibung .highlight
{
	float: left;
	margin: 0 5px 0 0;
	width: 30px;
	height: 30px;
	background: white;
}

#maincol #horoskop .beschreibung .highlight img
{
	width: 30px;
	height: 30px;
}

#maincol #horoskop .andere
{
	margin: 45px 0 0 0;
	color: #2af1e5;
	padding: 0 0 40px 0;
}

#maincol #horoskop .andere h2
{
	margin-left: 30px;
}

#maincol #horoskop .andere .signbox
{
	width: 95px;
	height: 115px;
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin: 20px 17px 0 30px;
	float: left;
	display: inline;
}

#maincol #horoskop .andere .signbox img
{
	display: block;
}

#maincol #horoskop .andere .signbox a#lwassermann,
#maincol #horoskop .andere .signbox a#lfische,
#maincol #horoskop .andere .signbox a#lwidder,
#maincol #horoskop .andere .signbox a#lstier,
#maincol #horoskop .andere .signbox a#lzwillinge,
#maincol #horoskop .andere .signbox a#lkrebs,
#maincol #horoskop .andere .signbox a#lloewe,
#maincol #horoskop .andere .signbox a#ljungfrau,
#maincol #horoskop .andere .signbox a#lwaage,
#maincol #horoskop .andere .signbox a#lskorpion,
#maincol #horoskop .andere .signbox a#lschuetze,
#maincol #horoskop .andere .signbox a#lsteinbock
{
	padding: 2px 5px;
}

#maincol #horoskop .andere #sign_widder a,
#maincol #horoskop .andere #sign_jungfrau a,
#maincol #horoskop .andere #sign_skorpion a
{
	color: #ff2ca7;
}

#maincol #horoskop .andere #sign_widder a.aktiv,
#maincol #horoskop .andere #sign_jungfrau a.aktiv,
#maincol #horoskop .andere #sign_skorpion a.aktiv
{
	color: black;
	background: #ff2ca7;
}

#maincol #horoskop .andere #sign_stier a,
#maincol #horoskop .andere #sign_waage a,
#maincol #horoskop .andere #sign_fische a
{
	color: #c769ff;
}

#maincol #horoskop .andere #sign_stier a.aktiv,
#maincol #horoskop .andere #sign_waage a.aktiv,
#maincol #horoskop .andere #sign_fische a.aktiv
{
	color: black;
	background: #c769ff;
}

#maincol #horoskop .andere #sign_zwillinge a,
#maincol #horoskop .andere #sign_loewe a,
#maincol #horoskop .andere #sign_steinbock a
{
	color: #a6a6a6;
}

#maincol #horoskop .andere #sign_zwillinge a.aktiv,
#maincol #horoskop .andere #sign_loewe a.aktiv,
#maincol #horoskop .andere #sign_steinbock a.aktiv
{
	color: black;
	background: #a6a6a6;
}

#maincol #horoskop .andere #sign_krebs a,
#maincol #horoskop .andere #sign_schuetze a,
#maincol #horoskop .andere #sign_wassermann a
{
	color: #1fc5fb;
}

#maincol #horoskop .andere #sign_krebs a.aktiv,
#maincol #horoskop .andere #sign_schuetze a.aktiv,
#maincol #horoskop .andere #sign_wassermann a.aktiv
{
	color: black;
	background: #1fc5fb;
}

#content #maincol #rabattflash
{
	width: 580px;
	margin: 0 0 0 10px;
	height: 138px;
	padding: 130px 0 0 0;
	text-align: center;
	background: transparent url(../gfx/rabatt_flash_bg.gif) center center no-repeat;
	font-size: 20px;
	line-height: 24px;
	color: white;
}

#content #maincol #rabattflash input.code
{
	width: 278px;
	height: 26px;
	color: black;
	padding: 2px 0 0 2px;
	font: bold 20px/26px Arial, Helvetica, sans-serif;
	border: 0;
	background: white;
	text-align: center;
}

#content #maincol #rabattflash input.submit
{
	margin: 0 0 0 2px;
	height: 28px;
	width: 27px;
}

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

#content #forumtitle
{
	background: transparent url(../gfx/title_forum.gif) left top no-repeat;
	width: 580px;
	height: 115px;
}

#content #cliquenforumtitle
{
	background: transparent url(../gfx/title_cliquenforum.gif) left top no-repeat;
	width: 580px;
	height: 115px;
}

#content #fanclubforumtitle
{
	background: transparent url(../gfx/title_fanclubforum.gif) left top no-repeat;
	width: 580px;
	height: 115px;
}

#content #forumtitlefull
{
	background: transparent url(../gfx/title_forum_full.gif) left top no-repeat;
	width: 790px;
	height: 115px;
}

#content #forum
{
	width: 580px;
}

#content #forumfull
{
	width: 790px;
}

#content #forum .forensuche
{
	height: 50px;
	width: 560px;
	line-height: 50px;
	color: white;
	font-size: 14px;
	background: #c769ff;
	padding: 0 10px;
	font-weight: bold;
	position: relative;
}

#content .forensuche a
{
	position: absolute;
	right: 10px;
	top: 0;
	color: white;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_weiss_lila.gif) left center no-repeat;
}

#content #forum table.master td,
#content #forum table.posts td,
#content #forum table.online td
{
	padding: 8px 5px;
	border-top: 1px solid #ededed;
}

#content #forum table.mails td
{
	padding: 8px 5px;
}


#content #forum table.master td small
{
	font-size: 11px;
	display: block;
}

#content #forum table.master td .wann
{
	margin: 10px 0 0 0;
}

#content #forum table.master tr.head td,
#content #forum table.online tr.head td,
#content #forum table.mails tr.head td
{
	line-height: 20px;
	color: white;
	font-weight: bold;
	background: #1fc5fb;
	border-top: none;
}

#content #forum div.postfach
{
	line-height: 36px;
	color: white;
	font-weight: bold;
	background: #1fc5fb;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
}

#content #forum table.mails tr.headgrey td
{
	line-height: 20px;
	color: black;
	font-weight: bold;
	background: #ededed;
	border: none !important;
}

#content #forum table.master td.forenname
{
	color: black;
	line-height: 20px;
	background: #ededed;
	font-weight: bold;
	border-top: none;
}

#content #forum table.master,
#content #forum table.posts,
#content #forum table.online
{
	border-bottom: 1px solid #ededed;
}

#content #forum table.posts td
{
	padding-bottom: 15px;
	vertical-align: top;
}

#content #forum table.posts td h1
{
	font-size: 14px;
	margin: 0 0 5px 0;
}

#content #maincol #forum .small
{
	color: #a6a6a6;
}

#content #maincol #forum .small span.seiten
{
	color: #1fc5fb;
}

#content #maincol #forum .small span.seiten img
{
	vertical-align: middle;
	margin: 0 2px;
}

#content #maincol #forum a.bookmark
{
	padding: 4px 0 8px 30px;
	font-weight: bold;
	background: transparent url(../gfx/forum/ico_thread_bookmarken.gif) left top no-repeat;
	color: #ff2ca7;
}

#content #maincol #forum .post img
{
	margin: 0 5px 0 0;
}

#content #maincol #forum img.userstatus
{
	vertical-align: middle;
	margin: 0 0 0 5px;
}

#content #maincol #forum td.signatur
{
	font-weight: bold;
	font-style: italic;
	color: #c769ff;
	border-top: none !important;
}

#content #maincol #forum .box_lightgrey .toolbar
{
	text-align: right;
	padding: 0 6px 0 0;
}

#content #maincol #forum .box_lightgrey .toolbar img
{
	vertical-align: middle;
}

#content #maincol #forum #smilies
{
	margin: 10px 5px 0 5px;
	background: white;
	padding: 5px;
	display: none;
}

#content #maincol #forum #smilies img
{
	margin: 5px;
	float: left;
	display: inline;
	vertical-align: bottom;
}

#content #maincol #forum table.online td.user
{
	line-height: 45px;
	font-weight: bold;
}

#content #maincol #forum table.online td.user .highlight
{
	vertical-align: middle;
	background: white;
	float: left;
	margin: 0 10px 0 0;
	width: 45px;
	height: 45px;
}

#content #maincol #forum table.online td.user img
{
	width: 45px;
	height: 45px;
}

#content #forum .mailboxnavi a
{
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 20px 0 0;
	background: transparent url(../gfx/ico_folder.gif) left center no-repeat;
	padding: 0 0 0 30px;
}

#content #forum table.mails img.collapse
{
	vertical-align: middle;
}

#content #forum table.mails strong.collapse
{
	margin: 0 0 0 5px;
}

#content #forum table.mails tr.underline td
{
	border-bottom: 1px solid #ededed;
}

#content #forum table.mails td.newpm
{
	font-weight: bold;
}

#content #forum table.legende td
{
	line-height: 22px;
	font-size: 12px;
	padding: 0;
	border: none;
}

#content #forum .mailuserinfo
{
	width: 170px;
	vertical-align: top;
	font-size: 12px;
}

#content #forum table.mails .mailtext
{
	padding: 10px 10px 0 0;
	vertical-align: top;
}

/* --- midcol ----------------------------------------------------------------------------------------- */

/* --- allgemein --- */

#content #midcol h2
{
	line-height: 40px;
	font-size: 20px;
	text-align: right;
	padding: 0 5px;
	margin: 0 0 1px 10px;
	background: #c769ff;
	color: white;
	width: 180px;
}

#content #midcol h2 a,
#content #midcol h3 a,
#content #midcol h4 a
{
	color: white;
	text-decoration: none;
}

#content #midcol h3,
#content #midcol h4
{
	font-size: 18px;
	line-height: 22px;
	padding: 9px 0 9px 5px;
	position: relative;
	width: 185px;
	margin: 0 0 0 10px;
}

#content #midcol h4 img
{
	position: absolute;
	right: 6px;
	top: 4px;
}

#content #midcol .quizname,
#content #midcol .testname
{
	width: 160px;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

#content #midcol .quizname a
{
	color: #c769ff !important;
}

#content #midcol .testname a
{
	color: #1fc5fb;
}

#content #midcol .weiter_lila
{
	text-align: right;
}

#content #midcol .quizname a
{
	color: #c769ff;
}

#content #midcol .box190
{
	margin: 0 0 0 10px;
	width: 190px;
	font-size: 12px;
	line-height: 16px;
}

#content #midcol .box185
{
	padding: 0 0 0 5px;
	margin: 0 0 0 10px;
	width: 185px;
	font-size: 14px;
}

#content #midcol .pic50teaserbox .space10
{
	clear: left;
}

#content #midcol .pic50teaserbox .highlight
{
	width: 50px;
	height: 35px;
	float: left;
	margin: 3px 0 0 0;
	display: inline;
}

#content #midcol .pic50teaserbox .text
{
	width: 132px;
	float: left;
	padding: 0 0 0 8px;
	font-size: 14px;
}

#content #midcol .pic45teaserbox .highlight
{
	width: 45px;
	height: 45px;
	float: left;
	margin: 3px 0 0 0;
	display: inline;
}

#content #midcol .pic45teaserbox .text
{
	width: 137px;
	float: left;
	padding: 0 0 0 8px;
	font-size: 14px;
}

#content #midcol .movershaker .highlight img
{
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 5px 0 0;
	display: inline;
}

#content #midcol .movershaker .change
{
	margin: 8px 0 0 0;
	color: #ff2ca7;
	font-size: 12px;
	font-weight: bold;
}

#content #midcol img.twopics
{
	width: 90px;
	height: 90px;
	float: left;
	margin: 0 0 0 10px;
}

#content #midcol .weiter
{
	text-align: right;
}

#content #midcol .weiter a
{
	font-weight: bold;
	padding: 0 0 0 12px;
	background-color: transparent;
	background-position: left 3px;
	background-repeat: no-repeat;
	color: #c769ff;
	background-image: url(../gfx/pfeil_lila.gif);
}

#content #midcol .userlist
{
	margin: 3px 0 0 7px;
}

#content #midcol .userlist img
{
	float: left;
	margin: 0 0 3px 3px;
	display: inline;
}

#content #midcol .ticker
{
	padding: 20px 0 0 0;
	text-align: right;
	background: transparent url(../gfx/3x_rot.gif) left top no-repeat;
	width: 190px;
	margin: 0 0 0 10px;
}

#content #midcol .ticker h3
{
	color: #ff2ca7;
	font-size: 48px;
	margin: 0;
	padding: 0;
	line-height: 55px;
}

#content #midcol .ticker .space2
{
	clear: right;
}

#content #midcol .ticker a
{
	line-height: 16px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding: 2px 3px;
	float: right;
	background: #ff2ca7;
}

#content #midcol .klecks
{
	height: 155px;
	background: transparent url(../gfx/klecks_midcol.gif) right center no-repeat;
}

#content #midcol #mcsuchbox
{
	margin: 0 0 0 10px;
	font-size: 17px;
	font-weight: bold;
	padding: 5px;
}

#content #midcol .aktionen
{
	margin: 0 0 0 10px;
}

/* --- Sonderteaser --- */

#content #midcol .abobox h4
{
	background: #1fc5fb;
	color: white;
}

#content #midcol .abobox a
{
	font-weight: bold;
	color: #1fc5fb;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_blau.gif) left 3px no-repeat;
	margin: 0 0 0 10px;
}

#content #midcol .abobox a.aktiv
{
	font-weight: bold;
	color: #a6a6a6;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_grau.gif) left 3px no-repeat;
}

#content #midcol .mcopenbattle
{
	width: 190px;
	height: 176px;
	margin: 0 0 0 10px;
	position: relative;
	color: white;
	font-size: 11px;
}

#content #midcol .mcopenbattle a
{
	color: white;
}

#content #midcol .mcopenbattle .links img
{
	width: 92px;
	height: 92px;
	position: absolute;
	left: 0;
	top: 0;
}

#content #midcol .mcopenbattle .rechts img
{
	width: 92px;
	height: 92px;
	position: absolute;
	right: 0;
	top: 0;
}

#content #midcol .mcopenbattle .links .vorne,
#content #midcol .mcopenbattle .links .hinten
{
	left: 0;
}

#content #midcol .mcopenbattle .rechts .vorne,
#content #midcol .mcopenbattle .rechts .hinten
{
	right: 0;
}

#content #midcol .mcopenbattle .vorne,
#content #midcol .mcopenbattle .hinten
{
	text-align: center;
}

#content #midcol .mcopenbattle .vorne strong,
#content #midcol .mcopenbattle .hinten strong
{
	display: block;
	margin: 30px 0 0 0;
	font-size: 24px;
}

#content #midcol .mcopenbattle .rechts strong
{
	margin-left: 13px;
}

#content #midcol .mcopenbattle .links strong
{
	margin-right: 10px;
}

#content #midcol .mcopenbattle .png
{
	position: absolute;
	left: 72px;
	bottom: 5px;
	z-index: 2;
}

#content #midcol .mcbattlestats
{
	color: #cb74ff;
	text-align: center;
	font-weight: bold;
	margin: 0 0 0 10px;
}

#content #midcol .mcbattle h4
{
	background: #1fc5fb !important;
	color: white !important;
}

#content #midcol .mcbattle .battlebox_community,
#content #midcol .mcbattle .battlebox_star
{
	margin: 0 0 0 10px;
	width: 190px;
	height: 176px;
	position: relative;
}

#content #midcol .mcbattle .battlebox_community
{
	background: transparent url(../gfx/community_battle_bg.gif) right top no-repeat;
}

#content #midcol .mcbattle .battlebox_star
{
	background: transparent url(../gfx/star_battle_bg.gif) right top no-repeat;
}

#content #midcol .mcbattle .battlebox_community .fist_left,
#content #midcol .mcbattle .battlebox_star .fist_left
{
	position: absolute;
	width: 34px;
	height: 29px;
	left: 24px;
	top: 140px;
}

#content #midcol .mcbattle .battlebox_community .fist_right,
#content #midcol .mcbattle .battlebox_star .fist_right
{
	position: absolute;
	width: 34px;
	height: 29px;
	right: 24px;
	top: 140px;
}

#content #midcol .mcbattle .combatant1,
#content #midcol .mcbattle .combatant2
{
	position: absolute;
	top: 0;
	width: 92px;
	height: 130px;
	overflow: hidden;
	font-size: 11px;
	line-height: 26px;
	text-align: center;
	color: white;
}

#content #midcol .mcbattle .combatant1
{
	left: 0;
}

#content #midcol .mcbattle .combatant2
{
	right: 0;
}

#content #midcol .mcbattle .combatant1 img,
#content #midcol .mcbattle .combatant2 img
{
	width: 92px;
	height: 92px;
}

#content #midcol .mcbattle .combatant1 a,
#content #midcol .mcbattle .combatant2 a
{
	color: white;
}

#content #midcol .mcbattle .combatant1 .value,
#content #midcol .mcbattle .combatant2 .value
{
	width: 30px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #cb74ff;
	line-height: 30px;
	text-align: center;
	margin: 7px 3px 0 2px;
	float: left;
	display: inline;
}

#content #midcol .mcbattle .combatant1 .name,
#content #midcol .mcbattle .combatant2 .name
{
	line-height: normal;
	text-align: left;
	margin: 8px 0 0 0;
	width: 55px;
	overflow: hidden;
}

#content #midcol #geburtsgsliste #geburtstage .liste
{
	margin: 0 0 0 10px;
	height: 195px;
	padding: 5px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

#content #midcol #geburtsgsliste #geburtstage .liste a
{
	display: block;
	font-weight: bold;
}

#content #midcol #geburtsgsliste .pinknav
{
	margin: 0 0 0 10px;
}

#content #midcol #geburtsgsliste .pinknav div
{
	float: left;
}

#content #midcol #geburtsgsliste .pinknav .info
{
	background: #ff2ca7;
	color: white;
	line-height: 23px;
	height: 23px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	width: 132px;
}

#content #midcol .mc_lovechance .rankelement
{
	height: 40px;
	background: #ccf2fe;
	line-height: 40px;
	font-weight: bold;
	margin: 2px 0 0 10px;
	position: relative;
}

#content #midcol .mc_lovechance .rankelement a
{
	color: #f00;
}

#content #midcol .mc_lovechance .rankelement img
{
	vertical-align: middle;
	margin: 0 42px 0 0;
	display: inline;
}

#content #midcol .mc_lovechance .rankelement .highlight
{
	position: absolute;
	width: 30px;
	height: 30px;
	background: white;
	top: 5px;
	left: 35px;
}

#content #midcol .mc_lovechance .rankelement .highlight img
{
	width: 30px;
	height: 30px;
	margin: 0;
}

#content #midcol .mc_lovechance a.weiter 
{
	color: #f00;
	background: transparent url(../gfx/pfeil_rot.gif) left 3px no-repeat;
	font-weight: bold;
	padding: 0 0 0 12px;
	margin: 0 0 0 10px;

}

#content #midcol .mc_fanfiction h4
{
	color: #ffee29;
	background: black;
}

#content #midcol .mc_fanfiction h4 a
{
	color: #ffee29;
}

#content #midcol .mc_fanfiction .weiter
{
	margin: 0 0 0 10px;
}

#content #midcol .mc_fanfiction a.weiter 
{
	color: #898787;
	background: transparent url(../gfx/pfeil_dunkelgrau.gif) left 3px no-repeat;
	font-weight: bold;
	padding: 0 0 0 12px;
}

#content #midcol .mc_fanfiction strong
{
	font-size: 14px;
	line-height: 18px;
}

#content #midcol .mc_fanfiction strong,
#content #midcol .mc_fanfiction strong a,
#content #midcol .mc_fanfiction .small a
{
	color: #898787 !important;
}

#content #midcol .mc_fanfiction .box190,
#content #midcol .mc_witze .box190
{
	font-size: 12px;
	line-height: 16px;
}

#content #midcol .mc_witze h4
{
	background: #6aee00;
	color: white;
}

#content #midcol .mc_witze .box190 a,
#content #midcol .mc_witze .weiter a
{
	color: #ff2ca7 !important;
}

#content #midcol .mc_witze .weiter
{
	margin: 0 0 0 10px;
	text-align: left;
}

#content #midcol .mc_witze .weiter a
{
	background-image: url(../gfx/pfeil_pink.gif) !important;
}

#content #midcol #maedchen,
#content #midcol #jolie,
#content #midcol #yam
{
	width: 190px;
	margin: 0 0 0 10px;
	text-align: right;
}

#content #midcol #maedchen img,
#content #midcol #jolie img,
#content #midcol #yam img
{
	margin: 0 0 10px 0;
}

#content #midcol #maedchen a,
#content #midcol #jolie a,
#content #midcol #yam a
{
	color: #c769ff;
	display: block;
}

/* --- Horoskop --- */

#content #midcol #horoskop
{
	font-size: 12px;
}

#content #midcol #horoskop .fnav a
{
	font-weight: bold;
	line-height: 23px;
	padding: 0 5px;
	float: right;
	background: #c769ff;
	color: white;
	text-decoration: none;
	font-size: 12px;
	border-left: 1px solid white;
}

#content #midcol #horoskop .fnav a:hover,
#content #midcol #horoskop .fnav a:active,
#content #midcol #horoskop .fnav a:focus,
#content #midcol #horoskop .fnav a.aktiv
{
	background: white;
	color: #c769ff;
}

#content #midcol #horoskop .box190,
#content #midcol #radioteaser .box190
{
	color: #c769ff;
	text-align: right;
	position: relative;
	background: white;
}

#content #midcol #horoskop .box190 h3,
#content #midcol #radioteaser .box190 h3
{
	font-size: 18px;
	margin: 0;
	padding: 0;
	background: none;
	color: #c769ff !important;
}

#content #midcol #horoskop .box190 .sternzeichen
{
	float: right;
	margin: 0 0 0 5px;
	display: inline;
}

#content #midcol #horoskop .box190 .sternzeichen h3
{
	display: inline;
}

#content #midcol #horoskop .box190 .sign
{
	float: right;
	margin: 7px 0 0 0;
	display: inline;
}

#content #midcol #horoskop .weiter a
{
 	background-image: url(../gfx/pfeil_lila.gif) !important;
	color: #c769ff !important;
}

/* --- Charts --- */

#content #midcol .chartteaser
{
	margin: 0 0 0 10px;
	width: 190px;
	font-size: 12px;
	line-height: 16px;
	color: white;
}

#content #midcol .chartteaser .weiter
{
	padding: 5px 0 0 0;
	text-align: left;
}

#content .chartteaser .weiter a
{
	color: #ff2ca7 !important;
	background-image: url(../gfx/pfeil_pink.gif) !important;
}

/* --- Aktionsblogteaser --- */

#content #midcol .aktionsblogteaser
{
	margin: 0 0 0 10px;
	width: 190px;
	font-size: 14px;
	line-height: 18px;
}

#content #midcol .aktionsblogteaser h4
{
	background: #1fc5fb;
	color: white;
	margin: 0;
}

#content #midcol .aktionsblogteaser .bold
{
	border-top: 1px solid white;
	background: #1fc5fb;
	color: white;
	line-height: 20px;
	padding: 0 0 0 5px;
}

#content #midcol .aktionsblogteaser .inner
{
	padding: 5px;
}

#content #midcol .aktionsblogteaser .userinfo
{
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0 0 0;
}

/* --- Eventkalender --- */

#content #midcol .evteaser
{
	margin: 0 0 0 10px;
	width: 190px;
	color: #7a5de3;
	font-weight: bold;
}

#content #midcol .evteaser .termine
{
	margin: 6px 0 0 0;
	font-size: 12px;
	line-height: 16px;
	height: 74px;
	padding: 5px;
	background: transparent url(../gfx/ek_teaser_termin_bg.gif) center center no-repeat;
	overflow: hidden;
}

#content #midcol .evteaser .termine .mehr
{
	margin: 8px 0 0 0;
	text-align: right;
	padding: 0 3px 0 0;
}

#content #midcol .evteaser .termine a
{
	display: block;
	color: #775ae2;
}

#content #midcol .evteaser .termine .mehr a
{
	font-size: 14px;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_lila.gif) left 4px no-repeat;
	color: #c769ff;
	display: inline;
}

/* --- Mini-Blog --- */

#content #midcol .miniblogteaser
{
	margin: 0 0 0 10px;
	width: 190px;
}

#content #midcol .miniblogteaser h4
{
	background: #1fc5fb;
	color: white;
	margin: 0;
}

#content #midcol .miniblogteaser .antwort
{
	padding: 0 0 0 50px;
	background: transparent url(../gfx/miniblog_quotes_midcol_bg.gif) right top no-repeat;
	position: relative;
	min-height: 45px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

#content #midcol .miniblogteaser .antwort img
{
	position: absolute;
	left: 0;
	top: 4px;
	width: 30px;
	height: 30px;
}

/* --- Forenteaser --- */

#content #midcol .forenteaser
{
	margin: 0 0 0 10px;
	width: 190px;
	background: transparent url(../gfx/forenteaser_lila_bg.gif) left 3px no-repeat;
}

#content #midcol .forenteaser h4
{
	font-size: 34px;
	line-height: 34px;
	color: #c769ff;
	text-align: right;
	margin: 0;
	padding: 0;
}

#content #midcol .forenteaser .element
{
	height: 45px;
	padding: 5px;
	background: #c769ff;
	color: white;
	overflow: hidden;
	border-bottom: 1px solid white;
}

#content #midcol .forenteaser .element img,
#content #midcol .forenteaser .element .highlight
{
	width: 45px;
	height: 45px;
	float: left;
}

#content #midcol .forenteaser .element .highlight
{
	background: white;
	margin: 0 5px 0 0;
}

#content #midcol .forenteaser .element strong
{
	line-height: 16px;
}

#content #midcol .forenteaser .element span
{
	font-size: 11px;
	line-height: 13px;
	display: block;
}

#content #midcol .forenteaser .element span a,
#content #midcol .forenteaser .element strong a
{
	color: white;
}

#content #midcol .forenteaser .fnav a
{
	font-weight: bold;
	line-height: 23px;
	padding: 0 5px;
	float: left;
	background: #c769ff;
	color: white;
	text-decoration: none;
	font-size: 12px;
	border-right: 1px solid white;
}

#content #midcol .forenteaser .fnav a:hover,
#content #midcol .forenteaser .fnav a:active,
#content #midcol .forenteaser .fnav a:focus,
#content #midcol .forenteaser .fnav a.aktiv
{
	background: #1fc5fb;
}

#content #midcol .forenteaser .fright
{
	padding: 4px 0 0 0;
}

/* --- Radioteaser --- */

#content #midcol #radioteaser .radiobutton
{
	position: absolute;
	display: inline;
	left: 5px;
	top: 14px;
}

/* --- Bildergalerieteaser --- */

#content #midcol .bigateaser
{
	width: 190px;
	margin: 0 0 0 10px;
}

#content #midcol .bigateaser h4
{
	font-size: 28px;
	line-height: 40px;
	color: white;
	background: #c769ff;
	border-bottom: 1px solid white;
	text-align: right;
	margin: 0;
	padding: 0 5px;
	width: auto;
}

#content #midcol .bigateaser strong
{
	font-size: 18px;
	line-height: 26px;
	color: white;
	background: #ff2ca7;
	text-align: right;
	padding: 0 5px;
	display: block;
	border-bottom: 1px solid white;
}

#content #midcol .bigateaser .frame
{
	width: 190px;
	text-align: center;
	height: 71px;
	padding: 5px 0;
	position: relative;
	background: #a6a6a6;
}

#content #midcol .bigateaser .frame .bild
{
	width: 65px;
	height: 65px;
	padding: 3px;
	background: white;
	margin: 0 auto;
}

#content #midcol .bigateaser .frame .left,
#content #midcol .bigateaser .frame .right
{
	position: absolute;
	top: 24px;
}

#content #midcol .bigateaser .frame .left
{
	left: 10px;
}

#content #midcol .bigateaser .frame .right
{
	right: 10px;
}

/* --- mcflashlist --- */

#content .mcflashlist h4
{
	background: #ff2ca7;
	color: white;
}

#content .mcflashlist h4 a,
#content .mccommunity h4 a,
#content .mclovechance h4 a,
#content .mcratgeber h4 a,
#content .mclexikon h4 a,
#content .mcforum h4 a
{
	color: white;
}

#content .mcflashlist .weiter a
{
 	background-image: url(../gfx/pfeil_pink.gif) !important;
	color: #ff2ca7 !important;
}

#content .mcflashlist .pic50teaserbox,
#content .mcflashlist .pic50teaserbox a,
#content .mcflashlist .pic45teaserbox,
#content .mcflashlist .pic45teaserbox a,
#content .mcflashlist .box190 a,
#content .mcflashlist .box185 a
{
	color: #ff2ca7;
}

#content .mcflashlist h3 img
{
	top: 7px !important;
}

#content .mcflashlist #mcsuchbox
{
	background: #ff2ca7;
	color: white;
}

#content .mcflashlist .battles_won,
#content .mcflashlist .battles_lost
{
	padding: 5px 5px 0 35px;
	font-size: 14px;
	line-height: 18px;
}

#content .mcflashlist .battles_won
{
	background: #f6f5f5 url(../gfx/starbattles_bw_bg.gif) left top no-repeat;
}

#content .mcflashlist .battles_lost
{
	background: #f6f5f5 url(../gfx/starbattles_bl_bg.gif) left top no-repeat;
}

#content .mcflashlist .battles_won strong
{
	display: block;
	color: #ff2ca7;
}

#content .mcflashlist .battles_lost strong
{
	display: block;
	color: #c769ff;
}

#content .mcflashlist .battles_won .highlight,
#content .mcflashlist .battles_lost .highlight
{
	width: 30px;
	height: 30px;
	float: left;
	margin: 2px 2px 0 0;
}

#content .mcflashlist .battles_won .highlight img,
#content .mcflashlist .battles_lost .highlight img
{
	width: 30px;
	height: 30px;
}

#content .mcflashlist .starguestbook
{
	margin: 0 0 0 10px;
}

#content .mcflashlist .starguestbook strong
{
	color: #a6a6a6;
	display: block;
	margin: 6px 0 10px 0;
}

#content .mcflashlist .starguestbook .eintrag
{
	background: #f6f5f5;
	height: 45px;
	overflow: hidden;
}

#content .mcflashlist .starguestbook .eintrag .highlight
{
	width: 45px;
	height: 45px;
	float: left;
}

#content .mcflashlist .starguestbook .eintrag .text
{
	margin: 0 0 0 50px;
	padding: 6px 5px 0 0;
	font-size: 12px;
	line-height: 16px;
}

#content .mcflashlist .termin
{
	background: #f6f5f5;
	padding: 5px;
	margin: 5px 0 0 10px;
}

#content .mcflashlist .termin a,
#content .mcflashlist .produkt a
{
	color: #ff2ca7;
}

#content .mcflashlist .produkt
{
	background: #f6f5f5;
	margin: 5px 0 0 10px;
	min-height: 65px;
	font-size: 12px;
	line-height: 16px;
}

#content .mcflashlist .produkt .highlight
{
	width: 65px;
	height: 65px;
	float: left;
	background: white;
}

#content .mcflashlist .produkt .highlight img
{
	width: 65px;
	height: 65px;
}

#content .mcflashlist .produkt .text
{
	margin: 0 0 0 70px;
}

#content .mcflashlist .mcopenbattle .hinten
{
	width: 92px;
	height: 80px;
	background: #cb74ff;
	position: absolute;
	bottom: 0;
	padding: 3px 0 0 0;
}

#content .mcflashlist .mcopenbattle .vorne
{
	width: 92px;
	height: 80px;
	background: #ff2ca7;
	position: absolute;
	bottom: 0;
	padding: 3px 0 0 0;
}

#content .mcflashlist .aktionen a
{
 	color: #ff2ca7;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_pink.gif) left 3px no-repeat;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
}

#content .mcflashlist .wochensieger
{
	font-size: 14px;
	line-height: 16px;
	margin: 5px 0 0 10px;
	padding: 2px 0 0 35px;
	background-position: 2px top;
	background-repeat: no-repeat;
	min-height: 35px;
}

#content .mcflashlist .wochensieger strong
{
	display: block;
}

#content .mcflashlist .platz1
{
	background-image: url(../gfx/ribbon_platz_1.gif);
}

#content .mcflashlist .platz2
{
	background-image: url(../gfx/ribbon_platz_2.gif);
}

#content .mcflashlist .platz3
{
	background-image: url(../gfx/ribbon_platz_3.gif);
}

/* --- Community --- */

#content .mccommunity h4
{
	background: #1fc5fb;
	color: white;
}

#content .mccommunity .box190 a,
#content .mccommunity .pic45teaserbox,
#content .mccommunity .pic45teaserbox a,
#content .mccommunity .weiter a,
#content .mcforum .weiter a
{
	color: #1fc5fb !important;
}

#content .mccommunity .ticker a
{
	line-height: 16px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding: 2px 3px;
	float: right;
	background: #1fc5fb !important;
}

#content .mccommunity .weiter a,
#content .mcforum .weiter a
{
 	background-image: url(../gfx/pfeil_blau.gif) !important;
}

#content .mccommunity .ticker
{
	padding: 35px 0 0 0 !important;
	text-align: right;
	background: transparent url(../gfx/3x_blau.gif) left top no-repeat !important;
	width: 190px;
	margin: 0 0 0 10px;
}

#content .mccommunity .ticker h3
{
	color: #1fc5fb !important;
	font-size: 26px !important;
	margin: 0;
	padding: 0;
	line-height: 35px !important;
}

#content .mccommunity #mcsuchbox
{
	background: #1fc5fb;
	color: white;
}

#content .mccommunity .mcopenbattle .hinten
{
	width: 92px;
	height: 80px;
	background: #cb74ff;
	position: absolute;
	bottom: 0;
	padding: 3px 0 0 0;
}

#content .mccommunity .mcopenbattle .vorne
{
	width: 92px;
	height: 80px;
	background: #1fc5fb;
	position: absolute;
	bottom: 0;
	padding: 3px 0 0 0;
}

#content .mccommunity .aktionen a
{
 	color: #1fc5fb;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_blau.gif) left 3px no-repeat;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
}

/* --- LoveChance --- */

#content .mclovechance h4,
#content .mc_lovechance h4
{
	background: #f00 !important;
	color: white;
}

#content .mclovechance .box190 strong
{
	font-size: 14px;
	line-height: 18px;
}

#content .mclovechance .box190 a
{
	color: #f00;
}

/* --- Ratgeber --- */

#content .mcratgeber h3
{
	background: #05db71;
	color: white;
}

#content .mcratgeber h4
{
	background: #c769ff;
	color: white;
}

#content .mcratgeber a.blocklist,
#content .mcratgeber a.blocklist_aktiv
{
	line-height: 25px;
	color: white;
	clear: both;
	border-top: 1px solid white;
	display: block;
	margin: 0 0 0 10px;
	background: #05db71 url(../gfx/pfeil_weiss_gruen.gif) 5px 8px no-repeat;
	font-weight: bold;
	padding: 0 0 0 18px;
	text-decoration: none;
}

#content .mcratgeber a.blocklist:active,
#content .mcratgeber a.blocklist:hover,
#content .mcratgeber a.blocklist:focus,
#content .mcratgeber a.blocklist_aktiv
{
	background: #c769ff url(../gfx/pfeil_weiss_lila.gif) 5px 8px no-repeat;
}

#content .mcratgeber a.list
{
	color: #05db71;
	font-weight: bold;
	display: block;
	padding: 0 0 0 12px;
	background: transparent url(../gfx/pfeil_gruen_weiss.gif) left 3px no-repeat;
	margin: 0 0 3px 15px;
}

#content .mcratgeber #mcsuchbox
{
	background: #05db71;
	color: white;
}

#content .mcratgeber .box190 strong
{
	font-size: 14px;
	line-height: 18px;
}

#content .mcratgeber .box190 a,
#content .mcratgeber #ratexbox h3 a,
#content .mcratgeber #ratexbox h4 a,
#content .mcratgeber #ratexbox h5 a
{
	color: #c769ff;
}

#content .mcratgeber #ratexbox
{
	margin: 0 0 0 10px;
}

#content .mcratgeber #ratexbox .exbox
{
	padding: 8px 5px 10px 5px;
	background: #ededed;
	font-size: 12px;
	line-height: normal;
	display: none;
}

#content .mcratgeber #ratexbox a.expandable
{
	line-height: 22px;
	padding: 0 5px;
	background: #c769ff url(../gfx/ico_explode_white_lila.gif) 174px center no-repeat;
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0 0 1px 0;
}

#content .mcratgeber #ratexbox a.expanded
{
	line-height: 22px;
	padding: 0 5px;
	background: #c769ff url(../gfx/ico_implode_white_lila.gif) 174px center no-repeat;
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0 0 1px 0;
}

#content .mcratgeber #ratexbox h5
{
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 14px;
	line-height: normal;
	color: #c769ff;
	background: none;
	display: block;
}

#content .mcratgeber #ratexbox .weiter
{
	margin: 8px 0 0 0;
	text-align: left;
}

/* --- Charts --- */

#content .mccharts h4
{
	background: #25d7dc;
	color: white;
}

#content .mccharts .box190 a,
#content .mccharts .weiter a,
#content .mccharts .box185,
#content .mccharts .box185 a
{
	color: #25d7dc !important;
}

#content .mccharts .box190
{
	font-size: 14px !important;
	color: #25d7dc;
}

/* --- Lexikon --- */

#content .mclexikon h4
{
	background: #ff0155;
	color: white;
}

#content .mclexikon .box190 a,
#content .mclexikon .weiter a,
#content .mclexikon .box185,
#content .mclexikon .box185 a
{
	color: #ff0155 !important;
}

/* --- Entweder Oder --- */

#content .mcentwederoder h3,
#content .mcentwederoder h4
{
	background: #1fc5fb;
	color: white;
}

/* --- FanFiction --- */

#content .mcfanfiction h4
{
	color: black;
	background: #ffed00;
}

#content .mcfanfiction .box190 a,
#content .mcfanfiction .weiter a,
#content .mcfanfiction .box185,
#content .mcfanfiction .box185 a
{
	color: #898787 !important;
}

#content .mcfanfiction .box190 strong
{
	font-size: 14px;
	line-height: 18px;
}

/* --- Witze --- */

#content .mcwitze h4
{
	background: #6aee00;
	color: white;
}

#content .mcwitze .box190 a,
#content .mcwitze .weiter a,
#content .mcwitze .box185,
#content .mcwitze .box185 a
{
	color: #ff2ca7 !important;
}

#content .mcwitze .box190
{
	color: #a6a6a6;
}

#content .mcwitze .box185
{
	font-size: 12px !important;
	line-height: 16px;
}

#content .mcwitze .box190 strong
{
	font-size: 14px;
	line-height: 18px;
}

#content .mcwitze .tagcloud
{
	text-align: center;
}

#content .mcwitze .tagcloud a
{
	color: #6aee00;
}

/* --- Forum --- */

#content .mcforum h3,
#content .mcforum h2
{
	background: #1fc5fb !important;
	color: white;
}

#content .mcforum h4
{
	background: #1fc5fb;
	font-size: 14px !important;
	line-height: 18px !important;
	padding: 5px !important;
	width: 180px  !important;
}

#content .mcforum .box190
{
	color: #a6a6a6;
}

#content .mcforum .box190 strong
{
	font-size: 14px;
}

/* --- rightcol ----------------------------------------------------------------------------------------- */

#shoutbox
{
	width: 160px;
	padding: 61px 0 0 0;
	background: transparent url(../gfx/shout_title.gif) center top no-repeat;
	overflow: hidden;
}

#shoutbox .sblila,
#shoutbox .sbblau,
#shoutbox .sbpink
{
	padding: 5px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: white;
}

#shoutbox .sblila
{
	background: #c769ff;
}

#shoutbox .abschluss_lila
{
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	background: white url(../gfx/sb_ende_lila.gif) 25px top no-repeat;
}

#shoutbox .sbblau
{
	background: #1fc5fb;
}

#shoutbox .abschluss_blau
{
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	background: white url(../gfx/sb_ende_blau.gif) 130px top no-repeat;
}

#shoutbox .sbpink
{
	background: #ff2ca7;
}

#shoutbox .abschluss_pink
{
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	background: white url(../gfx/sb_ende_pink.gif) 72px top no-repeat;
}

#shoutbox .sbusername
{
	font-size: 11px;
	line-height: 13px;
	padding: 0 0 3px 0;
	font-weight: normal;
}

#shoutbox .sbusername a
{
	color: white;
}

#shoutbox .eingabe
{
	padding: 0 4px 4px 4px;
	background: #a6a6a6;
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

#shoutbox .abschluss_eingabe
{
	height: 13px;
	font-size: 1px;
	line-height: 1px;
	background: white url(../gfx/sb_ende_eingabe.gif) 12px top no-repeat;
}

#rightcol .box
{
	font-weight: bold;
	margin: 0 0 30px 0;
	background: white;
}

#rightcol .box a
{
	margin: 0 0 6px 0;
	display: block;
	font-size: 12px;
	line-height: normal;
}

#rightcol .blau a
{
	color: #1fc5fb;
}

#rightcol .box h2,
#rightcol .box h2 a
{
	font-size: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 22px;
}

/* --- Cliquencard ------------------------------------------------------------------------------------- */

#cliquencard
{
	width: 625px;
	clear: left;
	padding: 30px 0 30px 0;
	margin: 0 auto;
}

#cliquencard .box
{
	width: 625px;
	background: white;
	position: relative;
}

#cliquencard #cliquenname h1
{
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 32px;
}

#cliquencard #cliquenname h1 a
{
	color: black;
}

#cliquencard #cliquenname td
{
	padding: 0 0 6px 0;
}

#cliquencard #cliquenname a.delete
{
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	float: right;
	color: #f00;
	background: transparent url(../gfx/ico_delete.gif) right center no-repeat;
	padding: 0 25px 0 0;
}

#cliquencard #cliquenname a.clbeitreten
{
	position: absolute;
	left: 372px;
	top: 48px;
	font-size: 11px;
	padding: 8px 0 12px 45px;
	background: transparent url(../gfx/but_cl_beitreten.gif) left center no-repeat;
	line-height: 14px;
}

#cliquencard #cliquenname a.claustreten
{
	position: absolute;
	left: 372px;
	top: 48px;
	font-size: 11px;
	padding: 8px 0 12px 45px;
	background: transparent url(../gfx/but_cl_austreten.gif) left center no-repeat;
	line-height: 14px;
}

#cliquencard #cliquenname a.clhintergrund
{
	position: absolute;
	left: 372px;
	top: 48px;
	font-size: 11px;
	padding: 8px 0 12px 45px;
	background: transparent url(../gfx/but_hintergrund_bearbeiten.gif) left center no-repeat;
	line-height: 14px;
	color: #f00;
}

#cliquencard #cliquenname a.cleinstellungen
{
	position: absolute;
	left: 239px;
	top: 48px;
	font-size: 11px;
	padding: 8px 0 12px 45px;
	background: transparent url(../gfx/but_cliqueneinstellungen.gif) left center no-repeat;
	line-height: 14px;
	color: #f00;
}


#cliquencard #cliquenname a.clchat
{
	position: absolute;
	left: 505px;
	top: 48px;
	font-size: 11px;
	padding: 8px 0 12px 45px;
	background: transparent url(../gfx/but_cl_chat.gif) left center no-repeat;
	line-height: 14px;
}

#cliquencard #cliqueninfo a.bildmelden,
#cliquencard #cliqueninfo a.melden
{
	padding: 0 14px 0 0;
	background: transparent url(../gfx/ico_melden.gif) right center no-repeat;
	font-size: 11px;
	color: #f00;
}

#cliquencard #cliqueninfo a.bildmelden
{
	position: absolute;
	left: 170px;
	top: 5px;
}

#cliquencard #cliqueninfo a.melden
{
	position: absolute;
	right: 8px;
	top: 80px;
}

#usercard a.bearbeiten,
#cliquencard #cliqueninfo a.bildbearbeiten,
#cliquencard #cliqueninfo a.kategoriebearbeiten,
#cliquencard #cliqueninfo a.beschreibungbearbeiten,
#cliquencard #mitglieder a.bearbeiten
{
	position: absolute;
	padding: 4px 27px 3px 0;
	background: transparent url(../gfx/ico_cc_bearbeiten.gif) right center no-repeat;
	font-size: 11px;
	color: #f00 !important;
	font-weight: bold;
	line-height: 18px;
}

#cliquencard #cliqueninfo a.bildbearbeiten
{
	left: 151px;
	top: 1px;
}

#cliquencard #cliqueninfo a.kategoriebearbeiten
{
	right: 6px;
	top: 1px;
}

#cliquencard #cliqueninfo a.beschreibungbearbeiten
{
	right: 6px;
	top: 80px;
}

#cliquencard #cliqueninfo #cliquenbild
{
	width: 230px;
	height: 230px;
	float: left;
	margin: 22px 0 0 0;
}

#cliquencard #cliqueninfo #founder
{
	position: absolute;
	left: 248px;
	top: 27px;
}

#cliquencard #cliqueninfo #founder .highlight
{
	float: left;
	margin: 0 10px 0 0;
}

#cliquencard #cliqueninfo #founder .highlight img
{
	width: 45px;
	height: 45px;
}

#cliquencard #cliqueninfo #founder .text
{
	margin: 0 0 0 55px;
	font-weight: bold;
}

#cliquencard #cliqueninfo #kategorie
{
	position: absolute;
	left: 440px;
	top: 27px;
}

#cliquencard #cliqueninfo #beschreibung
{
	margin: 100px 0 0 240px;
	font-weight: bold;
}

#cliquencard #mitglieder
{
	position: relative;
	width: 622px !important;
	background: white url(../gfx/cc_mitglieder_bg.gif) left top no-repeat;
	padding: 35px 0 0 3px;
}

#cliquencard #mitglieder a.bearbeiten
{
	right: 6px;
	top: 2px;
}

#cliquencard #mitglieder .highlight
{
	width: 45px;
	height: 45px;
	float: left;
	margin: 0 0 5px 5px;
}

#cliquencard #mitglieder .highlight img
{
	width: 45px;
	height: 45px;
}

#cliquencard #cliquenforum
{
	background: white url(../gfx/cc_cliquenforum_bg.gif) left top no-repeat;
	padding: 45px 0 0 0;
}

#cliquencard #cliquenforum strong
{
	margin: 0 0 0 5px;
}

#cliquencard #cliquenforum td a
{
	color: #c769ff;
	line-height: normal;
}

#cliquencard #cliquenforum td
{
	padding: 5px;
}

#cliquencard #cliquenforum td.userimage
{
	width: 35px;
}

#cliquencard #cliquenforum td.hits
{
	width: 40px;
	text-align: center;
}

#cliquencard #cliquenforum td.antworten
{
	width: 75px;
	text-align: center;
}

#cliquencard #cliquenforum td.last
{
	width: 120px;
	font-size: 11px;
	color: #a6a6a6;
}

#cliquencard #cliquenforum td.thema
{
	font-size: 11px;
	color: #a6a6a6;
}

#cliquencard #cliquenforum td.thema strong
{
	font-size: 14px;
	display: block;
}

#cliquencard #cliquenforum td.userimage .highlight
{
	width: 45px;
	height: 45px;
	float: left;
	background: white;
}

#cliquencard span.alleblau,
#cliquencard span.allelila,
#fanclub .allepink,
#usercard span.alleblau,
#usercard span.allepink,
#usercard span.allelila
{
	background: white;
	padding: 2px 4px;
	float: right;
}

#cliquencard span.alleblau a,
#cliquencard span.allelila a,
#usercard span.alleblau a,
#usercard span.allepink a,
#usercard span.allelila a
{
	padding: 0 0 0 12px;
	font-weight: bold;
	font-size: 14px;
}

#cliquencard span.alleblau a,
#usercard span.alleblau a
{
	background: transparent url(../gfx/pfeil_blau.gif) left 3px no-repeat;
}

#cliquencard span.allelila a,
#usercard span.allelila a
{
	color: #c769ff;
	background: transparent url(../gfx/pfeil_lila.gif) left 3px no-repeat;
}

#usercard span.allepink a
{
	color: #ff2ca7;
	background: transparent url(../gfx/pfeil_pink.gif) left 3px no-repeat;
}

#cliquencard #cccliquenbild
{
	padding: 100px 10px 0 0;
	background: white url(../gfx/cc_cliquenbild_bearbeiten.gif) left top no-repeat;
}

#cliquencard #cliqueneinstellungen
{
	padding: 110px 20px 20px 20px;
	background: white url(../gfx/cc_cliqueneinstellungen.gif) left top no-repeat;
}

#cliquencard #cliquenbeschreibung
{
	padding: 105px 20px 20px 20px;
	background: white url(../gfx/cc_cliquenbeschreibung.gif) left top no-repeat;
}

#cliquencard #hintergrundbearbeiten
{
	height: 96px;
	background: white url(../gfx/uc_hintergrund_bearbeiten.gif) left top no-repeat;
	margin: 0 0 10px 0;
}

#cliquencard #hintergrundmember
{
	height: 96px;
	background: white url(../gfx/cc_mitglieder.gif) left top no-repeat;
	margin: 0 0 10px 0;
}

#cliquencard #fchintergrundmember
{
	height: 96px;
	background: white url(../gfx/fc_mitglieder.gif) left top no-repeat;
	margin: 0 0 10px 0;
}

#cliquencard #cliquenkategorie
{
	padding: 110px 20px 20px 20px;
	background: white url(../gfx/cc_cliquenkategorie.gif) left top no-repeat;
}

#cliquencard #cliquenkategorie select
{
	border: 0;
	background: white;
	min-width: 380px;
}

#cliquencard .clsettings td
{
	font-weight: bold;
	vertical-align: top;
	padding: 0 3px;
	line-height: 20px;
}

#cliquencard .clsettings td.center
{
	line-height: 16px;
}

#cliquencard .clsettings label
{
	display: block;
	margin: 0 0 5px 0;
}

/* --- Fanclub --- */

#fanclub
{
	width: 853px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

#fanclub #info
{
	background: transparent url(../gfx/fanclub_name_bg.gif) left top no-repeat;
	padding: 17px 114px 0 114px;
}

#fanclub #name
{
	width: 340px;
	float: left;
	height: 246px;
	overflow: hidden;
	background: white;
}

#fanclub #name h1
{
	line-height: 40px;
	color: white;
	background: #ff2ca7;
	margin: 0;
	padding: 0 0 0 5px;
}

#fanclub #name h1 img
{
	margin: 0 0 0 10px;
}

#fanclub #name strong
{
	float: left;
	width: 115px;
}

#fanclub #name .box_weiss .inner105 img
{
	margin: 50px 0 0 52px;
}

#fanclub #starbild
{
	float: right;
	width: 230px;
	padding: 8px;
	background: white;
}

#fanclub #starbild img
{
	width: 230px;
	height: 230px;
}

#fanclub #mitglieder
{
	background: white url(../gfx/fc_mitglieder_bg.gif) left top no-repeat;
	padding: 35px 0 0 3px;
}

#fanclub #mitglieder a.bearbeiten
{
	right: 6px;
	top: 2px;
}

#fanclub #mitglieder .highlight
{
	width: 45px;
	height: 45px;
	float: left;
	margin: 0 0 5px 5px;
}

#fanclub #mitglieder .highlight img
{
	width: 45px;
	height: 45px;
}

#fanclub span.allepink a
{
	padding: 0 0 0 12px;
	font-weight: bold;
	font-size: 14px;
	color: #ff2ca7;
	background: transparent url(../gfx/pfeil_pink.gif) left 3px no-repeat;
}

#fanclub #fanforum
{
	background: #ff2ca7 url(../gfx/fc_fanforum_bg.gif) left top no-repeat;
	padding: 36px 0 0 0;
	margin: 0 114px;
}

#fanclub #fanforum td a
{
	color: white;
	line-height: normal;
}

#fanclub #fanforum td
{
	padding: 5px;
	border-bottom: 1px solid white;
	color: white;
}

#fanclub #fanforum td.userimage
{
	width: 35px;
}

#fanclub #fanforum td.userimage .highlight
{
	width: 45px;
	height: 45px;
	float: left;
	background: white;
}

#fanclub #fanforum td.hits
{
	width: 40px;
	text-align: center;
}

#fanclub #fanforum td.antworten
{
	width: 75px;
	text-align: center;
}

#fanclub #fanforum td.last
{
	width: 120px;
	font-size: 11px;
	color: white;
}

#fanclub #fanforum td.thema
{
	font-size: 11px;
	color: white;
}

#fanclub #fanforum td.thema strong
{
	font-size: 14px;
	display: block;
}

#fanclub #fanforum td.userimage .highlight
{
	width: 45px;
	height: 45px;
	float: left;
}

#fanclub .fnav
{
	margin: 0 114px;
}

#fanclub div.allepink
{
	margin: 1px 114px 0 0;
}

/* --- Usercard --- */

#usercard
{
	width: 625px;
	clear: left;
	padding: 1px 0 30px 0;
	margin: 0 auto;
}

#usercard a.melden
{
	padding: 0 14px 0 0;
	background: transparent url(../gfx/ico_melden.gif) right center no-repeat;
	font-size: 11px;
	color: #f00;
}

#usercard i
{
	color: #a6a6a6;
	font-weight: bold;
}

#usercard .box
{
	width: 625px;
	background: white;
	position: relative;
}

#usercard .box h2,
#usercard .box_weiss h2
{
	font-size: 18px;
	margin: 0;
	padding: 0;
}

#usercard #actionsich,
#usercard #actionsandere
{
	width: 625px;
	background: white;
	position: relative;
	height: 60px;
	margin: 0 0 30px 0;
}

#usercard #actionsich a,
#usercard #actionsandere a
{
	position: absolute;
	top: 10px;
	font-size: 11px;
	line-height: 14px;
}

#usercard #actionsich a
{
	padding: 12px 0 18px 45px;
	color: #f00;
}

#usercard #actionsandere a
{
	padding: 5px 0 18px 45px;
	color: #1fc5fb;
}

#usercard #actionsich a.privatsphaere
{
	left: 10px;
	background: transparent url(../gfx/but_privatsphaere.gif) left center no-repeat;
}

#usercard #actionsich a.passwort
{
	left: 200px;
	background: transparent url(../gfx/but_passwort.gif) left center no-repeat;
}

#usercard #actionsich a.hintergrund
{
	left: 385px;
	background: transparent url(../gfx/but_hintergrund_bearbeiten.gif) left center no-repeat;
}

#usercard #actionsandere a.freund
{
	left: 10px;
	background: transparent url(../gfx/but_freund_hinzufuegen.gif) left top no-repeat;
}

#usercard #actionsandere a.nachricht
{
	left: 135px;
	background: transparent url(../gfx/but_nachricht.gif) left top no-repeat;
}

#usercard #actionsandere a.chat
{
	left: 264px;
	background: transparent url(../gfx/but_nachricht.gif) left top no-repeat;
}

#usercard #actionsandere a.faven
{
	left: 392px;
	background: transparent url(../gfx/but_user_faven.gif) left top no-repeat;
}

#usercard #actionsandere a.duell
{
	left: 500px;
	background: transparent url(../gfx/but_duell.gif) left top no-repeat;
}

#usercard #user
{
	width: 625px;
	height: 266px;
	position: relative;
}

#usercard #usersmall
{
	width: 625px;
	height: 166px;
	position: relative;
}

#usercard #user #person
{
	width: 324px;
	padding: 8px;
	background: white;
	position: absolute;
	left: 0;
	top: 0;
}

#usercard #user #person h1
{
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 3px 0;
	padding: 0;
	position: relative;
	float: none !important;
	color: black !important;
	background: none !important;
}

#usercard #user #person h1 a,
#usercard #usersmall #person h1 a
{
	color: black !important;
}

#usercard #person h1 img
{
	position: absolute;
	right: 0;
	top: 4px;
}

#usercard #user #person td.links
{
	width: 100px;
	font-weight: bold;
}

#usercard #user #person a.bearbeiten
{
	top: 72px;
	right: 7px;
}

#usercard #user #stats
{
	width: 324px;
	padding: 8px;
	background: white;
	position: absolute;
	left: 0;
	bottom: 0;
}

#usercard #user #stats td.links
{
	width: 195px;
	font-weight: bold;
}

#usercard #user #bild
{
	position: absolute;
	top: 0;
	right: 0;
	height: 256px;
	width: 230px;
	padding: 2px 8px 8px 8px;
	text-align: right;
	background: white;
}

#usercard #user #bild a.bearbeiten
{
	top: 1px;
	right: 8px;
}

#usercard #user #bild a.melden
{
	position: absolute;
	top: 5px;
	right: 8px;
}

#usercard #user #bild img
{
	margin: 26px 0 0 0;
	display: block;
}

#usercard #usersmall #bild
{
	height: 150px;
	width: 150px;
	padding: 8px;
	background: white;
	position: absolute;
	right: 0;
	top: 0;
}

#usercard #usersmall #bild img
{
	height: 150px;
	width: 150px;
	display: block;
}

#usercard #usersmall #person
{
	width: 414px;
	padding: 5px 8px;
	background: white;
	position: absolute;
	left: 0;
	top: 0;
}

#usercard #usersmall #person h1
{
	font-size: 24px !important;
	line-height: 30px !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	float: none !important;
	background: none !important;
	color: black !important;
	
}

#usercard #meinefreundehead,
#usercard #meinecliquenhead,
#usercard #meinefanclubshead,
#usercard #meinefavesdisseshead,
#usercard #meinefavesuserhead,
#usercard #passwortaendernhead,
#usercard #privatsphaerehead,
#usercard #persoenlicheangabenhead,
#usercard #ichsagimmerhead,
#usercard #userbildbearbeitenhead,
#usercard #hintergrundbearbeitenhead,
#usercard #detailsbearbeitenhead,
#usercard #wasmirgefaellthead,
#usercard #meinebattleshead,
#usercard #meinezwillingehead,
#usercard #meinebesucherhead,
#usercard #meinlogbuchhead
{
	width: 422px;
	padding: 85px 0 8px 8px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#usercard #uchead
{
	width: 430px;
	padding: 0 0 8px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: white;
}

#usercard #uchead a.write
{
	font-size: 18px;
	font-weight: bold;
	padding: 6px 35px 5px 0;
	background: transparent url(../gfx/ico_write.gif) right center no-repeat;
	margin: 0 0 0 8px;
}

#usercard #uchead a.upload
{
	font-size: 18px;
	font-weight: bold;
	padding: 3px 35px 3px 0;
	background: transparent url(../gfx/ico_upload.gif) right center no-repeat;
	margin: 0 0 0 8px;
}

#usercard #meinbloghead
{
	background: white url(../gfx/uc_mein_blog.gif) left top no-repeat;
}

#usercard #meinefreundehead
{
	background: white url(../gfx/uc_meine_freunde.gif) left top no-repeat;
}

#usercard #meinecliquenhead
{
	background: white url(../gfx/uc_meine_cliquen.gif) left top no-repeat;
}

#usercard #meinefanclubshead
{
	background: white url(../gfx/uc_meine_fanclubs.gif) left top no-repeat;
}

#usercard #meinefavesdisseshead
{
	background: white url(../gfx/uc_meine_flashlist.gif) left top no-repeat;
}

#usercard #meinefavesuserhead
{
	background: white url(../gfx/uc_meine_faves_user.gif) left top no-repeat;
}

#usercard #passwortaendernhead
{
	background: white url(../gfx/uc_passwort_aendern.gif) left top no-repeat;
}

#usercard #privatsphaerehead
{
	background: white url(../gfx/uc_privatsphaere_einstellen.gif) left top no-repeat;
}

#usercard #persoenlicheangabenhead
{
	background: white url(../gfx/uc_persoenliche_angaben.gif) left top no-repeat;
}

#usercard #ichsagimmerhead
{
	background: white url(../gfx/uc_ich_sag_immer.gif) left top no-repeat;
}

#usercard #userbildbearbeitenhead
{
	background: white url(../gfx/uc_userbild_bearbeiten.gif) left top no-repeat;
}

#usercard #hintergrundbearbeitenhead
{
	background: white url(../gfx/uc_hintergrund_bearbeiten.gif) left top no-repeat;
}

#usercard #detailsbearbeitenhead
{
	background: white url(../gfx/uc_details_bearbeiten.gif) left top no-repeat;
}

#usercard #meinezwillingehead
{
	background: white url(../gfx/uc_meine_zwillinge.gif) left top no-repeat;
}

#usercard #wasmirgefaellthead
{
	background: white url(../gfx/uc_was_mir_gefaellt.gif) left top no-repeat;
}

#usercard #meinebattleshead
{
	background: white url(../gfx/uc_meine_battles.gif) left top no-repeat;
}

#usercard #meinebesucherhead
{
	background: white url(../gfx/uc_meine_besucher.gif) left top no-repeat;
}

#usercard #meinlogbuchhead
{
	background: white url(../gfx/uc_mein_logbuch.gif) left top no-repeat;
}

#usercard .find a
{
	font-size: 18px;
	font-weight: bold;
	padding: 3px 35px 3px 0;
	background: transparent url(../gfx/ico_zwilling_finden.gif) right center no-repeat;
}

#usercard #ichsagimmer
{
	width: 609px;
	position: relative;
	padding: 8px;
	background: white url(../gfx/ich_sag_immer.gif) left top no-repeat;
}

#usercard #ichsagimmer a.bearbeiten
{
	top: 4px;
	right: 7px;
}

#usercard #ichsagimmer a.melden
{
	position: absolute;
	top: 5px;
	right: 8px;
}

#usercard .leftcol
{
	width: 340px;
	float: left;
}

#usercard .rightcol
{
	width: 246px;
	margin: 0 0 0 379px;
}

#usercard .leftcol #freunde a.bearbeiten,
#usercard .leftcol #cliquen a.bearbeiten,
#usercard .leftcol #zwillinge a.bearbeiten,
#usercard .leftcol #meineforen a.bearbeiten
{
	top: 2px;
	right: 7px;
}

#usercard .leftcol #freunde .highlight,
#usercard .leftcol #cliquen .highlight,
#usercard .leftcol #zwillinge .highlight,
#usercard .leftcol #meinefavs .highlight,
#usercard .leftcol .aktivebattles .highlight,
#usercard #meinebesucher .highlight
{
	width: 45px;
	height: 45px;
	float: left;
	margin: 0 0 0 2px !important;
	display: inline;
	background: white;
}

#usercard .leftcol #freunde .highlight img,
#usercard .leftcol #cliquen .highlight img,
#usercard .leftcol #zwillinge .highlight img,
#usercard .leftcol #meinefavs .highlight img,
#usercard .leftcol .aktivebattles .highlight img,
#usercard #meinebesucher .highlight img
{
	width: 45px;
	height: 45px;
}

#usercard .leftcol #freunde
{
	width: 335px;
	padding: 0 0 0 5px;
	background: white url(../gfx/meine_freunde.gif) left top no-repeat;
	position: relative;
}

#usercard .leftcol #cliquen
{
	width: 335px;
	padding: 0 0 0 5px;
	background: white url(../gfx/meine_cliquen.gif) left top no-repeat;
	position: relative;
}

#usercard .leftcol #zwillinge
{
	width: 335px;
	padding: 0 0 0 5px;
	background: white url(../gfx/meine_zwillinge.gif) left top no-repeat;
	position: relative;
}

#usercard .leftcol #meinefavs
{
	width: 335px;
	padding: 0 0 0 5px;
	background: white url(../gfx/meine_favs.gif) left top no-repeat;
	position: relative;
}

#usercard .leftcol .box
{
	width: 340px;
}

#usercard .leftcol .box .col
{
	width: 160px;
	margin: 0 0 0 10px;
	float: left;
	display: inline;
}

#usercard .leftcol .box .highlight
{
	width: 45px;
	height: 45px;
	background: white;
	float: left;
	margin: 0 5px 5px 0;
}

#usercard .leftcol .box #mfavs
{
	padding: 36px 0 0 0;
	background: transparent url(../gfx/meine_favs_tu.gif) left top no-repeat;
}

#usercard .leftcol .box #mdisses
{
	padding: 36px 0 0 0;
	background: transparent url(../gfx/meine_disses_td.gif) left top no-repeat;
}

#usercard .leftcol #mfanclubs
{
	background: white url(../gfx/uc_fanclubs_bg.gif) left top no-repeat;
}

#usercard .leftcol #mfanclubs a
{
	font-weight: bold;
	color: #ff2ca7;
}

#usercard .leftcol #mfanclubs a.bearbeiten,
#usercard .leftcol #mgefaellt a.bearbeiten,
#usercard .leftcol #forumteaser_right a.bearbeiten
{
	right: 8px;
	top: 2px;
}

#usercard .leftcol #mgefaellt a.melden
{
	position: absolute;
	right: 8px;
	top: 5px;
}

#usercard .leftcol #mgefaellt #books,
#usercard .leftcol #mgefaellt #movies,
#usercard .leftcol #mgefaellt #songs
{
	background: white url(../gfx/uc_was_mir_gefaellt_bg.gif) left top no-repeat;
	padding: 0 8px 8px 8px;
	display: none;
	min-height: 267px;
}

#usercard .leftcol #mgefaellt .tabnav img
{
	float: left;
}

#usercard .leftcol #mgefaellt strong
{
	display: block;
}

#usercard .leftcol #mbattles
{
	background: white url(../gfx/uc_meine_battles_bg.gif) left top no-repeat;
	padding: 45px 0 0 0;
}

#usercard .leftcol #mbattles #won
{
	background: transparent url(../gfx/ico_battles_won.gif) left 2px no-repeat;
	padding: 0 0 0 32px;
}

#usercard .leftcol #mbattles #lost
{
	background: transparent url(../gfx/ico_battles_lost.gif) left 8px no-repeat;
	padding: 0 0 0 32px;
}

#usercard .leftcol #mbattles .aktivebattles
{
	padding: 0 0 0 5px;
}

#usercard .leftcol #mbattles .aktivebattles strong
{
	color: #c769ff;
	display: block;
	margin: 0 0 5px 2px;
}

#usercard #meinebesucher
{
	padding: 0 0 0 5px;
	background: white url(../gfx/uc_meine_besucher_bg.gif) left top no-repeat;
}

#usercard .leftcol .fnav
{
	clear: left;
	padding: 1px 0 0 0;
}

#usercard .leftcol .fnav a
{
	font-weight: bold;
	line-height: 23px;
	padding: 0 5px;
	float: left;
	background: white;
	color: #1fc5fb;
	text-decoration: none;
	font-size: 12px;
	margin: 0 1px 0 0;
}

#usercard .leftcol .fnav a:hover,
#usercard .leftcol .fnav a:active,
#usercard .leftcol .fnav a:focus,
#usercard .leftcol .fnav a.aktiv
{
	color: #c769ff;
}

#usercard .leftcol #nurfreunde
{
	padding: 50px 8px 3px 8px;
	background: white url(../gfx/uc_nur_freunde_bg.gif) left top no-repeat;
	font-weight: bold;
}

#usercard .leftcol #nurfreunde div
{
	margin: 0 0 5px 0;
}

#usercard .meineweiter
{
	width: 246px;
	height: 31px;
	line-height: 31px;
	text-align: right;
	font-weight: bold;
	color: #c769ff;
	margin: 0 0 10px 0;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: white;
}

#usercard .meineweiter img
{
	margin: 0 0 0 5px;
	float: right;
	display: inline;
}

#usercard #meinebilder
{
	background-image: url(../gfx/uc_meine_bilder_bg.gif);
}

#usercard #meinevideos
{
	background-image: url(../gfx/uc_meine_videos_bg.gif);
}

#usercard #meinblog
{
	background-image: url(../gfx/uc_mein_blog_bg.gif);
}

#usercard #meingaestebuch
{
	background-image: url(../gfx/uc_mein_gaestebuch_bg.gif);
}

#usercard #meinlogbuch
{
	background-image: url(../gfx/uc_mein_logbuch_bg.gif);
}

#usercard .rightcol .box
{
	width: 246px;
}

#usercard .rightcol #aktivitaeten
{
	width: 230px;
	background: white url(../gfx/uc_aktivitaeten_bg.gif) left top no-repeat;
	padding: 35px 8px 8px 8px;
}

#usercard .rightcol td.links
{
	font-weight: bold;
	width: 150px;
}

#usercard .rightcol #details
{
	width: 230px;
	background: white url(../gfx/uc_details_bg.gif) left top no-repeat;
	padding: 35px 8px 8px 8px;
}

#usercard .rightcol #details a.bearbeiten
{
	right: 7px;
	top: 5px;
}

#usercard .rightcol #details a.melden
{
	position: absolute;
	right: 8px;
	top: 5px;
}

#usercard .rightcol #details strong
{
	margin: 5px 0 0 0;
	display: block;
}

#usercard .rightcol #horoskop
{
	width: 230px;
	background: white url(../gfx/uc_horoskop_bg.gif) left top no-repeat;
	padding: 40px 8px 8px 8px;
	font-size: 12px;
	line-height: 16px;
}

#usercard .rightcol #horoskop strong
{
	font-weight: bold;
	display: block;
	color: #c769ff;
	font-size: 18px;
	margin: 0 0 2px 0;
}

#usercard .rightcol #horoskop .sign
{
	float: left;
	margin: 2px 10px 0 0;
	display: inline;
}

#usercard #ucbilder .bild
{
	margin: 0 11px 11px 0;
	float: left;
	display: inline;
	width: 85px;
	min-height: 91px;
	color: white;
	text-align: center;
	background: white;
	padding: 5px 5px 0 5px;
}

#usercard #ucbilder .bild .highlight
{
	width: 85px;
	padding: 0 1px 0 0;
	height: 86px;
	float: left;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	display: inline;
}

#usercard #ucbilder .bild .highlight span
{
	vertical-align: middle;
    line-height: 86px;
    width: 1px;
	overflow: hidden;
	font-size: 1px;
}

#usercard #ucbilder .bild .highlight img
{
	display: inline;
	vertical-align: middle;
}

#usercard #ucbilder .bild .loeschen,
#usercard #ucvideos .videoelement .loeschen
{
	clear: left;
	padding: 0 0 5px 0;
}

#usercard #ucbilder .bild .loeschen a,
#usercard #ucvideos .videoelement .loeschen a,
#usercard a.loeschen,
#usercard #guestbook .element .text .loeschen a,
#cliquencard #ucbilder .bild .loeschen a,
#cliquencard #ucvideos .videoelement .loeschen a,
#cliquencard a.loeschen,
#cliquencard #guestbook .element .text .loeschen a
{
	font-size: 11px;
	color: #f00;
	padding: 0 13px 0 0;
	background: transparent url(../gfx/ico_loeschen.gif) right 2px no-repeat;
	line-height: 14px;
}

#usercard #guestbook .element .text .loeschen
{
	margin: 5px 0 0 0;
}

#usercard #guestbook .element a.zitataw
{
	position: absolute;
	top: 7px;
	right: 110px;
	font-size: 11px;
}

#ucbilder .nomargin,
#ucvideos .nomargin,
#ucfreunde .nomargin,
#uccliquen .nomargin
{
	margin: 0 0 11px 0;
}

#usercard #bildergalerie
{
	width: 585px;
	padding: 20px;
	background: white;
}

#usercard .picnav,
#usercard .commentnav,
#cliquencard .picnav,
#cliquencard .commentnav
{
	float: left;
}

#usercard .picnav div.infofull,
#usercard .commentnav div.infofull,
#cliquencard .picnav div.infofull,
#cliquencard .commentnav div.infofull
{
	text-align: center;
	color: white;
	line-height: 23px;
	width: 457px;
}

#usercard .picnav div.info,
#usercard .commentnav div.info,
#cliquencard .picnav div.info,
#cliquencard .commentnav div.info
{
	text-align: center;
	color: white;
	line-height: 23px;
	padding: 0 10px;
}

#usercard .kommentar
{
	width: 585px;
	position: relative;
}

#usercard .kommentareingabe
{
	width: 545px;
	padding: 20px;
	background: #ededed;
}

#usercard .textfeld
{
	width: 541px;
	height: 216px;
	border: none;
	background: white;
	padding: 2px;
}

#usercard #ucvideos .videoelement
{
	width: 95px;
	min-height: 95px;
	margin: 0 11px 11px 0;
	float: left;
	display: inline;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	background: white;
}

#usercard #ucvideos .videoelement .video
{
	background-color: white;
	width: 76px;
	height: 57px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 8px auto 3px auto;
}

#usercard #ucvideos .videoelement .loeschen
{
	margin: 8px 0 0 0;
}

#usercard #bildergalerie .bildbox .video
{
	width: 390px;
	height: 326px;
	margin: 0 auto 10px auto;
}

#usercard .blogeintrag
{
	width: 508px;
	float: left;
}

#usercard .blogeintrag h2
{
	font-size: 18px;
	margin: 0;
	padding: 0;
}

#usercard .hotblog h2
{
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	color: white;
	background: #1fc5fb;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	float: left;
}

#usercard .hotblog h2 a
{
	color: white;
}

#usercard .blogeintrag img
{
	display: block;
	margin: 0 0 10px 0;
}

#usercard .hotblog .text
{
	font-weight: bold;
	color: #1fc5fb;
}

#usercard .blogopts
{
	margin: 0 0 0 508px;
	width: 60px;
	padding: 0 0 0 15px;
}

#usercard .hotopts
{
	background: transparent url(../gfx/hotblog_bg.gif) center 30px no-repeat;
	min-height: 270px;
}

#usercard .trenner
{
	height: 15px;
	border-bottom: 1px solid #a6a6a6;
	margin: 0 0 15px 0;
}

.navsa
{
	padding: 5px;
	height: 23px;
	background: white;
}

.navsa div.infofull
{
	width: 487px !important;
}

#ucfreunde .element,
#uccliquen .element,
#ucfanclubs .element
{
	width: 85px;
	padding: 5px;
	margin: 0 11px 11px 0;
	background: white;
	min-height: 105px;
	text-align: center;
	float: left;
	display: inline;
	font-size: 12px;
}

#ucfreunde .element img,
#uccliquen .element img,
#ucfanclubs .element img
{
	display: block;
}

#ucfreunde .element strong,
#uccliquen .element strong,
#ucfanclubs .element strong
{
	display: block;
}

#ucfreunde .element strong a,
#uccliquen .element strong a,
#ucfanclubs .element strong a
{
	color: #ff2ca7;
}

#usercard .col308,
#cliquencard .col308
{
	width: 308px;
	background: white;
	float: left;
}

#usercard #ucflashlistfaves
{
	background: white url(../gfx/meine_faves_203x46.gif) left top no-repeat;
	padding: 50px 0 0 0;
}

#usercard #ucflashlistdisses
{
	background: white url(../gfx/meine_disses_211x49.gif) left top no-repeat;
	padding: 50px 0 0 0;
}

#usercard #ucflashlistfaves .element,
#usercard #ucflashlistdisses .element
{
	width: 85px;
	height: 135px;
	float: left;
	margin: 10px 0 3px 13px;
	display: inline;
	overflow: hidden;
	color: #ff2ca7;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

#usercard #ucflashlistfaves .element a,
#usercard #ucflashlistdisses .element a
{
	color: #ff2ca7;
}

#usercard #ucflashlistfaves .element .highlight img,
#usercard #ucflashlistdisses .element .highlight img
{
	width: 85px;
	height: 85px;
	display: block;
}

#usercard #ucflashlistfaves .rank2d,
#usercard #ucflashlistfaves .rank3d,
#usercard #ucflashlistdisses .rank2d,
#usercard #ucflashlistdisses .rank3d
{
	width: 22px;
	height: 22px;
	background: transparent url(../gfx/flashlist_rank_small_bg.gif) center center no-repeat;
	text-align: center;
	line-height: 20px;
	color: white;
	float: left;
	display: inline;
	font-weight: bold;
}

#usercard #ucflashlistfaves .rank2d,
#usercard #ucflashlistdisses .rank2d
{
	font-size: 12px;
}

#usercard #ucflashlistfaves .rank3d,
#usercard #ucflashlistdisses .rank3d
{
	font-size: 10px;
}

#usercard #ucflashlistfaves .text,
#usercard #ucflashlistdisses .text
{
	margin: 0 0 0 25px;
}

#usercard #ucflashlistfaves .text a.battle,
#usercard #ucflashlistdisses .text a.battle
{
	font-weight: bold;
	color: #c769ff;
	padding: 0 0 0 9px;
	background: transparent url(../gfx/pfeil_lila_small.gif) left 3px no-repeat;
}

#usercard .tpasswort td
{
	padding: 0 0 10px 0;
	vertical-align: top;
}

#usercard .tpasswort td.links
{
	width: 180px;
}

#usercard .changepassword .addinfo
{
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
}

#usercard a.reset,
#cliquencard a.reset
{
	line-height: 22px;
	padding: 0 5px;
	float: right;
	margin: 0 5px 0 0;
	display: inherit;
	background: #1fc5fb;
	color: white;
}

#usercard .tprivatsphaere td
{
	vertical-align: top;
	padding: 0 3px;
	line-height: 20px;
}

#usercard .tprivatsphaere td.alle
{
	width: 50px;
	text-align: center;
}

#usercard .tprivatsphaere td.freunde
{
	width: 100px;
	text-align: center;
}

#usercard .tprivatsphaere td.niemand
{
	width: 75px;
	text-align: center;
}

#usercard .tprivatsphaere td.kategorie
{
	width: 310px;
	font-weight: bold;
}

#usercard .tprivatsphaere input,
#cliquencard .clsettings input
{
	padding: 0;
	margin: 5px 0 0 0;
}

#usercard .persdaten .links
{
	width: 165px;
	float: left;
}

#usercard .persdaten .rechts
{
	margin: 0 0 0 165px;
}

#usercard .persdaten .rechts .small
{
	font-size: 12px;
	line-height: 16px;
}

#usercard .persdaten .rechts .radiobutton
{
	padding: 0;
}

#usercard .persdaten .rechts .png,
#usercard .persdaten .rechts label
{
	vertical-align: middle;
}

#usercard .persdaten .rechts .png
{
	margin: 0 5px;
}

#usercard .persdaten .rechts label
{
	margin: 0 30px 0 0;
}

#usercard #motto
{
	width: 565px;
	height: 167px;
	position: relative;
	text-align: center;
	padding: 20px 10px;
	background: #ededed;
}

#usercard #ucuserbild
{
	padding: 20px 10px 0 0;
	background: white;
}

#usercard #ucuserbild #cropper,
#cliquencard #cccliquenbild #cropper
{
	width: 500px;
	height: 400px;
	margin: 0 0 0 62px;
}

#usercard #ucuserbild h2,
#cliquencard #cccliquenbild h2
{
	font-size: 14px;
	padding: 0;
	margin: 0 0 10px 62px;
}

#usercard #ucuserbild #cropimages,
#cliquencard #cccliquenbild #cropimages
{
	width: 500px;
	height: 240px;
	margin: 0 0 0 62px;
	position: relative;
}

#usercard #ucuserbild #cropimages #defaultimages,
#cliquencard #cccliquenbild #cropimages #defaultimages
{
	width: 280px;
	position: absolute;
	left: 0;
	top: 0;
}

#usercard #ucuserbild #cropimages #selectedimage,
#cliquencard #cccliquenbild #cropimages #selectedimage
{
	position: absolute;
	left: 300px;
	top: 0;
}

#usercard .col180
{
	width: 180px;
	float: left;
	margin: 0 0 5px 0;
	display: inline;
}

#usercard #detailsbearbeiten .col180 input
{
	padding: 0;
	margin: 0 5px 0 0;
}

#usercard #detailsbearbeiten strong
{
	display: block;
}

#usercard #gefaelltbuecher
{
	background: transparent url(../gfx/headline_buecher.gif) left 20px no-repeat;
	padding: 60px 0 0 0;
}

#usercard #gefaelltfilme
{
	background: transparent url(../gfx/headline_filme.gif) left 20px no-repeat;
	padding: 60px 0 0 0;
}

#usercard #gefaelltsongs
{
	background: transparent url(../gfx/headline_songs.gif) left 20px no-repeat;
	padding: 60px 0 0 0;
}


#usercard #gefaelltbuecher strong,
#usercard #gefaelltfilme strong,
#usercard #gefaelltsongs strong
{
	color: #a6a6a6;
	display: block;
	margin: 0 0 3px 0;
}

#usercard .col265
{
	width: 265px;
	float: left;
}

#usercard #guestbook .zitatbox,
#maincol #kommentare .zitatbox,
#maincol #forum .zitatbox
{
	margin: 10px 0;
	padding: 0 20px 0 0;
	background: transparent url(../gfx/quote_right_small.gif) right top no-repeat;
}

#maincol #kommentare .zitatbox
{
	width: 90%;
}

#usercard #guestbook .zitatbox p,
#maincol #kommentare .zitatbox p,
#maincol #forum .zitatbox p
{
	font-size: 12px;
	color: #a6a6a6;
	margin: 0 0 0 20px;
	padding: 0;
}

#usercard #guestbook .zitatbox blockquote,
#maincol #kommentare .zitatbox blockquote,
#maincol #forum .zitatbox blockquote
{
	margin: 0;
	padding: 3px 0 0 20px;
	background: transparent url(../gfx/quote_left_small.gif) left bottom no-repeat;
	font-style: italic;
	color: #1fc5fb;
	font-size: 14px;
}

#usercard .gbeinleitung
{
	width: 605px;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	color: #c769ff;
	background: white;
	padding: 10px;
	position: relative;
	margin: 0 0 10px 0;
}

#usercard .gbeinleitung a.bearbeiten,
#usercard .gbeinleitung a.melden
{
	position: absolute;
	top: 10px;
	right: 10px;
}

#usercard .gbeinleitung a.melden
{
	font-weight: normal !important;
}

#usercard table.logtable td
{
	vertical-align: top;
	line-height: 20px;
}

#usercard table.logtable td.logdate
{
	font-weight: bold;
	width: 150px;
}

#usercard .schreiben .usereingabe input.dateifeld
{
	float: right;
	margin: 0 11px 0 0;
	display: inline;
}

input.dateifeld
{
	width: 230px;
}

#usercard .schreiben .hotblogcheck
{
	height: 36px;
	margin: 0 0 0 115px;
	background: transparent url(../gfx/hot_blog_small.gif) 210px center no-repeat;
	font-weight: bold;
	padding: 6px 0 0 0;
}

#usercard .schreiben .hotblogcheck label
{
	margin: 0 0 0 8px;
	vertical-align: middle;
}

#bgauswahl .bgimage
{
	width: 142px;
	margin: 0 0 15px 8px;
	float: left;
	display: inline;
}

#bgauswahl .bgimage img
{
	display: block;
	margin: 0 0 5px 0;
}

#bgauswahl #rbright
{
	position: absolute;
	left: 150px;
	top: 0;
}

#bgauswahl .farbbox
{
	width: 23px;
	height: 23px;
	border: 2px solid white;
	float: left;
	margin: 0 2px 0 0;
	display: inline;
}

#bgauswahl .farbbox:hover,
#bgauswahl .aktiv
{
	border: 2px solid black;
}

#bgauswahl a.save,
#bgauswahl a.abort
{
	width: 170px;
	padding: 5px 10px 5px 20px;
	background: #1fc5fb url(../gfx/pfeil_weiss.gif) 5px center no-repeat;
	color: white;
	text-decoration: none;
	display: inline-block;
}

#bgauswahl a.save
{
	font-weight: bold;
}

/* --- Starlove --- */

#starlovetitle
{
	margin: -35px 0 0 0;
	height: 56px;
	background: transparent url(../gfx/title_starlove.png) 108px top no-repeat;
}

/* --- blogthemen --- */

#blogthemen img.userimage
{
	width: 85px;
	height: 85px;
	float: left;
}

#blogthemen .text
{
	margin: 0 0 0 95px;
}

/* --- overlay --- */

#overlay
{
	text-align: left;
}

#overlay label
{
	display: block;
}

#overlay input.eingabe
{
	width: 426px;
}

#overlay strong
{
	font-size: 18px;
}

/* --- powervotebar --- */

#powervotetb {
	border-bottom: 1px solid #fff;
	bottom: 0;
	height: 36px;
	left: 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 1000;
}
#powervotetbbg,
#powervotetbbg2 {
	background-color: #000;
	bottom: 0;
	left: 0;
	opacity: 0.35;
	position: absolute;
	right: 0;
	top: 0;
}
#powervotetbbg2 {
	background: url('/gfx/pv_bg.png') transparent;
	opacity: 1;
}
#powervotetb div.container {
	margin: 4px 315px;
	width: 610px;
}
#powervotetb div.counterholder {
	height: 28px;
	width: 62px;
}
#powervotetb div.counterholder div.pvbg {
	background-color: #000;
	bottom: 0;
	opacity: 0.52;
	position: absolute;
	top: 0;
	width: 20px;
}
#powervotetb #pvCHolder.disabled div.pvbg,
#powervotetb #vCHolder.disabled div.pvbg {
	z-index: 2;
}
#powervotetb div.counterholder div.two {
	left: 21px;
}
#powervotetb div.counterholder div.three {
	left: 42px;
}
#powervotetb div.container div.inner {
	float: left;
	position: relative;
}
#powervotetb div.container div.hilfe {
	margin-left: 80px;
	top: -4px;
}
#powervotetb div.container div.hilfe img {
	background-image: url('/gfx/pv_hilfe.png');
	background-position: 0 0;
	height: 37px;
	width: 44px;
}
#powervotetb div.container div.hilfe:hover img {
	background-position: 0 37px;
}
#powervotetb img.vimg {
	background-image: url('/gfx/pvtext_verfuegbar.png');
	height: 18px;
	margin: 5px 14px;
	width: 120px;
}
#powervotetb img.vimg.disabled {
	background-image: url('/gfx/pvtext_morgen.png');
	margin-left: -82px;
	opacity: 0.5;
	position: relative;
	width: 216px;
}
#powervotetb img.pvimg {
	background-image: url('/gfx/pvtext_powervotes.png');
	cursor: pointer;
	height: 28px;
	margin-top: 1px;
	width: 115px;
}
#powervotetb img.pvimg:hover {
	background-image: url('/gfx/pvtext_powervotes_hover.png');
}
#powervotetb img.pvimg:active {
	background-image: url('/gfx/pvtext_powervotes_active.png');
}
#powervotetb img.pvimg.disabled {
	background-image: url('/gfx/pvtext_powervotes_off.png');
	cursor: default;
}
#powervotetb img.pvimg.powerOn {
	background-image: url('/gfx/pvtext_powervotes_active.png');
}
#vLeftCounter, #pvLeftCounter {
	height: 26px;
	margin: 1px 0;
	overflow: hidden;
	position: relative;
	width: 63px;
}
#footer {
	margin-bottom: 37px;
}

body.powerOn,
body.powerOn a {
	cursor: url('/gfx/pv_pfeil.png'), auto;
}
body.powerOn #vote_fave img,
body.powerOn #vote_diss img,
body.powerOn div#charts div a img.button,
body.powerOn #cdvoteleft a,
body.powerOn #cdvoteright a,
body.powerOn #powervotetb img.pvimg,
body.powerOn #flashlistpage div.tup img,
body.powerOn #flashlistpage div.tdown img {
	cursor: url('/gfx/pv_hand.png'), auto;
}

/* --- powervote overlay --- */
#pvOverlay {
	background: url('/gfx/pv_verdienen_bg.png') transparent;
	display: none;
	height: 233px;
	position: absolute;
	width: 233px;
	z-index: 10;
}
#pvOverlay a {
	text-decoration: none;
}
#pvOverlay.artikel {
	right: -171px;
	top: -172px;
}
#pvOverlay.umfrage,
#pvOverlay.quiz {
	bottom: -225px;
	right: 20px;
}
#pvOverlay.aktionsblog {
	left: -150px;
	top: -90px;
}
#pvOverlay.gallerie {
	left: -150px;
	top: -40px;
}
#pvOverlay div.inner {
	color: #000;
	font-size: 0.8em;
	height: 70px;
	line-height: 1.4em;
	margin: 101px auto 0;
	width: 152px;
}
#pvOverlay img {
	height: 14px;
	position: absolute;
	width: 14px;
}
#pvOverlay img.aktion {
	height: 29px;
	left: 39px;
	top: 73px;
	width: 66px;
}
#pvOverlay img.pvfrage {
	left: 152px;
	top: 75px;
}
#pvOverlay img.pvkreuz {
	left: 170px;
	top: 75px;
}
#pvOverlay div.titel {
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	padding: 1px 0 2px;
	white-space: nowrap;
}
#pvOverlay div.pvpfeil {
	height: 30px;
	position: absolute;
	width: 28px;
}

button {
	border: 0;
	background: none;
	cursor: pointer;
}

body.takeover #superbanner {
	display: none;
}
body.takeover #container {
	position: relative;
	top: 118px;
	width: 984px;
}
body.takeover #outer {
	width: 812px;
	margin-top: 133px;
}
body.takeover #content {
	background: transparent url("/gfx/blank.gif") no-repeat -4px -6px;
	margin-top: -145px;
	padding-left: 12px;
}
body.takeover #logo {
	height: 129px;
}
body.takeover #servicelinks,
body.takeover #userinfo,
body.takeover #login {
	margin-top: 12px;
}
body.takeover #rightcol {
	background: #fff;
	margin-top: 117px;
	width: 172px;
}

#content_anz {
	color: #999;
	font-size: 10px;
	line-height: 11px;
	position: absolute;
	bottom: -10px;
}

.kennzeichnung {
    color:          #666666;
    font-family:    Arial;
    font-size:      12px;
    height:         15px;
    margin:         0 0 2px;
    text-align:     right;
}

/* -------------------------------- BEGIN Neue Freies HTML Teaser END ------------------------------------ */

.freies_html_klasse1 {
    width: 285px;
    height: 360px;
    overflow: hidden;
    margin: 0 10px 0 0;  
    float: left;  
}

.freies_html_klasse2 {
    width: 580px;
    overflow: hidden;
    margin: 0;
}

/* -------------------------------- END Neue Freies HTML Teaser BEGIN ------------------------------------ */
