/***********************************************
*
* datei           : style.css
* beschreibung    : Haupt-Css-Datei für Ferienappartement Jacob
*
* erstellt        : 10.9.05
* letzte änderung : 2.10.07
* autor           : elias müller
*
* farben          :
***********************************************/

@import url(forms.css);

/* grunddefinitionen */
*, html, body {
	font-family: Verdana, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, Sans-serif;
}

html, body{
	font-size: 101%;
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 0.8em;
	padding: 5px;
}

/* allgemeine elementeigenschaften */
a:link, a {
	color: #FFAA1C;
	text-decoration: none;
}

a:hover, a:active {
	color: #606060;
	text-decoration: underline;
}

a:visited {
	color: #606060;
}

/* erfolgsmeldung nach mail-versand */
.message {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}