* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	outline:none;
}

body {
	background: url(images/main-bg.jpg) repeat-x top #1B1B1B;
	color: #515151;
}

p {
	padding: 8px 0px;
	text-align: justify;
}

h1 {
	font-size: 22px;
	color: #C2C2C2;
}

h3 {
	padding-top: 12px;
	font-size: 14px;
	color: #C2C2C2;
}

img {
	border: 0;
}

a {
	color: #BCBCBC;
	text-decoration: none;
}

a:hover{
	color: #00FFFF;
}

table {
	border: 0;
	width: 100%;
}

th {
	padding: 4px 0;
	font-size: 12px;
	font-weight: bold;
	color: #01E4F4;
	text-align: left;
}

td {
	padding: 3px 0;
	border-bottom: 1px solid #3E3E3E;
	color: #CCCCCC;
}

#wrapper {
	width: 877px;
	margin: auto;
	background: url(images/content-bg.jpg) repeat-y #BCBCBC;
}

#header {
	height: 195px;
}

a#logo {
	display: block;
	height: 195px;
	background-position: top;
	background-image: url(images/header.jpg);
}

a#logo:hover {
	background-position: bottom;
}

#head-navi {
	padding-top: 30px;
	background: url(images/ad-bg.jpg) no-repeat #BCBCBC;
	height: 97px;
}

#head-navi ul {
	list-style: none;
}

#head-navi li {
	list-style: none;
	float: left;
	height: 129px;
}

#head-navi li a {
	display: block;
	height: 129px;
	width: 139px;
	background-position: top;
}

#head-navi li a:hover {
	background-position: bottom;
}

#head-navi li a#signup {
	display: block;
	height: 129px;
	width: 277px;
	background-position: top;
	background-image: url(images/signup.jpg);
}

#head-navi li a#signup:hover {
	background-position: bottom;
}

#ad-block-1, #ad-block-2 {
	clear: both;
	padding-top: 20px;
	background: url(images/ad-bg.jpg) no-repeat #BCBCBC;
	height: 107px;
	text-align: center;
}

#filterbox {
	padding-top: 20px;
	padding-left: 50px;
	background-image: url(images/filter-bg.jpg);
	height: 107px;
}

#filterbox-btn {
	float: left;
	border: 0;
	height: 19px;
	width: 127px;
	margin-top: 5px;
	background-image: url(images/filter-btn.jpg);
	cursor: pointer;
}

#filterbox-letters {
	padding: 2px;
	margin-top: 11px;
	margin-bottom: 7px;
}

#filterbox-letters a {
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 2px;
}

#filterbox-letters a:hover {
	color: #00FFFF;

}

#filterbox label {
	display: block;
	width: 120px;
	float: left;
	margin: 1px;
	margin-top: 5px;
	font-size: 11px;
	color: #CCCCCC;
}

#filterbox label input {
	margin-right: 4px;
}

.download-list {
	background: url(images/content-bg.jpg) repeat-y #BCBCBC;
}

.download-list-inner {
	padding: 0 50px;
}

.download-list-top {
	background: url(images/content-bg-top.jpg) no-repeat #BCBCBC;
	height: 35px;
}

.download-list-bottom {
	background: url(images/content-bg-bottom.jpg) no-repeat #BCBCBC;
	height: 30px;
}

#footer {
	padding-top: 18px;
	background: url(images/footer.jpg) no-repeat #BCBCBC;
	height: 131px;
	text-align: left;	
}

#footer dl {
	padding-left: 55px;
	width: 290px;
	float: left;
}

#footer dl dd {
	display: block;
	float: left;
	padding: 2px 0;
	color: #CCCCCC;
}

#footer dl dd a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer dl dd a:hover {
	text-decoration: underline;
}


#adselling {
	width: 490px;
	margin-right: 40px;
	float: right;
}


/**
 * Seitensteuerung
 *
 */
.page-navigation {
	float: right;
	margin: 15px 50px 0 0;
}

.page-navigation .link {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	margin: 0 2px;
	border: 1px solid #BCBCBC;
	color: #ffffff;	
	font-weight: bold;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.page-navigation .link:hover {
	background: #01E4F4;	
	color: #000000;
}

.page-navigation .activ {
	background: #01E4F4;	
	color: #000000;
}

/**
 * Detailansicht
 *
 */
.detail h1 {
	display: block;
	background-color: #1B1B1B;
	padding: 3px 6px;
	color: #01E4F4;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}

.detail h2 {
	color: #f74d00;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
}

.detail #youtube-video {
	background: url(images/no-video.jpg) no-repeat center top #282828;
	width: 320px;
	height: 265px;
	border: 1px solid #292929;
	margin-top: 2px;
}

.detail .left-block {
	float: left;
	width: 322px;
}

.detail .right-block {
	float: right;
	width: 435px;
}

.detail #download-info .info-outer-block {
	background: url(images/info-box-bg.jpg) no-repeat center top #282828;
	width: 395px;
	height: 186px;
	padding: 15px 20px;
}

.detail #download-info .info-inner-block {
	clear: both;
	border-bottom: 1px solid #848484;
	font-weight: bold;
}

.detail #download-info .left {
	float: left;
	width: 75px;
	padding: 7px 15px;
	color: #f74d00;
	font-size: 12px;
	height: 15px;
}

.detail #download-info .right {
	margin-left: 105px;
	padding: 7px 15px;
	color: #DADADA;
	font-size: 12px;
	height: 15px;
}

/**
 * Buttons
 *
 */
#btn-box {
	background: url(images/btn-middle-bg.jpg) repeat-y center top #000000;
	width: 325px;
}

#btn-box .top {
	background: url(images/btn-top-bg.jpg) no-repeat center top #000000;
	height: 6px;
}

#btn-box .bottom {
	background: url(images/btn-bottom-bg.jpg) no-repeat center top #000000;
	height: 9px;
}

.btn-download, .btn-buy, .btn-trade {
	display: block;
	height: 41px;
	margin: 5px;
}

.btn-download {
	background: url(images/download-btn.gif) no-repeat top;
}

.btn-download:hover {
	background: url(images/download-btn.gif) no-repeat bottom;
}

.btn-buy {
	background: url(images/buy-btn.gif) no-repeat top;
}

.btn-buy:hover {
	background: url(images/buy-btn.gif) no-repeat bottom;
}

.btn-trade {
	background: url(images/trade-btn.gif) no-repeat top;
}

.btn-trade:hover {
	background: url(images/trade-btn.gif) no-repeat bottom;
}



/**
 * Kommentare
 *
 */
.comments {
	color: #DADADA;
	width: 435px;
	background: url(images/comments-middle-bg.jpg) center #282828;
}

.comments .top {
	background: url(images/comments-top-bg.jpg) no-repeat center top;
	min-height: 202px;
	padding-top: 15px;
}

.comments .top h2 {
	margin: 0 15px;
}

.comments .bottom {
	background: url(images/comments-bottom-bg.jpg) no-repeat center top #282828;
	height: 9px;
}

.no-comments {
	color: #494949;
	padding: 60px 0;
	text-align: center;
	font-weight: bold;
}

.comment {
	margin: 0 15px;
	padding: 10px 0;
}

.comments .number {
	float: left;
	text-align: right;
	width: 25px;
	font-size: 26px;
	font-weight: bold;
	color: #d1d1d1;
}

.comments .title {
	margin-left: 30px;
	font-size: 9px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #848484;
}

.comments .title a, .comments .title span {
	color: #01E4F4;
	font-weight: bold;
}

.comments .text {
	margin-left: 30px;
	padding: 5px;
}

.comments #write-comment {
	margin: 20px 15px 0px 15px;
	text-decoration: none;
	color: #01E4F4;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 12px;
	/*background-image:url(http://www.adselling.de/media/banner/adselling-banner2.jpg);*/
}

.comments #write-comment:hover {
	
}

.comments #write-comment-form {
	clear: both;
	padding: 10px 15px 0 15px;
	display: none;
}

.comments #write-comment-form input {
	/*height:24px;*/
	width:350px;
	background-color:#000;
	border:1px solid #5F5F5F;
	color:#DADADA;
	margin:5px;
	padding:5px;
	font-size:14px;	
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}


.comments #write-comment-form textarea {
	/*height:48px;*/
	width:350px;
	background-color:#000;
	border:1px solid #5F5F5F;
	color:#DADADA;
	margin:5px;	
	padding:5px;
	font-size:12px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.comments #write-comment-form textarea:hover {
	background-color:#000;
}


.comments #write-comment-form label {
	color:#848484;
	margin:5px;	
}

.submitcommentbtn {
	height:35px;
	width:180px;
	border:none;
	color:#FFF;
	background-color:#000;
	font-size:20px;
	margin:3px;	
	padding:3px;
}

.submitcommentbtn:hover {	
	color:#F74D00;	
}

.error {
	color: #FF0000 !important;
	list-style: square;
}

ul.error {
	padding-left: 15px;
}





