@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; }

/** Einschließen von Floats ohne zusätzliches Markup 
------------------------------------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Übereinstimmung im IE/Mac erzwingen */
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/** Schriftgröße kontrollieren
-------------------------------- */
body, td, th { font: normal 75%/165% Arial, sans-serif; }
td, th { f\ont-size: 100%; }

/**
* Standardfarben setzen
*/
body {
  color: #2D2D2D;
  background-color: white;
}

/**
* @section Links und Anker
*/
a:link {
  color: #262626;
  background-color: transparent;
}
a:visited {
  color: #262626;
  background-color: transparent;
}
a:hover, a:focus {
}
a:active {
}

/* Rahmen verlinkter Bilder entfernen */
a img {
  border: 0;
}

/**
* @section Überschriften
*/
h1, h2, h3, h4, h5, h6 {
}
h1 { 
	clear:both;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 0 20px 10px 0;
}
h2 {
}
h3 {
	font-size: 1.2em;
}
h4 { 
	font-size: 1em;
}
h5, h6 {
}
h6 {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0;
	margin: 4px 0 5px 0;
}

/**
* @section Absätze
*/
p {
  margin: 0 0 .8em 0;
}

/**
* @section Bilder
*/
img {
  vertical-align: bottom;
}



/**
* @section: Formulare
*/
#search input {
  vertical-align: middle;
}




/**
* @section Header
*/
div#top {
  color: inherit;
  position: relative;
  z-index:200; 
  width: 960px;
  margin: 0 auto;  
}
#top div.inner {
  position: relative;
	height: 100px;
}

h1#logo {
  color: inherit;
  position: relative;
  padding: 0;
  float: left; 
  z-index:80;
  top: 32px;
}

