/* Westinhouse – www.westinhouse.net
Updated: 070228 */

/* body, background, fonts */
body,
html { 
	margin: 0;
	padding: 0;
	background: #fff;
	background-repeat: repeat-x;
	color: #333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 90%;
	line-height: 131%;
	text-decoration: none;
}
body {
	min-width: 490px;
	}

/* layout */
#top
{
	margin: 0 auto;
	padding: 0;
	background-image: url(bilder/topwih3.jpg);
	height: 120px;
}
#wrap {
	background-color: #fff;
	margin-left: -250px;
	position: absolute;
	top: 92px;
	left: 50%;
	width: 500px;
	border: 1px solid black;
	text-align: center;
}
#content {
	background-color: #fff;
	text-align: left;
	margin: 0 auto;
	padding: 10px 30px 0px 30px;
}
#footer {
background-color: #fff;
clear: both;
margin: 0;
padding: 0.7em;
}

/* nav */
#nav {
background: #7A8A9D;
margin: 0;
padding: 0;
font-size: 13px;
font-weight: bold;
}
#nav ul {
margin: 0;
padding: 5px;
background: transparent;
list-style-type: none;
}
#nav li {
display: inline;
list-style-type: none;
}
#nav a
{
	padding: 0px 22px;
	border-style: none;
}
#nav a:link, #nav a:visited
{
	color: #D7DDE3;
	background-color: transparent;
	text-decoration: none;
}
#nav a:hover, a:active
{
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

/* links */

a:link {
	color: #475669;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #883228;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #883228;
	font-weight: bold;
	text-decoration: none;
}

a.linkopacity img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;
}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}	

/* headings, paragraph */
h1, h2 {
	color: #475669;
	font-weight: bold;
}
h1 {
	font-size: 1.6em;
	line-height: 100%;
	margin-top: 1.5em;
	margin-bottom: 12px;
}
h2 {
	font-size: 1.2em;
	margin-top: 1.5em;
	margin-bottom: 6px;
}
h3 {
	color: #475669;
	font-size: 1.0em;
	margin-top: 0.5em;
	margin-bottom: 0;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
}
/* images */
img
{
	border-style: none;
	vertical-align: middle;
}
.logopicture {
	text-align: center;
}
.thumbnail {
	float: left;
	width: 425px;
	border: 1px solid gray;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 1px 5px;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
}
.thumbnail2 {
	float: left;
	width: 82px;
	border: 1px solid gray;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}
.imgfloat {
	float: right;
	margin: 0 0 15px 15px;
	padding: 5px;
	border: 1px solid gray;
}