/** CSS Style Document - MX-Forums.de */
/** Author: Felix Mau */

/** Import Stylesheets */
@import url("style.css");

/** Textareas */

textarea, input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #3B3B3B url(../images/text_bg.gif) repeat left top;
	border: 1px solid #666;
	color: #CECECE;
	overflow: auto;
}

textarea:hover, input:hover, textarea.hover, input.hover {
	border: 1px solid #ADADAD;
}

textarea {
	padding: 2px;
}

input {
	margin: 2px 0;
}

select, option {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

label {
	font-weight: 700;
	display: block;
}

.time {
	width: 55px;
	float: left;
	text-align: center;
}

.date {
	width: 85px;
	float: left;
	text-align: center;
}

.arrow {
	font-size: 10px; 
	vertical-align: top;
}

.double {
	margin-top: 2px;
	text-align: center;
}

/** Codes */

blockquote {
 	height: 50px;
	margin: 0 0 0 5px;
	font: normal 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #3B3B3B url(../images/text_bg.gif) repeat left top;
	border: 1px solid #666;
	padding: 5px 5px 2px;
	overflow: hidden;
	line-height: 1.5em;
}

blockquote span {
 	display: block;
 	position: relative;
 	z-index: 1000;
	border-bottom: 1px solid #666;
	font-style: normal;
	padding: 0 0 4px 18px;
	background: url(../images/code_bg.gif) no-repeat left center;
	margin-bottom: 2px;
}

/** Dropdown Menus */

#dropmenudiv{
    position: absolute;
    border-width: 1px 1px 0; 
	border-style: solid;
	border-color: #000;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    line-height: 18px;
    z-index: 100;
}

#dropmenudiv a {
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #000;
    padding: 1px 0;
    text-decoration: none;
}

#dropmenudiv a:hover { 
    background-color: #6b6b6b;
}

/** Statistics */

tr {
	font-size: 10px;
	font-weight: bold;
	color: #ADADAD;
}

.stat-link {
	text-decoration: none;
	color: #ADADAD;
}

.bg {
	font-size: 10px;
	background: #3B3B3B url(../images/text_bg.gif) repeat left top;
	border: 1px solid #666;
	color: #CECECE;
}

.bg:hover, .bg.hover  {
	border: 1px solid #ADADAD;
}

/** Downloads */

.dllspacer, .dllspacer input, .dll, .dll-last {
    font-weight: normal;
    font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #CECECE;
}

.dll {
    width: 130px;
	float: left;
	text-decoration: none;
}

.dll-last {
    margin-bottom: 2px;
}

.dllspacer, .dllspacer input {
	margin-bottom: 12px;
}

/** Comments */

.outline {
	background: url(../images/comments_bg.gif) repeat top left; 
	border-top: 1px dotted #666; 
	border-bottom: 1px dotted #666;
}

.free-space {
	font-size: 11px;
	margin: 0 0 0 140px; 
	background: url(../images/homepage26.gif) no-repeat left 5px;
}

.comment {
	margin: 0 0 5px 22px;
}

/** Other */

.left-space {
	margin: 0 0 20px 20px;
}

.space {
	margin-bottom: 5px;
}

.pagination {
	line-height: 16px;
	padding: 4px 0 0 9px;
	background: url(../images/homepage15.gif) no-repeat left center;
	font-size: 9px;
}

#box5 .pagination {
	margin-top: -15px;
}

.select {
    width: 120px;
	float: left;
	margin-bottom: 10px;
}

.normalfont {
	text-decoration: none;
	font-weight: 400;
}

.banner {
	position: absolute;
	top: 0;
	left: 0;
	height:163px;
	width:163px;
	background: transparent url(../images/banner.gif) no-repeat -200px -200px;
}