/* InPro.css */

body {
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:14px;
}

body.bg {
	background-image:url(bilder/eartheye.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

a:link, a:visited, a:active {
	color:#0000FF;
	text-decoration:none;
}

a:hover, a:focus {
	color:#000000;
	text-decoration:none;
	background-color:#A0A0FF;
}

table.menu {
  width:100%;
  height:100%;
	border-collapse:collapse;
}

table.menu td {
	border-color:#FFFFFF;
	border-width:2px;
	border-style:solid;
	background-color:#CCCCFF;
	text-align:center;
	vertical-align:top;
	text-decoration:none;
	font-size:16px;
}

table.menu td.nolink {
  border-width:1px;
  border-style:solid;
  background-color:#FFFFFF;
  border-color:#000000;
}

table.normal {
  border-collapse:collapse;
}

table.normal td {
	border-style:solid;
	border-width:0px;
	text-decoration:none;
	vertical-align:top;
}

table.spec {
	border-collapse:collapse;
/*	table-layout:fixed;*/
/*	margin-left:50px;*/
}

table.spec th {
	text-decoration:none;
	border-style:solid;
	border-width:0px;
	font-weight:bold;
	line-height:200%;
	font-size:large;
	text-align:left;
}

td.left {
  text-decoration:none;
	border-style:solid;
	border-width:0px;
	width:150px;
	text-align:right;
        vertical-align:top;
}

td.right {
  text-decoration:none;
	border-style:solid;
	border-width:0px;
	padding-left:10px;
	text-align:left;
}

frame {
	top:2px;
	left:2px;
}

h1 {
	text-align:center;
	font-weight:900;
	font-size:32px;
}

h2 {
	text-align:center;
	font-weight:900;
	font-size:26px;
}

p.wichtig {
	font-size:large;
	font-weight:bold;
}

p.normal {
	font-size:normal;
	font-weight:normal;
}

div.normal {
	font-size:normal;
	font-weight:normal;
}

img {
	border-width:0px;
	border-style:solid;
}

#blau {
	color:#0000FF;
}
