/* COLOR REFERENCE
 *  #234E12 bg   dark green
 *  #7DC45F bg   light green
 *  #A5E37E bg   lighter green
 *  #B4F28C bg   lightest green
 *	#234D12 text dark green 
 */

/* @group §1.2	Tools
 */
.hide {
	position: 			absolute !important; 
	left:				-9999px !important; 
}
.hide-text {
	text-indent: 		-9999px;
}
/* Clear Floated Elements */

.clear {
	clear: both;
}
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

/* Clearen per Overflow */
.floatbox { overflow:hidden; }

/* .floatbox-Anpassung fuer IE6 */
* html .floatbox {width:100%;}


/* inline block */
/* http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/ */
.inline-block {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        /*vertical-align: top;*/
        zoom: 1;
        *display: inline !important;
        position: relative;
}
/* @end Tools **/


/* @group $1.6 images
 */
/* @end wrapper **/


/* @end DEFAULTS ****************************************/



/* @group GLOBAL 
 *********************************************************/
 
body {
	background: url(../images/dummies/bg_gras.jpg) 50% 50% fixed no-repeat;
	padding: 0 0 5em;
}

/* @group §2.1 page
 *
 * general content section
 */
#page {
	width: 960px;
	margin: 0 auto;
}
/* @end page */

/* @group §2.2 header
 *
 * general content section
 */
#header {
	position: relative;
	padding: 0 18px 27px 17px;
	margin: 0 -18px 0 -17px;
	width: 960px;
	height: 32px;
	
	background: url(../images/header/header_bg.png) 100% 100% no-repeat;
	
	
}
#header h1 {
	position: absolute;
	top: 0;
	left: 17px;
	width: 430px;
	height: 66px;
	
	background: url(../images/header/logo_footballr.png) no-repeat;
	text-indent: -9999px;
}
#header .nav ul {
	position: absolute;
	top: 0;
	right: 180px;
}
#header .nav li {
	float: left;
	height: 32px;
	border-right: 1px solid #234D12;
	
	background: url(../images/header/header_nav_bg.png);
}
#header .nav a {
	display: block;
	padding: 0 10px;
	color: #FFF;
	font-size: 14px;
	line-height: 31px;
	text-align: center;
}
#header .nav .current a {
	color: #234D12;
}
/* @end header */


/* @group §2.3 navigation
 */
#navigation {
	position: relative;
	top: -26px;
	left: 3px;
	
}
#navigation ul,
#navigation li {
	float: left;
	height: 26px;
}
#navigation li {
	background: url(../images/header/comunity_nav_bg.sprite.png) 0 -26px repeat-x;
}
#navigation li:first-child {
	background-position: 0 0;
}
#navigation li:last-child {
	background-position: 100% -52px;
}
#navigation li a {
	display: block;
	font-size: 15px;
	padding: 0 16px;
	
	color: #FFF;
	line-height: 26px;
}
#navigation span {
	padding: 3px 5px 1px;
	background: #65A849;
	color: #A5E37E;
	font-size: 11px;
	vertical-align: top;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#navigation .current a {
	color: #234D12;
}
/* @end navigation */

/* @group search
 */
#search {
	position: absolute;
	top: 5px;
	right: 27px;
	
	padding: 0 12px;
	width: 116px;
	height: 21px;
	
	background: #FFF;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#search input {
	width: 116px;
	padding: 3px 0 0;
	margin: 0;
	border: 0;
	font-size: 14px;
	line-height: 14px;
	vertical-align: middle;
}
/* @end search */


/* @group main
 */
#main {
  	padding: 5px;
  	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	box-shadow: 0 0 3px #000000;
	-moz-box-shadow: 0 0 3px #000000;
	
	background: #FFF;
}

/* Use a .box to create a padded box inside a column.  */
#main .box {
  min-height: 140px;
}
#main .box .title {
	padding: 9px;
	margin: 0;
	
	background: url(../images/bg_trans.png) repeat-x;
	border: 1px solid #EEE;
}
#main .box .title.small {
	padding: 5px;
}
#main .add img {
	width: 100%;
}
/* @end main */


/* @group footer
 */
#footer {
	padding: 5px 10px;
	text-align: right;
}
#footer a {
	color: #4B912F;
}
/* @end footer */


/* @end STRUCTURE ****************************************/



/* @group §3 MODULES 
 *********************************************************/

/* @group box nav
 *
 * box tabs
 */
.box .nav ul {
	float: left;
}
.box .nav li {
	float: right;
	margin-right: -10px;
	
	
}
.box .nav li a {
	display: block;
	padding: 0 15px 0 25px;
	height: 24px;
	
	color: #234D12;
	line-height: 24px;
	font-size: 14px;
	text-transform: uppercase;
	
	border-radius: 7px 7px 7px 0;
	-moz-border-radius: 7px 7px 7px 0;
	-webkit-border-radius: 7px 7px 7px 0;
}
.box .nav li a:focus,
.box .nav li a:hover,
.box .nav .current a {
	color: #FFF;
}
.box .nav li:nth-child(1) a,
.box .content>*:nth-child(1) {
	background: #B4F28C;
}
.box .nav li:nth-child(2) a,
.box .content>*:nth-child(2) {
	background: #A5E37E;
}
.box .nav li:nth-child(3) a,
.box .content>*:nth-child(3) {
	background: #7DC45F;
}
.box .nav li:last-child a {
	padding-left: 15px;
}
.box .content>*{
	position: relative;
}
/* @end gallery **/


/* @group gallery
 */
#gallery dl {
	width: 100%;
	overflow: hidden;
}
#gallery dl,
#gallery dt,
#gallery dd {
	margin: 0;
}
#gallery dt {
	height: 320px;
}
#gallery dd.text {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	
	background: url(../images/darkgrey_alpha.png);
	color: #FFF;
	font-size: 11px;
	text-align: left;
}
#gallery dd.text br {
	display: none;
}
#gallery dd.text strong {
	padding: 10px 80px 0 10px;
	
	display: block;
	font-size: 18px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: normal;
}
#gallery dd.text span {
	padding: 0 80px 10px 10px;
	display: block;
}
#gallery dd.more {
	position: absolute;
	z-index: 2;
	bottom: 15px;
	right: 15px;
}
#gallery dl img {
	width: 100%;
	height: auto;
}
/* @end gallery */


/* @group tables
 */
#tables table {
	width: 100%;
	height: 280px;
	margin: 0;
}
#tables caption {
	color: #234D12;
	font-size: 14px;
	line-height: 31px;
	text-align: center;
}
#tables caption a {
	padding: 0 10px;
	
	color: #234D12;
}
#tables caption span {
	display: none;
}
#tables td {
	border-top: 1px solid #FFF;
	height: 20px;
	vertical-align: middle;
	padding: 0 5px;
	
	color: #FFF;
}
#tables td.home,
#tables td.away {
}
#tables td.result {
	font-size: 24px;
	text-align: center;
	width: 100%;
}
#tables td span {
}
span.team {
	display: block;
	height: 30px;
	
	line-height: 30px;
	white-space: nowrap;
	vertical-align: middle;
	padding: 0 10px 0 30px;
	overflow: hidden;
	
	background: url(../images/teamicons.sprite.png) 5px 0 no-repeat;
}
.team.t-fsv-frankfurt   { background-position: 0 -0px; }
.team.t-paderborn       { background-position: 0 -30px; }
.team.t-union-berlin    { background-position: 0 -60px; }
.team.t-rostock         { background-position: 0 -90px; }
.team.t-duesseldorf     { background-position: 0 -120px; }
.team.t-koblenz         { background-position: 0 -150px; }
.team.t-bielefeld       { background-position: 0 -180px; }
.team.t-augsburg        { background-position: 0 -210px; }
.team.t-st-pauli   		{ background-position: 0 -240px; }
.team.t-duisburg        { background-position: 0 -270px; }
.team.t-cottbus	        { background-position: 0 -300px; }
.team.t-greuther-fuerth { background-position: 0 -330px; }
.team.t-kaiserslautern  { background-position: 0 -360px; }
.team.t-aachen          { background-position: 0 -390px; }
.team.t-oberhausen      { background-position: 0 -420px; }
.team.t-ahlen           { background-position: 0 -450px; }
.team.t-1860-muenchen   { background-position: 0 -480px; }
.team.t-karlsruhe       { background-position: 0 -510px; }
/* @end tables */


/* @group awesome buttson
 *
 * aweseome buttons by zurb.com
 */
a.btn,
button{
background: #222 url(../images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1em !important;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
border: 0;

background-color: #438B34;
}
a.btn:focus,
a.btn:hover {
	color: #FFF;
}

.btn.small,
button.small {
font-size: 11px;
padding: 2px 5px 3px;
}
.btn.medium,
button.medium {
font-size: 13px;
}
.btn.large,
button.large {
font-size: 14px;
padding: 8px 14px 9px;
}
/* @end awesome buttson */



/* @group nachrichten
 */
#news {
	position: relative;
}
#news div {
	padding: 10px 15px;
	position: relative;
	
	background: #E0DFDF url(../images/bg_trans.png) repeat-x;
	
	border: 1px solid #EEE;
	margin-top: -1px;
}
#news h3 {
	font-size: 18px;
	line-height: 24px;
	
	margin: 0;
}
#news div.expanded {
	height: 150px;
}
#news div.expanded h3 {
}
#news div.expanded h4 {
	display: none;
}
#news div.expanded p {
}
#news div.expanded img {
}

#news div.collapsed {
	padding: 8px 15px;
}
#news div.collapsed p{
	display: none;
}

#news div.collapsed h3 {
	background: url(../images/accordion_arrow_open.png) 100% 50% no-repeat;
}
#news div.collapsed h4 {
	color: #57A339;
	font-size: 1em;
	line-height: 1em;
	margin: 0;
}

#news .rss {
	position: absolute;
	top: 10px;
	right: 15px;
}
/* @end nachrichten */


/* @group voting
 */
#voting form {
	height: 255px;
	padding: 10px;
	margin: -1px 0 0;
	border: 1px solid #EEE;
	
	background: #E0DFDF url(../images/bg_trans.png) repeat-x;
}
#voting strong {
	color: #57A339;
	font-weight: normal;
}
#voting ul {
	border-top: 1px solid #d6d6d6;
	
	margin: 10px -10px;
}
#voting li {
	border-bottom: 1px solid #d6d6d6;
	padding: 5px 10px;
}
/* @end voting */




/* @group signup
 */
#signup {
	height: 320px;
}
#signup h2 {
}
#signup h2 span {
	float: right;
	font-size: 12px;
	line-height: 2em;
	vertical-align: baseline;
}
#signup h3 {
	color: #57A339; 
	margin: 0;
}
#signup .intro,
#signup form {
	padding: 3em 20px;
}
#signup label {
	display: block;
}
#signup input {
	background: #999;
	border: none;
	margin: 0 0 10px;
	width: 145px;
	
	padding: 5px;
}
/* @end signup */


/* @group invite
 */
#invite {
	height: 160px;
}
#invite p {
	font-size: .8em;
	margin: 0 6px;
}
/* @end invite */


/* @group message-board
 */
#message-board {
	position: relative;
}
#message-board li a {
	display: block;
	padding: 10px 10px 10px 60px;
	margin: -1px 0 0;
	position: relative;
	
	background: #E0DFDF url(../images/bg_trans.png) repeat-x;
	color: #333;
	
	border: 1px solid #EEE;
}
#message-board li a br {
	display: none;
}
#message-board li a strong {
	display: block;
	color: #4B912F;
	font-weight: normal;
}
#message-board li a strong i {
	font-style: normal;
	color: #666;
}
#message-board li a img {
	float: left;
	margin: 0 5px 5px 0;
}
#message-board li a .comments {
	display: block;
	position: absolute;
	top: 25px;
	left: 10px;
	width: 40px;
	padding: 20px 0 0;
	
	font-size: 10px;
	background: url(../images/comment_bubble.png) 50% 0 no-repeat;
	text-align: center;
}
#message-board li a .comments span {
	display: none;
}
#message-board .more {
	text-align: right;
	margin: 15px 0 0;
}
#message-board .search {
	position: absolute;
	top: 3px;
	right: 15px;
}

/* @end message-board */


/* @group teaser
 */
.teaser {
	position: relative;
}
.teaser h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	background: url(../images/darkgrey_alpha.png);
	font-size: 18px;
}
.teaser h3 a {
	display: block;
	color: #FFF;
	padding: 10px 15px;
}
.teaser img {
	margin: 0 0 10px;
	width: 100%;
}
.teaser .more {
	margin: 10px 0 0;
	text-align: right;
}
/* @end teaser */

/* @group splash
 */
#splash {
	position: relative;
	top: 20px;
	left: 50%;
	
	margin: 0 0 0 -280px;
	width: 582px;
	height: 606px;
	
	background: url(../images/splashpage_bg.png);
	color: #4B912F;
	font-size: 1.1em;
}

#sp-about,
#sp-signup {
	position: absolute;
	top: 136px;
	width: 160px;
}
#sp-about {
	left: 78px;
}
#sp-about ul {
}
#sp-about li {
	padding: 10px 0 10px 40px;
	background: url(../images/splashpage_dot.png) no-repeat
}
#sp-signup {
	right: 124px;
}
#sp-login {
	bottom:198px;
	height:50px;
	left:270px;
	position:absolute;
	width:230px;
}
#sp-login a {
	display: block;
	width:100%;
	height:100%;
	text-indent: -999px;
}
/* @end splash */

/* @group xxx
 */
/* @end xxx */


/* @end MODULES ****************************************/



/* Let the chaos begin!
 *********************************************************/
 
 
