
/* FORM */

#gaestebuch
{
	width:600px;
	margin:auto;
	text-align:left;
}
#gaestebuch h1
{
	margin-top:0px;
}
#gaestebuch label
{
	float:left;
	display:block;
	width:60px;
	margin-bottom:3px;
	font-size:0.9em;
}
#gaestebuch input
{
	background:#F5F5F5 url("http://images.d03n3r.de/design1/bg_input.gif") repeat-x;
	border:1px outset #888888;
	font-size:10pt;
	width:150px;
	margin-bottom:3px;
	padding:1px;
}
#gaestebuch select
{
	background:#F5F5F5 url("http://images.d03n3r.de/design1/bg_input.gif") repeat-x;
	border:1px outset #888888;
	font-size:10pt;
	width:150px;
	margin-bottom:3px;
	padding:1px;
}
#gaestebuch textarea
{
	background:#F5F5F5 url("http://images.d03n3r.de/design1/bg_input.gif") repeat-x;
	border:1px outset #888888;
	font-family:Candara,Trebuchet MS,Helvetica;
	font-size:10pt;
	width:490px;
	height:200px;
	overflow:auto;
	margin-bottom:3px;
	padding:1px;
}
#gaestebuch input:hover,#gaestebuch select:hover,#gaestebuch textarea:hover
{
	border:1px outset #FF0000;
}
#gaestebuch input:focus,#gaestebuch select:focus,#gaestebuch textarea:focus
{
	background:#FBFBFB url("http://images.d03n3r.de/design1/bg_input2.gif") repeat-x;
}
.email_botfalle
{
	position:absolute;
	bottom:3000px;
	right:5000px;
}	


#gaestebuch .countChars
{
	margin-left:60px;
}
#gaestebuch .legendFields
{
	margin-right:8px;
}
#gaestebuch .formButtons
{
	float:right;
	margin-right:8px;
}
#gaestebuch .formButtons input
{
	font-size:8pt;
	padding:3px;
}

#gaestebuch #ajaxPLZ
{
	position:absolute;
	margin-left:5px;
}
#gaestebuch #ajaxPLZ select
{
	height:66px;
}

/* EINTRAG */

.gaestebuch_eintrag
{
	width:575px;
	margin:auto;
	margin-bottom:20px;
	border-collapse:collapse;
	background:#EAEAEA url("http://images.d03n3r.de/design1/bg_input.gif") repeat-x;
	border:1px outset #888888;
	font-size:10pt;
}
.gaestebuch_eintrag table
{
	border-spacing:2px;
	min-height:100px;
	width:100%;
}
.gaestebuch_eintrag th
{
	text-align:left;
	vertical-align:middle;
}
.gaestebuch_eintrag td
{
	border-top:1px solid #BBBBBB;
	vertical-align:top;
	padding:2px;
	padding-top:5px;
	font-family:Candara , 'Trebuchet MS', Helvetica;
	font-size:1.0em;
	height:20px;
}
.gaestebuch_eintrag td.lastfm
{
	padding:2px;
	vertical-align:bottom;
}
.gaestebuch_eintrag th div
{
	float:right;
	height:18px;
}
.gaestebuch_eintrag th img
{
	margin-left:2px;
}
.gaestebuch_eintrag a,.gaestebuch_eintrag a:active,.gaestebuch_eintrag a:visited,.gaestebuch_eintrag a:hover,.gaestebuch_eintrag a:focus
{
	text-decoration:none;
	background:none;
	padding:0px;
	border:none;
	font-weight:bold;
}

/* SMILIEBOX */

#smilies
{
	float:right;
	background:#EAEAEA;
	border:1px outset #888888;
	margin:auto;
	margin-right:8px;
	padding:0px;
	font-size:0.8em;
}
#smilies td
{
	margin:0px;
	padding:0px;
	text-align:center;
}
#smilies img
{
	margin:2px;
	margin-left:4px;
	margin-right:4px;
}
#smilies a,#smilies a:visited,#smilies a:active,#smilies a:hover,#smilies a:focus
{
	background:none;
	padding:0px;
	border:none;
}

.seiten
{
	text-align:center;
}
.seiten a,.seiten a:visited,.seiten a:active,.seiten a:hover,.seiten a:focus
{
	background:none;
	padding:0px;
	border:none;
}

/* IMAGES */

.img_site
{
	width:18px;
	height:18px;
}
.img_map
{
	width:18px;
	height:18px;
}