/*
 file: stylesheet.css
 version: 01.07.2010
 project: thefox.ch
*/

/*
@font-face {
	font-family: 'SketchRockwellRegular';
	src: url('sketchrockwell-bold-webfont.eot');
	src: local('Sketch Rockwell'), local('SketchRockwell'), url('sketchrockwell-bold-webfont.woff') format('woff'), url('sketchrockwell-bold-webfont.ttf') format('truetype'), url('sketchrockwell-bold-webfont.svg#webfontbwVdVXNx') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

@font-face {
	font-family: 'TrashHandRegular';
	src: url('trashhand-webfont.eot');
	src: local('TrashHand'), local('TrashHand'), url('trashhand-webfont.woff') format('woff'), url('trashhand-webfont.ttf') format('truetype'), url('trashhand-webfont.svg#webfontYRsmuRF7') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	overflow-x: hidden;
}

/* default */
body {
	margin: 0;
	padding: 0;
	font-family:"trebuchet ms",arial,verdana,helvetica,sans-serif;
	text-align: left;
	font-size: 101%;
}

div {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 0.5em 0;
	padding: 0;
}

p.abstract {
	font-weight: bold;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

/* content */

a {
	color: #CC0033;
	text-decoration: underline;
}

a:visited {
	color: #551A8B;
}

a:hover,
a:visited:hover {
	color: #0000EE;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

h2 { /* seitentitel */
	margin: 0.5em 0 1em 0;
	padding: 0;
	font-size: 1.5em;
}

h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1.2em;
}

h4 {
	margin: 1em 0 0.5em 0;
	padding: 0;
	font-size: 1.2em;
}

h5 {
	margin: 0.5em 0 0.25em 0;
	padding: 0;
	font-size: 1.1em;
}

h6 {
	margin: 0.5em 0 0 0;
	padding: 0;
	font-size: 1.0em;
}

.hidden {
	display: none;
}

small, em {
	color: #777;
}

p.author {
	margin: 0;
	color: #777;
	font-size: 11px;
	text-align: right;
}

.authorcomment,
.codeinfo {
	color: #777;
	font-size: 0.8em;
	font-style: italic;
}

/* content elements */
.csc-textpic-imagerow {
	margin-bottom: 1.0em;
}

	.csc-textpic-caption {
		font-size: 0.7em;
		font-weight: bold;
		color: #777;
	}

/* Code Schnipsel / Code Highlighter */
pre {
	font-family: 'Consolas', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace, helvetica, sans-serif;
	font-size: 11px;
}

pre.code,
pre.tscode {
	color: #222222;
	background: #F8F8F8;
	border: 1px dotted #999999;
	font-weight: bold;
	line-height: 12px;
	width: auto;
	overflow: auto;
	padding: 5px;
}

pre.code {
	position: relative;
}

pre.code:before {
	content: "code by thefox.ch";
	font-size: 11px;
	font-style: italic;
	color: #A4A4A4;
	display: block;
	top: 2px;
	right: 10px;
	position: absolute;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.content ul,
#col3 ul, /* temp */
.csc-sitemap ul,
ul.csc-menu {
	margin: 0;
	padding: 0 0 0 25px;
	list-style-type: square;
}

/* ext: multicolumn */
.content ul.multicolumnContainer {
}

#col1 ul li,
#col3 ul li {
	font-size: 12px;
}

.csc-menu-4 dt {
	margin-top: 10px;
}

/* layout */

#bg-image {
	top: 0;
	left: 0;
	min-height: 100%;
	position: fixed;
	z-index: 0;
}

#page {
	text-align: center;
	margin: 20px 1.1em 1.1em 1.1em;
	font-size: 1.0em;
	position: relative;
	z-index: 1;
}

*+html #page { /* IE7 */
	left: 0;
}

* html #page { /* IE6 */
	position: absolute;
	left: 0;
}

#box {
	width: 950px;
	margin: 0 auto;
	border: 1px solid #999;

	-moz-box-shadow: #4C4C4C 3px 3px 13px 3px;
	-webkit-box-shadow: #4C4C4C 3px 3px 13px 3px;
	box-shadow: #4C4C4C 3px 3px 13px 3px;

	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* Opera (W3C Standard) */

	background: #cc0033;
	text-align: left;

	behavior: url(typo3conf/ext/fb_template/res/css/PIE.htc);
}

	#header {
		background: url(../images/logo.gif) no-repeat 99% 50%;
		position: relative;
		width: 100%;
		height: 100px;
	}

ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	ul.menu li {
		float: left;
	}

	ul.menu li a {
		padding: 1px 5px;
		text-decoration: none;
	}

	table.overviewlist {
		background-color: #bbb;
		width: 100%;
	}
	table.overviewlist td {
		background-color: #fff;
	}
	table.overviewlist td div {
		font-size: 12px;
		padding:2px;
		text-align:center;
	}
	table.overviewlist td div.header {
		background-color: #ccc;
		border-bottom:1px solid #bbb;
		font-style: bold;
	}

#menu1 {
	position: absolute;
	left: 20px;
	bottom: -1px;
	z-index: 1;
}

#menu1 li {
	margin: 0 0 0 1px;
}

#menu1 li a {
	display: block;
	padding: 5px 12px;
	border: 1px solid #999;

	-moz-border-radius: 8px 8px 0 0; /* Firefox */
	-webkit-border-top-left-radius: 9px; /* Safari, Chrome */
	-webkit-border-top-right-radius: 9px; /* Safari, Chrome */
	border-radius: 8px 8px 0 0; /* Opera (W3C Standard) */

	behavior: url(typo3conf/ext/fb_template/res/css/PIE.htc);

	background: #f6f6f6;
	color: #333;

	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f6f6f6), to(#d3d3d3));
	background: -moz-linear-gradient(#f6f6f6, #d3d3d3);
	background: linear-gradient(#f6f6f6, #d3d3d3);
	-pie-background: linear-gradient(#f6f6f6, #d3d3d3);

	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'TrashHandRegular', sans-serif;
	font-size-adjust: 0.62;
	font-size: 1.7em;
}

* html #menu1 li a { /* IE6 */
	width: 1%;
	zoom: 1;
}

#menu1 li.cur a,
#menu1 li.act a,
#menu1 li a:hover {
	border-bottom-color: #fff;
	background: #fff;
	color: #000;

	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d3d3d3), to(#ffffff));
	background: -moz-linear-gradient(#d3d3d3, #ffffff);
	background: linear-gradient(#d3d3d3, #ffffff);
	-pie-background: linear-gradient(#d3d3d3, #ffffff);
}

#menu1 li a:focus {
	background: #fff;
	color: #CC0033;
}

#menu2 {
	position: absolute;
	bottom: 103px;
	right: 10px;
	font-size: 11px;
}

#menu2 li a {
	text-transform: lowercase;
	color: #fff;
}

#menu2 li a:hover {
	color: #000;
}

#menu2 li a:focus {
	background: #fff;
	color: #CC0033;
}

#col1 #menu3 {
	border-top: 1px solid #ccc;
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
}

*+html #menu3 { /* IE7 bugfix */
	font-size: 0px;
	zoom: 1;
}

#menu3 li {
	float: none;
	display: block;
	width: 100%;
}

#menu3 li a {
	padding: 1px 5px;
	display: block;
	border-bottom: 1px solid #ccc;
	font-size: 1.3em;
	color: #333;
	text-decoration: none;
}

* html #menu3 li a { /* IE6 bugfix */
	zoom: 1;
}

#menu3 li a.act {
	color: #000000;
	font-weight: bold;
}

#menu3 li a.cur {
	color: #CC0033;
	font-weight: bold;
}

#menu3 li a:hover,
#menu3 li a:focus {
	background: #F6F6F6;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#f6f6f6), to(#ffffff));
	color: #CC0033;
}

/* level 2 */
#menu3 ul {
	margin: 0;
	padding: 0;
}

#menu3 .level2 li a {
	padding-left: 15px;
}

/* level 3 */
#menu3 .level3 li a {
	padding-left: 22px;
	font-size: 0.9em;
}

/* level 4 */
#menu3 .level4 li a {
	padding-left: 30px;
}

#content {
	margin: 0 5px 5px;
	padding: 10px 0;
	border: 1px solid #999;
	background: #fff;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	border-radius:5px; /* Opera (W3C Standard) */
	behavior: url(typo3conf/ext/fb_template/res/css/PIE.htc);
}

	#col1 {
		float: left;
		width:25%;
	}

#qrcode {

}

	#col2 {
		float: left;
		width:49.5%;
		min-height: 600px;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}

	#col3 {
		float: right;
		width:25%;
	}

		.content {
			padding: 0 10px;
		}

#footer {
	position: relative;
	margin: 0 5px 5px 5px;
	border: 1px solid #999;
	background: #fff;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	border-radius:5px; /* Opera (W3C Standard) */
	behavior: url(typo3conf/ext/fb_template/res/css/PIE.htc);
}

.addthis_toolbox {
	position: absolute;
	right: 5px;
	top: 3px;
}

* html .addthis_toolbox {
	top: 5px;
}

.printLink {
	color: #777777;
	text-decoration: none;
}

.printLink:hover {
	color: #000;
	text-decoration: underline;
}

.clearfix {
	overflow: hidden;
}

* html .clearfix {
	overflow: visible;
	height: 1%;
}

/* content */
.csc-textpic-imagerow .csc-textpic-image {
	float: left;
	margin-left: 10px;
}

.csc-textpic-imagerow csc-textpic-firstcol {
	margin-left: 0;
}

ul.ttaddressLetterList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.ttaddressLetterList li {
	float: left;
	margin-right: 10px;
}

ul.ttaddressLetterList li a.cur {
	font-weight: bold;
}

div.ttaddressShowAll {
	text-align: right;
	font-size: 0.8em;
	margin: 10px 0;
}

table.ttaddressAdrList {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #CCCCCC;
}

table.ttaddressAdrList td {
	vertical-align: top;
	padding: 10px 0;
	border-bottom: 1px solid #CCCCCC;
}

table.ttaddressAdrList .td-0 {
	width: 130px;
}

table.ttaddressAdrList td .name {
	font-weight: bold;
}

table.ttaddressAdrList td .slogan {
	font-size: 0.8em;
}

ul.rootline {
	clear: both;

	margin: 5px 15px 10px;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

	overflow: hidden;
}

*+html ul.rootline { height: 1%; }

ul.rootline li {
	float: left;
	padding: 2px 13px 2px 3px;
	font-size: 0.7em;

	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-image: url(../images/rootline_pipe.gif);
	color: #bbbbbb;
}

ul.rootline li a {
	padding: 0 2px;
	text-decoration: none;
	color: #bbbbbb;
}

ul.rootline li a:hover {
	color: #333333;
}

ul.rootline li a:focus {
	color: #CC0033;
}

ul.rootline li.label {
	padding-left: 0;
	font-style: italic;
}

.id3info {
}

ol.audiojslist { padding: 0px; margin: 0px; list-style: decimal-leading-zero inside; color: #ccc; width: 400px; border-top: 1px solid #ccc; font-size: 0.9em; }
ol.audiojslist li { margin: 0px; padding: 9px 2px 10px 5px; border-bottom: 1px solid #ccc; cursor: pointer; }
ol.audiojslist li a { text-indent: -3.3ex; padding: 0px; }
ol.audiojslist li.playing { background: #f3f3f3; color: #aaa; }
ol.audiojslist li.playing a { color: #000; }

ol.html5audioList { padding: 0px; margin: 0px; list-style: decimal-leading-zero inside; color: #ccc; width: 400px; border-top: 1px solid #ccc; font-size: 0.9em; }
ol.html5audioList li { margin: 0px; padding: 9px 2px 10px 5px; border-bottom: 1px solid #ccc; }
ol.html5audioList li a { text-indent: -3.3ex; padding: 0px; text-decoration: none;}
ol.html5audioList li.playing { background: #f3f3f3; color: #aaa; }
ol.html5audioList li.playing a { color: #000; }

ol.html5audioListMultiple li { cursor: pointer; }
