
:lang(de)    { quotes:"\201E" "\201C" "\201A" "\2018"; }
:lang(de-DE) { quotes:"\00BB" "\00AB" "\203A" "\2039"; }
:lang(de-CH) { quotes:"\00AB" "\00BB" "\2039" "\203A"; }
:lang(en)    { quotes:"\201C" "\201D" "\2018" "\2019"; }
:lang(fr)    { quotes:"\00AB\00A0" "\00A0\00BB" "\2039\00A0" "\00A0\203A"; }

a {
	background-color: rgb(255,255,255);
	color: rgb(165,0,99);
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

body {
	color: rgb(0,0,0);
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 16px;
	text-align: center;
}

kbd {
	font-size: 90%;
}

pre {
	font-size: 90%;
}

#logo {
	background-color: rgb(255,255,255);
	background-image: url(saftware.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 139px;
}

#container {
	position: relative;
	max-width: 40em;
	width: 67%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#navigation {
	font-size: 85%;
	list-style-type: none;
	margin-bottom: 2cm;
	display: none;
}

#navigation li {
	padding: 3px;
}

#ipa {
	text-align: center;
}

#list {
	list-style-type: circle;
}

#list li {
	margin-top: 0cm;
	margin-bottom: 2cm;
}

#list li ul {
	list-style-type: none;
	margin-bottom: 0.5cm;
}

#list li ul li {
	margin-bottom: 0cm;
}

#list li ul li:before {
	content: "\2192   ";
}

#list li h3 {
	font-variant: small-caps;
}

#copyright {
	text-align: center;
	font-size: 12pt;
	margin-top: 2cm;
	margin-bottom: 0;
}

#validators {
	display: none;
}

