* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

h1, h2, h3 {
	font-weight: normal;
	color: #172983;
}

h1 { font-size: 176%; }
h2 { font-size: 118%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

a:link {
	color: #172983;
}

a:hover {
	text-decoration: none;
	color: #ED2024;
}

#header {
	width: 770px;
	height: 150px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 303px;
	margin: 12px 0px 0px 0px;
}

#menu {
	padding: 70px 0px 0px 0px;
	margin-bottom: 0px;
	float: left;
	width: 460px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	margin-bottom: 0px;
	display: block;
	float: left;
	height: 50px;
	padding: 30px 25px 0 25px;
	background: url(images/trennlinie_meu.gif) no-repeat;
	text-decoration: none;
	font-size: 104%;
	color: #172983;
}

#menu a:hover {
	color: #999999;
}

#splash {
	width: 770px;
	height: 190px;
	margin: 0 auto;
	background: url(images/background8.jpg) no-repeat;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#page a {
	font-size: 11px;
	font-weight: normal;
	color: #172983;
	text-decoration: underline;
}

#content {
	float: left;
	width: 490px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	line-height: 167%;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	height: 17px;
	padding: 0 7px;
	background: #999999 url(images/img4a.gif) no-repeat;
	color: #FFFFFF;
	font-weight: normal;
}

#sidebar a {
	font-size: 11px;
	font-weight: normal;
	color: #172983;
	text-decoration: underline;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 3px solid #172983;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#footer a {
	font-size: 10px;
	font-weight: normal;
	color: #172983;
	text-decoration: none;
}


input, select, textarea { font-size:13px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:normal; }
input, select, textarea { width:400px; }

