/* general */

body, table, tr, td, input, select, form, textarea{
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body{
	margin:0;
	background-color:#ffff73;
}

h1{ 
	display:block;
	margin-bottom:8px;
	font-size:22px;
	font-weight:bold;
	color: #933334;
}

h2{ 
	display:block;
	margin-bottom:8px;
	font-size:18px;
	font-weight:bold;
	color: #933334;
}

dt,dd{ display:block; margin-bottom:4px; }
dt{font-weight:bold;}

#contentCell{
	margin: 16px 8px 8px 0px;
}

legend {color:#666666;}

/* Zelle Pagebar */
.cell-pagebar{
	height:16px;
	line-height:15px;
	text-align:left;
	padding-left: 8px;
	background-color:#FFCC00;
}

/* Tabelle Gästebuch */
.table-guestbook{
	border:1px solid #9E363E;
	margin-bottom:12px;
}

a{
	color: #006666;
	text-decoration:none;
}
a:hover{ color:#ff0000; }


.rot{ color: #FF0000; }
.green{ color:#339966; }

.bild-links{float:left; margin-right:8px;}
.bild-rechts{float:right; margin-left:8px;}

/* FORMULARE */

form{margin:0};

input, select, textarea {
	font-size:11px;
}

select { height:18px; }

input.form1 {
	border: 1px solid #999999;
	height: 15px;
}

textarea{
	border: 1px solid #999999;
	overflow:auto;
}

input.button1 {
	cursor:pointer;
	font-size:11px;
}


.errorText {
	color: #FF0000;
}

