/*****************************************/
/* BASICS */
/*****************************************/

body {
  font-family:Arial, Sans-Serif;
  font-size:100.1%;
  font-weight:normal;
  color:#000;
}

dfn {
  font-style:normal;
}

a,
a:link,
a:visited,
a:active {
  color:#f00;
}

input,
textarea {
  background-image:none;
}


/******************************************/
/* HEAD */
/******************************************/
div#head_plugin_wrapper,
div#language_menu_wrapper,
div#head_menu,
div#breadcrumb_wrapper,
div#head_content_wrapper {
  display:none;
}

div#head {
  padding-bottom:2cm;
  text-align:center;
}
div#head img {
  border:none;
}
/******************************************/
/* MENU */
/******************************************/
div#menu_left,
div#menu_footer,
div#menu {
  display:none;
}


/******************************************/
/* CONTENT */
/******************************************/
/* Hauptcontent */
div#col2 {
  width:100%;
  font-size:0.8em;
}
/* Saplten */
div#col1,
div#col3 {
  display:none;
}



