@charset "utf-8";
/* CSS Document */
pre
{
	color: #000000;
	font-size: 125%;
	background: #f9f9f9;
	border: 1px solid #999999;
	text-shadow: 0 2px 3px #CCCCCC;
	padding: 5px;
}

span.quell
{
	color: #666666;
	text-shadow: 0 2px 3px #CCCCCC;
	font-size: 11px;
}

/* Überschriften */
h1
{
	font-size: 250%  !important;
	line-height: 100%  !important;
	color: #567C8A;
	text-shadow: 2px 2px 3px #CCCCCC;
}

h2
{
	font-size: 150% !important;
	line-height: 150% !important;
	margin: 10px 0 !important;
	padding: 5px 0 !important;
	color: #567C8A;
	text-shadow: 2px 2px 3px #CCCCCC;
}

h3
{
	font-size: 125% !important;
	line-height: 120% !important;
	margin: 10px 0 !important;
	padding: 5px 0 !important;
	color: #567C8A;
	text-shadow: 2px 2px 3px #CCCCCC;
}


h4
{
	font-size: 100% !important;
	line-height: 130% !important;
	margin: 10px 0 !important;
	padding: 5px 0 !important;
	color: #567C8A;
	text-shadow: 2px 2px 3px #CCCCCC;
}


h5
{
	font-size: 90% !important;
	line-height: 125% !important;
	margin: 10px 0 !important;
	padding: 5px 0 !important;
	color: #567C8A;
	text-shadow: 2px 2px 3px #CCCCCC;
}

h2.help
{
	margin: 0 !important;
	padding: 7px 0 7px 45px !important;
	background: url(../images/typo/help.png) no-repeat left center;
}

h2.info
{
	margin: 0 !important;
	padding: 7px 0 7px 45px !important;
	background: url(../images/typo/info.png) no-repeat left center;
}

h2.light
{
	margin: 0 !important;
	padding: 7px 0 7px 45px !important;
	background: url(../images/typo/light.png) no-repeat left center;
}

h2.ok
{
	margin: 0 !important;
	padding: 7px 0 7px 45px !important;
	background: url(../images/typo/ok.png) no-repeat left center;
}

h2.star
{
	margin: 0 !important;
	padding: 7px 0 7px 45px !important;
	background: url(../images/typo/star.png) no-repeat left center;
}

h2.stop
{
	margin: 0 !important;
	padding: 7px 0 7px 45px !important;
	background: url(../images/typo/stop.png) no-repeat left center;
}

/* Horizontale Linien */

hr
{
	border-color: #CCCCCC;
	border-style: none none dotted;
	border-width: medium medium 1px;
}

hr.red
{
	border-color: #FF0000;
	border-style: none none dotted;
	border-width: medium medium 1px;
}

hr.blue
{
	border-color: #000099;
	border-style: none none dotted;
	border-width: medium medium 1px;
}

hr.black
{
	border-color: #000000;
	border-style: none none dotted;
	border-width: medium medium 1px;
}

/* Dropcap */
span.drop
{
 float: left;
 font-family: "Old English",Georgia,serif;
 font-size: 300%; 
 line-height: 1em;
 margin-right: 0.125em;
}

/* span Container */
div.help
{
	background: url(../images/typo/help.png) no-repeat left center;
	padding: 7px 0 7px 45px;
}

div.info
{
	padding: 7px 0 7px 45px;
	background: url(../images/typo/info.png) no-repeat left center;
}

div.light
{
	padding: 7px 0 7px 45px;
	background: url(../images/typo/light.png) no-repeat left center;
}

div.ok
{
	padding: 7px 0 7px 45px;
	background: url(../images/typo/ok.png) no-repeat left center;
}

div.star
{
	padding: 7px 0 7px 45px;
	background: url(../images/typo/star.png) no-repeat left center;
}

div.stop
{
	padding: 7px 0 7px 45px;
	background: url(../images/typo/stop.png) no-repeat left center;
}

/* boxen */
div.infobox
{
	border-bottom: 3px solid #84A7DB;
	border-top: 3px solid #84A7DB;
	color: #0055BB;
	list-style: none outside none;
	margin-bottom: 10px;
	padding: 10px;
	background: url(../images/typo/info.png) no-repeat scroll 4px center #C3D2E5;
	font-weight: bold;
	text-indent: 30px;
}

div.warnbox
{
	border-bottom: 3px solid #DE7A7B;
	border-top: 3px solid #DE7A7B;
	color: #CC0000;
	list-style: none outside none;
	margin-bottom: 10px;
	padding: 10px;
	background: url(../images/typo/stop.png) no-repeat scroll 4px center #E6C0C0;
	font-weight: bold;
	text-indent: 30px;
}

div.noticebox
{
	border-bottom: 3px solid #F0DC7E;
	border-top: 3px solid #F0DC7E;
	color: #CC0000;
	list-style: none outside none;
	margin-bottom: 10px;
	padding: 10px;
	background: url(../images/typo/light.png) no-repeat scroll 4px center #EFE7B8;
	font-weight: bold;
	text-indent: 30px;
}

div.boxblue
{
	border: 3px solid #84A7DB;
	color: #0055BB;
	list-style: none outside none;
	margin-bottom: 10px;
	padding: 10px;
	background: no-repeat scroll 4px center #C3D2E5;
	font-weight: bold;
}

div.boxred
{
	border: 3px solid #DE7A7B;
	color: #CC0000;
	list-style: none outside none;
	margin-bottom: 10px;
	padding: 10px;
	background: no-repeat scroll 4px center #E6C0C0;
	font-weight: bold;
}

div.boxyel
{
	border: 3px solid #F0DC7E;
	color: #CC0000;
	list-style: none outside none;
	margin-bottom: 10px;
	padding: 10px;
	background: no-repeat scroll 4px center #EFE7B8;
	font-weight: bold;
}

/* listen */
ul.listdoc ul
{
	padding-left: 20px !important;
}

ul.listdoc li
{
	padding-left: 18px !important;
	background: url(../images/typo/arrow-doc.png) no-repeat left center !important;
}

ul.listok ul
{
	padding-left: 20px !important;
}

ul.listok li
{
	padding-left: 18px !important;
	background: url(../images/typo/arrow-ok.png) no-repeat left center !important;
	line-height: 22px !important;
	text-indent: 8px !important;
}

ul.listright ul
{
	padding-left: 20px !important;
}

ul.listright li
{
	padding-left: 18px !important;
	background: url(../images/typo/arrow-right.png) no-repeat left center !important;
}

ul.liststar ul
{
	padding-left: 20px !important;
}

ul.liststar li
{
	padding-left: 18px !important;
	background: url(../images/typo/arrow-star.png) no-repeat left center !important;
}

/* links */
a.linkdown
{
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(../images/typo/link-down.png) no-repeat left center;
}

a.linkimg
{
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(../images/typo/link-img.png) no-repeat left center;
}

a.linklink
{
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(../images/typo/link-link.png) no-repeat left center;
}

a.linkmusik
{
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(../images/typo/link-musik.png) no-repeat left center;
}

a.linkpdf
{
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(../images/typo/link-pdf.png) no-repeat left center;
}

a.linkvideo
{
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(../images/typo/link-video.png) no-repeat left center;
}

/* Zitat */
blockquote
{
	border-left: 5px solid #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	text-shadow: 0 2px 3px #CCCCCC;
	margin-left: 20px;
	padding-left: 10px;
	clear: both;
}

/* Spalten Layouts */
div.cols-two
{
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
}

div.cols-two div
{
	width: 48%;
	padding: 1%;
	float: left;
}

div.cols-three
{
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
}

div.cols-three div
{
	width: 31%;
	padding: 1%;
	float: left;
}

/* Texttitel links und rechts */
span.title_left
{
	margin: 0 10px 10px 0;
	display: block;
	font-size: 100%;
	font-style: italic;
	padding: 10px;
	position: relative;
	text-align: justify;
	width: 20%;
	float: left;
	color: #666666;
}

span.title_right
{
	margin: 0 10px 10px 0;
	display: block;
	font-size: 100%;
	font-style: italic;
	padding: 10px;
	position: relative;
	text-align: justify;
	width: 20%;
	float: right;
	color: #666666;
}