
/* ############################################################
#                                                             #
#               allgemeine Definitionen                       #
#                                                             #
############################################################ */


html, body {
	height: 95%;
	background:	#fff;
	font-family: Verdana,Arial;
}
#centeredcontent {
	width: 				960px;
	height: 			760px;
	text-align: 		center;
	border: 			0px;
	background-color: 	#fff;
	color: 				#666;
	position: 			absolute;
	left: 				50%;
	top: 				50%;
	margin-left: 		-480px;
	margin-top: 		-390px;
}
a, a:visited {
	text-decoration:	none;
}
a:hover {
	text-decoration:	underline;
}

/* ---------- headlines ------------- */
h1, h2, h3, h4 {
	margin:		0;
	padding:	0px;
	display:	block;
}
h1 {
	font-size:		16px;
	font-weight:	bold;
}
h2 {
	font-size:		14px;
	font-weight:	bold;
}
/* ---------- //headlines ------------- */


/* ---------- diverse tags ------------- */
p, form {
	margin:		0;
	padding:	0px;
}
img, a img {
	margin:		0;
	padding:	0px;
	border:		0px;
}
table, tr, td {
	margin:		0;
	padding:	0px;
}
dd, dl, dt {
	margin:		0;
	padding:	0px;
}
hr.trennlinie {
	height: 1px; color: #777; text-align: center; width: 100%;
}
hr.blue {
	height: 1px; color: #1d2d4b; text-align: center; width: 100%; border: 0px; background: #1d2d4b;
}
/* ---------- //diverse tags ------------- */


