/* CSS Document */
@font-face {
    font-family: Verdana;
    font-style:  normal;
    font-weight: normal;
}
body {
	font-family: Verdana;
	color: #000000; 
	font-size:10pt;
}
h1{ 
	font-family: Verdana;  
	color: #000000;
	font-size:14pt
}

h2{ 
	font-family: Verdana;  
	color: #000000;
	font-size:12pt
}

li{
	margin: 1em;
}

ul{
	list-style-type: disc;
}

a:link {
	color: #800000;
	font-size:10pt;
	text-decoration: none 
}
a:visited {
	color: #800000;
	font-size:10pt;
	text-decoration: none 
}
a:hover {
	color: #D18080;
	font-size:10pt;
	text-decoration: none 

}
a:active {
	color: #D18080;
	font-size:10pt;
	text-decoration: none 
}
.link {
	color: #800000;
	font-size:10pt;
	text-decoration: none 
}
.aktiv {
	color: #D18080;
	font-size:10pt;
	text-decoration: none 
}

#patent-body{
	background-color: #800000;
}

#patent-background{
	background-color: #800000;
}

#patent-frame{
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 3px;
	background-color: #FFFFFF;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	padding-right: 2em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 10em;
	margin-right: 10em;
}

.bold{
	font-weight: bold;
}

.underline{
	text-decoration: underline;
}