/*
* EGLV
* mediaplayer.css
* Company: d-serv SE GmbH | http://www.dserv-se.de
* Date: Dezember 2009
*/


/*
* General Pre Settings
*
*/
* {
   margin: 0;
   padding: 0;
   border: 0;
}

ul, ol, dl {
  list-style: none;
}

img, fieldset { border: 0; }

a { color: #2a282c; text-decoration: none; }
a:hover { text-decoration: underline; }

/*
* General Helpers
*
*/
.killfloat {
	overflow: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}


/*
* STRUCTURE
*
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #2a282c;
	background-color: #bfbfbf;
	overflow: hidden;
}

html>body { 
	font-size: 16px; /* Set correct font-size for safari browsers */
}


/*
* Structure Elements
*
*/
#container {
	font-size: 0.625em; /* 1em is 10px */
	width: 80em;
	padding: 2em;
	}






/*
* General Content Styles
*
*/

.contentStage {
	width: 80em;
	min-height: 50em;
	background-image: url(../images/htg_stage.gif);
	}
/*.contentStage .videoBox { padding: 5em 15em; } */
.contentStage .audioBox { padding: 8.75em 25em; }


.contentDetail {
	width: 65.5em;
	padding: 2.5em 0 0 0;
	}




.contentDetail h1 {
	font-size: 1.4em;
	line-height: 1.15em;
	text-transform: uppercase;
	padding-bottom: 1.15em;
	}

.contentDetail h2 {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #165286;
	padding-bottom: 1.4em;
	}
.contentDetail h2 a { color: #165286; }

.contentDetail h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #165286;
	}
.contentDetail h3 a { color: #165286; }

.contentDetail h4 {
	font-size: 1.2em;
	line-height: 1.4em;
	}


.contentDetail .textBox {
	font-size: 1.2em;
	line-height: 1.4em;
	}
	
.contentDetail .textBox h2 {
	font-size: 1em!important;
}

.contentDetail .textBox h3 {
	font-size: 1em!important;
}

.contentDetail .textBox h4 {
	font-size: 1em!important;
}

.contentDetail p {
	padding-bottom: 1.4em;
	}
	
.contentDetail ul {
	margin-left: 1.8em;
	padding-bottom: 1.4em;
	list-style-type: disc;
	list-style-position: outside;
	}
	
.contentDetail ol {
	margin-left: 2.1em;
	padding-bottom: 1.4em;
	list-style-type: decimal;
	list-style-position: outside;
	}
	
.contentDetail li ul,
.contentDetail li ol {	
	padding-bottom: 0!important;
	}



a.download {
	color: #165286;
	text-decoration: none!important;
	font-weight: bold;
	padding-left: 1em;
	background-image: url(../images/icon_detail_download.gif);
	background-position: left .4em;
	background-repeat: no-repeat;
	}
a.download:hover {
	text-decoration: underline!important;
	}
	
	
.intern a,
a.link, a.internal-link {
	color: #165286;
	text-decoration: none!important;
	font-weight: bold;
	padding-left: 1em;
	background-image: url(../images/icon_detail_link.gif);
	background-position: .1em .2em;
	background-repeat: no-repeat;
	}
.intern a:hover,
a.link:hover {
	text-decoration: underline!important;
	}
	
a.mail {
	color: #165286;
	text-decoration: none!important;
	font-weight: bold;
	padding-left: 1.6em;
	background-image: url(../images/icon_detail_mail.gif);
	background-position: left .1em;
	background-repeat: no-repeat;
	}
a.mail:hover {
	text-decoration: underline!important;
	}
	
.extern a,
a.extern {
	color: #165286;
	text-decoration: none!important;
	font-weight: bold;
	padding-left: 1em;
	background-image: url(../images/icon_detail_extern.gif);
	background-position: left .3em;
	background-repeat: no-repeat;
	}
.extern a:hover,
a.extern:hover {
	text-decoration: underline!important;
	}

.intern,
.extern {
	color: #165286;
	font-weight: bold;
	}



.detailText .textBox a {
	color: #165286;
	text-decoration: underline;
	}

.detailText .textBox a:hover {
	text-decoration: none;
	}
	
.detailText .textBox a.link,
.detailText .textBox a.download,
.detailText .textBox a.extern,
.detailText .textBox a.mail {
	font-size: .96em;
	}

.detailText .downloadBox {
	padding-top: 1.5em;
	font-size: 1.1em;
	}
	
.detailText .downloadBox p {
	padding-left: .4em;
	}
	
.detailText .downloadBox p a.link,
.detailText .downloadBox p a.download,
.detailText .downloadBox p a.extern,
.detailText .downloadBox p a.mail {
	font-size: 1em!important;
	}
	
	
	
.detailText .disclaimerBox {
	font-size: .96em;
	}

