body {
	font-family: Verdana, Arial, Insignia, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 0px;
	color: #000000;
	background-color: #F9D177; 
/*	background-color: black; */
	line-height: 14px;
	background-image: url('dsg/images/5giraffen_bg.jpg');
	background-repeat: repeat;	
}
.maindiv {
	position: relative;
/*	height: 500px; */
	width: 800px;
	z-index: 2;
	left: 0px;
	top: 50px;
	text-align: center;
	padding: 15px;
	border-width: 1px;
	border-color: #DBB050;
	border-style: solid;
	background-color: #FACA5E;
}
/* 
	LINKS 
*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
/*	color: #262626;*/
	text-decoration: none;
}
a:active {
	color: #FF5052;
	text-decoration: none;
}

/*
	FONTS
*/
h2,
h1 {
	font-size: 15px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 60px;
}
em {
	font-weight: bold;
	font-style: normal;
}
td {
}
br {
	line-height: 12px;
}

