/* Stylesheet website Ruth M Gornandt */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif&display=swap');

* { margin: 0; padding: 0; }


body {
	color: #40494D;
	background-color: #F1F1F1;
	font-family: "Noto Sans","Noto Sans Armenian", sans-serif;
	line-height: 1.5em;
	font-size: medium;
	}

* html body {
	font-size: small;
	f\ont-size: medium;
}

/* =================== class-Bereiche ==================== */

.unsichtbar {
	display: none;
}

/* =================== div-Bereiche ====================== */

#wrap {
	margin: auto;
	background-color: #ffffff;
	width: 90%;
	max-width: 1200px;
	min-width: 950px;
	background: url('../img/background.jpg') repeat-y 35% 0;
	
}

#kopf {
	background:  url('../img/Blasien.jpg') right no-repeat;
	height: 212px;
	border-bottom: 6px solid #ffffff;
}

#kopf h1 {
	position:relative;
	text-align:left;
	left: 36px;
	top: 102px;
	color: #ffffff;
	text-shadow: 2px -2px 2px #888;
	font-size: 500%;
	font-family: "Noto Serif", sans-serif;
	font-weight: normal;
	line-height: 2em;
}

#text {
	float: right;
	width: 60%;
	padding: 30px 70px;
}

#text ul {
	padding: 0 0 0 20px;
}

#seite {
	float: left;
	width: 25%;
}

#seite div {
	padding: 20px;
}

#seite ul {
	list-style-type: none;
	color: #31466E;
	font-size: 120%;
	font-family: "Noto Serif", sans-serif;
	font-weight: normal;
	line-height: 2em;
	margin-top:	20px;
	margin-left: 20px;
	margin-right: 0px;
}

#fuss {
	clear: both;
	text-align: center;
	font-size: 10px;
	padding: 5px;
	background-color: #F1F1F1;
}

#Beispiel {
	font-family: "Helvetica", sans-serif;
	line-height: 1.5em;
	font-size: medium;
}

#Beispiel td {
	vertical-align: middle;
}

#Beispiel td.img {
	float: right;
}

/* =================== id-areas ====================== */

#portrait {
	display: block;
	margin-bottom: 30px;
	margin-right: 20px;
	margin-left: auto;
	
}

/* ==================== allgemeine html-Elemente ==============*/
a {
	text-decoration: none;
	color: #1E6183;
	border: 0;
}

a:hover {
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}

h2 {
	font-size: 160%;
	font-weight: normal;
	font-family: "Noto Serif", sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #247DA9;
}

h3 {
	font-size: 120%;
	font-weight: normal;
	font-family: "Noto Serif", "Noto Serif Armenian", sans-serif;
	margin: 15px 0px;
	padding-top: 20px;
	color: #8c8c8c;
}

table {
	border: 0;
	margin: 0;
}

table td {
	margin: 0;
	padding: 5px 20px 5px 0px;
	min-width: 8em;
	text-align: left;
	vertical-align:top;
}