/* Standard-CSS für www.schoko-design.de
wichtige Farben

Orange		=	#FA7D00
Dunkelbraun =	#824100
Grau		=	#C0C0C0
*/


/* Allgemeine Tags */

html {
	background-color:#C0C0C0;
	color:#FA7D00;
}

img {
	border:none;
	padding:0px;
	margin:20px;
}


p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	text-align:justify;
}

a {
	color:#FA7D00;
}



#body {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 250px;
	width: 500px;
	margin: -125px 0 0 -250px;
	border:1px solid black;
	background-color:#824100;
}

#text {
	margin: 25px auto;
	width:250px;
}

/* Zusätzliche Formatierungen */

.strong {
	font-weight:bold;
}

.right {
	text-align: right;
}

.underline {
	text-decoration:underline;
}

.klein {
	font-size:10px;
}

.center {
	text-align:center;
}

.gross {
	font-size:18px;
}

.kategorie {
	text-align:left;
	float:left;
}

.floatright {
	float:right;
}

.referenzspan {
	line-height:22px;
}