/* CSS Document -  layout.css (C) by Dominik Alessandri */

/*Tags*/
a{
	text-decoration:none;
	color:#000000;
}
/*Klassen*/
.div_center{
  text-align:center;
  width:705px;
  height:640px;
}
.div_headerleft{
  float:left;
  background-color:#CCCCCC;
  width:500px;
  height:80px;
  border:solid 1px #777777;
}
.div_headerright{
  float:right;
  background-color:#CCCCCC;
  width:200px;
  height:80px;
  text-align:left;
  vertical-align:middle;
  border:solid 1px #777777;
}
.div_navi{
  float:left;
  margin-top:2px;
  background-color:#CCCCCC;
  width:150px;
  height:500px;
  border:solid 1px #777777;
  text-align:center;
}
.div_inhalt{
  float:right;
  margin-top:2px;
  background-color:#CCCCCC;
  width:550px;
  height:500px;
  border:solid 1px #777777;
  overflow:auto;
}
.div_footer{
  padding-left:5px;
  float:left;
  margin-top:2px;
  width:698px;
  height:30px;
  background-color:#CCCCCC;
  text-align:left;
  vertical-align:middle;
  border:solid 1px #777777;
}
.navi_button{
	background:#A8CECA;
	margin-top:5px;
	width:100px;
	height:20px;
	text-align:center;
	border-color:#000000;
	border-style:outset;
	border-width:1px;
	vertical-align:middle;
	text-decoration:none;
}
.navi_button a{
	text-decoration:none;
	color:#000000;
}
.navi_button:hover{
	cursor:pointer;
	border-style:inset;
}

table.table_border{
  border-width: 1px;
  border-color: black; 
  border-style: none;
  border-collapse: collapse;
}

table.table_border th{
  border-width: 1px;
  border-color: black; 
  border-style: solid;
  border-collapse: collapse;
}

table.table_border td{
  border-width: 1px;
  border-color: black; 
  border-style: solid;
  border-collapse: collapse;
}

#input_field{
	background-color:#DDDDDD;
}