/* schrift menue */
a.menue {
	color: #555555;
}
/* ende schrift menue */

/* standardformate schriften inhalt */
h1 {
	font-size: 1.7em;
	line-height: 150%;
	font-weight: normal;
	padding-top:15px;
	color:#B5B1A8;
}

h2 {
	font-size: 1.4em;
	line-height: 150%;
	font-weight: bold;
	color:#999999;
	margin-top: 1.5em;
}

h3 {
	font-size: 1.2em;
	line-height: 150%;
	font-weight: bold;
	color:#999999;
}

h4 {
	font-size: 1.0em;
	line-height: 150%;
	font-weight: bold;
	color:#999999;
}

p {
	font-size: 1.1em;
	line-height: 160%;
	text-align:justify;
	color:#555555;
	text-indent:1em;
}

ul {
	font-size: 1.1em;
	line-height: 150%;
	list-style-image:url(/_sgn/list-item.png);
	list-style-position: outside;
	padding-left: 1.7em;
}

ol {
	font-size: 1.1em;
	line-height: 150%;
	color:#555555;
}

li {
	font-size: 1.1em;
	line-height: 150%;
	color:#555555;
}

a {
	color:#A9528D;
	text-decoration:none;
}

a.download {
    background-image:url(/_sgn/arrow_download.png);
    background-position:right 0.08em;
    background-repeat: no-repeat;
    padding-right: 11px;
}

a.www {
    background-image:url(/_sgn/arrow_link.png);
    background-position:right 0.08em;
    background-repeat: no-repeat;
    padding-right: 13px;
	
}

a.anker {
	color:#555555;
}

.error {
	color:#ff0000;
}

.grey {
	background-color:#e1e1e1;
}

hr {
	border-top: 1px solid #e1e1e1;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	text-decoration: none;
}

/* ende schriften inhalt */


/* beginn bilder */

img.cover {
	padding-top: 10px;
	padding-bottom: 20px;
}

img.picture {
	padding-top: 20px;
}

.caption {
	font-size: 0.8em; 
	color: #aaa; 
	text-align: left; 
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-top: 5px;
}

td div {
	font-size: 1.1em;
	line-height: 160%;
	margin-bottom: 1em;
	/* text-align:justify; */
	color:#555555;
}

/* ende bilder */
