body {
	background-image: url(bg.jpg);
    	background-repeat: repeat-x;
    	background-position: left top;
    	background-color: #ffffff;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	margin:	0pt;
	padding: 0pt;
}

h1 {
	font-size: 14pt;
	margin: 0;
	padding-bottom: 37px;
	text-transform: uppercase;
}

h2 {
	font-size: 10pt;
	margin: 0;
	border-bottom: 1px dotted black;
	margin-bottom: 8px;
	font-variant: small-caps;
}

#left .innerright h2 {
	font-size: 9pt;
	margin: 0;
	border-bottom: none;
	text-transform: uppercase;
}

h3 {
	font-size: 8pt;
	font-weight: normal;
	margin: 0;
	margin-bottom: 3px;
}

#innerflow h3 {
	font-size: 10pt;
	width: 385px;
	margin: 0;
	margin-bottom: 3px;
	text-align: right;
	border-bottom: 1px dotted black;
}


a, a:link, a:visited {
    	background-color: inherit;
    	text-decoration: none;
    	outline: none;
    	color: #000;
}

a:hover, a:active {
    	background-color: inherit;
    	text-decoration: none;
    	outline: none;
}

#content a {
	color: #000;
}

#bottomnav a {
	color: #fff;
}

img {
	border: none;
}

#page {
	width: 980px;
	margin: 0pt auto 0pt auto;
	background-color: #ffffff;
	/* 
	 want page border??
	 padding: 0px 16px 0px 16px;  
	 */
}

#head {
	width: 980px;
	height: 150px;
	background-color: #ffffff;
	text-align: right;
	background-repeat: no-repeat;
}

#content {
	height: 450px;
	margin-top: 60px;
}

#content .bildtext {
	width: 160px;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dotted black;
}

#left {
	float: left;
	padding-left: 65px;
	width: 585px;
}

#left .innerleft {
	width: 160px;
	vertical-align: top;
}

#left .innerright {
	font-size: 9pt;
	line-height: 14pt;
	vertical-align: top;
	padding-left: 25px;
}

#innerflow table {
        font-size: 9pt;
	line-height: 14pt;
}

#innerflow table .imgtext-table {
        margin-right: 20px;
}


#innerflow table.imgtext-nowrap td {
	vertical-align: bottom;
}

#innerflow table.imgtext-nowrap p {
	padding-bottom: 15px;
}

#subnav {
	padding-top: 60px;
	float: right;
	width: 310px;
	font-variant: small-caps;
}


#subnav ul {
	margin: 0pt;
   	padding: 0pt;
    	list-style-type: none;
    	list-style-image: none;
    	list-style-position: outside;
}

#subnav ul li { 
	padding: 0pt;
    	position: relative;
	padding-left: 48px;
    	line-height: 24px;
    	text-align: left;
}





#subnav ul li a:hover { 
	color: #fff;
}

#subnav ul li:hover { 
	background-image: url(subnavigation.png);
	background-position:0 51%;
	background-repeat: no-repeat;
	color: #fff;
}

#subnav .activesubmenu a {
	color: #fff;	
}

#subnav .activesubmenu {
	background-image: url(subnavigation.png);
	background-position:0 51%;
	background-repeat: no-repeat;
}

#topnav {
	width: 250px;
	height: 50px;
	float: right;
	margin-right: 60px;
}

div.navt {
	#position: absolute;
	height: 50px;
}

div.navt table {
	width: 250px;
	#float: right;
	font-variant: small-caps;
	text-align: center;
}

div.navt td:hover {
	font-weight: bold;
}

div.navt a, a:link, a:visited, a:hover, a:active {
	color: #fff;
}

#bottomnav {
	width: 250px;
	height: 50px;
	float: right;
	margin-right: 60px;
	background-image: url(bottomnavigation.png);
	background-repeat: no-repeat;
	color: #ffffff;

}

#bottomnav .first {
	width: 80px;
}

#footer {
    	width: 980px;
	height: 50px;
	float: left;
    	background: #ffffff;
    	text-align: right;
}

