html {
height:100%;
}


body {
	margin: 0px;
	background-color:#000000;

	color: #ffffff;
	font-family: verdana;
	font-size: 12px;

}

body.body
{
	margin-top: 231px;
}

div.menu
{
	position: absolute;
	top: 190px;
	padding-top: 1px;

	text-align: center;
}

a.menu_item
{

	display: block;
	float: left;

	margin: 0px;
	margin-right: -1px;
	margin-top: -1px;

	padding: 2px;

	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	border: solid 1px #c0cfff;
}

a.menu_item:hover, a.menu_item:hover *
{
	background: #ffffff;
	color: #000000;
}

div.user_status a:hover, div.user_status a:hover *
{
	color: #0000cc;
}


img.content_spacer_left
{
	height: 216px;
	width: 12px;
	margin-right: 5px;
}

img.content_spacer_right
{
	height: 216px;
	width: 10px;
	margin-left: 5px;
}

img.top_spacer_left
{
	height: 216px;
	width: 13px;
	margin-right: 5px;
}

img.top_spacer_right
{
	height: 216px;
	width: 10px;
	margin-left: 5px;
}
div.content_box
{
	position: relative;
	width: 778px;
	padding: 0px;
	margin: 0px;

	left: 50%;

	margin-left: -389px;
}

div.user_status
{
	position: absolute;
	top: 80px;
	left: 20px;
	width: 150px;
	height: 100px;
	text-align: left;
	border: solid 0px #ff0000;
}

div.user_status, div.user_status *
{
	color: #000000;
	font-size: 11px;
}

div.google_add
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 15px;
	z-index: 999;
	padding: 0px;
	text-align: center;
	background: #000000;
}
html>body div.google_add
{  /* nur fuer moderne Browser! */
    position: fixed;
}

div#googleSearchUnitIframe iframe
{

}


div.top
{
	position: absolute;
	top: 15px;
	height: 216px;
	background:url(../images/bg_top.png) no-repeat;
	z-index: 1000;
}
html>body div.top
{  /* nur fuer moderne Browser! */
    position: fixed;
}

div.mid
{
	background:url(../images/bg_mid.png) repeat-y;
}

div.content_padding
{
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 16px;
	margin-right: 14px;
}

div.content
{
	padding-top: 0px;
}
div.content div.content_padding
{
	margin-right: 0px;
	margin-left: 18px;
	width:734px;
	overflow: auto;
}
div.bottom
{
	height: 34px;
	background:url(../images/bg_bottom.png) no-repeat;

	text-align: center;
}
div.bottom span
{
	font-size: 10px;
}














form
{
	margin: 0px;
}
body,table,tr,td,font,input,a,ul,li,div,fieldset,legend
{
	color: #ffffff;
	font-family: verdana;
	font-size: 12px;
}

ul
{
	padding-left: 0px;
	margin: 0px;
}

li
{
	margin-left: 20px;
	padding: 0px;
	list-style-image:url("../images/li.gif");
}

hr
{
border-style: solid;
padding: 0px;
border-width: 1px 0px 0px 0px;
border-color: #cccccc;
}

a:hover
{
	color: #aaaaaa;
}

.no_decoration
{
text-decoration: none;
}

img.resized
{
	width: 90%;
}

select.gallery_tree
{
	font-family: courier;
}
select.gallery_tree option
{
	padding: 0px;
	marging: 0px;
}

select.ThumbSelect option
{
	width: 149px;
	height: 125px;
	background-repeat: no-repeat;
	background-position: center;
}


table.comments
{
	border-collapse: collapse;

}
table.comments td
{
	padding: 2px;
	border: solid 1px #999999;

}

table.comments tr.noborder, table.comments tr.noborder td
{
	border-width: 0px;
}

input.user, input.password, input.email
{
	border: solid 1px #aaaaaa;
	padding: 2px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
}
input.user
{

	background-image: url("../images/username.png");
}
input.password
{
	background-image: url("../images/password.png");
}
input.email
{
	background-image: url("../images/email.png");
}


table.GalleryTree
{
	text-align: center;

}
table.GalleryTree td, table.GalleryTree td.title a
{
	font-size: 11px;
	vertical-align: middle;
}
table.GalleryTree td.title
{
	padding-left: 3px;
	white-space: nowrap;
}

a.btn_prev img
{
	background: url("../images/btn_prev_blue.png");
	width: 50px;
	height: 50px;
	border-width: 0px;
}
a.btn_prev:hover img
{
	background: url("../images/btn_prev_green.png");
}
a.btn_prev_off img
{
	background: url("../images/btn_prev_grey.png");
	width: 50px;
	height: 50px;
	border-width: 0px;
}

a.btn_next img
{
	background: url("../images/btn_next_blue.png");
	width: 50px;
	height: 50px;
	border-width: 0px;
}
a.btn_next:hover img
{
	background: url("../images/btn_next_green.png");
}
a.btn_next_off img
{
	background: url("../images/btn_next_grey.png");
	width: 50px;
	height: 50px;
	border-width: 0px;
}



div.gallery_nav
{
	border-bottom: solid 1px #444444;
	font-size: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
div.gallery_nav *
{
	font-size: 10px;
}

div.thumbnail
{
	float: left;
}

div.pic_info, div.pic_info a
{
	font-size: 9px;
	color: #bbbbbb;
}

div.pic_info a
{
	text-decoration: none;
	font-weight: bold;
}

tr.header td
{

	font-weight: bold;
	text-align: center;
}

input.new_entry
{
	cursor: pointer;

	width: 113px;
	height: 18px;

	margin: 0px;
	padding: 0px;

	background: url("../images/c_new_entry.png");
	border: solid 0px #cccccc;
}

input.new_entry:hover, input.new_entry_hover
{
	background: url("../images/c_new_entry_h.png");
}
fieldset
{
	padding: 5px;
	border: solid 1px #888888;
	margin-left: 30px;
	background-color: #333333;

	background-image: url("../images/fieldset.gif");
	background-repeat: repeat-x;
	margin-top: 3px;

	text-align: left;
}
fieldset fieldset
{
	background-image: none;
}
html>body fieldset
{
	background-image: none;
}
fieldset legend
{
	background: #333333;
	border: solid 1px #888888;
	padding: 0px 3px 1px 2px;
	font-size: 10px;

}

a.quote img { width: 47px; height: 18px; border: none; background-image: url("../images/c_quote.png"); }
a.quote:hover img { background-image: url("../images/c_quote_h.png"); }
a.edit img { width: 47px; height: 18px; border: none; background-image: url("../images/c_edit.png"); }
a.edit:hover img { background-image: url("../images/c_edit_h.png"); }
a.delete img { width: 47px; height: 18px; border: none; background-image: url("../images/c_delete.png"); }
a.delete:hover img { background-image: url("../images/c_delete_h.png"); }

table.description_table
{
	border-collapse: collapse;

	padding: 0px;
	margin-top: 10px;



}
table.description_table td
{
	border: solid 1px #555555;
	padding: 2px;
}

p
{
	/*display: inline;*/
	margin: 0px;
}
h1
{
	display: inline;
	font-size: 17px;
	font-weight: bold;
}
h2
{
	display: inline;
	font-size: 30px;

	line-height: 50px;
	height: 50px;

	vertical-align: top;

	font-weight: bold;

	margin-left: 20px;
	margin-right: 20px;
}

input, input *
{
	color: #000000;
}


img.rank_full
{
	background-position: left top;
	background-image: url(../images/rank_full.png);
}
img.rank_blank
{
	background-position: right top;
	background-image: url(../images/rank_blank.png);
}
img.rank_full_small
{
	background-position: left top;
	background-image: url(../images/rank_full_small.png);
}
img.rank_blank_small
{
	background-position: right top;
	background-image: url(../images/rank_blank_small.png);
}