/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}

div, p, ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #e12e28;
	margin-top: 0px;
}

img {
	border: none;
}

.BalkenHorizontal {
	position: absolute;
	top: 50px;
	width: 1000px;
	height: 49px;
	background-color: #e12e28;
}

.logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

.ContainerAussen {
	position: absolute;
	top: 100px;
	width: 1000px;	
}

.LinkeSpalte {
	float: left;
	width: 790px;
}
.RechteSpalte {
	float: left;
	width: 210px;
}

.rsBalken {
	background-color: #e12e28;
	color: #fff9d6;
	text-indent: 10px;
	font-weight: bold;
}

.rsText {
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 10px;
	font-weight: bold;
}

.sponsoren {
	margin-top: 20px;
	padding-left: 10px;
}

a {
	color: #e12e28;
}

.NavigationsBox {
	position: absolute;
	top: 380px;
	left: 20px;
	width: 205px;
}

.NavigationsBox A {
	display: block;
	text-align: center;
	background-color: #e12e28;
	color: #fff9d6;
	text-decoration: none;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.NavigationsBox A:HOVER {
	background-color: #be2c37;
}

.NavigationsBox A.donotshow {
	display: none;
}


.innerWrap {
	margin-left: 225px;
	width: 565px;
}

.contentWrap {
	padding: 20px;
}

.contentWrap p {
	font-size: 17px;
	color: #000000;
}

.contentWrap h1, h2, h3 {
	font-style: italic;
}

.contentWrap h3 {
	color: #000; margin-bottom: 0px;
}

.contentWrap h2 {
	font-style: italic;
	font-size: 20px;
	color: #000000;
}

.contentWrap hr {
	border: solid #ffd200 1px; height: 1px;
}

.baustelle {
	margin-top: 60px;
	font-size: 12px; line-height: 16px;
}

.Headline {
	position: absolute;
	top: 60px;
	left: 225px;
	font-size: 28px;
	color: #fff9d6;
	font-weight: bold;
}

.contentBoxElement {
	border-bottom: 1px solid #ffd200;
	margin-bottom: 20px;
	padding-bottom: 10px;
}


.workshopDay {
	border-bottom: 1px solid #ffd200;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.workshopEvent {
}

.workshopTime {
	float: left;
	margin-right: 20px;
	width: 120px;
}
.workshopTitle {
	float: left;
	width: 380px;
}

.aussteller {
}

.details {
	display: none;
	margin-bottom: 10px;
}


.recWrap {
	margin-bottom: 10px;
	border-bottom: 1px solid #ffd200;
}

.recExhibitor {
	float: left;
	margin-right: 20px;
	width: 200px;
}

.recFurtherInformation {
	float: left;
	width: 300px;
}

.clear {
	clear: both;
}