/*  */

/* Anpassung an mobile Geraete */
@viewport{
    zoom: 1.0;
    width: device-width;
}

/* Grundgeruest Seiten */
body {
	background: #EEE;
	width: 90%;
  	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
	text-align: justify;
 }
 /* Relative Abweichungen zum Standard 16px */
.small {font-size: .75rem;}
.large {font-size: 1.25rem;}

.smallred {
	font-size: .75rem;
	font-style:italic;
	color:#C00;
}

figure {
	display: block;
  	margin: 0 auto;
	font-size: small;
	font-style: normal;
	text-align: center;
	line-height: 125%;
}

/*Bildunterschrift zentriert oder wenn lang, dann linksbündig*/
figcaption {
  display: inline-block; 
  text-align: left;
}

/*Block zentriert*/
p.center1 { 
	border: 0px;
	text-align: center;
}
p.center2 { 
	border: 0px;
	text-align: center;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF00FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

	
.linegreentop {
 	background:#090;
 	border: none;
 	color:#090;
 	height: 2px;
	width: 100%;
}
.linegreenground {
 	background:#090;
 	border: none;
 	color:#090;
 	height: 2px;
	width: 100%;
}
/*relevant insbes. für Logo*/
img {
	display: block;
  	margin: 0 auto;
}


