/* @override http://www.swoxx.com/lap/css/main.css */

/***********************************
Reset styles
************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.big {
	font-size: 12px;
	line-height: 18px;
}
/***********************************
Standards
************************************/
body {
	background: #FFF url("../img/background.gif");
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	background-repeat: repeat-y;
	position: relative;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
#wrapper.lap {
	background-image: url("../img/bar-background-lap.gif");
}
#wrapper.contents {
	background-image: url("../img/bar-background-contents.gif");
}
#wrapper.projects {
	background-image: url("../img/bar-background-projects.gif");
}
#wrapper.dates {
	background-image: url("../img/bar-background-dates.gif");
}
#wrapper.other {
	background-image: url("../img/bar-background-other.gif");
}

/***********************************
Header
************************************/
#header {
	padding: 48px 0 35px 23px;
}
#header #logo {
	background: transparent url("../img/logo-sprites.gif") no-repeat;
	display: block;
	float: left;
	height: 205px;
	text-indent: -999em;
	width: 286px;
}
#wrapper.lap #header #logo {
	background-position: 0px 0px;
}
#wrapper.contents #header #logo {
	background-position: 0px -205px;
}
#wrapper.projects #header #logo {
	background-position: 0px -410px;
}
#wrapper.dates #header #logo {
	background-position: 0px -615px;
}
#wrapper.other #header #logo {
	background-position: 0px -820px;
}
#header #teaser {
	cursor: default;
	float: left;
	height: 205px;
	position: relative;
	width: 680px;
}
#header #teaser img.tape-left {
	bottom: -30px;
	left: -30px;
	position: absolute;
	z-index: 100;
}
#header #teaser img.tape-right {
	right: -30px;
	position: absolute;
	top: -30px;
	z-index: 100;
}
#header #teaser ul li {
	overflow: hidden;
	position: absolute;
}
#header #teaser div.captionimg {
	float: left;
}
#header #teaser div.caption {
	background: url("../img/caption-bg.png") no-repeat;
	color: #FFF;
	height: 175px;
	width: 197px;
	padding: 10px 20px 20px 10px;
	position: relative;
	margin-left: 453px;
	right: -227px;
	z-index: 90;
}
#header #teaser h1 {
	top: -195px;
	position: relative;
}

/***********************************
Container
************************************/
#container {
	margin-top: 34px;
}

/***********************************
Navigation
************************************/
#navigation {
	float: left;
	margin-left: 43px;
}
#navigation li {
	margin-bottom: 3px;
}
#navigation li.gap {
	margin-bottom: 33px;
}
#navigation li a {
	background: url("../img/navigation-sprites.gif") no-repeat;
	display: block;
	height: 25px;
	text-indent: -999em;
	width: 235px;
}
#navigation li a.lap {
	background-position: -10px -10px;
}
#navigation li.active a.lap,
#navigation li a.lap:hover {
	background-position: -10px -45px;
}
#navigation li a.contents {
	background-position: -10px -90px;
}
#navigation li.active a.contents,
#navigation li a.contents:hover {
	background-position: -10px -125px;
}
#navigation li a.projects {
	background-position: -10px -170px;
}
#navigation li.active a.projects,
#navigation li a.projects:hover {
	background-position: -10px -205px;
}
#navigation li a.dates {
	background-position: -10px -250px;
}
#navigation li.active a.dates,
#navigation li a.dates:hover {
	background-position: -10px -285px;
}
#navigation li a.contact {
	background-position: -10px -330px;
}
#navigation li.active a.contact,
#navigation li a.contact:hover {
	background-position: -10px -365px;
}
#navigation li a.products {
	background-position: -10px -410px;
}
#navigation li.active a.products,
#navigation li a.products:hover {
	background-position: -10px -445px;
}
#navigation li a.download {
	background-position: -10px -490px;
}
#navigation li.active a.download,
#navigation li a.download:hover {
	background-position: -10px -525px;
}
#navigation li a.press {
	background-position: -10px -570px;
}
#navigation li.active a.press,
#navigation li a.press:hover {
	background-position: -10px -605px;
}

/***********************************
Content
************************************/
#content {
	color: #666666;
	float: left;
	margin: -5px 0px 60px 30px;
	width: 410px;
}
#content h1,
#content h2 {
	line-height: 195%;
	margin-bottom: 10px;
}
#content p {
	line-height: 195%;
	margin-bottom: 23px;
}
#content strong {
	font-weight: normal;
}
#content strong em {
	font-weight: normal;
	text-transform: uppercase;
	font-style: normal;
	font-size: 12px;
}
#content em strong {
	font-weight: normal;
	text-transform: uppercase;
	font-style: normal;
	font-size: 12px;
}
#content a {
	color: #FFF;
	padding: 3px;
	text-decoration: none;
}
#content ul li {
	margin-bottom: 25px;
}
#content ul li div {
	margin-top: 10px;
	clear: left;
}
#content div a.lbox {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
	font-weight: normal;
}
#content ul li div p {
	margin: 0px 0px 0px 0px;
}
#content ul li div img {
	margin: 0px 10px 0px 0px;
	float: left;
}
#content div.image-module {
	margin-bottom: 23px;
}
#content div.image-module img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#content .tinymcewysiwyg ul {
	list-style-type: disc;
	list-style-position: outside;
	line-height: 18px;
	margin-bottom: 12px;
	margin-left: 16px;
}
#content .tinymcewysiwyg ul li {
	margin-bottom: 6px;
	padding: 0px;
}
#content .downloadlink { }
/**********/
#wrapper.lap #content strong {
	color: #009EE0;
}
#wrapper.lap #content a {
	background-color: #009EE0;
	font-size: 12px;
	font-weight: normal;
}
#wrapper.lap #content li strong {
	color: #009EE0;
	font-size: 12px;
	text-transform: uppercase;
}
/**********/
#wrapper.contents #content strong {
	color: #E95D0F;
}
#wrapper.contents #content a {
	background-color: #E95D0F;
	font-size: 12px;
	font-weight: normal;
}
#wrapper.contents #content li strong {
	color: #E95D0F;
	font-size: 12px;
	text-transform: uppercase;
}
/**********/
#wrapper.projects #content strong {
	color: #BCBF00;
}
#wrapper.projects #content a {
	background-color: #BCBF00;
	font-size: 12px;
	font-weight: normal;
}
#wrapper.projects #content li strong {
	color: #BCBF00;
	font-size: 12px;
	text-transform: uppercase;
}
/**********/
#wrapper.dates #content strong {
	color: #08696D;
}
#wrapper.dates #content a {
	background-color: #08696D;
	font-size: 12px;
	font-weight: normal;
}
#wrapper.dates #content li strong {
	color: #08696D;
	font-size: 12px;
	text-transform: uppercase;
}
/**********/
#wrapper.other #content p strong {
	color: #333333;
}
#wrapper.other #content a {
	background-color: #666666;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
}
#wrapper.other #content li strong {
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
}
/***********************************
Sidebar
************************************/
#sidebar {
	float: left;
	margin-left: 44px;
	width: 227px;
}
#sidebar div.modules {
	margin-bottom: 26px;
}
#sidebar div.modules h2 {
	display: block;
	height: 31px;
	text-indent: -999em;
	width: 193px;
}
#sidebar div.modules div {
	background-repeat: repeat;
	margin-bottom: 22px;
	padding-bottom: 12px;
}
#sidebar div.modules div ul {
	margin: 20px 0 0 10px;
}
#sidebar div.modules div ul li a {
	color: #FFF;
	display: block;
	margin-top: 12px;
	text-decoration: none;
	line-height: 16px;
	text-transform: uppercase;
}
#sidebar div.modules div.space {
	display: none;
}
#sidebar div.modules div.dates-lap {
	background: url("../img/blue-module-bg.jpg");
}
#sidebar div.modules div.dates-lap h2 {
	background: url("../img/module-headline-dates-lap.png");
}
#sidebar div.modules div.dates-projects {
	background: url("../img/green-module-bg.jpg");
}
#sidebar div.modules div.dates-projects h2 {
	background: url("../img/module-headline-dates-projects.png");
}
#sidebar div.modules div.application {
	background: url("../img/grey-module-bg.jpg");
}
#sidebar div.modules div.application h2 {
	background: url("../img/module-headline-application.png");
}
#sidebar div.modules div.projects {
	background: url("../img/yellow-module-bg.jpg");
}
#sidebar div.modules div.projects h2 {
	background: url("../img/module-headline-projects.png");
}
#sidebar a.logo {
	display: block;
	margin-bottom: 24px;
	width: 220px;
}
#sidebar .tinymcewysiwyg{
	color: #666666;
	font-size: 10px;
	line-height: 18px;
}
/***********************************
Footer
************************************/
#footer {
	color: #666666;
	margin: 20px 30px 10px 308px;
	width: 640px;
	font-size: 10px;
}
#footer a {
	color: #FFF;
	background-color: #666666;
	padding: 3px 3px 3px 3px;
	line-height: 18px;
	text-decoration: none;
	font-size: 12px;
}
#footer a.simple {
	color: #666666;
	background-color: #ffffff;
	text-decoration: none;
	line-height: 14px;
	padding: 0px;
	font-size: 10px;
}
/***********************************
Tools
************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  .sIFR-active #content h1,
  .sIFR-active #content h2,
  .sIFR-active #teaser h1,
  .sIFR-active #teaser p {
    font-family: Verdana;
    font-size: 18px;
    visibility: hidden;
  }
}