* {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
}


html, body {
		height:100%;
		}
		
body {
	background-image: url(page_images/main_bg.gif);
	background-position: top left;
	background-color:#eeeeee;
	background-repeat:repeat-x;
	color: Black;
}

a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a:link {
	color: #557216;
}

a:visited {
	color: #557216;
}

a:hover, a:focus {
	color: #34480a;
}

a:active {
	color: #34480a;
}

/*_______________________________________________________________________________________*/

#preload
{
display: none;
background-image: url(page_images/button_over.jpg);
}

#menu_container {
	width: 956px;
	height:120px;
	background-color: #ffffff;
	background:url(page_images/head.jpg) left top no-repeat;
	padding:0px;
	margin:0px;
}

#banner_ads {
	position: relative;
	top:16px;
	left:424px;
	width: 468px;
	height: 60px;
}

#menu_inlay {
	position: relative;
	top:29px;
	left:351px;
	width: 602px;
}

.menu {
	width: 602px;
	height: 32px;
	font-size: 2em;
	position: relative;
	z-index: 100;
	background-color: #f4f5f2;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:602px; w\idth:602px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:120px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:120px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	display: block; font-size: 0.38em; text-decoration: none; font-weight: bold; color: #5a7517; width: 120px; height: 31px; border: 0px solid #f4f5f2; border-width: 0px 0px 0px 1px; background:url(page_images/button-page.jpg) left top no-repeat #fff; text-align:center; line-height: 23px;margin-top:0px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:120px; w\idth:120px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:120px;border-top:1px solid #fff;}
/* another hack for IE5.5 */
* html .menu ul ul {top:22px;t\op:23px;}

/* position the third level flyout menu */
.menu ul ul ul{left:120px; top:-1px; width:120px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-120px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#87bf1e; color:#000; height:auto; line-height:1em; padding-top:3px; padding-bottom:3px; text-align:center; width:120px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:120px;w\idth:120px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:url(page_images/button_over.jpg) left top no-repeat;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:url(page_images/button_over.jpg) left top no-repeat;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/*_______________________________________________________________________________________*/

#wrapper {
	width: 956px;
	margin: auto;
	background-color: #EEEEEE;
	background:url(page_images/content_wrap.jpg) left top repeat-y;
	border-left: 0px solid Black;
	border-right: 0px solid Black;
}

#head_top {
	width: 956px;
	height: 44px;
	background:url(page_images/head_top.jpg) left top no-repeat;
	border-left: 0px solid Black;
	border-right: 0px solid Black;
	color: #e4ebd0;
	font-size: 0.85em;
	padding:0px;
	margin:0px;
	padding-top:0px;
}

.login-top-nonie {
padding-top:11px;
	}

.abstand {
	margin: 15px 20px 20px 20px;
}

.abstand-content {
	margin-top: 10px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 17px;
	width: 563px;
}

.faq {
	margin: 15px 20px 20px 20px;
	font-size: 12px;
}

.login-button {
	background-image:url(page_images/login-buttons.jpg);
	border:0px;
	margin-left:0px;
	width:74px;
	height: 22px;
	color:#86a435;
	font-weight: bold;
	margin-right:14px;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
}

.login-go {
	background-image:url(page_images/login-go.jpg);
	border:0px;
	margin-left:0px;
	width:33px;
	height: 20px;
	margin-right:14px;
}

.login-reg {
	background-image:url(page_images/login-register.jpg);
	border:0px;
	margin-left:0px;
	width:91px;
	height: 20px;
}

#last_uploads {
	width: 956px;
	height: 32px;
	background-image: url(page_images/latest_uploads.jpg);
	background-repeat: no-repeat;
}

#last_font {
	font-size: 12px;
	position:relative;
	left:175px;
	top:0px;
	width:500px;
}

#last_uploads_content {
	width: 956px;
	height: 131px;
	text-align:center;
	background-image: url(page_images/l_uploads_bg.jpg);
	background-repeat: no-repeat;
}

#lu_inlay {
	height: 131px;
	text-align:center;
	position:relative;
	top:10px;
}

/* Mittlerer Content Bereich der Seite */


.sd_download{
	background-image:url(page_images/download.jpg);
	border:0px;
	width:107px;
	height: 40px;
	text-align:center;
	margin-right:13px;
	margin-bottom:7px;
	margin-top:7px;
	float:left;
	}
	
	.sd_mirror{
	background-image:url(page_images/mirror.jpg);
	border:0px;
	width:107px;
	height: 40px;
	text-align:center;
	float:left;
	margin-bottom:7px;
	margin-top:7px;
	margin-right:13px;
	}

.menu_uberschrift {
	color: #F2F2F2;
	font-weight: bold;
	height: 21px;
	padding: 1px 0 0 15px;
	font-size: 12px;
}

#content {
	color: #424242;
	float: left;
	width: 597px;
	border-right: 0px solid Black;
}

#top {
	width: 597px;
	height: 27px;
	color: Black;
	background-image: url(page_images/center_news.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px;
}

#news {
	color: #51662f;
	font-weight:bold;
	font-size: 12px;
	padding: 3px 17px 1px 17px;
}

#news_inlay {
	width: 531px;
	min-height: 23px;
	color: #51662f;
	margin: 1px 17px 5px 17px;
	font-size: 10px;
}

#news_übersicht {
	color: Black;
	padding: 0px 0px 3px 0px;
	background-repeat: repeat-x;
}

#news h3 {
	color: #3E6D97;
	border-bottom: 1px solid Silver;
	padding: 10px 0 5px 0;
	font-size: 12px;
}

#news_übersicht h3 {
	color: #3E6D97;
	border-bottom: 1px solid Silver;
	padding: 10px 0 5px 0;
	font-size: 12px;
}

#main {
	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
	width: 563px;
}

.h1 {
	color: #1D1D1D;
	font-weight: bold;
	border-bottom: 1px dotted #cacaca;
	font-size: small; /* #51662f */
}

.tr_a {
	color: #000000;
	text-align: left;
	font-size: 12px;
	border-bottom: 1px solid #d7d7d7;
	background-image: url(page_images/news_a.jpg);
	background-repeat: no-repeat;
	width:529px;
	height:37px;
	vertical-align:middle;
	}
	
	.tr_b {
	color: #000000;
	text-align: left;
	font-size: 12px;
	border-bottom: 1px solid #d7d7d7;
	background-image: url(page_images/news_b.jpg);
	background-repeat: no-repeat;
	width:529px;
	height:37px;
	vertical-align:middle;
	}

th {
	color: #B0B0B0;
	text-align: left;
	font-size: 10px;
}

.span-font{
	color: #B0B0B0;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	}

td {
	font-size: 11px;
}

.titel {
	font-size: 12px;
	width: 500px;
	border-bottom: 1px solid #787878;
}

.upper {
	color: #4082BA;
	width: 70px;
	border-bottom: 1px solid #787878;
}

.format {
	color: #4082BA;
	width: 65px;
	border-bottom: 1px solid #787878;
}

.upload_edit {
	border-bottom: 1px solid #787878;
}

.profile {
	border: 1px solid #787878;
	padding:2px;
}

.grose {
	width: 65px;
	border-bottom: 1px solid #787878;
}

.tdsmall {
	color: #1D1D1D;
	font-size: 9px;
	border-bottom: 1px solid #787878;
}

.sd_rlsname {
	font-size: 12px;
	color: #51662f;
}

.sd_fonts {
	font-size: 12px;
	color: #4e4e4e;	
	}


.rls_name {
	font-size: 12px;
	color: Black;
}

.black {
	border-bottom: 1px solid black;
}

/* Rechter Bereich der Seite */ 

#navi_right {
	color: #2D2D2D;
	border: 0px solid Black;
	width: 205px;
	float: right;
}

.search_go {

	background-image:url(page_images/search-go.jpg); 
	border:0px; 
	margin-left:6px; 
	width:37px; 
	height: 21px;	
}

.search_field {
	background-image:url(page_images/search.jpg); 
	padding-top:4px; 
	padding-left:10px; 
	padding-right:10px; 
	border:0px; 
	width: 115px; 
	height: 20px;
	}

#search {
	color: Black;
	width: 205px;
	height:27px;
	border: 0px solid Black;
	padding: 0px 0 0px 0;
	background-image: url(page_images/right_search.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}

#right {
	color: Black;
	width: 205px;
	border: 0px solid Black;
	margin: 3px 2px 3px 2px;
	font-size: 12px;
}

#vote {
	color: White;
	border: 0px solid Black;
	padding: 3px 0 10px 0;
	background-image: url(page_images/navihead2.jpg);
	background-repeat: repeat-x;
}

#vote img {
	margin: 5px 10px 0 13px;
}

#toplist {
	color: Black;
	width: 205px;
	border: 0px solid Black;
	margin: 3px 2px 3px 2px;
	font-size: 12px;
}

#toplist ul {
	padding: 0;
	margin: 0;
}

#toplist li {
	background-color: transparent;
	list-style-type: none;
	padding: 3px 0px 4px 30px;
	background-image: url(page_images/navibutton.jpg);
	background-repeat: no-repeat;
}

#toplist li:hover {
	background-image: url(page_images/navibuttonOver.jpg);
}

#toplist a {
	text-decoration: none;
}

#toplist a:link {
	color: #a3bb3b;
}

#toplist a:visited {
	color: #a3bb3b;
}

#toplist a:hover, a:focus {
	color: #7F902F;
}

#toplist a:active {
	color: #49521A;
}

#stats {
	color: Black;
	width: 205px;
	height:27px;
	border: 0px solid Black;
	padding: 0px 0 0px 0;
	background-image: url(page_images/right_stats.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}

#shout {
	color: Black;
	width: 205px;
	height:27px;
	border: 0px solid Black;
	padding: 0px 0 0px 0;
	background-image: url(page_images/right_shoutbox.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}

#partner {
	color: Black;
	width: 205px;
	height:27px;
	border: 0px solid Black;
	padding: 0px 0 0px 0;
	background-image: url(page_images/right_partner.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}


/* Linker Bereich der Seite */ 

#navi_left {
	color: #2D2D2D;
	border: 0px solid Black;
	width: 154px;
	float: left;
}

#left {
	color: Black;
	width: 154px;
	border: 0px solid Black;
	padding: 0px 0 0px 0;
	font-size: 12px;
}

#cats_left {
	color: Black;
	width: 154px;
	height: 27px;
	border: 0px solid Black;
	padding: 0px 0 0px 0;
	background-image: url(page_images/left_cats.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}

#stats2 {
	color: #2D2D2D;
	border: 0px solid Black;
	padding: 3px 0 10px 0;
	background-image: url(page_images/navihead2.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}

#shout2 {
	color: #2D2D2D;
	border: 0px solid Black;
	padding: 3px 5px 10px 5px;
	background-image: url(page_images/navihead2.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}


/* Das ist der Fußbereich der Seite */

#content_footer {
	color: #557216;
	clear: both;
	border-top: 1px solid #E6E6E6;
	background-image: url(page_images/bottom.jpg);
	height: 79px;
	text-align: center;
	font-size: 0.7em;
}

#footer {
	color: #557216;
	clear: both;
	border-top: 1px solid #E6E6E6;
	background-image: url(page_images/foot.jpg);
	height: 32px;
	text-align: center;
	font-size: 0.7em;
}

#foot_container{
	text-align:left;
	position:relative;
	margin:8px 0px 3px 12px;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#footer a:link {
	color: #e4ebd0;
}

#footer a:visited {
	color: #e4ebd0;
}

#footer a:hover, a:focus {
	color: #fff;
}

#footer a:active {
	color: #fff;
}

.vote_b {
	margin: auto;
	text-align: center;
	background-color: #EEEEEE;
	border: 1px solid Silver;
}

.download_b {
	margin: auto;
	text-align: center;
	margin-top: 5px;
	background-color: transparent;
	border: 1px solid #6C6C6C;
}

#seo {
	width: 99ßpx;
	padding: 3px;
	font-size: 11px;
	color: #BCBCBC;
}

#seo a {
	text-decoration: underline;
}

#seo a:link {
	color: #BCBCBC;
}

#seo a:visited {
	color: #BCBCBC;
}

#seo a:hover, a:focus {
	color: #4682B4;
}

#seo a:active {
	color: #4682B4;
}
.detail {
	font-size: 11px;
	color: #000;
}
.input {
	border:1px solid black;
	font-size:12px;
	
}
#listrow {
	background:transparent;
}
#listrow:hover {
	background:#aaa;
}

.suggestionsBox {
		margin: 10px 0px 0px 0px;
		width: 200px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
		position:absolute;
		z-index:1000;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}
