@font-face { font-family: 'LithosPro-Regular';
             src: url('../style/LithosPro-Regular.otf') format('truetype'); 
	}
	
@font-face { font-family: 'DorovarFLF-Carolus';
             src: url('../style/dorovarf.ttf') format('truetype'); 
	}

.startlinktabelle
		{
		border:none; 
		position:fixed;
		right:10px;
		top:0px;
		width:365px;
		text-align:center;
		background-color:#ffffbc;
		padding:2px;
		}
	
.rechtslinktabelle
		{
		border:none; 
		position:fixed;
		right:10px;
		top:0px;
		width:265px;
		text-align:center;
		background-color:#ffffbc;
		padding:2px;
		}


h1		{
		color:#000000;
		font-family: DorovarFLF-Carolus,Helvetica,Arial;
		font-size:16pt;
		}

p		{
		color:#000000;
		font-family:Helvetica,Arial;
		font-size:10pt;
		line-height:23px; 
		font-weight:500;
		margin-bottom: 15px;
		}

.info		{
		color:#000000;
		font-family:Helvetica,Arial;
		font-size:8pt;
		line-height:13px; 
		font-weight:600;
		margin-top: 6px;
		margin-left: 6px;
		margin-bottom: 6px;
		}

img		{
		line-height:130px;
		border:none;
		}

unziale	{
		float:left;
		}

  a:link		{
  		color:#ff0000;
		text-decoration:none;
		}
  
a:visited		{
  		color:#010143;
		text-decoration:none;
		}

a:active		{
  		color:#FFff00;
		}
  

textarea		{
		color:#000000;
		font-family:Helvetica,Arial;
		font-size:10pt;
		line-height:23px; 
		font-weight:500;
		margin-left:12px;
		margin-bottom: 15px;
		}

ul		{
		color:#000000;
		font-family:Helvetica,Arial;
		font-size:10pt;
		line-height:23px; 
		}

ol		{
		color:#000000;
		font-family:Helvetica,Arial;
		font-size:9pt;
		line-height:20px; 
		}

.ol1		{
		color:#000000;
		list-style-type:upper-roman;
		font-family:Helvetica,Arial;
		font-size:9pt;
		line-height:26px;
		margin-bottom:6pt;
		}

table		{
		border:thin solid red; 
		border-spacing:3px;
		padding:13px;
		margin-bottom:13px;
		}

.starttabelle
		{
		border:none; 
		}

.grundtabelle
		{
		border:none; 
		border-spacing:0px;
		border-width:0px;
		border-style:none;
		padding:0px;
		margin-bottom:0px;
		}

th		{
		color:#000000;
		font-family:Helvetica,Arial;
		font-size:10pt;
		font-weight:bold;
		line-height:26px; 
		margin-left:30px;
		}

.linktd	{
		color:#010143;
		font-family:Papyrus,Helvetica,Arial,sans serif;
		font-size:9pt;
		line-height:20px; 
		}
		
td		{
		color:#000000;
		font-family:Helvetica,Arial;
		font-size:10pt;
		line-height:23px; 
		margin-left:30px;
		}

h2		{
		color:#888888;
		font-family:LithosPro-Regular,Helvetica,Arial;
		font-size:10pt;
		font-weight:bold;
		}

h3		{
		color:#888888;
		font-family:Helvetica,Arial;
		font-size:8pt;
		font-weight:bold;
		}

h5		{
		color:#777777;
		font-family:Helvetica,Arial;
		font-size:10pt;
		font-style:normal;
		}

sup		{
		font-family:Helvetica,Arial;
		font-size:8pt;
		font-style:normal;
		}

body		{
		background-color:#ffffbc;
		background-image:url(symbol/hintergrundcvh.jpg);
		background-position:center; 
		background-attachment:fixed;		
		font-family:Helvetica,Arial;
		font-size:9pt;
		font-style:normal;
		cursor:url(symbol/laternencursor.png), auto;
		}
		
.grosslinktabelle
		{
		border:none; 
		position:fixed;
		top:0px;
		left:2px;
		text-align:center;
		background-color:#ffffbc;
		padding:2px;
		border-bottom: solid 1px #010143;
		}
		
#container {
	display: grid;
	grid-template-columns: repeat(auto-fill, 20em);
	gap: 2em;
	justify-content:center;
	box-sizing: border-box;
	height: 200px;
	width: 90vw;
	padding: 10px;
}

#container > div {
	background-color: #ffffbc;
	padding: 1rem;
	text-shadow: .03em .03em #fefff1;
}