body
	{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica,  sans-serif;
	text-align: center;
	color: #333;
	background-color: #dfe4e4;
	background-image: url(images/bodybgsw.jpg);
}
	
	a { color: #0f5582; }
	a:visited { color: #0f5582; }
	a:hover{color: #007299;}
	a:active{color: #0f5582;}	
	h2
	{
	color: #003333;
	font: 130% Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 10px 5px;
}
	
	

	
	#container
	{
		margin: 1em auto;
		width: 940px;
		text-align: left;
		background-color: #fff;
		background-image: url(images/container_bg.gif);
		border: 1px solid #676767;
		height: auto;
	}
	#almanach
	{
		margin: 1em auto;
		width: 90%;
		padding: 5px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #676767;
	}
	
	#header
	{
		height: 80px;
		background-color: #003333;
		border-bottom: 1px solid #fff;
		position: relative;
		background:  url(images/headernfs.jpg) no-repeat;
	}
	
	#header h1
	{
	font-size: 1px;
	text-align: right;
	color: #0B304A;
	margin: 0;
	padding: 0;
}
	
	#mainnav
	{
		background-color: #003333;
		color: #fff;
		padding: 2px 0;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#mainnav ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
	}
	
	#mainnav li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #fff;
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #fff;
	}
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #a0acbc;
	}
		
	.menueheadl {
	font: 95% Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 50%;
	text-align: left;
	color: black;
	padding: 6px 5px 5px 5px;
	margin: 1px 0 3px 2px;
}
	#menu
	{
	float: left;
	width: 170px;
	padding-top: 10px;
	background-color: #E6E6E6;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}
	#menu a:link, #menu a:visited {
	display: block;
	margin: 5px 0 0 5px;
	font-size: 90%;
	padding: 3px 3px 3px 3px;
	background-color: #ffffff;
	border-left: thin solid #003333;
	border-bottom: thin solid #003333;
	text-decoration: none;
	color: #003333;
}
	#menu a:hover {
	display: block;
	margin: 5px 0 0 5px;
	font-size: 90%;
	padding: 3px 3px 3px 3px;
	border-left: thin solid #003333;
	border-bottom: thin solid #003333;
	text-decoration: none;
	color: Black;
	background: #ffffff url(images/hoverbg.jpg) repeat-y;
}
	#info
	{
	float: right;
	width: 165px;
	height: auto;
	padding-right: 3px;
	padding-top: 10px;
}
	#info h3
	{
	font: 104% Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 15px 0 3px 0;
	background-image: url(images/hoverbg.jpg);
	padding: 2px 0 2px 3px;
	background-repeat: repeat-y;
}
#info p
	{
	font: 90% Arial, Helvetica, sans-serif;
	margin: 5px;
}
	#info ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 150%;
	}
	
	#info p 
	{ 
		line-height: 130%;
		
		}
	
	#contents 
	{
	margin: 0 175px 40px 175px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	height: auto;
}
	#contents h3
	{
	font: 105% Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 0 5px;
}
	#contents h4 { 
		line-height: 100%;
		margin-top: 5px;
		margin-left: 5px;
		font: 100% Arial, Helvetica, sans-serif;
		font-weight: bold;
}
	#contents p { 
		line-height: 130%;
		margin-top: 5px;
		margin-left: 5px;
		font-size: 100%;
}
	
	#contents ul
	{
		margin: 0 0 0 25px;
		padding: 0;
	list-style: disc;
}
	
	#contents li
	{
	padding: 0 10px 5px;
}
	
	.floatright
	{
		float: right;
		padding: 2px;
		margin: 0 0 10px 10px;
	}
	.floatleft
	{
		float: left;
		padding: 2px;
		margin: 0 10px 10px 0;
	}
	.posmiddle
	{
	padding: 2px;
	text-align: center;
}
#thumbbox {
	width: 200px;
	height: auto;
	margin: 0 0 20px 20px;
	padding: 10px;
	border: 1px ridge #999999;
	float: right;
}
#thumbbox p {
	color: #666666;
	font-size: 8pt;
	margin: 4px 0 0 0;
	text-align: right;
}
#thumbbox a {
	color: #666666;
	text-decoration: none;
}
#thumbbox a:hover {
	color: #666666;
	text-decoration: none;
}
#thumbbox a:visited {
	color: #666666;
	text-decoration: none;
}
#thumbbox_video {
	width: 280px;
	height: auto;
	margin: 0 0 10px 20px;
	padding: 10px;
	border: 1px ridge #999999;
	float: right;
}
#thumbbox_video p {
	color: #666666;
	font-size: 8pt;
	margin: 4px 0 0 0;
	text-align: right;
}
	#footer
	{
		clear: both;
		color: #fff;
		background-color: #003333;
		text-align: center;
		padding: 5px;
		font-size: 90%;
	}
#anw_corp {
	background-image: url(images/headl_bg_corp.jpg);
	background-repeat: no-repeat;
	height: 34px;
	padding-top: 22px;
	padding-left: 150px;
}
#anw_biblio {
	background-image: url(images/headl_bg_biblio.jpg);
	background-repeat: no-repeat;
	height: 34px;
	padding-top: 22px;
	padding-left: 150px;
}
#anw_school {
	background-image: url(images/headl_bg_school.jpg);
	background-repeat: no-repeat;
	height: 34px;
	padding-top: 22px;
	padding-left: 150px;
}

#faq_question {
	font-size: 11pt;
	color: #003333;
	text-align: left;
	margin: 3px 30px 3px 17px;
	font-weight: bolder;
}

#faq_answer {
	margin: 3px 18px 10px 17px;
	border-bottom: 1px solid #003333;
	text-align: right;
	padding-bottom: 10px;
	font-size: 10pt;
	font-style: italic;
	padding-left: 50px;
}

#DL_hline {
	height: 30px;
	background: url(images/DL_headl_bg.jpg);
}

#DL_hline h3 {
	margin: 0 0 0 20px;
	padding-top: 8px;
}

#DL_bar {
	height: 28px;
	background: url(images/DL_col2_bg.jpg);
	width: 560px;
	margin-top: 10px;
}

#DL_type_prog {
	float: left;
	width: 97px;
	height: 28px;
	background: url(images/DL_col1_prog_bg.jpg);
	text-align: center;
}

#DL_type_upd {
	float: left;
	width: 97px;
	height: 28px;
	background: url(images/DL_col1_upd_bg.jpg);
	text-align: center;
}

#DL_type_patch {
	float: left;
	width: 97px;
	height: 28px;
	background: url(images/DL_col1_patch_bg.jpg);
	text-align: center;
}

#DL_type_man {
	float: left;
	width: 97px;
	height: 28px;
	background: url(images/DL_col1_man_bg.jpg);
	text-align: center;
}

.type {
	margin: 1px;
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
}
#DL_download {
	float: right;
	width: 100px;
	height: 28px;
	background: url(images/DL_col3_bg.jpg);
	text-align: center;
}
#stress {
	font-weight: bolder;
}
#rahmen {
	border-top: 1px solid #003333;
	border-bottom: 1px solid #003333;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
}
#funktion {
	margin: 10px 20px 10px 40px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#videotitle {
	color: #666666;
	font-size: 10pt;
	margin: 0;
}
#headerversion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #1b2a31;
	padding: 15px 0 2px 0;
}
#cellfeature {
	color: #17323b;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	border-left: 3px solid #e6e6e6;
	background-color: #f7f7f7;
	font: normal 75% Arial, Helvetica, sans-serif;
}
#cellyes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: DarkSlateGray;
	background-color: HoneyDew;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	width: 110px;
	vertical-align: middle;
}
#cellno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #b22222;
	background-color: #fffafa;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	width: 110px;
	vertical-align: middle;
}#headerversion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #1b2a31;
	padding: 15px 0 2px 0;
}
#cellfeature {
	color: #17323b;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	border-left: 3px solid #e6e6e6;
	background-color: #f7f7f7;
	font: normal 90% Arial, Helvetica, sans-serif;
}
#subhead {
	color: #17323b;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #f7f7f7;
	border-left: 3px solid #e6e6e6;
	background-color: #f7f7f7;
	font: bold 90% Arial, Helvetica, sans-serif;
}
#cellyes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: DarkSlateGray;
	background-color: HoneyDew;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	vertical-align: middle;
}
#cellno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #b22222;
	background-color: #fffafa;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	vertical-align: middle;
}
#cellsubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #b22222;
	background-color: #f7f7f7;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #f7f7f7;
	vertical-align: middle;
}
