/*

	INHALT
	
		01 SCHRIFT
			body, 
			sub, sup
			address
			blockquote
			pre
			
		02 VERWEISE
			link, hover, active, visited
			
		03 ÜBERSCHRIFTEN, ABSÄTZE
			h1, h2, h3, h4
			p
			
		04 TABELLEN
			.tabelle1
			caption
			thead, tr, th
			tfoot, tr, td
			tbody, tr, td
		
		05 AUFLISTUNGEN
			ul, li
			ol, li
			dl, dt, dd
			
		06 FORMULARE
			form, fieldset, legend
			input, textarea
			select, option

*/

/* 01 */
html body,
#inhalt .tabelle1,
#inhalt form textarea,
#inhalt form input {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	}
	
#inhalt address {
	margin: 0 0 16px 0;
	font-style: normal;
	}
	
#inhalt blockquote {
	font-size: 13px;
	font-family: Geneva, 'Serif';
	text-indent: 16px;
	}
	
#inhalt pre {
	margin: 0 0 16px 0;
	padding: 16px;
	background-color: #F2F5FA;
	overflow: scroll;
	}
	
html > #inhalt > pre {            /* Gilt nicht für IE */
    width: 100%;
    }
* html #inhalt pre {            /*  Gilt nur für IE  */
    width: 420px;
    }
    	
/* 02 */
a:link {
	color: #014495;
	text-decoration: underline;
	}
	
a:visited {
	color: #014495;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
a:active {
	color: #80A1CA;
	}

/* 03 */
#inhalt p {
	margin: 0 0 16px 0;

	}
	
#inhalt h1 {
	margin: 0 0 16px 0;
	}
	
#inhalt h2 {
	margin: 0 0 16px 0;
	}	
	
#inhalt h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	color: #000;
	}

#inhalt h3 {
	display: block;
	clear: both;
	font-size: 12px;
	padding: 0 0 8px 0;
	color: #000;
	}
	
#inhalt h4 {
	font-size: 12px;
	}	

/* 04 */
#inhalt .tabelle1 {
	margin: 0 0 16px 0;
	}
	
	#inhalt .tabelle1 caption {
		border-bottom: 1px solid #ffffff;
		text-align: left;
		padding: 3px 4px 4px 4px;
		background-color: #80A1CA;
		color: #ffffff;
		border-right: 1px solid #ffffff;
		}
	
	#inhalt .tabelle1 thead {
		background-color: #BFD0E4;
		}
		
		#inhalt .tabelle1 thead tr {
			}
			
			#inhalt .tabelle1 thead tr th {
				border-right: 1px solid #ffffff;
				border-bottom: 1px solid #ffffff;
				text-align: left;
				padding: 3px 8px 4px 8px;
				}
	
	#inhalt .tabelle1 tfoot {
		background-color: #F2F5FA;
		}
		
		#inhalt .tabelle1 tfoot tr {
			}
			
			#inhalt .tabelle1 tfoot tr td {
				border-right: 1px solid #ffffff;
				border-bottom: 1px solid #ffffff;
				padding: 3px 4px 4px 4px;
				font-style: italic;
				}
				
	#inhalt .tabelle1 tbody {
		background-color: #E5ECF4;
		}
		
		#inhalt .tabelle1 tbody tr {
			}
			
			#inhalt .tabelle1 tbody tr td {
				border-right: 1px solid #ffffff;
				border-bottom: 1px solid #ffffff;
				padding: 3px 8px 4px 8px;
				color: #303030;
				}

/* 05 */
		
#mitte #inhalt ul.liste0 {
	margin: 0 0 16px 0;
	}
	
	#mitte #inhalt ul.liste0 li {
		background-image: url(../img/listenelement0.gif);
		background-repeat: no-repeat;
		background-position: left 0.35em;
		padding: 0 0 0 16px;
		list-style: none;
		}

#mitte #inhalt ul.liste1 {
	margin: 0 20px 16px 4px;
	}

	#mitte #inhalt ul.liste1 li {
		background-image: url(../img/listenelement1.gif);
		background-repeat: no-repeat;
		background-position: left 0.4em;
		padding: 0 0 0 16px;
		list-style: none;
		}

#mitte #inhalt ul,
#mitte ul.liste2 {
	margin: 0 0 16px 0;
	}
		
	#mitte #inhalt ul li,	
	#mitte ul.liste2 li {
		background-image: url(../img/listenelement2.gif);
		background-repeat: no-repeat;
		background-position: left 0.5em;
		padding: 0 0 0 12px;
		list-style: none;
		}
	
#inhalt ol {
	margin-top: 0;
	margin-bottom: 16px;
	margin-left: 32px;
	}
		
#inhalt dl {
	margin: 0 16px 16px 16px;
	}

	#inhalt dl dt {
		}
		
	#inhalt dl dd {
		padding: 0 0 0 16px;
		}

/* 06 */
#inhalt form {
	margin: 0 0 16px 0;
	}
	
	table.tabelle2 {
		margin: 0 0 16px 0;
		}
		
		table.tabelle2 thead tr th {
			text-align: left;
			color: #888;
			background-image: url(../img/dotted.gif);
			background-repeat: repeat-x;
			background-position: bottom left;
			padding: 0 0 2px 0;
			}
			
		table.tabelle2 tbody tr td {
			border-bottom: 1px solid #f1f1f1;
			padding: 1px 8px 1px 0;
			}
	
	#inhalt form table tbody tr td {
		padding: 0 8px 8px 0;
		}
		
	table.tabelleText {
		padding: 4px 0 4px 0;
		}	
		
	.weltweit123 {
		margin: 8px 0 0 0 !important;
		padding: 8px 0 0 0;
		background-image: url(../img/dotted.gif);
		background-repeat: repeat-x;
		background-position: top;
		}
		
	.rahmen123 {
		border-top: 3px solid #014495;
		}
	.rahmen456 {
		border-top: 3px solid #fff;
		}
		
	table.tabelleText tbody tr td {
		padding: 4px 8px 4px 0;
		}
	
	#inhalt form fieldset {
		border: none;
		padding: 15px;
		margin: 0 0 16px 0;
		border: 1px solid #000000;
		}
		
		#inhalt form fieldset legend {
			padding: 0 8px 0 8px;
			height: 16px;
			line-height: 16px;
			display: none;
			
			}
			
		#inhalt form fieldset label {	
			float: left;
			clear: left;
			width: 100px;
			}
			
			#inhalt form input[type=text] {
				padding: 2px;
				float: left;
				width: 243px;
				}
			#inhalt form input[type=password] {
				padding: 2px;
				float: left;
				width: 243px;
				}

					
				#inhalt form input[type=submit] {
					width: 84px;
					font-weight: bold;
					padding: 2px;
					}
					
				#inhalt form input[type=reset] {
					padding: 2px;
					width: 84px;
					}
				
			#inhalt form textarea {
				width: 243px;
				padding: 2px;
				margin: 0 0 8px 0;
				}
				
			#inhalt form select {
				font-size: 11px;
				width: 335px;
				padding: 2px;
				margin: 0 0 0 8px;
				}
				
.markiert {
	font-weight: bold;
	color: #000;
	}
	
.markiert2 {
	color: #aaaaaa;
	}
	
.weltweitEintrag {
	width: 50%;
	float: left;
	padding: 8px 0 0 0;
	background-image: url(../img/dotted.gif);
	background-repeat: repeat-x;
	}
	
	.weltweitEintrag hr {
		display: none;
		}
		
.weltweitLand {
	background-image:url(../img/dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0 0 16px 0;
	margin: 0 0 16px 0;
	clear: left;
	}

#rahmen #mitte #inhalt h3 a {
	text-decoration: underline;
	}

#rahmen #mitte #inhalt h3 a:hover {
	text-decoration: none;
	}
			
.width80 {
	width: 80%;
	}

.pdf {
	background-image:url(../img/icons/pdf.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	background-position: top left;
	}
	
	.pdf h3 {
		font-weight: normal;
		}
		
	.pdf p {
		}



.link {
	background-image:url(../img/icons/world_link.png);
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	background-position: top left;
	}


.link h3 {
		font-weight: normal;
		}

.link a {
			font-size: 12px;
			margin-left: 20px;
		}




.link p {
		}




		
.quicktime {
	background-image:url(../img/icons/mov.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 30px;
	}
	
	.quicktime h3 {
		font-weight: normal;
		}


#rahmen #mitte #inhalt .liste1 p {
	margin: 0 0 16px 0 !important;
	}
	
.class {
	height: 1px;
	margin: 0 0 8px 0;
	background-color: #aaaaaa;
	}
	
.mehr {
	background-image: url(../img/pfeil-blau100.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 10px;
	}
	
.newsEintrag {
	}
	
.borderDottedVertical {
	background-image: url(../img/dotted_v.gif);
	background-repeat: repeat-y;
	background-position: left;
	}
.borderDottedHorizontal {
	background-image: url(../img/dotted.gif);
	background-repeat: repeat-x;
	background-position: top;
	}

.height1px {
	height: 1px;
	line-height: 1px;
	}
	
.clear {
	clear: both;
	}
	
.termin {
	background-image: url(../img/icons/termin.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 24px;
	}
.displayBlock {
	display: block;
	}
.marginBottom8px {
	margin-bottom: 8px;
	}
.messeEintrag {
	background-color: #f1f1f1;
	}
		
#inhalt .box-1 h4 {
	background-color: #014495;
	margin: 0;
	padding: 8px;
	font-size: 11px;
	}
	
	#inhalt .box-1 h3 {
		font-size: 12px;
		}
		
.thumbnailLinksMitte {
	float: left;
	display: block;
	height: 102px;
	width: 121px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #e5ecf4;
	background-color: #FFFFFF;
	margin-right: 16px;
	margin-bottom: 16px;
	}
	
	.thumbnailLinksMitte img,
	.thumbnailRechts img {
		border: none;
		}
		
	a.thumbnailLinksMitte:link,
	a.thumbnailLinksMitte:visited,
	a.thumbnailRechts:link,
	a.thumbnailRechts:visited {
		border: 1px solid #d9e3ef;
		}

	a.thumbnailLinksMitte:hover,
	a.thumbnailRechts:hover {
		border: 1px solid #014495;
		}

.thumbnailRechts {
	float: left;
	display: block;
	height: 102px;
	width: 122px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #014495;
	margin-bottom: 16px;
	}
	
#inhalt .spotlight { background-image: url(../img/startBg.gif); background-position: bottom left; background-repeat: no-repeat; border-bottom: 1px solid #e5ecf4; border-right: 1px solid #e5ecf4; border-top: 1px solid #014495; margin: 0 0 8px 0; }
#inhalt .spotlight h3 { background-color: #e5ecf4; color: #333; float: left; font-size: 11px; padding: 7px 15px 7px 7px; text-align: right; width: 145px; }
	
	
#startNews,
#startMessen,
#startSpotlight {
	border-right: 1px solid #e5ecf4;
	border-bottom: 1px solid #e5ecf4;
	border-top: 1px solid #014495;
	background-image: url(../img/startBg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0 0 8px 0;
	}
	
	#startNews h3,
	#startMessen h3,
	#startSpotlight h3 {
		float: left;
		width: 145px;
		color: #333;
		font-size: 11px;
		padding: 7px 15px 7px 7px;
		text-align: right;
		}
		
	#startSpotlight h3 {
		background-color: #e5ecf4;
		}
		
		.startContent {
			width: 238px;
			float: left;
			padding: 0;
			}
			
		#startMessen ul {
			width: 238px;
			}
		
	#startNews ul,
	#startMessen ul,
	#startSpotlight ul {
		float: left;
		padding: 7px;
		margin: 0 !important;
		width: 238px;
		}

	#startNews p,
	#startMessen p {
		clear: both;
		margin-left: 186px;
		width: 230px;
		}


.thumbnailLinksMitteAktiv {
	float: left;
	display: block;
	height: 102px;
	width: 121px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #014495;
	background-color: #FFFFFF;
	margin-right: 16px;
	margin-bottom: 16px;
	}
	
	.thumbnailLinksMitteAktiv img,
	.thumbnailRechtsAktiv img {
		border: none;
		}
		
	a.thumbnailLinksMitteAktiv:link,
	a.thumbnailLinksMitteAktiv:visited,
	a.thumbnailRechtsAktiv:link,
	a.thumbnailRechtsAktiv:visited {
		border: 1px solid #014495;
		}

	a.thumbnailLinksMitteAktiv:hover,
	a.thumbnailRechtsAktiv:hover {
		border: 1px solid #014495;
		}

.thumbnailRechtsAktiv {
	float: left;
	display: block;
	height: 102px;
	width: 122px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #014495;
	margin-bottom: 16px;
	}
	
		
.e-paper-button {
	background: url(../img/e-paper-icon.gif) top left no-repeat #014495;
	color: #fff;
	}
	
	.e-paper-button a {
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 4px 0 4px 32px;
		}
		
.e-paper-button-2 {
	background: url(../img/e-paper-icon.gif) top left no-repeat #014495;
	color: #fff;
	padding: 4px 0 4px 32px;
	}
	
	.e-paper-button-2 a {
		color: #fff;
		text-decoration: underline;
		}
		
	.e-paper-button-2 a:hover {
		text-decoration: none;
		}
		
.caption { 
	font-size: 11px; 
	padding: 4px 8px; 
	line-height: 14px; 
	display: block; 
	background:#e5ecf4; 
	}
	
	
.AufklappInhaltKopf,
.AufklappInhaltKopf-1,
.AufklappInhaltKopf-2 {
	display: block;
	width: 411px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #80a1ca;
	background-image: url(../img/aufklapp.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	margin-bottom: 1px;
	color: #FFFFFF;
	}
	
	#inhalt a.AufklappInhaltKopf,
	#inhalt a.AufklappInhaltKopf-1,
	#inhalt a.AufklappInhaltKopf-2 {
		text-decoration: none !Important;
		color: #FFFFFF;
		}
		
	#inhalt a.AufklappInhaltKopf:hover,
	#inhalt a.AufklappInhaltKopf-1:hover,
	#inhalt a.AufklappInhaltKopf-2:hover {
		background-color: #014495;
		}


	#inhalt .AufklappInhalt a.AufklappInhaltKopf,
	#inhalt .AufklappInhalt-1 a.AufklappInhaltKopf-1,
	#inhalt .AufklappInhalt-2 a.AufklappInhaltKopf-2 { color: #014495 !important; display: inline; padding: 0; background: none; font-weight: normal; margin-bottom: 1px; text-decoration: underline !Important; background: none; }
	#inhalt .AufklappInhalt a.AufklappInhaltKopf:hover,
	#inhalt .AufklappInhalt-1 a.AufklappInhaltKopf-1:hover,
	#inhalt .AufklappInhalt-2 a.AufklappInhaltKopf-2:hover { background: none;  color: #014495 !important; text-decoration: none;}

.AufklappInhaltKopf-1, 
.AufklappInhaltKopf-2 { margin-bottom: 16px;}
.accordion .item { background-color: #e5ecf4; width: 420px; margin-bottom: 1px;}
.accordion .item .description { float: right; width: 190px; padding: 10px 10px 10px 0; }
.accordion .item .image { float: left; width: 194px;}
.accordion .image img { padding: 3px 3px 3px 3px; border: 1px solid #e5ecf4; }
.accordion .content { margin-bottom: 10px;}

.slideshow { background: url(../img/slideshow.jpg) left top no-repeat; height: 210px; margin-bottom: 12px; width: 420px; }
.slideshow img { height: 210px; width: 420px; }

