/*  <!-- Symbol fÃ¼r Shortcut und Tab festlegen -->
  <link rel="shortcut icon" href="/images/EGP.png" type="image/png" />
  <link rel="icon" href="/images/EGP.png" type="image/png" />
/*

/* Styledatei für die Website der Energiegenossenschaft Puls. Dateiformat
   ist jedoch php, damit php-Anweisungen enthalten sein können, die dann
   korrekt verarbeitet werden. Zwingend erforderlich dazu ist Zeile 1
   mit der header-Anweisung!
   Durch dieses Format kann auf die gewünschte Seitenbreite, die in der 
   Datei egp.inc.php festgelegt ist ($breite), in alle anderen Dateien 
   (php oder css (jetzt php)) zugegriffen werden.
   Die Datei egp.inc.php selbst liegt außerhalb des Webverzeichnisses
   und muss daher mittels vollem Pfad eingebunden werden (s.o.).
   Idee: https://www.php-html-css.de/php-script-in-css.php
*/



* {
     font-family			: verdana;
     font-size          	: 1em;
	 width              	: 700px;
}

body {
     font-family			: verdana;
     font-size          	: 1em;
	 color              	: black;
	 width              	: 700px;
}

/* Klasse für Bild auf jeder Seite oben */
.img-header {
   width: 714px;
   height: 100;
   box-shadow: 5px 5px 5px #999;
   title: "Startseite der EGP";
}

/* Klasse für Bilder AR, Vorstand */
.img-other {
   width: 400;
   height: 320;
   border-radius: 25px; 
   box-shadow: 5px 5px 5px #999;
}

p {
     font-size          	: 1em;
	 color              	: black;
}

table {
  font-size          		: 1em;
  border-width       		: thin thin thin thin;
  border-spacing     		: 2px;
  border-style       		: none none none none;
  border-color       		: mediumblue mediumblue mediumblue mediumblue;
  border-collapse    		: separate;
  background-color   		: white;
}

table th {
  font-size          		: 1em;
  color              		: white;
  border-width       		: thin thin thin thin;
  padding            		: 1px 1px 1px 1px;
  border-style       		: none none none none;
  border-color       		: mediumblue mediumblue mediumblue mediumblue;
  background-color   		: mediumblue;
  font-weight        		: bold;
  -moz-border-radius 		: 0px 0px 0px 0px;
}

table td {
  font-size          		: 1em;
  border-width       		: thin thin thin thin;
  padding            		: 1px 1px 1px 1px;
  border-style       		: none none none none;
  border-color       		: mediumblue mediumblue mediumblue mediumblue;
  background-color   		: white;
  -moz-border-radius 		: 0px 0px 0px 0px;
}

h1 {
  font-family				: verdana;
  font-size          		: 1.25em;
  width              		: 700px;
  font-weight       		: bolder;
  color             		: mediumblue; /* PPT-Äquivalent: RGB(0,0,205) */
  border-bottom-width 		: 1px;
  border-bottom-style 		: solid;
  border-left-width 		: 13px;
  border-color 				: red;
  border-left-style 		: solid;
  padding-left 				: 3px;
  text-shadow				: 0.1em 0.1em 0.05em #cccccc;
}

h2 {
  font-family				: verdana;
  font-size          		: 1.12em;
  width              		: 700px;
  font-weight        		: normal;
  color              		: mediumblue; /* PPT-Äquivalent: RGB(0,0,205) */
  border-bottom-width 		: 1px;
  border-bottom-style 		: solid;
  border-left-width 		: 10px;
  border-color 				: #000066;
  border-left-style 		: solid;
  padding-left 				: 3px;
}

h3 {
  width              		: 700px;
  font-weight        		: small;
  color              		: mediumblue; /* PPT-Äquivalent: RGB(0,0,205) */
  border-bottom-width 		: 1px;
  border-bottom-style 		: solid;
  border-left-width 		: 10px;
  border-color 				: #006600;
  border-left-style 		: solid;
  padding-left 				: 3px;
}

pre {
  font-family        		: "Courier New", Courier, monospace;
  font-size          		: 1em
  color              		: black;
}

.foot {
  font-size          		: 0.95em;
  width              		: 700px;
  font-variant       		: small-caps;
  font-weight        		: normal;
  color              		: mediumblue; /* PPT-Äquivalent: RGB(0,0,205) */
}

.pagetitle {
  color              		: mediumblue; /* PPT-Äquivalent: RGB(0,0,205) */
  font-size          		: large;
  font-variant       		: small-caps;
  font-weight        		: normal;
  text-align         		: center;
  font-style         		: normal;
  border-color       		: mediumblue;
  border-style       		: ridge;
}


/* Symbol für Punkte-Listen */
ul01 {
	display: block;
	list-style-type: "\267B  "; "\1F525"; 
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0px;
	line-height:150%;
	list-style-position: outside;
}

ul {
	display: block;
	list-style-type: "\2672  "; "\1F331  "; "\25BA  ";
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 50px;
	line-height:150%;
	list-style-position: outside;
}

/* Verweise */
  a:link	{text-decoration: none;
	color: #0000FF; cursor: hand}
  a:visited {text-decoration: none;
          color: #0000FF}
  a:hover {
	background-color		: #FFFF00;
}

hr { 
  width              		: 714px;
  margin					: 0 auto;
  color						: mediumblue;
}

/* Klassen für Anfrageformular */


div.elem-group {
  margin					: 40px 0;
}

label {
  display					: block;
  padding-bottom			: 4px;
  font-size          		: 1em;
  width						: 175px;
  
}

input, select, textarea {
  border-radius				: 2px;
  border					: 1px solid #ccc;
  box-sizing				: border-box;
  font-size          		: 1em;
  width						: 525px;
  padding					: 8px;
}

textarea {
  height					: 250px;
}

button {
  background-color			: mediumblue;
  color						: white;
  font-weight				: bold; 
  border					: 2px solid blue;
  font-size          		: 1em;
  cursor					: pointer;
}

button:hover {
  border					: 2px solid black;
}

