*{
	padding:0;
	margin:0;
	border:0;
}


body
{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	background-color: #ABDD12;
}


/* VERWEISE */
a:link 		{	text-decoration: none;}
a:visited 	{ 	text-decoration: none;}
a:hover 		{ 	text-decoration: none;}
a:active 	{ 	text-decoration: none;}


a
{
	text-decoration: none;
	color : #fff;
	border-bottom: 1px #fff dotted;
}

a.none
{
	text-decoration: none;
	color : #232323;
	border: 0;
}

a.top
{
	text-decoration: none;
	color : #fff;
	font-size: .8em;
}

a.back
{
	text-decoration: none;
	color : #fff;
	font-size: 1em;
	background-image: url(../../images/back.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 3px 0px 3px 20px;
	border: 0;
}

a.email
{
	text-decoration: none;
	color : #fff;
	font-size: 1em;
	background-image: url(../../images/ico-mail.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 0px 5px;
	border: 0;
}

a.www
{
	text-decoration: none;
	color : #fff;
	font-size: 1em;
	background-image: url(../../images/ico-www.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 0px 0px;
	border: 0;
}

a.vor
{
	text-decoration: none;
	color : #fff;
	font-size: 1em;
	font-weight: bold;
	background-image: url(../../images/vor.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 4px 20px;
	margin: 0px 0px 0px 0px;
	border: 0;
	
}

/* DIV-CONTAINER */
#bigbox
{
	width: 100%;
	margin: auto;
	text-align:center;
}

#sitebox
{
	width: 980px;
	margin: auto;
}

#logo-signet
{
	
	width: 169px;
	height: 227px;
	background-image: url(/gaestebuch/images/logo-signet.png);
	float: left;
	margin: 0px 0px 0px 0px;
}

	#logo-signet a
	{
		width: 169px;
		height: 227px;
		float: left;
		margin: 0px 0px 0px 0px;
		display: inline;
		border: 0;
	}
	
#logo-schriftzug
{
	
	width: 598px;
	height: 44px;
	background-image: url(/gaestebuch/images/logo-schriftzug.png);
	float: left;
	margin: 185px 0px 0px 20px;
}

	#logo-schriftzug a
	{
		width: 598px;
		height: 44px;
		float: left;
		margin: 0px 0px 0px 0px;
		display: inline;
		border: 0;
	}

#menu
{
	width: 980px;
	height: 50px;
	
	text-align: right;
	margin: auto;
	margin-top: 10px;
	
	font-size: .6em;
	font-weight: bold;
}

	ul.menu
	{
		list-style-type: none;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		text-align: right;
	}
	
		li.menu
		{
			list-style-type: none;
			margin: 0px 0px 0px 15px;
			display: inline;
		}
		
			li.menu a
			{
				border: 0;
			}
			
			li.menu a:hover
			{
				border-bottom: 1px #fff dotted;
			}


#contentbox
{
	width: 980px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	overflow: auto;
	
	font-size: .7em;
	font-weight: normal;
	color: #fff;
}

	#content
	{
		width: 790px;
		float: right;
	}
	
div.gaestebuch-eintrag
{
	width: 100%;
	
	margin: 0px 0px 15px 0px;
	
	border-bottom: 1px #fff dotted;
}


#tooltip
{
	max-width: 300px;
	position:absolute;
	border: 1px solid #000;
	padding: 5px 10px;
	color:#232323;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .7em;
	text-align: left;
	display:none;
	margin: 0px 0px 0px -5px;
	
	background-image: url(../../images/bg-tooltip.png);
	background-repeat: repeat;
	
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
}


#footer
{
	width: 790px;
	
	padding: 5px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size: .7em;
	font-weight: normal;
	
	text-align: center;
	
	float: right;
	
	border-top: 1px #fff solid;
}
	
	ul.footer
	{
		list-style-type: none;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		text-align: center;
	}
	
		li.footer
		{
			list-style-type: none;
			margin: 0px 15px 0px 0px;
			display: inline;
		}
		
		li.footer a
		{
			text-decoration: none;
			border: 0;
		}
		
		li.footer a:hover
		{
			border-bottom: 1px #fff dotted;
		}
		
span.fehler-input
{
	background-image: url(../../images/ico-fehler.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 18px;
	font-weight: bold;
}

span.fehler-textarea
{
	background-image: url(../../images/ico-fehler.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 18px;
	font-weight: bold;
	position: relative;
	top: -140px;
}