@charset "utf-8";

/**
* Stylesheet für Wartungsseite MEDION
*
* Standard-Stylesheet
*
* @author Kristian Augustin
* @link   http://www.getit.de/
*/



#content a,
#content a:link {
  color: #001e4c;
  background-color: transparent;
}

#content a:underlined {
	text-decoration: underline; 
}


/**
* @section main
*/
div#main {
  position: relative;
  z-index: 1;
  margin: 0;
}
#main div.mainInner {
  width: 960px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 10; 
  overflow-x: hidden;
}


/**
* @section Hauptbereiche
*/

/* content */
.content {
  width: 672px;
  float: right;
  margin: 0; /*  12px Abstand  nach oben */
  position: relative; 
  overflow: visible; /* Navigation */
}
