
* 
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0px;
	background-image: url(../gfx/green/bg_body.png);
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #526a00;
}

a, a:visited, a:hover
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	color: #b7cb34;
}

h1
{
	font-family: Tahoma, Verdana, Arial;
	color: #526a00;
	font-size: 24px;
	margin-bottom: 3px;
	margin-top: 0px;
}

h2
{
	font-family: Tahoma, Verdana, Arial;
	color: #526a00;
	font-size: 20px;
	margin-bottom: 3px;
	margin-top: 0px;
}

h3
{
	font-family: Tahoma, Verdana, Arial;
	color: #526a00;
	font-size: 16px;
	margin-bottom: 3px;
	margin-top: 3px;
}

p
{
	padding-top: 0px;
	margin-top: 0px;
}

.dashed_border
{
	border-bottom: 1px #b7cb34 dashed;
}

.imgshadow 
{
	/* background: url(/gfx/shadow_img_200.png) no-repeat bottom left; */
	/* padding: 4px 7px 17px 7px; */
	padding: 4px 4px 4px 4px;
	border: #cccccc 1px solid;
}

p#newmessages
{
	float:right;
	padding-right: 10px;
	color: #FFFFFF;
}

hr#stdhr
{
	height: 1px;
	color: #b7cb34;
	width: 100%;
	text-align: left;
	border: 0px none;
	border-top: 3px dotted;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

input#starttext
{
	border: 1px #526a00 solid;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #526a00;
	background-image: url(../gfx/start_input.png);
	width: 237px;
	margin-bottom: 10px;
	padding-left: 3px;
}

input#starttext_nickname
{
	border: 1px #526a00 solid;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #526a00;
	background-image: url(../gfx/start_input_short.png);
	width: 202px;
	margin-bottom: 10px;
	padding-left: 3px;
}

input#stdinput
{
	border: 1px #526a00 solid;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #526a00;
	width: 150px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 5px;
}

input#galleryinput
{
	border: 1px #4e4e4e solid;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #4e4e4e;
	width: 138px;
	margin: 0px;
	padding-left: 12px;
	background : transparent;
	background-image: url(../gfx/input_bg.png);
	background-repeat: no-repeat;
}

textarea#std
{
	border: 1px #CCCCCC solid;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #CCCCCC;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 5px;
}

select#startselect
{
	border: 1px #526a00 solid;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #526a00;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 5px;
}

input#startbutton
{
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../gfx/green/start_button.png);
	background-repeat: no-repeat;
	background-color: transparent;
	font-weight: bold;
	border: 0px;
	height: 25px;
	width: 118px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	cursor: pointer;
}

input#save_thumb
{
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../gfx/green/start_button.png);
	background-repeat: no-repeat;
	background-color: transparent;
	font-weight: bold;
	border: 0px;
	height: 25px;
	width: 118px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	cursor: pointer;
}

span.button a
{ 
	display:inline-block; 
	text-decoration:none !important; 
	white-space:nowrap; 
	background:url(/gfx/green/start_button.png) no-repeat; 
	background-position:right top;
	vertical-align:middle; 
	overflow:visible;
	height:23px; 
	width: 118px;
	overflow:visible;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

table#welcome td#text
{
	color:#FFFFFF;
	padding-left: 25px; 
	font-weight: bold;
	vertical-align: middle;
}

table#infobox
{
	background-color: #d9e399;
	border: 1px #526a00 solid;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	vertical-align: middle;
}

table#infobox .error
{
	background-color: #ff9c84;
}

table#infobox a
{
	color: #6d8d00;
}

table#infobox a:hover
{
	color: #FFFFFF;
}

.table_infobox_mid_border
{
	border-top: 1px #FFFFFF solid;
}

table#settings td
{
	vertical-align: top;
}

table#settings td#title
{
	text-align: left;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	color: #b7cb34;
	vertical-align: top;
	white-space: nowrap;
}

table#settings td#checkbox
{
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
}

table#settings td#top
{
	width: 50%;
	text-align: center;
	vertical-align: middle;
}

table#settings td#top:hover
{
	cursor: pointer;
}

table#datenschutz td#title
{
	font-size: 20px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	color: #b7cb34;
}

table#datenschutz td#text
{
	color: #526a00;
	font-size: 12px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

table#profile td#maintitle
{
	background-color: #d9e399;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	font-size: 18px;
}

table#profile td#title
{
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	color: #b7cb34;
	vertical-align: top;
	white-space: nowrap;
	width: 25%;
}

table#profile td#text
{
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	vertical-align: top;
	white-space: nowrap;
}

table#profile td#actions
{
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 5px;
}

table#profile td#actions a
{
	color: #526a00;
}

table#search td#maintitle
{
	background-color: #d9e399;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	font-size: 18px;
}

table#search td#maintitle a#search
{
	background-color: #d9e399;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	font-size: 18px;
	color: #526a00;
}

table#search td#title
{
	text-align: left;
	padding-bottom: 10px;
	padding-top: 7px;
	padding-right: 10px;
	color: #b7cb34;
	vertical-align: top;
	white-space: nowrap;
}

table#search td#text
{
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	vertical-align: top;
	width: 100%;
	white-space: nowrap;
}

table#search td#multiple
{
	text-align: left;
	padding-right: 10px;
	vertical-align: top;
	width: 25%;
	white-space: nowrap;
}

table#search td#multiple_title
{
	text-align: left;
	padding-top: 2px;
	padding-right: 10px;
	color: #b7cb34;
	vertical-align: top;
	white-space: nowrap;
}

table#search td#actions
{
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 5px;
}

table#search td#actions a
{
	color: #526a00;
}

table#favorites td#maintitle
{
	background-color: #d9e399;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	font-size: 18px;
}

table#favorites td#maintitle a#search
{
	background-color: #d9e399;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	font-size: 18px;
	color: #526a00;
}

table#favorites td#title
{
	text-align: left;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	color: #b7cb34;
	vertical-align: top;
	white-space: nowrap;
}

table#favorites td#text
{
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	vertical-align: top;
	width: 100%;
	white-space: nowrap;
}

table#favorites td#actions
{
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 5px;
}

table#favorites td#actions a
{
	color: #526a00;
}

table#contacts td#maintitle
{
	background-color: #d9e399;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	font-size: 18px;
}

table#contacts td#maintitle a#search
{
	background-color: #d9e399;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	font-size: 18px;
	color: #526a00;
}

table#contacts td#title
{
	text-align: left;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	color: #b7cb34;
	vertical-align: top;
	white-space: nowrap;
}

table#contacts td#text
{
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	vertical-align: top;
	width: 100%;
	white-space: nowrap;
}

table#contacts td#actions
{
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 5px;
}

table#contacts td#actions a
{
	color: #526a00;
}

table#message_read td#maintitle
{
	background-color: #d9e399;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	font-size: 18px;
	max-height: 20px;
}

table#message_read td#maintitle a#message_read
{
	background-color: #d9e399;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	font-size: 18px;
	color: #526a00;
}

table#message_read td#text
{
	text-align: left;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-right: 10px;
	vertical-align: top;
	width: 76%;
}

table#message_read td#text a
{
	color: #b7cb34;
}

table#message_send td#text
{
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	vertical-align: top;
	width: 100%;
}

table#message_send td#title
{
	text-align: left;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	vertical-align: top;
	white-space: nowrap;
}

table#nachrichten td#title
{
	padding: 5px;
	padding-right: 15px;
	color: #b7cb34;
	border-bottom: 1px #b7cb34 dashed;
	white-space: nowrap;
}

table#nachrichten td#text
{
	padding-left: 5px;
	padding-right: 15px;
	border-bottom: 1px #b7cb34 dashed;
	white-space: nowrap;
}

table#nachrichten td#top
{
	width: 50%;
	text-align: center;
}

table#nachrichten td#top:hover
{
	cursor: pointer;
}

table#nachrichten .content:hover
{
	background-color: #d9e399;
	cursor: pointer;
}

table#contact td
{
	vertical-align: top;
	padding-right: 10px;
}

table#contact td#title
{
	padding-top: 5px;
}

table#gallery td#top
{
	width: 50%;
	text-align: center;
	vertical-align: middle;
}

table#gallery td#top:hover
{
	cursor: pointer;
}

table#funktionen td#text
{
	padding-bottom: 10px;
}

img#count
{
	padding-right: 10px;
}

img#profileimg
{
	background: url(/gfx/shadow_img.png) center;
	padding: 10px;
	margin-right: 15px;
}

img#save_thumb
{
	background: url(/gfx/shadow_img.png) center;
	padding: 10px;
	margin-right: 15px;
}

div#main
{
	position:relative;
	width: 1033px;
	min-height: 100%;
	margin: 0px auto;
	background-color: #FFFFFF;
}

div#left_shadow
{
	position:absolute;
	width: 23px;
	height: 100%;
	background-image: url(../gfx/shadow_left.png);
	background-repeat: repeat-y;
	left: -23px;
}

div#right_shadow
{
	position:absolute;
	width: 23px;
	height: 100%;
	background-image: url(../gfx/shadow_right.png);
	background-repeat: repeat-y;
	top: 0px;
	left: 1033px;
}

div#header
{
	position:absolute;
	width: 1033px;
	height:205px;
	background-image: url(../gfx/green/header_de.png);
	background-repeat: no-repeat;
	z-index: 1;
}

div#navigation
{
	position:absolute;
	width: 165px;
	top: 210px;
	left: 10px;
}

div#navigation a, a:visited
{
	color: #526a00;
}

div#navigation a:hover
{
	color: #FFFFFF;
}

div#navigation #nav td
{
	background-color: #b7cb34;
	color: #526a00;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px #FFFFFF solid;
}

div#navigation #nav td:hover
{
	color: #FFFFFF;
	cursor: pointer;
}

div#navigation #box
{
	border: 1px #b7cb34 solid;
}

div#navigation #box .title
{
	background-color: #b7cb34; 
	color: #526a00;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px #b7cb34 solid;
}

div#navigation #box .content:hover
{
	background-color: #d9e399;
	cursor: pointer;
}

div#navigation #box .subtitle
{
	padding-left: 10px;
	padding-top: 5px;
	color: #526a00;
	font-weight: bold;
	font-size: 13px;
}

div#navigation #box .date
{
	padding-right: 10px;
	padding-top: 5px;
	color: #99b400;
	font-size: 11px;
	text-align: right;
	white-space: nowrap;
}

div#navigation #box .what
{
	padding-left: 10px;
	color: #99b400;
	font-size: 11px;
	padding-bottom: 10px;
}

div#navigation #box .icons
{
	padding-right: 10px;
	color: #99b400;
	font-size: 11px;
	text-align: right;
	padding-bottom: 10px;
}

div#content
{
	position:relative;
	width: 655px;
	min-height: 1300px;
	left: 185px;
	padding-top: 210px;
	z-index: 0;
	padding-bottom: 10px;
}

div#right
{
	position: relative;
	float: right;
	top: 210px;
	right: 10px;
	height: 610px;
	width: 165px;
	/* background-color: #CCCCCC; */
	text-align: right;
}

div#right #box
{
	border: 1px #b7cb34 solid;
}

div#right #box .title
{
	background-color: #b7cb34; 
	color: #526a00;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px #b7cb34 solid;
	text-align: left;
}

div#footer
{
	position:relative;
	width: 1000px;
	left: 20px;
	bottom: 0px;
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#999999;
	border-top: 1px  solid;
}

div#footer a
{
	font-size: 10px;
	color:#999999;
}

div#startscreen
{
	position:relative;
	min-height: 635px;
	padding-top: 225px;
	padding-left: 25px;
	padding-right: 25px;
	color: #b7cb34;
}

div#startscreen a
{
	text-decoration: underline;
	color: #b7cb34;
}

div#startscreen td#title
{
	font-weight: bold;
	text-align: right;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 10px;
}

div#savesearch
{
	width: 360px;
	height: 180px;
	position:absolute;
	visibility: hidden; 
	left: 160px;
	top: 220px;
}

.agb
{
	/* background-color: #FFFFFF; */
}

/* ASM SELECT BEREICH */
.asmContainer {
	/* container that surrounds entire asmSelect widget */
}

.asmSelect {
	/* the newly created regular 'select' */
	display: inline; 
	border: 1px #526a00 solid;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #526a00;
	margin-right: 5px;
	margin-bottom: 0px;
	width: 100%;
}

.asmOptionDisabled {
	/* disabled options in new select */
	color: #999; 
}

.asmHighlight {
	/* the highlight span */
	padding: 0;
	margin: 0 0 0 1em;
}

.asmList {
	/* html list that contains selected items */
	margin: 1px 0 15px 0; 
	position: relative;
	display: block;
	padding-left: 0; 
	list-style: none; 
	width: 99%;
}

.asmListItem {
	/* li item from the html list above */
	position: relative; 
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	background: #d9e399;
	border: 1px solid #526a00; 
	width: 100%; 
	margin: 1px 0 0 0; 
	line-height: 1em;
}

.asmListItem:hover {
	background-color: #e1e9ad;
}

.asmListItemLabel {
	/* this is a span that surrounds the text in the item, except for the remove link */
	padding: 5px; 
	display: block;
	color: #6d8d00;
}

.asmListSortable .asmListItemLabel {
	cursor: move; 
}

.asmListItemRemove {
	/* the remove link in each list item */
	position: absolute;
	right: 0; 
	top: 0;
	padding: 5px; 
	color: #6d8d00;
}
/* ENDE */

