* {
	font-family: Arial;
	color: #000000;
}

body {
	font-size: 0.9em;
	background-image: url("head.png");
	background-repeat:repeat-x;
	background-position: 0px 0px;
	background-color: #cacaca;
	    /* background-color: #8e8e8e; */

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index:0;
	margin: 150px 80px 80px 50px;
}

a {
	text-decoration: underline;
	color: #242424;
}

a:hover {
	text-decoration: none;
}

table {
	border-width: 1px;
	border-collapse: collapse;
	border-color: #000000;
	border-style: solid;
	border-collapse: collapse;
	border-spacing: 0px;
	
	
}

table.form{
	background-color: #c6c6c6;	
}
table.output{
	border-spacing: 5em
}
tr.gerade:hover, tr.ungerade:hover{
	background-color: #607ba5;
}
td {
white-space:nowrap;
}
tr.form{
	border: 0.01em solid black; 
	background-color: #b3b3b3;
}
tr.ungerade{
	
}
tr.gerade{
	background-color: #a6a6a6;
}
th{
	background-color: #4974b7;
}



form input {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	
}

form select {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	width: 150px;

}

form textarea {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;

}

img {
	border-style: none;
}

.button {
	background-color: #95d2f3;
	font-weight: bold;
	text-align: center;
}

#PageTitle {
font-family:impact; 
font-size:200%;
}
#menu {
	width: 200px;
	padding-right: 10px;
	border-width: 0 1px 0 0;
	border-style: solid;
	position: absolute;
}

#bild {
  position: absolute;
  top: 5px;
  left: -1px;
	}
#headbalken {
  background: -webkit-linear-gradient(left, rgba(199,232,251,1) 0%, rgba(255,255,255,1) 42%, rgba(153,154,156,1) 75%, rgba(0,0,0,1) 100%);
  position: absolute;
  top: 75px;
  left: 0px;
  width: 100%;
  height: 8px;
}

#leftmenu{
margin-right: 20px;
margin-top: 5%;
position: absolute;
}
#content{
left: 220px;
padding-left: 5%;
margin-top: 00px;
position: absolute;
border: none;

}

#footer {
  position: fixed;
  bottom: 0.5%;
  right: 1.5%;
    margin-top:1em;
    text-align:center;
    padding:10px;

}

#toplinks {

	text-align: right;
	margin: -100px 0px 0 0;
	color:white;
	font-size: 20px
	
	
}

#toplinks a {

	color:yellow;	
	
	font-size: 20px
}

#header {
  position: absolute;
  top: -65px;
  left: 500px;
  font-size: 40pt;
  margin-top:1em;
  text-align:center;
  padding:10px;
  color:blue;
}

#companydata {

}
#headtable {

position: absolute;
font-size:9pt;
top:1px; 
left: 40%;
width: 20%;
border:solid 3px;
border-color: blue;

}
