a {	
	color: #3366CC;	
	text-decoration: underline;	
}
a:hover {
	color: #FF0000;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 9px;
}
body {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 9px;	
	color: #336699;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
}  

/*Ansicht eines Eintrages ins Gästebuch*/
.biggerfont{
font-size:1.4em
}
.text{
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*Hinweis auf Datenschutz*/
.hilfstext{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.7em;	
	color: #336699;
}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}
.show {
	text-align: left;
	visibility: visible;
	overflow: visible;
	position: relative;
}
.hide {
	text-align: left;
	display:none;
	visibility: hidden;
	z-index: auto;
	height: 0px;
	width: 150px;
	overflow: visible;
	position: absolute;
}
.shadow_right{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #D5C5FE;
	border-bottom-color: #D5C5FE;
}
.shadow_left{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D5C5FE;
	border-left-color: #D5C5FE;
}

.firstcolor{

	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Grüner Rahmen um Button senden, falls aktiviert*/
.green_border{
	border: thin outset #00CC00;
}
/*Roter Rahmen um Button senden falls deaktiviert*/
.red_border{
	border: thin outset #FF0000;
}
/*Ausgabe eines Fehlers im Formular bei der Javascript Überprüfung*/
.errorDisplayJsOutput{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	background-color: #FFFFFF;
	border:none;
	vertical-align: middle;
	overflow: hidden;
}

/*Ausgabe der Zeichen die für eine Nachricht verwendet werden können*/
.lettersleft{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #336699;
	background-color: #FFFFFF;
	border: thin none;
	overflow: visible;
	height: auto;
	width: auto;
	clip:  rect(auto auto auto auto);
	text-align: right;
}

/*Für Changelo */
.listenStyle {
	line-height: 1;
	list-style-position: outside;
	list-style-type: upper-roman;
	white-space: pre;
	display: run-in;
	font-family: Arial, Helvetica, sans-serif;
	page-break-before: auto;
	page-break-after: auto;
}
