@charset "UTF-8";
/* CSS Document for f1:cms website styles */

@font-face {
	font-family: Palatino;
	src: url('../media/__site/font_emi_serif.TTF');
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #272727;
	line-height: 18px;
}

body {
	margin: 0px;
	background-color: #FFFFFF;
}
img{
	border: 0px;
}
a:link {
	color: #c50200;
	text-decoration: underline;
}
a:visited { color: #c50200;
	text-decoration: underline;
}
a:hover { color: #c50200;
	text-decoration: underline;
}
a:active { color: #c50200;
	text-decoration: underline;
}
#site {
	width: 960px;
	margin: 0px auto;
}
#head {
	background-image: url(../media/__site/emi_head.png);
	width:960px;
	height:96px;
	margin-top:20px;
	margin-bottom:10px;
}
#page {
	width: 900px;
	float: left;
	margin: 0px;
	background-image: url(../media/__site/back_3spaltig.png);
}

/* ------------------------------------- Main Navigation */

#navigation {
	padding-left:20px;
	padding-top:27px;
}
.navigation a {
	font-size: 13px;
	color: #6e6e6e;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	text-decoration: none;
}
.navigation a:hover {
	color: #c51727;
} 
.navigation a.active {
	text-decoration: underline;
}
.navigation .selected {
	color: #c51727;
}
.navigationSeparator {
	font-size:14px;
	color:#6e6e6e;
	}

/* ------------------------------------- Sub Navigation */

.subnavigation a {
	font-size: 14px;
	line-height:30px;
	color: #6e6e6e;
	font-family: Palatino, Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	text-decoration: none;
}

/* ------------------------------------- Library Navigation */

#libnav {
	width:365px;
	height:39px;
	background-image: url(../media/__site/back_libnav.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-top:14px;
	padding-left:20px;
	margin-left:20px;
	margin-bottom:4px;
	}
.libnav a {
	font-size: 22px;
	color: #c51727;
	font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	letter-spacing:1px;
	text-decoration: none;
	}
.libnav a:hover {
	color: #c51727;
	}
#libnav2 {
	width:365px;
	height:39px;
	background-image: url(../media/__site/back_libnav2.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-top:14px;
	padding-left:20px;
	margin-left:20px;
	margin-bottom:4px;
}
.libnav2 {
	font-size: 22px;
	color: #FFFFFF;
	font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	letter-spacing:1px;
}

.libbox{
	background-color:#0066CC;
	}


	
/* ---------------------------------------------------- */

#contentContainer {
	display: inline-block;
	text-align: left;
	overflow:hidden;
	clear:both;
}
#back_grey {
	background-color:#f3f3f3;
	clear:both;
	}
	
/* ------------------------------------- News Layout */

#contentLeft545{
	float: left;
	width: 545px;
	/*background-image: url(../media/__site/back545.png);*/
}
#contentRight405{
	float: left;
	width: 405px;
	margin-left:10px;
	/*background-image: url(../media/__site/back405.png);*/
}
.hometeaser{
	padding-bottom: 20px;
}

/* ------------------------------------- Standard Layout */

#contentLeft405{
	float: left;
	width: 405px;
	/*background-image: url(../media/__site/back405.png);*/
}
#contentRight545{
	float: left;
	width: 545px;
	margin-left:10px;
	margin-top:6px;
	/*background-image: url(../media/__site/back545.png);*/
}
.content2Columns{
	width:960px;
	height:auto;
	clear:both;
	padding-top:20px;
}
.contentColumn{
	width:450px;
	height:auto;
	float:left;
	margin-right:20px;
}
.contentColumnBox{
	padding: 0px;
	clear: both;
	overflow:hidden;
	padding-left:20px;
}

/* ------------------------------------- Neuheiten Layout */

#contentRight405grey{
	float: left;
	width: 405px;
	margin-left:10px;
	background-color:#f3f3f3;
}


/* ---------------------------------------------------- */

#contentBox{
	clear: both;
}
.hspace20{
	padding: 0px 20px;
	clear: both;
	overflow:hidden;
}
.hspaceNumbered{
	padding-left: 12px;
	padding-right: 20px;
	clear: both;
}

.picture {
	margin-top: 6px;
	margin-bottom: 7px;
	margin-right: 20px;
	float: left;
}
.bt_file, .bt_file a{
	background-color: #c51727;
	width:auto;
	height: 20px;
	float: left;
	overflow: hidden;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration: none;
	padding-top: 1px;
}
.bt_file_left{
	width: 20px;
	height: 21px;
	background-image: url(../media/__site/bt_download_1.png);
	background-repeat: no-repeat;
	float:left;
}
.bt_file_right{
	width: 20px;
	height: 21px;
	background-image: url(../media/__site/bt_download_2.png);
	background-repeat: no-repeat;
	float: left;
}
#footer{
	background-image: url(../media/__site/emi_footer.png);
	width:920px;
	height:32px;
	padding-left:20px;
	padding-right:20px;
	padding-top:14px;
	margin-top:30px;
	margin-bottom:20px;
}
.copyright{
	font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing:1px;
	color:#6e6e6e;
	}

/* Content */


/* ------------------------------------- red/gold head boxes */

#redHead960{
	width:940px;
	height:46px;
	background-image: url(../media/__site/redHead960.png);
	padding-left:20px;
	padding-top:19px;
	margin-bottom:27px;
	}
#redHead545{
	width:525px;
	height:46px;
	background-image: url(../media/__site/redHead545.png);
	padding-left:20px;
	padding-top:19px;
	margin-bottom:27px;
	}
#redHead545news{
	width:525px;
	height:46px;
	background-image: url(../media/__site/redHead545.png);
	padding-left:20px;
	padding-top:19px;
	}
#redHead545cover{
	width:525px;
	height:46px;
	background-image: url(../media/__site/redHead545.png);
	padding-left:20px;
	padding-top:19px;
	}
#redHead405{
	width:385px;
	height:46px;
	background-image: url(../media/__site/redHead405.png);
	padding-left:20px;
	padding-top:19px;
	}
#goldHead405{
	width:385px;
	height:46px;
	background-image: url(../media/__site/goldHead405.png);
	padding-left:20px;
	padding-top:19px;
	}
.redHeadSans{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color:#730e17;
	}
.goldHeadSans{
	font-family: Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#524419;
	line-height: 1em;
	}
.redHeadwhiteText{
	font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 29px;
	line-height: 100%;
	letter-spacing:1px;
	color:#FFFFFF;
	}
.greyHeadBig{
	font-family: Arial, Helvetica, sans-serif;
	font-size:46px;
	line-height:105%;
	color:#6e6e6e;
	letter-spacing:-1px;
	}	
.redHeadBig{
	font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:46px;
	line-height:103%;
	color:#c51727;
	}
.introText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	color:#cb7210;
	}
.introText b, .introText strong{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	color:#cb7210;
	font-weight:bold;
	}

/* ------------------------------------- Standard */

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:130%;
	color:#cb7210;
	font-weight:normal;
	margin:0px;
	}
.copy{
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	color:#6e6e6e;
	}
.copy b, .copy strong{
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	color:#6e6e6e;
	font-weight:bold;
	}

.copy li{
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	color:#6e6e6e;
	list-style-position: outside;
	list-style-type: square;
	}

.copy a{
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	color:#c51727;
	text-decoration:none;
	}
.redcopy{
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	color:#c51727;
	margin-bottom:10px;
	}
.redcopy b, .redcopy strong{
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	color:#c51727;
	margin-bottom:10px;
	font-weight:bold;
	}
.copysans{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	color:#000000;
	}
.copysans b, .copysans strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	color:#000000;
	}
.download{
	color:#FFFFFF;
	font-size:10px;
	}
.download a{
	color:#FFFFFF;
	cursor:pointer;
	font-size:10px;
	vertical-align: top;
	line-height: normal;
	}
	
/* ------------------------------------- Numbered Text */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:normal;
	color: #c51727;
	line-height:140%;
	margin: 0px;
	}
h1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:normal;
	color: #c51727;
	line-height:140%;
	margin: 0px;
	}
.number{
	font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:50px;
	line-height:50px;
	color:#c51727;
	}
.number a{
	font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:50px;
	line-height:50px;
	color:#c51727;
	}
	
.links a{
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	display:block;
	text-decoration:none;
	padding-top:6px;
}
.links a:hover {
	background-image: url(../media/__site/back_numberlink.png);
}
.copyLink {
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	color:#6e6e6e;
	text-decoration:none;
	}
.copyLink a{
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	color:#c51727;
	text-decoration:none;
	}
.copyLink b, .copyLink strong{
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	color:#6e6e6e;
	text-decoration:none;
	font-weight:bold;
	}
.copyLink a:visited{
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	color:#c51727;
	text-decoration:none;
	}
.copyLinkRed{
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	color:#c51727;
	text-decoration:none;
}

	
/* ------------------------------------- Team */

.teamhead{
	background-image: url(../media/__site/back_team.png);
	padding: 20px;
	background-repeat: no-repeat;
	}
.teamredHead{
	font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:24px;
	line-height:130%;
	color:#c51727;
	letter-spacing:1px;
	margin-bottom:5px;
	}
.teamJobtitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:130%;
	color:#cb7210;
	}

/* ------------------------------------- Service / Distribution */


.graphicheadText{
	width: 432px;
	position:relative;
	left: 93px;
	top: -40px;
}

/* ------------------------------------- Library */

.libhead{
	background-image: url(../media/__site/back_libs.png);
	padding: 20px;
	background-repeat: no-repeat;
	width:auto;
	height:auto;
	}

/* ------------------------------------- CD Neuheiten */

.coverpreview{
	padding-top: 17px;
	padding-left: 17px;
	float:left;
	}
.coverpreviewAd{
	padding-top: 17px;
	padding-left: 17px;
	}
#cdtitleback{
	background-image: url(../media/__site/back_cdtitle.png);
	width:495px;
	height:auto;
	padding: 18px 30px 0px 20px;
	background-repeat: no-repeat;
	background-position: left top;
}
.cddetailbox{
	padding:20px;
	}
.cdtitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:130%;
	color:#6e6e6e;
	}

/* ------------------------------------- Auslandspartner */

.intpartnerName{
	font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:14px;
	line-height:130%;
	color:#c51727;
	}
.intpartnerLand{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:130%;
	color:#cb7210;
	}
.intpartnerCopy{
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:14px;
	line-height:140%;
	color:#6e6e6e;
	}
.intpartnerCopy b, .intpartnerCopy strong{
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:14px;
	line-height:140%;
	color:#6e6e6e;
	font-weight:bold;
	}
.intpartnerCopy a{
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:14px;
	line-height:140%;
	color:#6e6e6e;
	}

/* ------------------------------------- Sitemap */

#sitemap{
	margin-left:100px;
	}
.sitemap_head{
	width:100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #bbbbbb;
	font-weight: bold;
	text-transform: uppercase;
	}
.site_copy a{
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:14px;
	line-height:180%;
	color:#6e6e6e;
	text-decoration:none;
	}
.site_copy a:hover{
	color:#c51727;
	text-decoration:underline;
	}

/* ------------------------------------- Formular */

.formwidth{
	width:200px;
}
/* */
