BODY
{	
	text: black;
  background-image: url("../bgr/hoyhen.gif");
	font-family: Segoe UI,Arial,sans-serif;
}

A:link { color:black; }
A:visited { color:darkorange; }

H1
{
	font-size: xx-large;
	text-align:center;
	margin:0px auto;	
}

H2
{
	font-size: large;
}

TABLE
{
	border-style: solid;
}

TD
{
	padding: 10px;
	font-size: 14px;
	vertical-align: top;
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

.centered { 
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.emphasis
{
	font-weight: bold;
	font-size: 120%;
}
.description
{
  font-style: italic;
}

#content
{
	width: 900px;
	background-color: white;
	text-align: left;
}

#info
{
	width: 70%;
	border-width: 1px;
}
	
.whitebg { background-color: white; }
