﻿@charset "UTF-8";
/* CSS Document */


/* Position der Fu�zeile */ 
/* top = muss ermittelt werden */
#footer_adress {
	top: 2400px;
}

/* Position Mitgliederbereich */ 
/* top = footer_adress:top +60*/ 
#footer_cont1 {
	top: 2460px;
}

/* Position Weitere Fragen */
/* top = footer_adress:top +60*/
#footer_cont2 {
	top: 2460px;
}

/* Position Weitere Informationen */
/* top = footer_adress:top +60*/
#footer_cont3 {
	top: 2460px;
}

/* H�he des Hauptcontainers */ 
/* height = footer_cont1 bis 3:top +311*/
#container {
	height:2771px;
}

/* H�he des Inhaltscontainer */ 
/* height = container:height - content.top (618)*/
#content {
	height:2153px;
}