body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}
 
fieldset, img { border: 0; }
 
 
a:focus { outline: none; }
 
 
 
html {
	height: 100%;
	margin-bottom: 1px;
}


/* paragraph */
p {
	margin: 10px 0px 15px 0px;
	font-size: 12px;
}
 
 
/* lists */
ul, ol, dl { margin: 1em 0; padding-left: 30px }
dl { margin: 1em 0; }
dd { padding-left: 40px; }
 
 
/* tables */
td, th { padding: 1px; }


/* links */
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
 
/* headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 100%;
}
 
h1 { font-size: 300%; }
h2 { font-size: 250%; }
h3 { font-size: 200%; }
h4 { font-size: 175%; }
h5 { font-size: 150%; }
h6 { font-size: 125%; }
 
/* horizontal rule */
hr {
	margin: 15px 0px 15px 0px;
	display: block;
	background: #c8c8c8;
	height: 1px;
	border: none;
}


/* blockquotes */
blockquote {
	margin: 10px 0 10px 15px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	font-size: 130%
}
 
 
 /* Page  */
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}
 
body.bfb-page {
	background: #F0F0F0 url(../Layout/page_bg.png) 50% 0 repeat-x;
}
 
/* center page */
div.wrapper {
	margin: auto; 
}
 
/*
 * Layout
 */
 
div#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}
 
div#page-body {
}
 
div.wrapper-t {
	background: #F0F0F0 url(../Layout/wrapper_t.png) 0 0 repeat-x;
}
 
div.wrapper-b {
	background: url(../Layout/wrapper_b.png) 0 100% repeat-x;
}
 
div.wrapper-l {
	background: url(../Layout/wrapper_l.png) 0 0 repeat-y;
}
 
div.wrapper-r {
	background: url(../Layout/wrapper_r.png) 100% 0 repeat-y;
}
 
div.wrapper-tl {
	background: url(../Layout/wrapper_tl.png) 0 0 no-repeat;
}
 
div.wrapper-tr {
	background: url(../Layout/wrapper_tr.png) 100% 0 no-repeat;
}
 
div.wrapper-bl {
	background: url(../Layout/wrapper_bl.png) 0 100% no-repeat;
}
 
div.wrapper-br {
	padding: 0px 20px 20px 20px;
	min-height: 710px;
	 
	background: url(../Layout/wrapper_br.png) 100% 100% no-repeat;
}
 
div#header {
	width: auto;  
	height: 115px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
	clear: both;  
}
 
div#tabs {
	position: absolute;
	top: 70px;
	right: 0px;
	height: 35px;
}
 
div#menu {
	position: absolute;
	top: 90px;
	left: 25px;
	z-index: 11;
	height: 25px;
}
 
div#search {
	margin: 4px 0px 0px 10px;
	height: 18px;
	float: left;
}
 
div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
 
div#banner {
	position: absolute;
	top: 120px;
	right: 80px;
	width: 0px;
	z-index: 3;
}
 
div#language {
	position: absolute;
	top: 3px;
	right: 0px;
	z-index: 3;
	font-size: 11px;
}
 
div#toolbar img {
	margin-left: 5px;
	vertical-align: middle;
}
 
div#top {
	width: auto;  
	height: 325px;
	margin: 0px 25px 0px 25px;
	padding: 0px 0px 0px 0px;
	clear: both;  
	background: #000000 url(../Layout/top_bg.png) 0 0 repeat-x;
	overflow: hidden;
	color: #FFFFFF;
}
 
div#top a:link,
div#top a:visited {
	color: #FFFFFF;
}
 
div#top a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
 
div#top .topbox {
	margin-top: 0px;
}
 
div#breadcrumbs {
	width: auto;  
	height: 30px;
	padding: 0px 25px 0px 80px;
	clear: both;  
	overflow: hidden;
	font-size: 85%;
	line-height: 28px;
}
 
div#middle {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 10px 70px 60px 80px;
	clear: both;  
}
 
div#middle .background {
	min-height: 140px;
	 
	 
	 
	 
}
 
 
div#middle .background {
	background: none;
}
 
 
.left div#middle .background {
	background: url(../Layout/left_bg.png) 100% 0 repeat-y;
}
 
 
.right div#middle .background {
	background: url(../Layout/right_bg.png) 100% 0 repeat-y;
}
 
div#left {
	width: 170px;  
	 
}
 
.left div#middle div#left {
	float: left;
}
 
.right div#middle div#left {
	float: right;
}
 
div#main {
	width: auto;
	 
}
 
 
div#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
 
 
.left div#main {
	margin: 0px 0px 0px 210px;  
}
 
 
.right div#main {
	margin: 0px 210px 0px 0px;  
}
 
div#maintop {
	padding: 0px 0px 15px 0px;
}
 
div#mainmiddle {
	margin: 0px 0px 15px 0px;
	display: table;  
	width: 100%;  
}
 
.showright div#mainmiddle {  
	background: url(../Layout/right_bg.png) 100% 0 repeat-y;
}
 
div#right {
	width: 170px;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}
 
div#content {
	width: auto;
	 
}
 
 
div#content {
	margin: 0px 0px 0px 0px;
}
 
 
.showright div#content {
	margin: 0px 210px 0px 0px;  
}
 
div#contenttop {
	margin: 0px 0px 15px 0px;
}
 
div#contentbottom {
	margin: 15px 0px 0px 0px;
}
 
div#mainbottom {
	padding: 0px 0px 0px 0px;
}
 
div#bottom {
	width: auto;  
	margin: 0px 70px 25px 80px;
	padding: 0px 0px 0px 0px;
	clear: both;  
}
 
div#bottom .bottomblock {
	margin-top: 15px;
	margin-bottom: -15px;
}
 
div#footer {
	width: auto;  
	min-height: 100px;
	 
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	clear: both;  
	text-align: center;
}
 
div#footer a.anchor {
	margin: 3px 20px 0px 0px;
	width: 30px;
	height: 5px;
	background: url(../Layout/footer_anchor.png) 0 0 no-repeat;
	display: block;
	float: right;
	text-decoration: none;
}
 
div#hidden {
	width: 100px;
	position: absolute;
	top: 0px;
	left: -999em;
}
 
/* Clearing & Floating */
 
 
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;  
	clear: both; 
	visibility: hidden;
}
	
 
.clearfix { display: block; }
 
 
.floatbox { overflow:hidden; }
 
.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }
 
.width15 { width: 14.999%; }
.width18 { width: 18.333%; }
.width20 { width: 19.999%; }
.width23 { width: 22.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width35 { width: 34.999%; }
.width40 { width: 39.999%; }
.width45 { width: 44.999%; }
.width50 { width: 49.999%; }
.width54 { width: 53.999%; }
.width65 { width: 64.999%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }
div.wrapper { width: 950px; }

/*
 * floating boxes
 */
 
body .inset-left {
	margin: 15px 15px 10px 0px;
	float: left;
}
 
body .inset-right {
	margin: 15px 0px 10px 15px;
	}
 
/* headings */
 
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Helvetica,sans-serif;
}
 
h1 {
	font-weight: normal;
	color: #646464;
}
 
#page h1 a {
	color: #646464;
	text-decoration: none;
}
 
h2 {
	color: #646464;
	font-size: 200%;
}
 
h3 {
	font-size: 110%;
	color: #646464;
}
 
h4 {
	font-weight: normal;
	color: #646464;
}
 
h5 {
	color: #646464;
}
 
h6 {
	color: #960000;
}

/* logo */

#logo h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 110%;
	text-shadow:#000000 2px 2px 2px;
	}
 
/* anchor */
 
a:link, a:visited {
	color: #aa1428;
}
 
a:hover {
	color: #ff0000;
}
 
a.icon-folder {
        padding-left: 17px;
        background: url(../Layout/icon_folder.png) 0 40% no-repeat;
}
 
a.icon-file {
        padding-left: 17px;
        background: url(../Layout/icon_file.png) 0 40% no-repeat;
}
 
a.icon-download {
        padding-left: 17px;
        background: url(../Layout/icon_download.png) 0 40% no-repeat;
}
 
a.icon-external {
        padding-left: 17px;
        background: url(../Layout/icon_external.png) 0 40% no-repeat;
}
 
a.icon-pdf {
        padding-left: 17px;
        background: url(../Layout/pdf_button.png) 0 40% no-repeat;
}


/* horizontal rule */
 
hr.dotted {
	margin: 15px 0px 15px 0px;
	display: block;
	background: url(../Layout/line_dotted.png) 0 0 repeat-x;
	height: 1px;
	border: none;
}
 
/* highlighted div and span tags */
 
span.note,
span.info,
span.alert,
span.download,
span.tip {
	display: block;
}
 
div.note, span.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #FFFCF2;
	border: 1px solid #AAAAAA;
	text-align:justify;
}
 
div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 8px 35px;
}
 
div.info, span.info {
	background: #FFFCF2 url(../Layout/box_info.png) 3px 5px no-repeat;
	border: 1px solid #AAAAAA;
}
 
div.alert, span.alert {
	background: #FFFCF2 url(../Layout/box_alert.png) 3px 5px no-repeat;
	border: 1px solid #AAAAAA;
}
 
div.download, span.download {
	background: #FFFCF2 url(../Layout/box_download.png) 3px 5px no-repeat;
	border: 1px solid #AAAAAA;
}
 
div.tip, span.tip {
	background: #FFFCF2 url(../Layout/box_tip.png) 3px 5px no-repeat;
	border: 1px solid #AAAAAA;
}
 
/* white and black box */
 
div.whitebox, span.whitebox {
	margin: 10px 0px 10px 0px;
	padding: 40px 27px 40px 27px;
	background: #ffffff;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}
 
body.tools-black div.whitebox, body.tools-black span.whitebox {
	background: #141414;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}
 
div.blackbox, span.blackbox {
	margin: 10px 0px 10px 0px;
	padding: 40px 27px 40px 27px;
	background: #1a1a1a;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}
 
 
/* space for adjoining modules */
 
.separator div.module {
	margin: 0px 15px 0px 0px;
}
 
#left div.module,
#right div.module {
	margin: 0px 0px 15px 0px;
}
 
#top .topblock div.module {
	margin: 15px 0px 0px 0px;
}
 
#bottom .bottomblock div.module {
	margin: 0px 0px 15px 0px;
}


/* blog */
#top div.party-icons {
	padding: 30px 50px 0px 50px;
	width: 760px;
	overflow: hidden;
}
 
#top div.party-icons a {
	display: block;
	margin-right: 30px;
	float: left;
}
 
#top div.party-icons a.bfb { width: 200px; }
#top div.party-icons a.playnight { width: 190px; }
#top div.party-icons a.sponsors { width: 150px; }
#top div.party-icons a.tickets { width: 130px; }
 
#top div.party-links {
	padding: 0px 50px 0px 50px;
	width: 760px;
	overflow: hidden;
}
 
#top div.party-links a {
	display: block;
	width: 200px;
	margin-right: 30px;
	float: left;
	text-align: center;
	font-size: 150%;
	line-height: 150%;
}
 
#top div.party-links a.bfb { width: 200px; }
#top div.party-links a.playnight { width: 190px; }
#top div.party-links a.sponsors { width: 150px; }
#top div.party-links a.tickets { width: 130px; }
 
#top div.party-icons a.last,
#top div.party-links a.last {
	margin-right: 0px;
}


/* text */
.text {
	font-size:12px;
	font-stretch:normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #646464;
}
.smalltext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	line-height: 150%;
}

 
/*
 * top
 */
 
#top h1.headline {
	font-size: 380%;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: -2px;
	margin-top: 10px;
	text-align: center;
	text-transform: lowercase;
}
 
#top h2.subheadline {
	font-size: 200%;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: -1px;
	text-align: center;
}
 
#top span.dateending {
	font-size: 60%;
	vertical-align:baseline;
	margin-left: 2px;
}
 
#top span.uppercase {
	text-transform: uppercase;
}
 
#top div.image {
	margin-top: 15px;
	text-align: center;
}


/*
 * content
 */
 
div.floatbox {
	padding: 10px;
	border: 1px solid #c8c8c8;
	background: #fafafa;
}

div.news {
	margin-left: 50px;
	padding: 10px 15px 10px 15px;
	border-top: 1px dotted #F0F;
	border-bottom: 1px dotted #F0F;
	background: #C6F;
	color: #000;
}
 
#content h1.headline {
	font-size: 380%;
	font-weight: bold;
	color: #000000;
	letter-spacing: -2px;
	margin-top: 10px;
	text-align: center;
}
 
#content h2.subheadline {
	font-size: 200%;
	font-weight: normal;
	color:#999;
	letter-spacing: -1px;
	text-align: left;
}

 
#content .text {
	font-size:12px;
	font-stretch:normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #000;
}

/*
 * social bookmarks
 */
 
div#socialbookmarks div.element-socialbookmarks {
	overflow: hidden;
}
 
div#socialbookmarks div.element-socialbookmarks a {
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 7px;
	border: 1px solid #c8c8c8;
	float: left;
}
 
div#socialbookmarks div.element-socialbookmarks a.google { background: url(../Layout/Google_24x24.png) 0 0 no-repeat; }
div#socialbookmarks div.element-socialbookmarks a.technorati { background: url(../Layout/Technorati_24x24.png) 0 0 no-repeat; }
div#socialbookmarks div.element-socialbookmarks a.blogmarks { background: url(../Layout/BlogMarks_24x24.png) 0 0 no-repeat; }
div#socialbookmarks  div.element-socialbookmarks a.delicious { background: url(../Layout/delicious_24x24.png) 0 0 no-repeat; }
div#socialbookmarks  div.element-socialbookmarks a.stumbleupon { background: url(../Layout/Stumbleupon_24x24.png) 0 0 no-repeat; }
div#socialbookmarks div.element-socialbookmarks a.digg { background: url(../Layout/Digg_24x24.png) 0 0 no-repeat; }
div#socialbookmarks  div.element-socialbookmarks a.facebook { background: url(../Layout/FaceBook_24x24.png) 0 0 no-repeat; }
div#socialbookmarks  div.element-socialbookmarks a.reddit { background: url(../Layout/Reddit_24x24.png) 0 0 no-repeat; }
div#socialbookmarks  div.element-socialbookmarks a.myspace { background: url(../Layout/MySpace_24x24.png) 0 0 no-repeat; }
div#socialbookmarks  div.element-socialbookmarks a.favoriten { background: url(../Layout/Favorite_24x24.png) 0 0 no-repeat; }
div#socialbookmarks  div.element-socialbookmarks a.twitter { background: url(../Layout/Twitter_24x24.png) 0 0 no-repeat; }
div#socialbookmarks  div.element-socialbookmarks a.misterwong { background: url(../Layout/Misterwong_24x24.png) 0 0 no-repeat; }

