body {
margin : 0;
padding : 0;
color : #000000;
font-size : 101%;
}
body, div, td {
font-family : 'Lucida Grande', Lucida, Arial, sans-serif;
}
h1 {
	font-size : 1.6em;
	color:#c00;
	line-height: 120%;
	padding: 0;
	margin-top : 0;
	margin-bottom: 10px;
}
h2 {
color : #c00;
margin-top : 0;
font-size : 1em;
line-height : 110%;
font-weight : bold;
letter-spacing : 1px;
}
h3 {
color : #FFFFFF;
font-size : 1.4em;
line-height : 100%;
}

/* -------------------- Links -------------------- */

a:link, a:visited {
color: #c00;
text-decoration: underline;
}
a:active {
color : #000;
}
a:hover {
color: #666;
text-decoration: none;
}
#top img {
border : none;
}
#top a {
text-decoration : none;
}

/* -------------------- Templates -------------------- */

#index {
	position: absolute;
	left: 177px;
	top: 330px;
}

/* -------------------- Container -------------------- */

#top {
	top : 10px;
	left : 50%;
	float : left;
	z-index : 20;
	position : absolute;
	width: 378px;
}
#container {
	margin : 0;
	width : 100%;
	position: absolute;
	left: 0px;
}
#content {
	z-index : 20;
	line-height : 160%;
	margin : 0px 0px 0px 5px;
	border : 1px solid #fff;
	padding : 0px 
	position:absolute;
	letter-spacing:30%;
	top: 155px;
	left: 33%;
	width: 525px;
	position: absolute;
	padding-left: -5px;
}
#image {
	margin : 0;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	overflow: visible;
	float: left;
	z-index: 5;
	height: 200px;
	}

#image2 {
	margin : 0;
	position: absolute;
	left: 227px;
	top: 300px;
	overflow: visible;
	float: right;
	z-index: 5;
}
#menue {
top : 0px;
left : 0px;
z-index : 10;
width : 250px;
position : absolute;
border : 1px solid #fff; /* NS4 */
}


dt {
clear : both;
font-weight : bold;
}
dt strong {
float : left;
width : 20%;
}
dt em {
float : left;
width : 20%;
font-weight : normal;
font-style : normal;
}
dd {
margin : 0 0 0.1em 25%;
}
* html dd {
height : 1%;
}

