a:link     { color:"#000000"; text-decoration: none; }
a:visited  { color:"#000000"; text-decoration: none; }
a:active   { color:"#999999"; text-decoration: none; }
a:hover    { color:"#333333"; text-decoration: none; }
div.add3 a:hover    { color:"#000000"; padding: 10px; background-color: #bcbcff; border: 1px dotted black; text-decoration: none; }


body{
	background-color: #ccc;
	padding:0px;
	margin: 0px;
}

.ref {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -500px;
}

.teaser {
	position: absolute;
	left: 50%;
	top: 60px;
	width: 350px;
	height: 40px;
	margin-left: 150px;
	background: #eee;
	text-align: right;
}

.main{
	position: absolute;
	left: 50%;
	top: 100px;
	width: 1000px;

	margin-left: -500px;
	border: 0px solid #000;
	background-color: #fff;
}

.main .top {
	margin: 15px;
	background: #ccc;
	height: 250px;
}

.main .body {
	float: left;
	width: 600px;
	margin-left: 15px;
	margin-right: 15px;
	background: #eee;
	margin-bottom: 10px;
}

.main .side {
	float: right;
	width: 350px;
	height: 480px;
	margin-right: 15px;
	border: 0px;
}

.main .body .apic {
	width: 110px;
	height: 150px;
	background: #fff;
	margin: 5px;
	float: left;
}

.main .body .teasera {
	width: 350px;
	height: 150px;
	background: #fff;
	margin: 5px;
	float: left;
	border: 0px;
}

.thumb {
	width: 110px;
	height: 150px;
	border: 0px;
}

img {
	border: 0px;
}