/**********************************************************************
 * PROJECT: Ökoland Bayern, trio-group, 2005
 * FILE:    css/print.css
 * --------------------------------------------------------------------
 * 25.08.2005    mtidona    Erstellung
 **********************************************************************/


/***********************************************
 * General
 ***********************************************/

* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

body  {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin:0px;
}

h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin:0px;
}

h3 {
  font-size: 1.3em;
  font-weight: bold;
  font-style: italic;
  margin:0px;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  margin:0px;
}


img {
	display: none;
}

/***********************************************
 * 1.) MAIN DIVs
 ***********************************************/

#LeftCol {
  display: none;
}

#RightCol  {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 0px 0px 0px 0px;
}



/***********************************************
 * 2.) RightCol DIVs
 ***********************************************/

#TopBox  {
  display: none;
}

#MenuBox  {
  display: none;
}

#ContentBox  {
  width: 100%;
  border: 0;
  margin: 0px 0px 0px 0px;
}

#FooterBox  {
  clear: both;
  text-align: left;
  font-size: 10pt;
  margin: 30px 0px 0px 0px; 
  border-top: 1px solid #000000;
}


/***********************************************
 * 3.) MenuBox DIVs
 ***********************************************/

#TopMenu  {
	display: none;
}


#SubMenu  {
	display: none;
}


/***********************************************
 * 3.) ContentBox DIVs
 ***********************************************/


#Content {
  width: 100%;
}

#ContentWithRightCol {
  width: 100%;
}

#ContentRight  {
  display: none;
}

#Breadcrumb  {
  text-align: left;
  padding-bottom: 10px;
  border: 0px;
  height: 16px;
  margin: 0px 0px 30px 0px;
  border-bottom: 1px solid #000000;
}


/***********************************************
 * ELEMENTS
 ***********************************************/


#Alert {
  display: none;
}


/***********************************************
 * FORMS AND FORM ELEMENTS
 ***********************************************/

input, select, textarea {
  display: block;
  width: 220px;
  float: left;
  margin-bottom 10px;
  margin-top: 5px;
}

.button {
  display: none;
}

/***********************************************
 * LISTS
 ***********************************************/
 
.mehrLink {
  display: none;
}
 
a.mehr:link, a.mehr:visited, a.mehr:hover {
  display: none;
  
}

.ListeRow {
  border: 1px solid #CC3333;
  margin: 4px;
  padding: 4px;
}

.ListeRightMore {
  display: none;
}

.backLink {
  display: none;
}

a.back:link, a.back:visited, a.back:hover {
  display: none;
}

.listArr {
	
	list-style-image: url(../images/icon_list_arr.gif);
}
