/* Heading */
h1{
	font-size: 0.80em;
	font-weight: bold;
	font-style: italic;
	color: #21062F;
	padding-bottom: 10px;
}
	h1.startpage{
		background-image: url(../images/flags/flag-animation-startpage.gif);
		background-repeat: no-repeat;
		background-position: left 3px;
		margin: 0px;
		padding-left: 22px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 4px;
	}
h2{
	font-size: 0.75em;
	font-weight: bold;
	color: #333;
	/*color: #2C2C2C;*/
}
	h2.headingstyle-tabbed{
		margin-top: 5px;
		margin-bottom: 15px;
	}
	h2.headingstyle-series,
	h3.headingstyle-series{
		border-top: #ccc 1px dotted;
		margin-top: 18px;
		margin-bottom: 18px;
		padding-top: 18px;
	}
		h2.headingstyle-series.position-top,
		h3.headingstyle-series.position-top{
			border-top: none;
			padding-top: 0px;
		}
	h2.fontstyle-italic{
		font-style: italic;
	}
	h2.textdecoration-underline{
		text-decoration: underline;
	}
	h2.border-top-solid-light{
		border-top: #CCC 1px solid;
		padding-top: 15px;
	}
	h2.margin-top{
		margin-top: 10px;
	}
	h2.margin-bottom{
		margin-bottom: 10px;
	}
h3{
	font-size: 0.75em;
	font-weight: bold;
	color: #333;
}
/* Paragraph */
p{
	font-size: 0.75em;
	line-height: 1.40em;
	text-align: left;
	color: #333;
	/*color: #21062F;*/
}
	p.paragraph-introduction{
		font-style: italic;
		color: #21062F;
		/*color: #623788;*/
	}
		p.paragraph-introduction.position-bottom{
			padding-bottom: 10px;
		}
	p.indent-paragraph{
		text-indent: 35px;
	}
	p.margintop-none{
	 margin-top: 0;
	 padding-top: 0;
	}
	p.margin-bottom-10px{
		padding-bottom: 20px;
	}

/* List */
ul, ol{
	color: #333;
	/*color: #21062F;*/
}
ul.margintop-none,
ol.margintop-none{
 margin-top: 0;
 padding-top: 0.40em;
}
li{
	font-size: 0.75em;
	line-height: 1.40em;
}
	/* PDF */
	ul.liststyle-bullet.bulletstyle-pdf,
	ul.liststyle-bullet.bulletstyle-powerpoint{
		list-style: none;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		padding: 0px;
	}
		ul.liststyle-bullet.bulletstyle-pdf.margin-bottom,
		ul.liststyle-bullet.bulletstyle-powerpoint.margin-bottom{
			margin-bottom: 18px;
		}
		ul.liststyle-bullet.bulletstyle-pdf li{
			line-height: 1.95em;
			background-image: url(../images/bullet/bullet-pdf.png);
			background-position: left 2px;
			background-repeat: no-repeat;
			padding-left: 25px;
		}
			ul.liststyle-bullet.bulletstyle-pdf li.bulletstyle-powerpoint{
				background-image: url(../images/bullet/bullet-powerpoint.png) !important;
			}
		ul.liststyle-bullet.bulletstyle-powerpoint li{
			line-height: 1.95em;
			background-image: url(../images/bullet/bullet-powerpoint.png);
			background-position: left 2px;
			background-repeat: no-repeat;
			padding-left: 25px;
		}
			ul.liststyle-bullet.bulletstyle-pdf li a,
			ul.liststyle-bullet.bulletstyle-powerpoint li a{
				text-decoration: none;
			}
				ul.liststyle-bullet.bulletstyle-pdf li a:hover,
				ul.liststyle-bullet.bulletstyle-powerpoint li a:hover{
					text-decoration: underline;
				}
		ul.liststyle-bullet.bulletstyle-pdf.level-1,
		ul.liststyle-bullet.bulletstyle-powerpoint.level-1{
			margin-left: 36px;
		}
		ul.liststyle-bullet.bulletstyle-pdf.level-2,
		ul.liststyle-bullet.bulletstyle-powerpoint.level-2{
			font-size: 1.4em;
			margin-left: 0px;
			margin-top: 2px;
			padding-left: 15px;
		}
			ul.liststyle-bullet.bulletstyle-pdf.level-2 li,
			ul.liststyle-bullet.bulletstyle-powerpoint.level-2 li{
				line-height: 1.95em;
			}
	ul.liststyle-service{
		list-style: none;
		border-bottom-color: #CCC;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		margin-left: 0px;
		margin-top: 3px;
		margin-right: 0px;
		margin-bottom: 10px;
		padding-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 10px;
	}
		ul.liststyle-service li{
			background-position: left 1px;
			background-repeat: no-repeat;
			display: inline-block;
			padding-left: 25px;
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 0px;
		}
			ul.liststyle-service li.details{
				background-image: url(../images/bullet/bullet-details.png);
			}
			ul.liststyle-service li.auftrag{
				/*background-image: url(../images/bullet/bullet-auftrag.png);
				margin-left: 7px;*/
			}
			ul.liststyle-service li.pdf{
				background-image: url(../images/bullet/bullet-pdf.png);
				margin-left: 10px;
			}
			ul.liststyle-service li a{
				text-decoration: none;
				color: #08C;
			}
				ul.liststyle-service li a:hover{
					text-decoration: underline;
					color: #E16126;
				}
/* Clear */
.clear-both{
	clear: both;
}

/* Emplasize, Decoration, Align */
.align-center{
	text-align: center;
}
b{
	font-weight: bold;
}
strong{
	font-weight: normal;
}
	strong.fontweight-bold{
		font-weight: bold;
	}
i{
	font-style: normal;
	font-weight: normal;
}
i.fontweight-bold{
	font-weight: bold;
}
i.fontstyle-italic{
	font-style: italic;
}

/* Content block */
.contentblock.top{
	margin-bottom: 10px;
	border-bottom: #B3B3B3 dotted 1px;
}
.contentblock.middle{
	margin-bottom: 10px;
}
.contentblock.bottom{
	margin-bottom: 10px;
}
	.contentblock.bordertop{
		padding-top: 10px;
		border-top: #B3B3B3 dotted 1px;
	}
	.contentblock.borderbottom{
		border-bottom: #B3B3B3 dotted 1px;
	}
.contentblock .record-left{
	float: left;
	padding-left: 15px;
}
.contentblock .record-right{
	padding-left: 150px;
}
.contentblock .margin-top{
	margin-top: 15px;
}
.contentblock .margin-bottom{
	margin-bottom: 15px;
}

#contentblock-impressum{
	margin-top: 12px;
	margin-bottom: 12px;
}
	#contentblock-impressum h2{
		margin-top: 1.2em;
		padding: 0;
	}
	#contentblock-impressum p{
		margin: 0;
		padding: 0;
	}
		#contentblock-impressum p.paddingtop-paragraph{
			padding-top: 12px;
		}
	#contentblock-impressum ul{
		margin-top: 0.65em;
	}
		
.clear-both{
	clear: both;
}

#contentblock-trust{
	border-top-color: #CCC;
	border-top-style: dotted;
	border-top-width: 1px;
	margin-top: 10px;
	padding-top: 0px;
}
	#contentblock-trust p{
		font-style: italic;
		color: #666;
	}
		#contentblock-trust p a{
			font-weight: bold;
			text-decoration: none;
			color: #0672BA;
		}
			#contentblock-trust p a:hover{
				color: #51C526;
			}
.icon.verticalalign-textbottom{
	vertical-align: text-bottom;
}

.contentblock-sitemap{
	border-bottom-color: #CCC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}
	.contentblock-sitemap.position-top{
		border-top-color: #CCC;
		border-top-style: dotted;
		border-top-width: 1px;
		margin-top: 10px;
		padding-top: 10px;
	}
	.contentblock-sitemap.position-bottom{
		border-bottom-style: dotted;
	}

table tr td.valign-top{
	vertical-align: top;
}
