/* CSS Document */
/* global print default */
/*
@font-face {
	font-family:'BerlinTypeWeb';
	font-style: normal;
	font-weight: 400;
	src: url(/media/font/BerlinTypeWeb-Regular.eot) format('eot'),
		url(/media/font/BerlinTypeWeb-Regular.woff) format('woff'),
		url(/media/font/BerlinTypeWeb-Regular.woff2) format('woff2');
}
@font-face {
	font-family:'BerlinTypeWeb';
	font-style: normal;
	font-weight: 600;
	src: url(/media/font/BerlinTypeWeb-Bold.eot) format('eot'),
		url(/media/font/BerlinTypeWeb-Bold.woff) format('woff'),
		url(/media/font/BerlinTypeWeb-Bold.woff2) format('woff2');
}
*/
* {
  margin: 0;
}
body {
  font-family: Arial, sans-serif;
  color: black;
}
#Header, .Sidebar, .Print {
  display: none;
}
#Gesamt, #Rahmen, #Inhalte, #Footer {
  width: 740px;
  margin: 0px;
  background-image: none;
  background-color: #ffffff;
}
#Inhalte, #Footer {
  margin: 10px;
  width: 720px;
  padding: 0px;
}
#TextTop, #TextTopFormular, #Buchungsnummer, #OffeneVeranstaltungen {
  margin-left: 0px;
}
#TextTopConfirmation, #confirmation {
  margin-left: 0px;
}
#TextTop {
  width: 600px;
}
#anmelden {
  margin-left: 0px;
}
#Footer {
  padding-left: 10px;
  width: 720px;
}
.Leftbar, .Inhalt, .Sidebar {
  width: 100% !important;
  padding: 0px;
  margin: 0px;
}
