/*--- PAGE LAYOUT ---*/

html {
	height: 100.1%
}

body {
	background-color: #FFFFFF;
	text-align: center;
	padding: 0;
	margin: 0;
}

body {
	color: #333333;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.2em;
}

#content {
	text-align: left;
	margin: 0px auto;
	margin-top: 20px;
	padding: 0;
	width: 742px;
	height: 470px;
}

#header {
	text-align: left;
	margin: 0px auto;
	margin-top: 10px;
	padding: 0;
	width: 740px;
	height: 2em;
}

#nav {
	clear: both;
	text-align: center;
	margin: 0px auto;
	margin-top: 10px;
	padding: 0;
	width: 840px;
	height: 4em;
	line-height: 4em;
	border-top: 2px solid #000000;
	margin-bottom: 15px;
}

/*--- HTML SELECTORS ---*/

p {
	margin: 0;
	margin-top: .4em;
	line-height: 1.3em;
	width: 100%;
	font-size: 1.2em;
}

img {
	
	
}

#header h1 {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	font-size: 1.5em;
	line-height: 1.4em;
	border-bottom: 2px solid #000000;
}

h2 {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	font-size: 1.8em;
	line-height: 1.6em;
	font-weight: bold;
	margin: 0;	
}
h3 {
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0;
}
p.sans-fett {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	font-weight: normal;
}
a, a:link,a:active,a:visited,a:focus, a:hover {
	text-decoration: none;
	color: #000000;
}

div.splash a, div.splash a:link, div.splash a:active, div.splash a:visited, div.splash a:focus, div.splash a:hover {
	border-bottom: 2px solid #000000;
}

a.jTip {
	text-decoration: none;
	border-bottom: none;
}

#nav a:hover {
	border-bottom: 2px solid #000000;
}

a img {
	border: 0;
}

#nav a, #nav p {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	font-size: 1.2em;
	margin-right: 1.5em;
	font-weight: bold;
}

#nav a {
	text-decoration: none;
	border-bottom: none;	
}

#nav a.active {
	border-bottom: 2px solid #000000;
	text-decoration: none;	
}

/*--- BIG COL. ---*/

div.singlecol {
	width: 560px;
	margin-left: 75px;	
}

div.singlecol img {
	margin-right: 5px;
	margin-bottom: 5px;
	clear: left;
}

div.splash {
	width: 620px;
	margin-left: 60px;
	overflow: visible;
}

div.splash img {
	float: left;
	margin-top: -25px;
	margin-left: -20px;
	margin-right: 15px;
	margin-bottom: 5px;
	clear: left;
}

div.splash p {
	line-height: 1.4em;
	font-size: 1.4em;
	clear: right;
	width: auto;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	font-weight: bold;
	text-align: justify;
}

div.splash em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

/*--- 2 COLS ---*/

.leftcol {
	width: 380px;
	float: left;
	margin: 0;
	overflow: hidden;
}

.rightcol {
	width: 340px;
	float: right;
	margin: 0;
	overflow: hidden;
}

/*--- MISC. CSS CLASSES ---*/

.imgtxt {
	vertical-align: left;
	text-align: left;
}

.menucontenttable {
	margin: auto;
	margin-left: 2px;
	margin-top: 2px;
}