@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	}
	
div {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #FFFFFF;
	
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	background-color: #d2c8bc;
	}


h1, h2, h3, h4, h5, h6  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	}


#wrapper {
	margin: 0 auto;
	width: 820px;
	height: 100%;
	padding-bottom: 35px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	}

#footer {
	margin: 0 auto;
	width: 777px;
	height: 100%;
	padding-bottom: 35px;
	padding-top: 30px;
	padding-left: 43px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #990000;

	}


#top {
	height: 31px;
	padding-left: 60px;
	}
	
#top a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #dabfc3;
	}
	
#top a:hover {
	text-decoration: underline;
	}
	
	
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}



.lme {
	display: block;
	float: right;
	padding-right: 40px;
	}


	
#highlight {
	width: 470px;
	float: left;
	background-image: url(../images/highlight.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	}
	
#highlight p {
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#highlight ul {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#content {
	clear: both;
	padding-left: 60px;
	padding-right: 56px;
	padding-bottom: 35px;
	padding-top: 40px;	
	height: 100%;
	}
	
	
.liste {
	display: block;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	

input.normal {
	margin-bottom: 10px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #881422;

	width: 300px;
	}
	
input.small {
	margin-bottom: 10px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #881422;

	width: 50px;
	}

input.medium {
	margin-bottom: 10px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #881422;

	width: 243px;
	}
	
.klein {
	font-size: 9px;
	} 	
	
.ckeckbox {
	margin-bottom: 3px;
	}

label.checklist {
	display: block;
	margin-bottom: 8px;
	}
	
		
.logo_fachmessen {
	margin-bottom: 4px;
	}
	
iframe {
	width: 700px;
	min-height: 400px;
	border: 0;
	}

