/*
**************************************
* VisionEffects - interactive Medien *
**************************************
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #A17461 url(bilder/bg.jpg) repeat-x;
	font-family: Tahoma, Helvetica, sans-serif;
/*	font-style: italic; */
	font-size: 13px;
	color: #B1C0C7;
}
#header	{
	position: absolute;
	margin-top: 94px;
	height: 838px;
	width: 852px;
	left: 50%;
	margin-left: -426px;
	background: url(bilder/bg-top.jpg) no-repeat;
}
#topCase1	{
	position: absolute;
	margin-top: 26px;
	margin-left: 68px;
	width: 220;
	height: 268px;
}
#topCase2	{
	position: absolute;
	margin-top: 52px;
	margin-left: 348px;
	width: 440px;
	height: 220px;
}
#topCase3	{
	position: absolute;
	margin-top: 306px;
	margin-left: 68px;
	width: 200px;
	height: 160px;
}
#topCase4	{
	position: absolute;
	margin-top: 332px;
	margin-left: 350px;
	width: 440px;
	height: 160px;
}
#topCase5	{
	position: absolute;
	margin-top: 800px;
	margin-right: 50%;
	left:50%;
	width: 852px;
	height: 60px;
}
#counter	{
	position: absolute;
	margin-top: 800px;
	margin-left: 1000px;
	}
ul li{
	margin-top: 1em;
	list-style: none;
	padding: 6px;
	border: solid 1px #999999;
	background-color:#3A1318;
}

a {
	color: #FFF;
	border: hidden;
}

a:hover {
	text-decoration: none;
}
/* Footer */

#footer {
	width: 852px;
	left: 50%;
	margin-left: -426px;
	padding: 20px;
	text-align: center;
}
#footer p {
	font-size: .8em;
	color: #CFA39D;
}
#footer a {
	color: #CFA39D;
}
.title-border {
	padding: 6px;
	padding-right: 9px;
	border: #B1C0C7 solid 1px;
	}
img	{
	border-color: #FFF;
	}