/* Mein default css 
 * made by gsh in february 2021
 * its based on yaml version 4.1.2
 * */


/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/hlist.css);
@import url(../yaml/forms/gray-theme.css);

@import url(../yaml/screen/typography.css);
@import url(../yaml/screen/screen-FULLPAGE-layout.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print.css);

body{
	background-color: #58ACFA;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-seriff;
}
#wrapper{
	max-width: 1280px;
	margin: auto;
	border: solid black 1px;
}
header, section, footer{
	width: 100%;
	border: solid black;
	border-width: 0px;
}
header{
	height: auto;
	background-color: #BDBDBD;
}

header nav{
    font-family: arial,helvetica, sans-serif;
    font-size: 1.1rem;
    width: 98%;
    padding: 0% 1%;
    height: 28px;
    margin: 0px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    background-color: #bbb;
}

header nav a{
    color: black;
    text-decoration: none;
}

header nav a:hover, header nav a:focus{
    text-decoration: underline;
}

footer{
    width: 96%;
    padding: 2%;
    font-family: courier, monospace;
    font-size: 0.95rem;
    height: auto;
     min-height: 150px;
    background-color: #bbb;
}

footer p {
    display: inline-block;
    width: 48%;
    vertical-align: baseline;
    
}

nav ul{
    width: inherit;
    padding:1%;
    padding-top:0.3%;
    margin: 0px;
}

nav ul li{
    display: inline-block;
    margin: 0px;
    width:16%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

section{
	width: 95%;
	line-height: 1.5em;
	padding: 0.5% 2.5%;
	height: auto;
	min-height: 300px;
	background-color: #fff;
	font-size: 1.0em;
}
section h1{
	text-align:left;
	font-size: 1.3em;
} 

/* Tabellen */

/* Rahmen */
table, th, td {
border: 1px solid #040;
border-collapse: collapse;
} 
/* text */
table, th, td {
border: 1px solid #040;
border-collapse: collapse;
font-family: Verdana;
font-size: 1em;
text-align: center;
padding: 5px;
} 

/* Hintergrundfarben */
th {
background-color: #040;
color: #fff;
border: 1px solid #fff;
} 

.ungerade td {
background-color: #e6ffe6;
}

.gerade td {
background-color: #d1fad1;
}
