/******* ATELIE OLIVE - HTML-Tags *******/
/******* Main Site-Layout *******/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #f4dff3;
	font-style: normal;
	line-height: 12px;
	background-color: #a95ba7;
	background-repeat: repeat;

}
hr {
	color: #ffffff;
}
a:link {
	color: #ffffff;
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #c881c6;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	text-decoration: underline;
}

.font_whitesmall {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-style: normal;
}
.font_ross {
	font-size: 14px;
}
/******* BOTTOM *******/
#bottom {
    position: fixed;
	color: #ac5ea9;
	background-color: #4e094c;
	height: 21px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 3;
}
/******* FROMULAR *******/
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f156d;
	border: 1px solid #3f023e;
	background-color: #f6e8f6;
	height: 18px;
	width: 200px;
	padding-left: 3px;
}
.form_textarea { color: #6f156d; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #f6e8f6; padding-left: 3px; width: 200px; height: 100px; border: solid 1px; }

.form_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f156d;
	background-color: #f6e8f6;
	border: 1px solid #3f023e;
	height: 18px;
	width: 200px;
}
label { line-height: 2em; width: 100px; height: 20px; float: left; }
/*Gästebuch
*/
.gb_nickname { font-size: 10px; font-weight: bold; }
.gb_title { font-size: 10px; font-weight: bold; }
.gb_eintrag { font-size: 10px; }

