/* Reset all */
*{
	border: 0;
	margin: 0;
	padding: 0;
}


/* Main Format */
body {
	background-color: #bf0000;
	color: #ececec;
	font: 0.9em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

h1, h2, h3 {
	background-color: inherit;
	color: #ffffff;
}

a {
	background-color: inherit;
	color: #ececec;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* END Main Format */


/* Layer + Layer Formats*/
#backgrnd {
	background-color: #990000;
	color: inherit;
	position: absolute;
	top: 50px;
	left: 0px;
	height: 60px;
	width: 100%;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

#layout {
	width: 780px;
	margin: auto;
}

#header {
	height: 50px;
}

#header h1 {
	position: relative;
	top: 15px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#navi {
	height: 60px;
	background-color: #990000;
	color: inherit;
	position: relative;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	z-index: 10;
}

#navi ul {
	list-style-type: none;
	position: absolute;
	top: 30px;
}

#navi ul li {
	float: left;
	padding: 0px 10px 0px 10px;
}

#content {
	clear: both;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 10px;
}

#content h2 {
	margin-bottom: 1em;
}

#content ul {
	list-style-type: none;
}

#content p {
	margin-bottom: 0.6em;
}

#footer {
	margin-bottom: 50px;
}

#footer a{
	font-size: 0.9em;
	padding: 0px 20px 0px 20px;;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
/* END Layer + Layer Formats */


/* Misc Formats */
ul.list-quote {
	margin-bottom: 0.6em;
}

p.downloadhinweis {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
}

.nowrap {
	white-space: nowrap;
}
/* END Misc Formats */


/* Knstler */
.kuenstler {
	position: relative;
	height: 120px;
	padding-top: 10px;
	border-bottom: 1px solid #ececec;
}

.kuenstler-daten img {
	border: 1px solid black;
}

.kuenstler-link {
	position: absolute;
	top: 20px;
	left: 180px;
}

.kuenstler-linkagentur {
	position: absolute;
	top: 40px;
	left: 180px;
}

.kuenstler-linktext {
	font-size: 0.85em;
}
/* END Künstler */


/* Hörbücher */
div.hb-kurzcont {
	position: relative;
}

li.hb-first {
	position: relative;
	float: left;
	height: 120px;
	width: 350px;
	border-top: 1px solid #ececec;
	border-right: 1px solid #ececec;
	padding: 3px 20px 20px 5px;
}

li.hb-first a {
	display: block;
}

li.hb-first img {
	border: 1px solid black;
	margin-top: 5px;
}

li.hb-first div.hb-kurztext {
	position: absolute;
	top: -95px;
	left: 115px;
	font-size: 0.8em;
	line-height: 1.1em;
}

li.hb-first div.hb-kurztext a {
	display: inline;
}

li.hb-second {
	position: relative;
	height: 120px;
	border-top: 1px solid #ececec;
	padding: 3px 20px 20px 15px;
}

li.hb-second a {
	display: block;
}

li.hb-second img {
	border: 1px solid black;
	margin-top: 5px;
}

/* Opera 8.54 Hack*/
html:first-child>*:first-child+body li.hb-second img { 
	margin-left: 15px;
}

/* Opera 8.54 Hack*/
html:first-child>*:first-child+body li.hb-second h4 { 
	margin-left: 375px;
}

li.hb-second div.hb-kurztext {
	position: absolute;
	top: -95px;
	left: 115px;
	font-size: 0.8em;
	line-height: 1.1em;
}

/* Opera 8.54 Hack*/
html:first-child>*:first-child+body li.hb-second div.hb-kurztext { 
	position: absolute;
	top: -95px;
	left: 490px;
}

li.hb-second div.hb-kurztext a {
	display: inline;
}

.hb-sprecher {
	font-size: 0.8em;
	line-height: 1.2em;
}

.hb-image {
	border: 1px solid black;
	margin-bottom: 10px;
}
/* END Hrbcher */


/* Presse Lounge */
ul.list-presseinfo {
	margin-bottom: 20px;
}

ul.list-presseinfo li {
	margin-left: 20px;
	list-style-type: disc;
}

ul.list-presseimage {
	margin-top: 20px;
}

ul.list-presseimage li {
	display: inline;
	margin-right: 20px;
}

ul.list-presseimage img {
	border: 1px solid black;
}
/* END Presse Lounge */


/* Kontakt */
.kontakt-tr-first {
	background-color: #ececec;
	color: #535353;
}

.kontakt-tr-second {
	background-color: #990000;
	color: inherit;
}

.kontakt-td-name {
	font-weight: bold;
	width: 130px;
	padding: 3px;
}

.kontakt-td-job {
	font-weight: bold;
	width: 250px;
	padding: 3px;
}

.bt-mailto {
	margin: 5px 0 0 0;
	display: block;
}
/* END Kontakt */


/* Impressum */
.impressum {
	line-height: 1.2em;
}
/* END Impressum */
