body
{
	background: #2c1b14; 
	text-align: center;
}

#container
{
	width: 950px;
	margin:auto;
	border-width:1px;
 	border-style:solid;
  	border-color:#ff6600;
  	padding:2.5em;
  	text-align:justify;
	color: #ffffff;
}

h2 { font-size: 1em; font-weight: bold; letter-spacing: 0.2;}

.logooriol {
	background: url(../images/pedros_schokoshop_logo2.jpg);
	width: 100px;
	height: 59px;
	position: bottom;
	margin-top: 30px;
	}
	
.logoschokoladeshop {
	width: 200px;
	height: 100px;
	position: bottom;
	margin-top: 30px;
	}


/* TEXT STARTSEITE */

.textstart
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:0.8em;
	color: #ffffff;
	text-decoration: none;
	}
	
.textstart a:link { color: #ffffff; text-decoration:none; }
.textstart a:active { color: #ffffff; text-decoration:none; }
.textstart a:visited { color: #ffffff; text-decoration:none; }
.textstart a:hover { color: #ff6600; text-decoration:none; }


/* TEXT CREDITS */

.textcredit
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.7em;
	color: #ffffff;
	text-decoration: none;
	width: 950px;
	margin:auto;
	border-width:0px;
 	border-style:solid;
  	border-color:#2c1b14;
  	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-right:0.2em;
  	text-align:right;
}

.textcredit a:link { color: #ffffff; text-decoration:none; }
.textcredit a:active { color: #ffffff; text-decoration:none; }
.textcredit a:visited { color: #ffffff; text-decoration:none; }
.textcredit a:hover { color: #ff6600; text-decoration:none; }



/* MAIN TEXT */

.text
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.7em;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}

a, a:active, a:visited { color: #ffffff; text-decoration:underline; }
a:hover	{ color: #ff6600; text-decoration:none; }

/* FOOTER TEXT */

.textfooter
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.7em;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
}


