@charset "utf-8";

/**
* Stylesheet für http://www.medion.de/
*
* Standard-Stylesheet
*
* @author Kristian Augustin
* @link   http://www.getit.de/
*/

/**
* Globale Einstellungen und Bugfixes
* 
* @section Browser-Reset
*/

/* Globale Werte setzen */
* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

/**
* Korrektur des Italics-Bugs
*
* @bugfix
* @affected IE 5/Win, IE6
* @css-for  IE 5/Win, IE6
* @valid    yes
*/
* html body * { overflow:visible; }
* html iframe, * html frame { overflow:auto; }
* html frameset { overflow:hidden; }


/**
* Korrekte Layout-Skalierung im IE 7 gewährleisten
*
* @bugfix
* @affected IE 7
* @css-for  all
* @valid    yes
*/
body { position: relative; }

/** Schriftgröße kontrollieren
-------------------------------- */
body, td, th { font: normal 75%/165% Arial, sans-serif; }
td, th { f\ont-size: 100%; }

/**
* Standardfarben setzen
*/
#top {
	color: #2D2D2D;
	background-color: white;
}

/**
* @section Links und Anker
*/
#top a:link, #top a:visited {
	color: #262626;
}

/* Rahmen verlinkter Bilder entfernen */
#top a img {
  border: 0;
}

/**
* @section Überschriften
*/
#top h1 { 
	clear:both;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 0 20px 10px 0;
}

/**
* @section Absätze
*/
#top p {
	margin: 0 0 .8em 0;
}

/**
* @section Bilder
*/
#top img {
	vertical-align: bottom;
}

/**
* @section: Formulare
*/
#search input {
	vertical-align: middle;
	border: none;
	width: auto;
	padding: 0;
}

/**
* @section Header
*/
div#top {
	color: inherit;
	position: relative;
	height: 113px;
	z-index:200; 
	width: 960px;
	margin: 0 auto;  
}
#top div.inner {
	position: relative;
	height: 104px;
}

h1#logo {
	color: inherit;
	position: relative;
	padding: 0;
	float: left; 
	z-index:80;
	top: 22px;
}

/**
* @section Sitenavigation
*/
ul#sitenav {
	list-style: none;
	float: right;
	text-align: left;
	height: 32px;
	color: #A3A3A3;
	font-size: 1.2em;
}
#sitenav li {
	float: left;
	display: block;
	margin-right: 24px;
}
#sitenav a {
	color: #A3A3A3;
	background-color: white;
	display: block  !important;
	padding: 3px 10px !important;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
#sitenav a.handle {
	display: block  !important;
}
#sitenav li.home a {
	padding: 7px 15px 5px 15px;
}
#sitenav li.last {
	margin-right: 0;
}
#sitenav li.last a {
	padding-right: 0;
}
#sitenav a:hover,
#sitenav a:focus,
#sitenav a.active,
#sitenav a.hover {
	background-color: #DFDFDF;
	color: #272727;
}

/**
* Seitennavigation Layer
*/
#sitenav ul {
	list-style: none;
	position: absolute;
	background: #DFDFDF;
	/*width: 141px;*/
	font-size: 0.7em;
	z-index: 1000;
}
#sitenav ul li {
	float: none;
	clear: both;
	margin-right: 0;
	border: none;
	line-height: 1em;
	padding: 3px 0;
}
#sitenav ul a {
	background-color: #DFDFDF;
	display: block;
	padding: 5px 10px 3px 10px;
	border: none;
	/*width: 121px;*/
	color: #272727;
}
#sitenav ul a:hover {
	text-decoration: underline;
}

/**
* @section Hauptmenü
*/
div#nav {
	position: absolute;
	left: 0;
	top: 80px;
	clear: both;
	color: #A3A3A3;
	width: 651px;
	float: none;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	float: left;
	margin-right: 18px;
	position: relative;
}
#nav ul a {
	color: #BCBCBC;
	text-transform: uppercase;
	font-size: 1.3em;
	display: block;
	width: auto;
	padding: 5px 28px 5px 10px;
	float: left;
	height: 23px;
	text-decoration: none;
	text-transform: uppercase;
}
* html #nav ul a {
	float: left;
}
#nav ul a:hover,
#nav ul a:focus,
#nav ul a.active,
#nav ul a.hover,
#nav strong {
	color: #FFF;
	background: #a0a0a0;
}

#nav ul div {
	border: 3px solid #A0A0A0;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 0;
	color: #262626;
	max-width: 666px;
	background: #EAEAEA;
}

#nav ul div ul {
	float: left;
	width: 164px;
	border-right: 3px solid #A0A0A0;
}

#nav ul div ul.last {
	border-right: none;
	width: 165px;
}
#nav-electronik-layer {
	width: 666px !important;
}
#nav-software-layer {
	width: 332px !important;
}

#nav-music-layer {
	width: 164px !important;
}

#nav-games-layer {
	width: 164px !important;
}
#nav ul ul li {
	float: none;
	margin-right: 0;
	line-height: 130%;
	text-align: left;
}

#nav ul ul a {
	float: none;
	background-color: transparent;
	color: #2D2D2D;
	font-weight: normal;
	display: block;
	width: 151px;
	padding: 10px 7px 9px 7px;
  	height: auto;
	text-decoration: none;
	font-size: 1.2em;
	text-transform: uppercase;
}

#nav-games-layer li {
	clear: left !important;
}

#nav ul ul a.double {
	padding: 18px 7px 20px 7px !important;
}
#nav ul ul li a.highlight {
	color: #FFF;
	font-weight: bold;
	background-color: #FE5400;
}

#nav ul ul a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #A0A0A0;
}


* html #nav ul ul {
	width: 163px;
	height: 210px;
}
* html #nav ul ul.last {
	width: 164px;
}
* html #nav ul ul a {
	padding: 10px 2px 9px 7px;
	width: 154px;
}
* html #nav ul ul a.double {
	padding: 18px 2px 20px 7px !important;
}
* html #nav ul ul.last a {
	width: 159px;
}
/** Suche **/
#search {
	position: absolute;
	left: 680px;
	top: 76px;
	width: 273px;
	height: 23px;
	z-index: 100;
	background: #DFDFDF;
	text-transform: uppercase;
	font-size: 1.4em;
	padding: 4px;
}

#search fieldset {
	display: inline;
	border: none;
	padding-top: 2px;
}  

#search #q {
	background: url(//www.medion.com/header/images/search.png) no-repeat;
	border: none;
	height: 23px;
	width: 159px;
	margin: -2px 3px 0;
	padding: 1px 2px 1px 10px;
	font-size: 0.9em;
}
#search .image {
	margin: -3px 0 0 0;
}
