/* allgemeine stylz, englisch! */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, br, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%; /* http://www.alistapart.com/articles/howtosizetextincss */
    vertical-align:baseline;
    background:transparent;
	}

body {
    line-height:1;
	font-family: georgia, palatino, 'palatino linotype', utopia, serif;
	font-size: 1em;
	}

article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
    display:block;
	}

html, body {
	height:100%;
	overflow:inherit; /* for Opera */
	}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

input, select {
    vertical-align:middle;
}

img {
    max-width: 100%;
	-ms-interpolation-mode: bicubic;
	}
	
/* fontsquirrel.com */

@font-face {
    font-family: 'klangkontorBold';
    src: url('../webfonts/klangkontor-webfont.eot');
    src: url('../webfonts/klangkontor-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/klangkontor-webfont.woff') format('woff'),
         url('../webfonts/klangkontor-webfont.ttf') format('truetype'),
         url('../webfonts/klangkontor-webfont.svg#klangkontorBold') format('svg');
	}
	
.clear { clear: both; }

.noabs { padding: 0; margin: 0; }

header, .hide { position: absolute; left:-9999px; }


/* basic stylz */

html { margin: .5em;}

nav {
	float: right;
	position:absolute;
	top:0;
	right: .5em;
	font-size: .75em;
	padding: .675em 1.5em .675em 1em;
	background: #212c2f url('../img/zigzag.png') 100% 0 repeat-y;
	}
	
nav a:link {text-decoration:none; color:#fff; }
nav a:visited {text-decoration:none; color:#fff; }
nav a:focus {text-decoration:none; color:#c01e40; background: none; }
nav a:hover {text-decoration:none; color:#c01e40; background: none; }
nav a:active {text-decoration:none; color:#c01e40; background: none; }

#wrapper { clear: both; padding: 2em 0 0 0 ;}
	
h1 {
	font-weight: 100;
	font-size: 1em;
	line-height: 1.5;
	padding: 1em 0 0 0;
	letter-spacing: .1em;
	font-style: normal;
	text-transform: uppercase;
	}
	
h2 {
	font-weight: 100;
	font-size: 1em;
	line-height: 1.5;
	}
	
h3 {
	font-weight: 100;
	font-size: 1em;
	line-height: 1.5;
	padding: 0 0 1.5em 0;
	font-style: italic;
	}
	
#home h4 {
	font-weight: 700;
	font-size: 2em;
	line-height: 1.25;
	padding: 0 0 .25em 0;
	font-style: normal;
	}
	
#home h4 span {
	font-family: 'klangkontorBold', georgia, serif;
	color: #c01e40;
	font-size: 1.05em;
	font-weight: 100;
	line-height: 1;
	text-transform: lowercase;
	}
	
h4	{
	font-size: 2em;
	font-weight: 100;
	line-height: 1.25;
	padding: .25em 0;
	}
	
h4 span {
	color: #c01e40;
	}
	
a:link {text-decoration:none; color:#000; }
a:visited {text-decoration:none; color:#000; }
a:focus {text-decoration:none; color:#c01e40; background: url(../img/dot_red.gif) repeat-x bottom; }
a:hover {text-decoration:none; color:#c01e40; background: url(../img/dot_red.gif) repeat-x bottom; }
a:active {text-decoration:none; color:#c01e40; background: url(../img/dot_red.gif) repeat-x bottom; }

p {
	margin: 0 0 .75em 0;
	line-height: 1.375;
	}
	
aside { display: none; }

.vcard { padding: 0 0 1em 0; }

footer {
	padding: 0 0 2em 0;
	}
	
.tel {
	cursor: pointer;
	color: #000;
	}
	
small {
	font-style: italic;
	line-height: 1.5;
	}
	
.teaser {
	margin: 0 0 3em 0;
	border: 1px solid #000;
	}

	
/* alt stylz */

#main_alt {
	margin: 0 auto;
	width: 60em;
	}
	
#main_alt a:link {text-decoration:none; color:#c01e40; }
#main_alt a:visited {text-decoration:none; color:#c01e40; }
#main_alt a:focus {text-decoration:none; color:#c01e40; background: none; }
#main_alt a:hover {text-decoration:none; color:#c01e40; background: none; }
#main_alt a:active {text-decoration:none; color:#c01e40; background: none; }

#main_alt p a:link {text-decoration:none; color:#000; }
#main_alt p a:visited {text-decoration:none; color:#000; }
#main_alt p a:focus {text-decoration:none; color:#c01e40; background: none; }
#main_alt p a:hover {text-decoration:none; color:#c01e40; background: none; }
#main_alt p a:active {text-decoration:none; color:#c01e40; background: none; }

#main_alt h4  { padding: 0 0 .3em 0; margin: 0; font-size: 2.725em;}

#player_alt p, .player_alt p { margin: 1em 0 2em 0; }


/* bigger screens */

@media screen and (min-width: 50em) {

html { margin: 0 2em 0 2em; }

header { position: relative; left: 0; text-align: center; margin: 0 auto; padding: 2em 0 0 0; }

.hide2 { position: absolute; left:-9999px; }

body {
	margin: 0 auto;
	max-width: 90em;
	}
	
header h1 { position: absolute; left:-9999px; }

nav {
	right: 2em;
	}
	
#wrapper { padding: 0 ;}
	
h1, h2 {
	font-weight: 100;
	font-size: .75em;
	line-height: 1.5;
	padding: 0 0 .5em 0;
	font-style: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	letter-spacing: .05em;
	color: #000;
	margin: 0 auto;
	max-width: 30em;
	}

p , small { font-size: .75em; }

#main p  { font-size: 1.125em; }

h3 {
	font-size: .75em;
	padding: .5em 0 4.5em 0;
	font-style: italic;
	}
	
footer h2{
	font-size: .75em;
	padding: .5em 0 3em 0;
	text-transform: none;
	border-bottom: none;
	letter-spacing: 0;
	padding: .5em 0 1.5em 0;
	}
	
#home h4 {
	font-weight: 700;
	font-size: 2.5em;
	line-height: 1.25;
	padding: 0 0 .5em 0;
	font-style: normal;
	}
	
h4	{
	font-size: 2.5em;
	font-weight: 100;
	line-height: 1.25;
	padding: 0 0 .25em 0;
	}

#player a:link {text-decoration:none; color:#000; background: none; }
#player a:visited {text-decoration:none; color:#000; background: none; }
#player a:focus {text-decoration:none; color:#c01e40; background: none; }
#player a:hover {text-decoration:none; color:#c01e40; background: none; }
#player a:active {text-decoration:none; color:#c01e40; background: none; }

#player_alt a:link {text-decoration:none; color:#000; background: none; }
#player_alt a:visited {text-decoration:none; color:#000; background: none; }
#player_alt a:focus {text-decoration:none; color:#c01e40; background: none; }
#player_alt a:hover {text-decoration:none; color:#c01e40; background: none; }
#player_alt a:active {text-decoration:none; color:#c01e40; background: none; }

#player p { margin: 0 0 3em 0; }

#referenzen { padding: 0; }
	
#referenzen  h4, #player h4 {
	font-weight: 100;
	font-size: .75em;
	line-height: 1.5;
	padding: 0 0 .5em 0;
	margin: 0 0 .5em 0;
	font-style: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	letter-spacing: .05em;
	}
	

.vcard { padding: 0 0 1em 0; }

.photo {
	max-width: 9em;
	margin: 1em 0 1.5em 0;
	}
	
#teaser { margin: 0 0 3em 0; border:1px solid black; background: url(../img/klangkontor_teaser_05.jpg) no-repeat center center;}

#teaser div { padding: 2em 1em;}

#teaser img {
	margin: 0;
	}

#teaser h4 {
	font-size: 1.25em;
	font-weight: 900;
	margin: 0 0 7em 0;
	}
	
#teaser p {
	font-size: 1em;
	margin: 1.25em 0 0 0;
	}
	
#teaser span { color:#c01e40; }

#teaser a:link {text-decoration:none; color:#000; background: none; }
#teaser a:visited {text-decoration:none; color:#000; background: none; }
#teaser a:focus {text-decoration:none; color:#000; background: none; }
#teaser a:hover {text-decoration:none; color:#000; background: none; }
#teaser a:active {text-decoration:none; color:#000; background: none; }
	

	
#float_wrap {
	float: left;
	width: 80%
	}
	
#main  {
	float: right;
	width: 75%;
	padding: 0 0 2em 0;
	}
	
aside  {
	float: left;
	width: 25%;
	text-align: center;
	display:block;
	}
	
footer {
	float: right;
	width: 20%;
	text-align: center;
	margin: 5.8em 0 0 0;
	}
	
	
.padding_main { padding: 0 1em 0 4em; }
.padding_aside { padding: 5.8em 2em 0 0; }
.padding_footer { padding: 0 0 0 1em; }

}

/* print */

@media print {

.noprint   { display: none!important; }

.print { position: relative; left:0; }

.printabs { padding: 0 0 1.5em 0; }

}