/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06
**  Datei       : content_nav.css
**  Funktion    : Definitionen für einen Landesverband
**
*/


/* FORMATIERUNG DER KOMPLETTEN SEITE */
#page{ 
	width: 764px;
}
/* FORMATIERUNG DES KOPFBEREICHES */
#header { 
	height: 151px;
	background: #fff url(../../img/header_nav.jpg) no-repeat; 
}

/* FORMATIERUNG DER FUSSZEILE */
#footer { 
	height: 31px; /* 12px Bild + Rest Abstand */
	background: #fff url(../../img/rand_unten_nav.gif) no-repeat;
	margin: 0; 
	padding: 0;
}

/* 
* GROESSE UND FARBE DER SPALTEN LINKS UND RECHTS
*/

#col1 { 
	width: 165px;
}
#col2 {
	width: 5px;
}

#col3 {
  margin: 0;
  padding: 0;

  border-left: 165px #939199 solid;
  border-right: 5px #5B5763 solid;
}



/************************************
*
* FUER DIE DRUCKVERSION muss der farbige Rand der Inhaltsspalte ausgeknippst werden.  
*
************************************/
@media print{

#col3 {
  margin: 0;
  padding: 0;

  border: none;
}

}

