/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Copyright (c) 20010 Janis Skarnelis
 * Examples and documentation at: http://fancybox.net
 *
 * Version: 1.3.0 (02/02/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
*/

a:link { text-decoration:none;  color:#FFF; }
a:visited { text-decoration:none;  color:#FFF; }
a:hover { text-decoration:none;  color:#ffae00; }
a:active { text-decoration:none;  color:#ffae00; }
a:focus { text-decoration:none;  color:#ffae00; }
a:myselect {  text-decoration:none;  color:#ffae00; }

h1 {
    font: bold 12px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    margin-bottom:11px;
}

h2 {
    font: bold 13px Arial, Helvetica, sans-serif;
    margin-bottom:11px;
	color:#ffae00;
}

h4 {
    font: bold 16px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    margin-bottom:11px;
}

h5 {
    font: bold 12px Arial, Helvetica, sans-serif;
    margin-bottom:13px;
	text-transform:uppercase;
	color:#ffae00;
}
h6 {
    font: bold 13px Arial, Helvetica, sans-serif;
    margin-bottom:13px;
	text-transform:uppercase;
	color:#ffae00;
}


h3 {
    font: bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.MarkAsLink {
    text-decoration: underline !important;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    background: transparent;
    z-index: 1104;
    display: none;
}

* html #fancybox-loading {	/* IE6 */
                           position: absolute;
                           margin-top: 0;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url('/js/fancybox/gfx/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 1100;
    display: none;
}

* html #fancybox-overlay {	/* IE6 */
                           position: absolute;
                           width: 100%;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    z-index: 1101;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
}

#fancybox-inner {
    color:#fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    outline: none;
    overflow: hidden;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 32px;
    height: 32px;
    background: url('/js/fancybox/gfx/fancy_close.png') top left no-repeat;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox_error {
    color: #444;
    font: normal 12px/20px Arial;
}

#fancybox-content {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

#fancybox-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Arial;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding: 10px 0;
    text-align: center;
    color: #333;
}

.fancybox-title-outside {
    padding-top: 5px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.fancybox-title-over {
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background: url('/js/fancybox/gfx/fancy_title_over.png');
    display: block;
}

#fancybox-title-wrap {
    display: inline-block;
}

#fancybox-title-wrap span {
    height: 32px;
    float: left;
}

#fancybox-title-left {
    padding-left: 15px;
    background: transparent url('/js/fancybox/gfx/fancy_title_left.png') repeat-x;
}

#fancybox-title-main {
    font-weight: bold;
    line-height: 29px;
    background: transparent url('/js/fancybox/gfx/fancy_title_main.png') repeat-x;
    color: #FFF;
}

#fancybox-title-right {
    padding-left: 15px;
    background: transparent url('/js/fancybox/gfx/fancy_title_right.png') repeat-x;
}

#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background-image: url('/js/fancybox/gfx/blank.gif');
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background: transparent url('/js/fancybox/gfx/fancy_nav_left.png') no-repeat;
}

#fancybox-right-ico {
    background: transparent url('/js/fancybox/gfx/fancy_nav_right.png') no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

div.fancy-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 1001;
}

div#fancy-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent url('/js/fancybox/gfx/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
    top: -20px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('/js/fancybox/gfx/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    width: 20px;
    background: transparent url('/js/fancybox/gfx/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
    bottom: -20px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('/js/fancybox/gfx/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent url('/js/fancybox/gfx/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
    bottom: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('/js/fancybox/gfx/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    width: 20px;
    background: transparent url('/js/fancybox/gfx/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
    top: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('/js/fancybox/gfx/fancy_shadow_nw.png') no-repeat;
}/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

body {
    background: url(/gfx/bg_skyline.jpg) no-repeat #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
}

a img {
    border: none;
}

.wrapper_start {
    width: 790px;
	float:left;
}

#skyscraper {
	float:left;
	margin:125px 0 0 8px;
	padding:0px;
}

#BorderTop  {
	background:url("/gfx/blank.png") repeat scroll 0 0 transparent;
	height:6px;
	width:747px;
	margin:0 0 0 43px;
}

#content {
    background: url(/gfx/bg_ContentRegistrierung.png) repeat-y;
    width: 747px;
	margin:0px 0 0 43px;
}

.logo_start {
    margin:5px 20px 0 20px;
    float: left;
}

#counter_login {
	width:354px;
	margin-left:430px;
}
		


/* ######## LEFT COLUMN ######## */
#leftColumn {
	float:left;
	width: 321px;
	padding:0px 20px 20px 26px;
	margin:20px 0;
	border-right:1px solid #333;
}


/* ######## RIGHT COLUMN ######## */
#rightColumn {
	float:left;
	width: 321px;
	padding:20px 26px 20px 20px;
}


.clearer {
    clear: both;
}

.headline_image {
    margin: 0 0 20px 0;
}

#eingabefeld_dummy {
    margin: 35px 0 13px 0;
}

#agb_dummy {
    float: left;
    margin: 0 20px 0 0;
}

#binwach_status_on {	
    margin: 10px 0 0 60px;
}

#binwach_status_off {	
    margin: 10px 0 0 30px;
}

#registerbutton {
    display: block;
    margin: 10px 0 0 0;
	width:294px;
    height: 51px;
    background: url(/gfx/btn_registrieren.png);
    border: none;
    cursor: pointer;
}

#registerbutton:hover {
    background: url(/gfx/btn_registrieren_hover.png);
}

/*
-------------- Footer --------------
*/
#footer {
	margin:0 26px;
	padding:13px 0;
	border-top: 1px solid #333;
}

#footerText {
	float:left;
	font-size: 10px;
    color: #666;
}

a.footer_link:active,a.footer_link:link,a.footer_link:focus,a.footer_link:visited,a.footer_link
{
    font-size: 10px;
    color: #666;
}

a.footer_link:hover {
    font-size: 10px;
    color: #999;
}


#social_networks {
	float:right;
}

.social_networks_btn {
    float: left;
    margin: 0px 20px 0 0;
}



/*
-------------- Twitter --------------
*/
#twitter-logo {
    margin: 20px 0 15px 0;
}

#tweet {
    background: transparent;
}

ul.tweet_list {
    list-style: none;
    /*background: url(/gfx/scanlines_blank.png) 0px 37px no-repeat;*/
}

ul.tweet_list li {
    list-style: none;
    border-bottom: 1px solid #333;
    padding: 7px 0;
}

ul.tweet_list  a {
    color: #666;
}

ul.tweet_list a:hover {
    color: #999;
}

li.tweet_first {
    background: transparent;
    padding-bottom: 20px;
}

li.tweet_odd {

}

li.tweet_even {

}

a.tweet_avatar {

}

.meta {

}

.tweet_text {

}

/*
-------------- Register --------------
*/

#SaveName {
    float:left;
    width:150px;
}

.BtnLogin, .input_button {
    background:url(/gfx/btn_50px.png) no-repeat;
    display:block;
    width:50px;
	height:30px;
    text-transform:uppercase;
    padding:0 0 3px 0px;
    text-shadow:0 1px 1px #000;
    font-size: 12px;
    margin:4px 0 0px 0px;
    border:none;
    color:#FFF;
    cursor:pointer;
    float:right;
}
*+ html .BtnLogin, .input_button {
    margin:5px 0 0px 0px;
}

.input_button {
    background:url(/gfx/btn_150px.png) no-repeat;
    width:150px;
}

.BtnLogin:hover, .input_button:hover {
    color:#ffae00;
}

#start_text {
    margin:10px 0 0 0;
}

.separator {
    background:url(/gfx/icons/stripes_bg5px.png);
    height:5px;
    margin:20px 0 20px 0;
}

#register_form {
    margin: 16px 0 0 0;
    padding: 0;
}

#register_form #gender {
    background-color: #e2e4ed;
    border: solid 1px #FFFFFF;
	width:294px;
    height: 30px;
    padding: 5px;
    margin: 4px 0 8px 0;
    color: #3D3E3F;
}

#frmLogin .text, #register_form .text, #frmPassword .input_text {
    background-color: #e2e4ed;
    border: solid 1px #FFFFFF;
    width: 283px;
    height: 18px;
    padding: 4px;
    margin: 4px 0 8px 0;
    color: #3D3E3F;
}

/* Login Inputfeld + Counter */
	#login_box, #counter_box {
		padding:25px 0 0 0;
	}
	#lostPasswordLink {
		text-decoration: underline;
	}	
	#login_password, #login_email {
		width:132px !important;
		margin: 4px 0 8px 0;
	}
	#login_password {
		margin: 5px 0 8px 0 !important;
	}
	
	#frmLogin p {
		float:left;
	}
	
	#email_form_label {
		float: left;
		width: 150px;
		height: 20px;
		margin-top: -2px !important;
	}
	*+ html #email_form_label {
		margin-top: -5px !important;
	}
	#password_form_label {
		height: 20px;
		float: left;
		width: 150px;
    }
	#email_form {
		float: left;
		width: 150px
	}
	#password_form {
		float: left;
		width: 150px;
		margin-top: -1px !important;
	}
	#email_form_ajax {
	}
	#password_form_ajax {
	}
	
#frmActivation .text {
    background-color: #e2e4ed;
    border: solid 1px #FFFFFF;
    width: 258px;
    height: 18px;
    padding: 5px;
    margin-bottom: 3px;
    color: #3D3E3F;
}

#frmLogin .select, #register_form .select, #frmPassword .select {
    background-color: #e2e4ed;
    border: solid 1px #FFFFFF;
    width:294px;
    height: 28px;
    padding: 5px;
    color: #3D3E3F;
}

#frmLogin .check, #register_form .check {
    margin-top: 16px;
    color: #3D3E3F;
    padding: 0px;
}

#register_form #age_group select {
    background-color:#E2E4ED;
    border:1px solid #FFFFFF;
    color:#3D3E3F;
    height:28px !important;
    margin: 4px 1px 8px 0;
    padding:5px;
    width:95px;
}


#fieldset-fs_e {
    border: none;
}	



#agb-label {
    float: right;
    width: 280px;
    margin-top: 10px;
    display: block;
    text-decoration: underline;
    cursor: pointer;
}
.video_subtitle {	
	margin-top: 5px;
}
.optional {
    cursor:pointer;
}

#reg_success h2 {
    font-size: 14px
}

#reg_success {
    background: #aeffbd;
    border: #4dc463;
    color: #000;
    padding: 20px;
    width: 251px;
}

/* Misc */
ul.errors {
    list-style: none;
}

.errors {
    color: #efac28;
}

/* spambot schutz */
#emailaddress-label,#emailaddress-element {
    display: none;
}

.success_message_box {
    background:#AEFFBD none repeat scroll 0 0;
    color:#000000;
    margin-bottom: 10px;
    padding:10px;
}
.error_message_box {
    background:#FF6666 none repeat scroll 0 0;
    color:#000000;
    margin-bottom: 10px;
    padding:10px;
}

/* \*\*\*\ EINHEITLICHER LISTEN-STYLE \*\*\*\ */
.GlobalArrowList {
    list-style:none;
}
.GlobalArrowList li {
    background:url(/gfx/bulletpoint.png) 1px 1px no-repeat;
    padding:1px 0 5px 15px;
}

.hr {
    border: 0;
    background: url(/gfx/hor-list-seperator.png) repeat-x;
    height: 1px;
    margin: 15px 0 15px;
    clear: both;
}

#region {
    height:30px !Important;
    width:294px !important;
}

.smallText{
    font-size:11px;
    margin-bottom:13px;
    font-style:italic;
}

span.displaynone { 
    display:none;
}

/* Spry Script */

h2.trigger {
    margin: 15px 0 5px 0;
    background: url(h2_trigger_a.gif) no-repeat;
    font-size: 2em;
    font-weight: normal;
}
h2.trigger a {
    color: #fff;
    text-decoration: none;
    display: block;
}
h2.trigger a:hover { color: #ffae00; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
    margin: 0 0 5px;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    clear: both;
}
.toggle_container .block {
    background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}

.sky{
    width:200px;
    height:600px;
    position:absolute;
    top:0px;
    left:590px;
}

.clearer {
    clear:both;
}

#counter_box {
	float:left;
}

*+html #PasswortVergessenIE7Div {
	width:293px;
}

#AlbumTeaser {
    background: url(/gfx/fabianbuch_albumteaser.png) no-repeat;
	padding:280px 0 0 0;
}