/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url('SlidingLogIn/tab_b.png') repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url('SlidingLogIn/tab_l.png') no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url('SlidingLogIn/tab_r.png') no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url('SlidingLogIn/tab_m.png') repeat-x 0 0;
}

.tab ul.login li a {
	color: #A30606;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url('SlidingLogIn//bt_open.png') no-repeat left 0;}
.tab a.close {background: url('SlidingLogIn/bt_close.png') no-repeat left 0;}
.tab a:hover.open {background: url('SlidingLogIn//bt_open.png') no-repeat left -19px;}
.tab a:hover.close {background: url('SlidingLogIn/bt_close.png') no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #A30606;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url('SlidingLogIn/bt_login.png') no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url('SlidingLogIn/bt_register.png') no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

.a
{
	color: #1871d4;
	
}
.menu
{
	display:block;
  
	color: #a5a5a5;    // Menubuttonschrift

	font-size: 11px;

	width: 175px;

	height: 20px;

	text-indent: 40px;

	text-decoration: none;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	line-height: 19px;

	background-image: url('button/menu.png');

	background-repeat: no-repeat;
}
.menu:hover
{
	display:block;

	color: #ffffff;     // menubutton m.over

	font-size: 11px;

	width: 175px;

	height: 20px;

	text-indent: 40px;

	text-decoration: none;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	line-height: 19px;

	background-image: url('button/menuover.png');

	background-repeat: no-repeat;
} 

.newsbox
{ background-color: #383838; }

.newsdark
{ background-color: #232222; }

.newstext
{ background-color: #1a1a1a;}

.newshead
{  background-color: #383838; background-image:url(head.gif)}

.title   

{

	font-size: 10px;
	font-weight: bold;
	color: #c1c1c1;  //news ueberschrift

}

.login_1

{ 

    color: #a30606;   

	background: url('bilder/login_1.gif') ;

	width: 103px;

	height: 20px;

    border-width: 0px;

    font-weight: normal;

    text-decoration: none;

	text-align: center;

	padding-top: 3px; font-style:normal; font-variant:normal; font-size:12px; font-family:Tahoma

}

.login_2 

{ 

    color: #a30606;

	background: url('bilder/login_2.gif') ;

	width: 103px;

	height: 20px;

    border-width: 0px;

    font-weight: normal;

    text-decoration: none;

	text-align: center; 

	padding-top: 5px; font-style:normal; font-variant:normal; font-size:12px; font-family:Tahoma

}

.login_s

{ 

    background:url('bilder/login_s.gif') ;

	width:40px;

	height:20px;

  	border-width: 0px;

    font-weight: normal;

    text-decoration: none

}

.statik

{ 
	 
color: #737373; 	// Schriftartfarbe

}

.hlogin

{ 
	 
color: #c1c1c1; 	// Schriftartfarbe
background: #454141; 	// Hintergrundfarbe
border: 1px solid #2f2f2f; 	// Rahmen, Stärke, Art, Farbe des Rahmens (statt black auch #000000)

}

.btitle

{

	color: #a30b0b;    // Boxen ueberschrift
        font-family: Verdana;Arial,
	font-weight: bolder;
	font-size:12px;

}

.bcontent

{

	margin-left: 10px;

}

 body   

{ 

  background-color: #11110f;	
  background-image: url('bilder/background.jpg') ;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-position: 50% 0%;

}

td 

{

  font-family: Verdana; 

  font-size: 10px;

  color: #c1c1c1;    // statistk,news ueberschrift,news inhalt,shoutbox,

}

a

{ 

  color: #c1c1c1;    // hyperlinks, onlinebox

  font-family: Verdana; 

  font-size: 10px; 

  text-decoration: none;

}

a:hover 

{ 

  color: #a30606;   // hyperlinks m.over, onlinebox

  text-decoration: none;  

}

a.box 

{ 

  color: #c1c1c1;    //  loginbox im menu

  font-family: Verdana; 

  font-size: 10px;

  text-decoration: none;

 }

a.box:hover 

{  

  color: #a30606;   // loginbox im menu m.over

  text-decoration: none;

}

.Chead

{

   		background-color: #121212;
        color: #cccccc;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
  

}

.Chead td, .Chead td strong, .Chead h4, .Chead td b

{

  color: #404040;   // gallery bilderueberschrift

}

.Callg

{

	color: #ff0000;

}

.Callg td

{

  color: ff0000;

}


.Cnorm 

{

	background-color: #1A1A1A;                      // news kommentare schrift background
  	color: #E6E6E6;

}

.Cmite

{ 

  	background-color: #454141;			// downloads-details-name, in news kommentaren
  	color:#E6E6E6;

}
.mite
{
  background-color: #454141;
  color:#0b0b0b;
}
.Cdark

{

  		background-color: #404040;   //foren beitrag-hintergrund, letzter beitrag hintergrund
        color: #cccccc;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
  		background-image: url('bilder/td_bg.jpg');
        background-repeat: repeat-x
}



#Ballg

{

	color: #FF0000;

	background-color: #ff0000;

}

#Ballg td

{

	color: #ff0000;

	background-color: #ff0000;

}

.Bhead

{

	color: #ff0000;

}

.Bbody

{

	color: #ff0000;

}



.smalfont 

{ 

	color: #848484;     // forum autordetails schriftfarbe, downloads vorschauTEXTfarbe

    font-size: 9px;

	text-decoration: none; 

}

.smalfont_copyright 

{ 

	color: #a30606;

    font-size: 10px;

	text-decoration: none; 

}
.dltext

{ 

	color: #000000;     // download textfärbe

    font-size: 10px;

	text-decoration: none; 

}
.downloads
{
        background-color: #E6E6E6;
        color: #424242;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
  		background-image: url('bilder/td_bg2.jpg');
        background-repeat: repeat-x
}

.border 

{

   background-color: #383838;   //forum,downloas,gallery usw. hintergrundfarbe
}
a.border
{
   color: #404040;
}
.rand
{
  border: 1px solid #c1c1c1;

}

hr 

{ 
height: 1px;
                border: solid #c1c1c1 1px;
                border-top-width: 1px;
				width: 100%;
}

input, textarea, select

{ 

    color: #c1c1c1;

	background-color: #1a1a1a;

    font: 10px  Verdana;  

    border-color: #c1c1c1;

  	border-width: 1px;

    border-style: double;  

    font-weight: normal;  

    text-decoration: none;  

}

#menu {}

#menu ul { padding-left: 10px; margin-left: 10px; }

#smallmenu { }

#smallmenu li { font-size: 10px; }

#smallmenu a { font-size: 10px; }


.sbback 
{
    background-color: #575757;
    color:#0b0b0b;
}
.sbback2 
{
    background-color: #6b6b6b;
    color:#0b0b0b;	
}

.content  

{

	font-size: 11px;
	font-weight: bold;
	color: #a30606;  //news ueberschrift
	
}
.lastbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #c1c1c1;
	padding-top: 1px;
	text-decoration: none;
	font-size: 11px;
	line-height: 9px;
}
