body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-color: #f0f1f2;
}

p,
ul {
	margin-bottom: 13px;
}

#wrapper {
	width: 840px;
	margin: 20px auto;
	border: 1px solid #eaebec;
	background-color: #fff;
}

#header {
	padding: 20px;
	border-bottom: 1px solid #12367d;
}

a {
	color: #12367d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#logo {
	float: right;
}

#logo a {
	color: #12367d;
}

#logo #ac-international h2 {
	font-size: 24px;
	font-weight: normal;
}

#logo #messe-service h1 {
	font-size: 16px;
	text-align: right;
	font-weight: normal;
}

#pics img {
	padding: 0 9px 20px 0;
}

#navigation li {
	float: left;
	margin-right: 16px;
	text-transform: uppercase;
}

#navigation li a {
	text-decoration: none;
	color: #404040;
	font-weight: bold;
}

#navigation li a.a,
#navigation li a:hover {
	color: #12367d;
}

#center {
	position: relative;
	padding: 20px 0 20px 20px;
}

#content {
	width: 515px;
}

#content li {
	list-style-type: square;
	margin-left: 16px;
}

#content h1 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #12367d;
	margin-bottom: 12px;
}

#print,
#margin {
	width: 245px;
	float: right;
	line-height: 18px;
	margin-right: 20px;
}

#print {
	font-size: 11px;
	text-transform: uppercase;
}

#margin h2 {
	display: block;
	padding: 2px 0 0 4px;
	font-size: 12px;
	color: #fff;
	background-color: #12367d;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 12px;
}

.picture {
	float: right;
}

#footer {
	padding: 4px 0 4px 20px;
	border-top: 1px solid #12367d;
}

.sprachwahl {
	display: inline;
	float: left;
	margin-right: 12px;
}

.sprachwahl a {
	display: block;
	color: #333;
}

.sprachwahl a:hover {}

.sprachwahl a img {
	position: relative;
	top: 1px;
}

#copyright {
	float:right;
}

#bi-language-selection .sprachwahl {
	display: block;
	float: none;
	margin-left: 32px;
	margin-bottom: 8px;
}

#bi-kontakt form,
#bi-bewerbung form {
	line-height: 24px;
}

#bi-kontakt label,
#bi-bewerbung label {
	width: 160px;
	float: left;
	text-align: right;
	padding-right: 8px;
}

#bi-kontakt input.small, 
#bi-bewerbung input.small { 
	width: 60px; 
}

#bi-kontakt input.medium,
#bi-bewerbung input.medium { 
	width: 111px; 
}

#bi-kontakt input.large,
#bi-bewerbung input.large { 
	width: 180px; 
}

#bi-kontakt textarea,
#bi-bewerbung textarea { 
	width: 320px;
	height: 240px;
}

#bi-galerie #center {
	padding-right: 0;
}

#bi-galerie #content {
	width: 530px;
}

#bi-links #link-container {
	width: 180px;
	margin-top: 24px;
	border-top: 1px solid #eee;	
	padding-top: 24px;
}

#bi-links #link-container a {
	display: block;
	width: 180px;
	padding-bottom: 24px;
	border-bottom: 1px solid #eee;	
	margin-bottom: 24px;
	text-align: center;
}

a.galerie img {
	float: left;
	padding: 0 16px 16px 0;
}

table {
	margin: 12px 0;
}

th {
	text-align: left;
}

td {
	padding: 2px 12px 2px 0;
}

table tr th + th,
table tr td + td {
	color: #666;
}

#bi-index #content li {
	position: relative;
	color: #12367d;
	cursor: pointer;
}

#bi-index #content li span {
	position: absolute;
	left: -10000px;
	display: block;
	width: 240px;
	color: #000;
	background-color: #eee;
	border: 1px solid #ddd;
	z-index: 100;
	padding: 4px;
	font-weight: normal;
}

#bi-index #content li.sfhover,
#bi-index #content li:hover {
	font-weight: bold;
}

#bi-index #content li.sfhover span,
#bi-index #content li:hover span {
	position: absolute;
	top: 16px;
	left: 16px;
}

.reflink {
	text-decoration: underline;
}

.clearer {
	clear: both;
}