* {
	color: black;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

html {
	width:100%;
	height:100%;	
}

body {
	background-color: white;
	width:100%;
	height:100%;	
	overflow: hidden; 
}

#outbox {
	width: 100%; 
	height: 100%;
	display: block;
}

#content {
	margin-top: -236px;
	margin-left: -481px;
	position: absolute;
	left: 50%;
	top: 50%;	
	width: 960px;
	height: 470px;
}

#mainContent {
	margin-top: -225px;
	margin-left: -460px;
	position: absolute;
	left: 50%;
	top: 50%;	
	width: 921px;
	height: 450px;
	border: 1px solid white;
}

p {
	font-size: 1.3em;
	color: #989789;
	line-height: 1.4em;
}

.wortmarke {
	font-size: 1.3em;
	font-weight: bold;
	color: #48293a;
}

.flashtext {
	font-size: 0.8em;
	color: #48293a;
}

a {
	color: #989789;
	text-decoration: underline;
}

a:hover {
	color: #FF7800;
	text-decoration: underline;
}
