@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {	
	font-family: 'Open Sans', sans-serif;
  	font-size: 14px;	

}

/* links */
a, a:visited {
	color: #b98f36;
	text-decoration:none;	
}
a:hover {
	color: #213e76;	
}

a img {border: 0;}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
	color: #333;
	line-height: 120%;
	margin-top:5px;
}
h1 {
	font-size: 140%;
	font-weight: normal;
}
h2 {
	font-size: 120%;
	text-transform: uppercase;
}
h3 {
	font-size: 110%;
}

p {line-height: 140%; margin:5px 0;}


ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
	
img.footer {
	background: transparent;
   border: 0px;
	padding: 0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;
  	font: 500 1.2em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #FFF9D9;
	border-right: 3px solid #BF0000;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
    /*background: url(zitatbild66.png) no-repeat top left;*/
    margin: 1em 0em 1em 0em;
    padding: 10px 2em 1em 2em;
	font-style: italic;
    color: #213e76;	
}
cite {
    display: block;
    margin-left: 40px;
    font-weight: bold;
    background: none;
}


/* start - table */
table {
	border-collapse: collapse;	
}


/* form elements */
form {
	margin:10px; padding: 0 5px;
}
label {
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
input.template {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	background-color:#fffdd6;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 13px Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}