body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

	background-image: url("../gfx/background.jpg");
    background-repeat: repeat-y;
    background-position: center top;
	
	color: #363636;
	overflow: scroll;
}
table {
    border-collapse: collapse;
}
table, th, td {
   border: 1px solid grey;
}


a { font-weight:bold;}
a:link {text-decoration: none;color: #000000}
a:visited {text-decoration: none;color: #000000;}
a:hover {text-decoration: underline;color: #000000; }
a:active {text-decoration: underline;color: #000000; }

/*
 
*/

a.menue_link { padding:7px; margin-bottom:5px; margin-left:10px; text-align:center;  width:16ex;
         border-style:ridge; border-width:1px; text-decoration:none; }

a.menue_link:link    { color:#d6e1ff; background-color:#404040; }
a.menue_link:visited { color:#d6e1ff; background-color:#404040; }
a.menue_link:hover   { color:#fff; background-color:#1c1c1c; }
a.menue_link:active  { color:#d6e1ff; background-color:#404040; }


div.menue_link { width:200px; float:left; }

/*

a.menue_link:link {
	color:#363636;
	font-weight: normal;
}
a.menue_link:visited {
	color:#363636;
	font-weight: normal;
}
a.menue_link:hover {
	color:#363636;
	font-weight: normal;
}
*/

input[type=text] {
   background-color: #f5f5f5;
   box-sizing: border-box;
}
form{
	padding:0;
    margin:0;
}
.button {
    background-color: #818181;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
}
tr.table_head{
background-color:#eaeaea;
color:#353535;
font-weight:bold;
}
td.table_zelle_hervor{
background-color:#eaeaea;
color:#353535;
font-weight:bold;
}
tr.MA_mass_unterteilung{
background-color:#f4f4f4;
color:#353535;
font-weight:bold;
}
div.MA_anwesenheit_button{
	float: right;
	background-color: #818181;
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
	margin-right: 30px;
}
div.MA_mass_link{
	width:200px;
	background-color: #d7d7d7;
    border: none;    
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
	margin-right: 30px;
}

