/*! normalize.css 2011-08-12T17:28 UTC http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
	background:#151515;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input,
select,
textarea {
    font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1.33em;
	color:#B5B5B5;
}


/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #93A5B6; font-weight:bold; font-style:italic;
	/* Firefox */
	-moz-transition: all 0.3s ease-in-out 0s;
	/* WebKit */
	-webkit-transition: all 0.3s ease-in-out 0s;
	/* Opera */
	-o-transition: all 0.3s ease-in-out 0s;
	/* Standard */
	transition: all 0.3s ease-in-out 0s;
}

a:visited {
    color: #93A5B6;
}

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
	color:#ddd;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/

b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
	list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent margin and padding
 */

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 * 2. Corrects inner spacing displayed oddly in IE6/7
 */

button,
input {
    line-height: normal; /* 1 */
    *overflow: visible;  /* 2 */
}

/*
 * Corrects overlap and whitespace issue for buttons and inputs in IE6/7
 * Known issue: reintroduces inner spacing
 */

table button,
table input {
    *overflow: auto;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */

button,
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Addresses excess padding in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* =============================================================================
   ios
   ========================================================================== */
   
@media screen and (max-device-width: 480px){
  body {
    -webkit-text-size-adjust: none;
  }
}




#bodyCont {
	background:url(img/bg.jpg) no-repeat center top #151515;
}

#header {	
	margin:0 auto;
	padding:5px 0;
	width:940px;
}

#menuHeader {
	bottom:0;
	display:block;
	margin:0 auto;
	padding:0;
	width:940px;
	height:28px;
	background:url(img/na.jpg) repeat-x #252525;
}

/*sucker*/


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 1;	
	z-index:99;
}

#nav a{
	display: block;
	width: 100px;
	padding:7px 0;
	text-align: center;
	color:#999;
	font-weight:bold;
	font-size:13px;
	font-style:normal;
	display:block;	
	text-decoration:none;
	outline:0;
	text-shadow:1px 1px #000;
	border-left:1px solid #333333;
}

#nav a:hover{
		background:url(img/na_a.jpg) repeat-x #303030;
		color:#fff;
}

#nav a.current{
		background:url(img/na_a.jpg) repeat-x #404040;
		color:#fff;
}

#nav li { /* all list items */
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
	display:inline;

}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #252525;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#tease{
margin:0 auto; 
width:940px; 
color:#B5B5B5;
font-size:13px;
}

.teasebg {background:url(img/accelerator_sound.jpg) no-repeat; height:225px; width:940px; border-top:2px solid #333333; border-bottom:2px solid #333333;}
.teasebg.acc_start {background:url(img/startpage.jpg) no-repeat;}
.teasebg.acc_sound {background:url(img/accelerator_sound.jpg) no-repeat;}
.teasebg.sp2_start {background:url(img/spectralis2_startpage.jpg) no-repeat;}
.teasebg.sp2_videos {background:url(img/spectralis2_videos.jpg) no-repeat;}
.teasebg.sp2_sound {background:url(img/spectralis2_sound_examples.jpg) no-repeat;}
.teasebg.sp2_osc {background:url(img/spectralis2_oscillators.jpg) no-repeat;}
.teasebg.sp2_fb {background:url(img/spectralis2_filterbank.jpg) no-repeat;}
.teasebg.sp2_af {background:url(img/spectralis2_analog_filters.jpg) no-repeat;}
.teasebg.sp2_sl {background:url(img/spectralis2_sample_library.jpg) no-repeat;}
.teasebg.sp2_ts {background:url(img/spectralis2_technical_spec.jpg) no-repeat;}

.teasetxt{margin:80px 500px 0 0;}

.pbox_up{border-top: 2px solid #333; margin:10px 0 0;padding:15px 0;}
.pbox_up_l{width:450px;height:150px; margin:0; float:left; border:0 none;}
.pbox_up_r{width:450px;height:150px; margin:0; float:left; padding: 0 0 0 40px; border:0 none;}
.pbox_down{border-top: 2px solid #333; border-bottom: 2px solid #333; margin:0 0 10px 0; padding: 15px 0;}
.pbox_down_l{width:450px; height:150px; float:left; text-align: right; margin:0;}
.pbox_down_r{width:450px; height:150px; float:right; margin:0;}
.pbox_up_r h2, .pbox_down_l h2 {font-size:18px;font-weight:bold;color:#fff;margin:0 0 5px;text-decoration:underline;}

.dbox {border-top: 2px solid #333; margin:10px 0 0;padding:10px 0 0; text-align:center;}
.dbox img {margin:0 0 10px; border:1px solid #333;}
.dbox img:hover {margin:0 0 10px; border:1px solid #555;}
.dbox img.arr {display: block; margin:0 auto 0 auto; padding:10px 0; border:0 none;}
.dbox_sel h2 {font-size:16px;font-weight:bold; margin:0 0 10px;text-decoration:underline;}
.dbox_uns h2 {font-size:16px;font-weight:bold; margin:0 0 10px;text-decoration:underline;}
.dbox_sel {float:left; margin:0 7px;; width:221px; color:#fff;}
.dbox_uns {float:left; margin:0 7px;; width:221px; color:#5E5E5E;}

#tease p.last{margin-top:20px;}

#tease p {margin:0 0 5px 0;}

#tease p.tdesc{
margin:0; float:left; border:0 none; padding:50px 0 0;
}

#tease a.atease, #coreCont a.atease{
font-weight:bold; padding:3px 6px; background:#292929; -moz-border-radius: 15px; border-radius: 15px; text-decoration: none; border:1px solid #434343; margin:0 10px;
}



#tease a.atease:hover{
background:#303030;
color:#ddd;
}

#coreCont {
	margin:15px auto 0;
	position:relative;
	width:940px;
	color:#B5B5B5;
}

#footerCont {
	margin:0 auto;
	padding:0 0 50px;
	position:relative;
	width:100%;
}



h1 {
	font-size:16px;
	font-weight:bold;
	line-height:1.33em;
	margin:10px 0;
	padding:0;
}

h1 span {
	color:#555;
	font-style:italic;
	font-size:14px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin:0;
	line-height:1.33em;
	margin:5px 0;
}
h3, h4  {
	font-size:14px;
	font-weight:bold;
	margin: 0 0 10px;
	padding:6px 0 6px 6px;
	background:#202020;
	}

h5 {
	padding-left:25px;
	font-size:1em;
	margin:0px;
	font-weight:normal;
	padding-bottom:3px;
}

.left_content {
	width:595px;
	float:left;
	margin:0 15px 0 0;
	padding:10px 30px 10px 0;
	font-size:12px;
}
.left_content p {
	margin:0;
	padding:0 0 10px 0;
}
.left_content  span {
	font-style:italic;
	margin:0;
	padding:0 0 5px 0;
}
.left_content img {
	float:left;
	width:90px;
	height:80px;
	background-color:#fff;
	margin:0 10px 0 0;
	border:1px solid #ccc;
}

.left_content ul{
list-style-type: circle;
list-style-position:outside;
padding: 0 0 0 15px;
margin: 0 0 10px;
}

.right_content {
	width:300px;
	float:left;
	padding:10px 0 0 0;
	font-size:11px;
	margin:0px;
}
.center_text {
	list-style:none;
	width: auto;
}
.right_content2 {
	width:250px;
	float:left;
	padding-bottom:15px;
}
.tracklist {
	margin:0;
	list-style-type: none;
	text-align: left;
	padding:0;
}
ul.tracklists li {
	margin:0;
	list-style-type: none;
	text-align: left;
	padding:0px 0 8px 0;
}
ul.tracklists {
	margin:0;
	list-style-type: none;
	text-align: left;
	padding:3px 0 8px 0;
}
ul.tracklists p {
	margin:0;
	list-style-type: none;
	text-align: left;
	padding:0px;
}
.left_text2 {
	float:left;
	margin:0px;
}
.distri {
	width:171px;
	height:165px;
	font-size:12px;
	text-decoration:none;
	padding:0 17px 15px 0;
	float:left;
	color:#8F8F8F;
	line-height:1.25em;
}
.distri2 {
	width:170px;
	height:120px;
	text-decoration:none;
	padding:0px 10px 10px 0px;
	float:left;
	font-size:12px;
	line-height:1.25em;
}
.distri p {
	font-size:14px;
	font-weight:bold;
	margin: 0 0 10px;
	padding:3px 0;
	border-bottom:2px solid #505050;
	color:#b5b5b5;
}

.distri p span {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#9D2900;
}

.distri strong{
padding:5px 0;
color:#b5b5b5;
}

.distri a, .distri2 a {
	font-size:0.9em;
	color:#93A5B6;
}

/*seite*/

#navlist {
	margin:0px;
}
#navcontainer ul {
	/*background: transparent url(img/ulbg.jpg) left bottom no-repeat;*/
	list-style-type: none;
	text-align: left;
	font-size: 1em;
	padding:0 0 10px 0;
	margin:0px;
}
#navcontainer ul li {
	padding:5px 0;
	font-weight:bold;
	margin:0;
}
#navcontainer ul li p {
	padding:3px 15px 3px 25px;
	font-weight:normal;
	margin:0;
}
#navcontainer ul li a {
	background: transparent url(img/list-off.gif) left center no-repeat;
	text-decoration: none;
	color: #93a5b6;
	padding-left:25px;
	font-weight:bold;
	font-size:12px;
}
#navcontainer ul li a:hover {
	background:  transparent url(img/list-on.gif) left center no-repeat;
	color: #fff;
	font-weight:bold;
}
#navcontainer ul li a.current {
	background:  transparent url(img/list-on.gif) left center no-repeat;
	color:#fff;
	font-weight:bold;
}

.helpT table
{ text-align: left;
font-size: 11px;
color: #fff;
width: 490px;
background-color: #fafafa;
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0px;
 } 

td.helpHed
{ border-bottom: 1px dotted #808080;
padding:0 0 2px 0;
font-weight: bold;
color: #fff; }

td.helpHedA
{ border-bottom: 1px dotted #606060;
padding:2px 0;
color: #fff;
width:200px; }

td.helpHedB
{ border-bottom: 1px dotted #606060;
padding:2px 0;
color: #fff;
width:80px; }

td.helpHedC
{ border-bottom: 1px dotted #606060;
padding:2px 0;
color: #fff;
width:70px; }

td.helpHedD
{ border-bottom: 1px dotted #606060;
padding:2px 0;
color: #fff;
width:140px; }

table.sofT
{ 
text-align: left;
font-size: 11px;
color: #ccc;
width: 450px;
border-collapse: collapse;
border-spacing: 0px; 

} 

table.sofT a
{ 
background:transparent url(img/dl_.gif) no-repeat scroll left center;
padding-left:15px;
 } 
 
 table.sofT a:hover
{ 
background:transparent url(img/dl.gif) no-repeat scroll left center; 
padding-left:15px;
 } 

#footer {
	display:block;
	font-size:0.8em;
	line-height:120%;
	margin:15px auto 20px;
	padding:5px 0 0;
	border-top:5px solid #1F1F1F;
	width:940px;
}

.copyright {
	font-size:1em;
	float:left;
	padding:10px 0;
	margin:0;
}

.fb{float:right;padding:0;margin:5px 0 5px 5px;border:1px solid #292929;background:#1B1B1B;}
.go{float:right;padding:10px 0 10px 35px;margin:5px 0 5px 5px;border:1px solid #292929;background:#1B1B1B;}

#go{float:right;padding:10px 0 10px 35px;margin:5px 0 5px 5px;border:1px solid #292929;background:#1B1B1B;}
#fbb{float:right;padding:0;margin:5px 0 5px 5px;border:1px solid #292929;background:#1B1B1B;}

blockquote {
font-style:italic;
margin:0 0 15px;
padding:.5em 10px 5px 0;
quotes:"\201C""\201D";
}

blockquote:before {
color:#ccc;
content:open-quote;
font-size:4em;
line-height:.1em;
margin-right:.25em;
vertical-align:-.4em;
}

blockquote p {
display:inline;
}
