/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06
**  Datei       : content_hmv.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_hmv.jpg) no-repeat; 
}

/* Formatierung der Fusszeile */
#footer { 
	height: 31px; /* 12px Bild + Rest Abstand */
	background: #fff url(../../img/rand_unten_hmv.gif) no-repeat;
	margin: 0; 
	padding: 0;
}

/* 
* Größe und Farbe der Spalten links und rechts
*/

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

#col3 {
  margin: 0;
  padding: 0;

  border-left: 165px #8093A1 solid;
  border-right: 5px #495F6E solid;
}



/************************************
*
* Für die Druckversion muss der farbige Rand der Inhaltsspalte ausgeknippst werden.  
*
************************************/
@media print{

#col3 {
  margin: 0;
  padding: 0;

  border: none;
}

}

