/*
Title:			flinc.css
Author:			Daniel Koch
URL:			www.flinc.mobi

Description:	General layout styles and structure.
				Everything which is needed all over the site goes in here.

Created:		2009/08/30
Modified:		2009/09/02
*/

/*
INFOs:
	18px: 1.125em
	16px: 1em
	14px: 1.167em
	12px: 0.75em
	11px: 0.6875em
	10px: 0.625em
*/
/*
SNIPPETs:
	border: 1px dashed #FF0000;
	border: 1px solid #FF0000;
	background-color: #FF0000;
	top right bottom left
*/
/*
TODOs:
*/

/**
 * General structure
 * 
 * @group structure
 */
body {
	text-align: center;
}
#background {
	width: 100%;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
	text-align: left;
}
#background img {
	height: auto;
	position: fixed;
	width: 100%;
	z-index: 1;
}
#page {
	width: 916px;
	margin: 0 auto;
	text-align: left;
	z-index: 2;
	position: relative;
}
#logo {
	float: left;
	margin-top: 15px;
}
#language {
	font-size: 13px;
	float: right;
	visibility: hidden;
}
#language li {
	padding-left: 5px;
}
#language span {
	padding-right: 5px;
}
#language a {
	color: #5a5a5a;
}
#language a.active {
	font-weight: bold;
	text-decoration: none;
}
/**
 * Header
 * 
 * @group header
 */
#header {
	height: 130px;
	z-index: 99;
}
#header h1 {
	display: none;
}
/**
 * Language selector
 * 
 * @group language
 */
#language  {
	margin-top: 15px;
}
#language li {
	float: left;
}
/**
 * Content
 * 
 * @group content
 */
#content {
	float: left;
}
/**
 * Sidebar
 * 
 * @group sidebar
 */
#sidebar {
	margin-left: 17px;
	float: left;
	width: 258px;
}
#sidebarTop {
	height: 361px;
	margin-bottom: 50px;
}
/**
 * Stage
 * 
 * @group stage
 */
#stage {
	width: 625px;
	height: 376px;
	margin-bottom: 50px;
}
/**
 * Footer
 * 
 * @group footer
 */
#footer {
	font-size: 13px;
	margin-top: 30px;
	padding-bottom: 30px;
}
#footer li {
	float: left;
	padding-left: 5px;
}
#footer span {
	padding-right: 5px;
}
#footer a.active {
	font-weight: bold;
	text-decoration: none;
}
/* clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.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;
}
/**
 * General formats
 * 
 * @group formats
 */
html,
body {
/*	font-family: "Trebuchet MS", "Lucida Sans", sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	background-color: #d2d3d3;
	height: 100%;
	width: 100%;
}
a,
a:hover,
a:focus {
	color: #73bf1b;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #73bf1b;
	text-decoration: underline;
}
a.internal {
	font-size: 13px;
	font-weight: bold;
	background: url(/resources/img/icons.png) no-repeat right -450px;
	padding: 1px 25px 1px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
h1 {
	color: #73bf1b;
	font-size: 34px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -20px;
	line-height: 0.85;
	margin-bottom: 10px;
}
h2 {
	color: #5a5a5a;
	font-size: 48px;
}
h3 {
	font-size: 44px;
}
h4 {
	color: #73bf1b;
	font-size: 16px;
	font-weight: bold;
}
.floatLeft {
	float: left;
}
#content p,
#sidebar p {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 10px;
}
/**
 * Boxes & columns
 * 
 * @group boxes-columns
 */
.columnLeft {
	float: left;
	width: 50%;
}
.columnRight {
	float: left;
	width: 50%;
}
.wrapperBox {
	padding-left: 15px;
}
/**
 * Dropshadow boxes
 * 
 * @group drodpshadow
 */
.dropshadow {
	float: left;
	background: url(/resources/img/shadow.png) no-repeat bottom right !important;
	background: url(/resources/img/shadow.gif) no-repeat bottom right;
	margin: 4px 4px 4px 4px;
	padding: 0;
}
.innerbox {
	position:relative;
	bottom: 4px;
	right: 4px;
	padding: 15px;
	margin: 0;
	background-color: #fff;
}
.innerbox p.first {
	margin-top: -15px;
}
.dropshadow.half {
	width: 300px;
}
.dropshadow.full {
	width: 625px;
}
.dropshadow.quad .innerbox {
	height: 270px;
}
.dropshadow.sidebar {
	width: 258px;
}
.dropshadow.distance {
	margin-right: 21px;
}
/**
 * Headlines
 * 
 * @group headlines
 */
.headline {
	background: url(/resources/img/headlines.png) no-repeat 0 0;
	display: block;
	height: 50px;
	margin-top: -42px;
	margin-bottom: 15px;
	margin-left: -5px;
	text-indent: -9999em;
}
.headline.idee {
	background-position: 0 -50px;
}
.headline.impressum {
	background-position: 0 -100px;
}
.headline.team {
	background-position: 0 -150px;
}
.headline.treffen {
	background-position: 0 -200px;
}
.headline.pfeil {
	background-position: 0 -250px;
	margin-top: -48px;
	margin-left: -30px;
}
/**
 * sIFR special styles
 * 
 * @group sifr
 */
#content .flashTitle,
#sidebar .flashTitle {
	font-size: 46px;
	margin-top: -55px;
/*	font-family: "Trebuchet MS", "Lucida Sans", sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar .arrow .flashTitle {
	margin-left: -30px;
	margin-top: -70px;
}
.sIFR-active .flashTitle {
	visibility: hidden;
}
/**
 * Content formats
 * 
 * @group formats
 */
.description {
	color: #73bf1b;
	font-weight: bold;
}
.contactData {
	font-size: 12px;
	margin: 10px 0;
}
.contactData li {
	padding: 1px 0;
}
.contactData a {
	color: #5a5a5a;
}
.contactData span.label {
	display: block;
	float: left;
	width: 60px;
	color: #bebebe;
}
/**
 * Social Links
 * 
 * @group sociallinks
 */
.socialLinks li {
	float: left;
	padding: 10px 5px;
}
.socialLinks li.first {
	padding-left: 0;
}
.socialLinks a {
	display: block;
	background: url(/resources/img/icons.png) no-repeat 0 0;
	text-indent: -9999em;
}
.socialLinks a {
	display: block;
	width: 31px;
	height: 31px;
	text-indent: -9999em;
}
.socialLinks a.xing {
	background-position: 0 -200px;
}
.socialLinks a.mvz {
	background-position: 0 -250px;
}
.socialLinks a.facebook {
	background-position: 0 -300px;
}
.socialLinks a.wkw {
	background-position: 0 -350px;
}
.socialLinks.big {
	margin: 15px 0;
}
.socialLinks.big a.facebook {
	background-position: 0 0;
}
.socialLinks.big a.rss {
	background-position: 0 -50px;
}
.socialLinks.big a.twitter {
	background-position: 0 -100px;
}
.socialLinks.big a.identica {
	background-position: 0 -150px;
}
.socialLinks.big a {
	width: 43px;
	height: 43px;
}
/**
 * Buttons
 * 
 * @group buttons
 */
.button {
	background: url(/resources/img/icons.png) no-repeat 0 0;
}
.button a {
	display: block;
}
.button.blog {
	background-position: 0 -400px;
	margin: 0 auto;
	position: relative;
}
.button.blog a {
	width: 165px;
	height: 38px;
	text-indent: -9999em;
}