/*body {
	background-color: #000000;
	font-family: Verdana, Arial;
	font-size:11px;
	text-decoration:none;
}

.container {
	width: 980px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #CCCCCC;
	border: 1px solid #8d8d8d;
	font-size: 11px;
}

.header {
	background-image: url(http://www.amateur-dreams.org/images/system/header_rechts.jpg);
	height: 107px;
	width: 100%;
	border: 1px solid #686868;
	margin-bottom: 2px;
	text-align: left;
}

.slogan {
	padding-left: 80px;
	padding-top: 57px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
	color: #D75F5F;
}

.topmenustrip {
	background-image: url(images/menu_fill.gif);
	height: 28px;
	text-align: left;
}

.topmenu {
	margin-top: 6px;
	margin-left: 6px;
	color: #000000;
	float: left;
	text-align: center;
}

.topmenu a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.topmenu a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.topmenu a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.onlinecount {
	margin-top: 7px;
	margin-right: 6px;
	color: #ffffff;
	font-weight: bold;
	float: right;
	font-size: 11px;
}

.maincontent {
	margin: 0px;
	padding: 0px;
}

.contentbox {
	border: 1px solid #686868;
	margin-bottom: 0px;
	background-color: #ffffff;
	font-size: 11px;
}

.contentbox a:link {
	color: #000000;
}

.contentbox a:visited {
	color: #000000;
}

.contentbox a:hover {
	color: #000000;
}

.contentboxheadertext {
	color: #000000;
	margin-top: 3px;
	margin-left: 4px;
	float: left;
	font-size: 11px;
	font-weight: bold;
}

.contentboxheader {
	height: 20px;
	border-bottom: 1px solid #686868;
}

.contentboxslash {
	float: right;
	width: 38px;
	height: 20px;
}

input, textarea {
	font-size: 11px;
	border: 1px solid #AAAAFF;
	padding: 2px;
	background-color: #FFFFFF;
	margin: 2px;
}

form {
	margin: 0px;
}

.proftable {
	background-color: #000000;
	width: 100%;
}

.proftable td {
	background-color: #FFFFFF;
	text-align: left;
	width: 50%;
}
a.fickads {
	font-family:Verdana, Arial;
	font-size:11px;
	text-decoration: none;
}
a.fickads:link {
	color:#000000;
	}
a.fickads:visited {
	color:#000000;
}
a.fickads:active {
	color:#000000;
}
a.fickads:hover {
	color:#000000;
	text-decoration:underline;
}

a {
	font-family:Verdana, Arial;
	font-size:11px;
	text-decoration: none;
}
a:link {
	color:#000000;
	font-weight: bold;
}
a:visited {
	color:#000000;
	font-weight: bold;
}
a:active {
	color:#000000;
	font-weight: bold;
}
a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight: bold;
}

#dhtmltooltip{position: absolute; left: -300px; border: 1px solid #000000; padding: 2px; background-color: #FFFFFF; visibility: hidden; z-index: 100;}
#dhtmlpointer{position:absolute; left: -300px; z-index: 101; visibility: hidden;}


.Stil1 {
	font-size: 11px;
	font-weight: bold;
}
#rating {
  float: center;
  padding: 2px 0px 0px 0px;
}
.rated {
  float: center;
  padding: 4px 0px 0px 2px;
  font-size: 7pt;
}
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(http://www.amateur-dreams.org/images/system/bomb_rater.gif) left -1000px repeat-x;
}
.star-rating{
position:relative;
width:80px;
height:16px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:16px;
line-height:16px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating a.one-star{
width:20%;
z-index:6;
}
.star-rating a.two-stars{
width:40%;
z-index:5;
}
.star-rating a.three-stars{
width:60%;
z-index:4;
}
.star-rating a.four-stars{
width:80%;
z-index:3;
}
.star-rating a.five-stars{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}
*/
#plugs{
	margin: 10px 0 50px 0;
}

.plug{
	text-align: center;
	width: 155px;
	float: left;
	margin: 0 4px 0 4px;
	height: 170px;
}

a.plug:hover{
	z-index: 1000;
}

.plug img{
	border: 1px solid #EA4884;
}

.plug a:hover img{
	border: 1px solid #FFF;
}

.plug-description{
	position: relative;
	color: #FFF;
}

.plug-description a span.description{
	display: none;
	text-decoration: none;
	color: #FFF;
}

.plug-description a:hover span.description{
	display: block;
	position: absolute;
	width: 155px;
	top: 60px;
	left: 1px;
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 100;
}

.description-title{
	padding: 20px 8px 0;
	background: url(http://www.amateur-streams.com/images/description.png) no-repeat top;
	position: relative;
	display: block;
}

.description-body{
	position: relative;
	color: #000000;
	padding: 0 8px;
	background: url(http://www.amateur-streams.com/images/description_background.png) repeat-y bottom;
	display: block;
	text-align: left;
	font-size: 8pt;
	z-index: 100000;
}

.description-footer{
	padding:3px 8px 10px;
	background: url(http://www.amateur-streams.com/images/description.png) no-repeat bottom;
	display: block;
}

.plug-details{
	text-align: left;
	text-decoration: none;
	position: relative;
	margin-top: -19px;
	padding: 2px 2px 0 3px;
	margin-bottom: 5px;
	margin-left: 1px;
	background: url(http://www.amateur-streams.com/images/plug_details.png);
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 15px;
	top: 0;
	right: 0;
	width: 150px;
}

.plug-category{
	float: left;
}

.plug-hits{
	float: right;
}

.plug_title a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.plug_title a:hover{
	color: #00C1Cd;
}

a.fickads {font-family:Verdana, Arial; font-size:12px; text-decoration:none;}
a.fickads:link {color:#ffffff;}
a.fickads:visited {color:#ffffff;}
a.fickads:active {color:#ffffff;}
a.fickads:hover {color:#ffffff; text-decoration:underline;}

#dhtmltooltip{position: absolute; left: -300px; border: 1px solid #000000; padding: 2px; background-color: #FFFFFF; visibility: hidden; z-index: 100;}
#dhtmlpointer{position:absolute; left: -300px; z-index: 101; visibility: hidden;}
