body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #0066CC;
	font: 90% Courier New, Courier, mono;
}

#box {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
	




#content {
	margin: 0;
	padding: 0;
	overflow: auto;
	position: relative;
	background: no-repeat left top url(images/fond_start.gif);
	height: 500px;
}

#navbox {
	margin-top: 50px;
	margin-bottom: 15px;
}

a:link {
	color: #ffffff;
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #ffffff;
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;
}

/*<group=type>*/

p {
	margin-left: 50px;
	margin-right: 50px;
}

.grau {
	color: #999999;
}

b {
	color: #000000;
}

.italic {

	font-style: italic;
	color: #336699;
}

h2 {
	margin-left: 50px;
	margin-right: 50px;
	font-size: 150%;
	font-weight: normal;
}

h3 {
	padding: 20px;
	font-size: 90%;
	color: #336699;
}

h4 {
	margin-left: 20px;
	margin-right: 20px;
	color: #336699;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0;
}

h5 {
	margin-left: 20px;
	margin-bottom: -20px;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: 2px;
}

h6 {
	color: #336699;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
}

i {
	color: #ff9933;
	font-style: normal;
	font-weight: bold;
	background: #ffff00;
	font-size: 80%;
}

/*</group>*/


.arrow {
	text-decoration: none;
	border-style: none;
	vertical-align: text-bottom;
}

