body {
	margin: 0;
	padding: 0;
	background-color: #E9170E;
	
	text-align: center; /* for IE */
}

body, p, td, div {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #E9170E;
}

p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

a {
	color: #E9170E;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

#middle {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
}

#header {
	height: 55px;
}

#header-image {
	margin: 0;
	padding: 0;
	border: none;
	width: 359px;
	height: 32px;
	
	padding-top: 15px;
}

#main {
	text-align: left;
	background-color: white;
	padding-bottom: 20px;
}

#mainmenu {
	padding-top: 20px;
	margin-left: 10px;
	width: 730px;
}

.mainmenu-cell {
	text-align: center;
}

#submenu {
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

.submenu-link {
	padding-right: 10px;
}

.submenu-link-active {
	text-decoration: none;
}

#content {
	margin-left: 52px;
	margin-right: 52px;
	margin-bottom: 30px;
}

h1 {
	margin-top: 40px;
	margin-bottom: 40px;
	font-stretch:  condensed;
	font-family: "Helvetica", "Arial";
	text-transform:  uppercase;
	font-stretch: extra-condensed;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
	margin-bottom: 7px;
}

.content-text {
	padding: 0;
}

.fullwidth, .divider {
	width: 645px;
}

hr, .divider {
	height: 9px;
	background-image: url("../images/divider.png");
	background-repeat: repeat-x;
	
	background-position-y: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
	
	border: none;
	
	vertical-align: bottom;
}

/* Styles for programm.page */

.event {
	height: 55px;	
}

.event-title {
	font-size: 20px;
	font-weight: bold;
}

.event-date {
	font-size: 14px;
	text-decoration: underline;
}

.event-location, .event-ticket-link {
	font-size: 14px;
}

.event-description {
	// nothing
}

.event-pdf-link {
	text-decoration: none;
}

.event-pdf-link:hover {
	text-decoration: underline;
}


.event-department {
	text-transform: uppercase;
	float: right;
	text-align: right;
}

.event-pictogram {
	float: left;
	margin-right: 20px;
}
