/* CSS 2sense main */

body {
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: -1px;
	word-spacing: 2px;
	color: #222222;
	background-image: url(vatech/images/bg_oehrli.jpg);
	background-repeat:no-repeat;
	background-color: #DEEFF7;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

TD, BODY, TABLE, TR {
	font-family: Verdana;
	font-size: 11px;
	word-spacing: 2px;
	color: #222222;
}

A:visited {
	text-decoration: none;
	color: #222222;
}
A:link {
	color: #222222;
	text-decoration: underline;
}
A:hover {
	color: #0042A5;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #0042A5;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: -4px;
	text-shadow: #4F73B6 2px 2px 2px;
}

.strong {
	color: #222222;
	letter-spacing: 1px;
	font-family: "Arial Narrow", Verdana;
	font-size: 12px;
	font-weight: bolder;
	}
	
.Kursiv {
	font-family: Tahoma;
	font-size: 12px;
	font-style: italic;
	color: #222222;
}
.Unterstrichen {
	font-family: Tahoma;
	font-size: 12px;
	color: #0042A5;
	border-bottom: #222222 1px dashed;
}