/* 
Stylesheet Datei für Medionshop und sonstige Medion Seiten
© 2004 WDS New Media | Pascal Vorsmann
Name:		stylesheet.css 
Revision: 	1.04 
*/

/*-------------------------------------------------------*/
/* 0. Klassen für Body                                   */
/*-------------------------------------------------------*/body { background: #FFFFFF; }
body.blue {
  scrollbar-base-color: #E9EDF4;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-arrow-color: #667E9E;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-face-color: #E9EDF4;
  scrollbar-highlight-color: #667E9E;
  scrollbar-shadow-color: #667E9E;
  scrollbar-track-color: #F4F6F9;
}
body.orange {
  scrollbar-base-color: #FAEBCC;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-arrow-color: #E69B00;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-face-color: #FAEBCC;
  scrollbar-highlight-color: #E69B00;
  scrollbar-shadow-color: #E69B00;
  scrollbar-track-color:#FCF5E5;
}
body.green {
  scrollbar-base-color: #DDEECF;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-arrow-color: #57A90E;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-face-color: #DDEECF;
  scrollbar-highlight-color:#57A90E;
  scrollbar-shadow-color: #57A90E;
  scrollbar-track-color: #EDF5E6;
}

/*-------------------------------------------------------*/
/* 1. Klassen für Main Headline                          */
/*-------------------------------------------------------*/
.MainHeadlineBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #001E4B;
	font-weight: bold;
}
.MainSublineBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001E4B;
	font-weight: bold;
	padding-top: 20px;
}
.MainSublineOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E69B00;
	font-weight: bold;
	padding-top: 20px;
}

/*-------------------------------------------------------*/
/* 2. Klassen für Navigationen                           */
/*-------------------------------------------------------*/
a.NaviLinkBlue:link, a.NaviLinkBlue:visited, a.NaviLinkBlue:active {
  text-decoration: none;
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}
a.NaviLinkBlue:hover {
  text-decoration: underline;
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.NaviNoLinkBlue {
  text-decoration: none;
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
a.NaviLinkWhite:link, a.NaviLinkWhite:visited, a.NaviLinkWhite:active, a.NaviLinkWhite:hover {
  text-decoration: none;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.NaviNoLinkWhite {
  text-decoration: none;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/*-------------------------------------------------------*/
/* 3. Klassen für Content/Shop                           */
/*-------------------------------------------------------*/
a.ContShopTeaserLink:link, a.ContShopTeaserLink:visited, a.ContShopTeaserLink:active, a.ContShopTeaserLink:hover {
  text-decoration: underline;
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}
a.ContShopServiceLink:link, a.ContShopServiceLink:visited, a.ContShopServiceLink:active, a.ContShopServiceLink:hover {
  text-decoration: none;
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
a.ContShopTreeLink:link, a.ContShopTreeLink:visited, a.ContShopTreeLink:active, a.ContShopTreeLink:hover {
    text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
}
a.ContShopSupportABC:link, a.ContShopSupportABC:visited, a.ContShopSupportABC:active, a.ContShopSupportABC:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001E4B;
	font-weight: bold;
}
a.ContShopLinkTelekom:link, a.ContShopLinkTelekom:visited, a.ContShopLinkTelekom:active, a.ContShopLinkTelekom:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001E4B;
	font-weight: bold;
}
.ContShopTreeNoLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
}
.ContShopCartTree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
}
.ContShopCartTreeGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #57A90E;
	font-weight: bold;
}
.ContShopSiteInfo, .ContShopTextBlueBold, .ContShopArticleNumber {
  text-decoration: none;
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
a.ContShopSiteLink:link, a.ContShopSiteLink:visited, a.ContShopSiteLink:active, a.ContShopSiteLink:hover {
    text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
a.ContShopSiteLinkBlue:link, a.ContShopSiteLinkBlue:visited, a.ContShopSiteLinkBlue:active, a.ContShopSiteLinkBlue:hover {
    text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001E4B;
}
a.ContShopCartLink:link, a.ContShopCartLink:visited, a.ContShopCartLink:active, a.ContShopCartLink:hover {
    text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001E4B;
}
.ContShopSiteNoLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.ContShopTextBlue, .ContShopManufacturer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001E4B;
}
.ContShopTextMagenta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E20074;
	font-weight: bold;
}
.ContShopTextTerms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #001E4B;
}
.ContShopProductSubline, .ContShopPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001E4B;
	font-weight: bold;
}
.ContShopCartPriceBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001E4B;
	font-weight: bold;
}
.ContShopCartPriceWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.ContShopTextGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
.ContShopProductName, .ContShopTeaserHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #57A90E;
	font-weight: bold;
}
.ContShopHeadlineWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.ContShopHeadlineTelekom {
	font-family: Times New Roman;
	font-size: 15px;
	color: #E20074;
	font-weight: bold;
}
.ContShopMSTagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.ContShopCartInputValue {
  width: 20px; 
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.ContShopCartInputAddress {
  width: 200px; 
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.ContShopCartDropDown {
  width: 200px; 
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.ContShopCartDropDownDay {
  width: 50px; 
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.ContShopCartDropDownMonth {
  width: 110px; 
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.ContShopCartDropDownYear {
  width: 80px; 
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.ContShopCartInputPostal {
  width: 40px; 
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.ContShopCartInputPostalUK {
  width: 48px; 
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.ContShopCartInputCity {
  width: 150px; 
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.ContShopCartInputCityUK {
  width: 143px; 
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.ContShopCartTextArea {
  width: 200px; 
  height: 60px;
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.ContShopCartTextAreaISDN {
  width: 400px; 
  height: 100px;
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/*-------------------------------------------------------*/
/* 4. Klassen für Homepage & Content/Deutschland         */
/*-------------------------------------------------------*/
.DEHeadlineBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001E4B;
	font-weight: bold;
}
.DEHeadlineWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.DESublineBlue, .DETextBlueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001E4B;
	font-weight: bold;
}
.DETextBlue, .DEManufacturer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001E4B;
}
.DEShortdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
.DEReleaseTimeLightBlue  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #667E9E;
}
.DEReleaseTimeBlue  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #001E4B;
}
a.DELinkBold:link, a.DELinkBold:visited, a.DELinkBold:active, a.DELinkBold:hover {
  text-decoration: underline;
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
a.DELink:link, a.DELink:visited, a.DELink:active, a.DELink:hover {
  text-decoration: underline;
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.DEProductName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #57A90E;
	font-weight: bold;
}
.DEProductPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001E4B;
	font-weight: bold;
}
.DEPluginTextGrey  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
}
.DEPluginTextBlue  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #001E4B;
}
.DEInputAddress {
  width: 200px; 
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.DEDropDown {
  width: 205px; 
  *width: 207px; 
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.DEDropDownPhone {
  width: 52px; 
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.DETextArea {
  width: 200px; 
  height: 60px;
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.DEInputPostal {
  width: 40px; 
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.DEInputCity {
  width: 146px; 
  *width: 144px; 
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.DEInputPhone {
  width: 73px; 
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/*-------------------------------------------------------*/
/* 5. Klassen für Toolbox            		             */
/*-------------------------------------------------------*/
a.ToolLink:link, a.ToolLink:visited, a.ToolLink:active, a.ToolLink:hover {
  text-decoration: underline;
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.ToolTextBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001E4B;
}
.ToolTextBlueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001E4B;
	font-weight: bold;
}
.ToolMSTagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.ToolHeadlineWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.ToolInput {
  width: 138px; 
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/*-------------------------------------------------------*/
/* 6. Klassen für Homepage & Content/International       */
/*-------------------------------------------------------*/
.IntHeadlineBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001E4B;
	font-weight: bold;
}
.IntTextBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001E4B;
}
a.IntReleaseLinkBold:link, a.IntReleaseLinkBold:visited, a.IntReleaseLinkBold:active, a.IntReleaseLinkBold:hover {
  text-decoration: underline;
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
a.IntReleaseLink:link, a.IntReleaseLink:visited, a.IntReleaseLink:active, a.IntReleaseLink:hover {
  text-decoration: underline;
  color: #001E4B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.IntReleaseTimeLightBlue  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #667E9E;
}
.IntReleaseTimeBlue  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #001E4B;
}
.IntPluginTextGrey  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
}
.IntPluginTextBlue  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #001E4B;
}
/*-------------------------------------------------------*/
/* 7. Klassen für FAQ       */
/*-------------------------------------------------------*/
a.topten:link, a.topten:visited, a.topten:active, a.topten:hover {
	background:url("/images/pfeil.gif") no-repeat scroll 0 6px transparent;
	color:#001E4C;
	display:block;
	margin: 0 0 10px;
	padding:0 0 0 15px;
}
/*-------------------------------------------------------*/
/* Ende       											 */
/*-------------------------------------------------------*/
