/* GENERAL */

#raspberry h2,
#raspberry #side h3,
#raspberry p.highlight,
p.highlight a,
a:hover,
input#search {
color: rgb(202,10,29);
}
p.highlight a:hover {
color: rgb(120,120,120);
}
#raspberry a.ext {
background: url(../media/ext_ist.gif) 0 5px no-repeat;
}

/* MAIN MENU */

#raspberry #menu {
background: url(../media/bg_ist.jpg) right 105px no-repeat;
}
#raspberry h1 {
background: url(../media/h1_ist.gif) 0 0 no-repeat;
}
#raspberry #current {
width: 205px;
height: 100px;
background: url(../media/btn_m_current.gif) 0 0 no-repeat;
}

/* SECTION MENU */

div.a_portrait {
background: url(../media/sub_portrait_h.gif) 0 0 no-repeat;
height: 50px;
}
	a.a_portrait,
	a.a_portrait:link,
	a.a_portrait:visited {
	background: url(../media/sub_portrait.gif) 0 0 no-repeat;
	height: 50px;
	}
		a.a_portrait:focus,
		a.a_portrait:hover,
		a.a_portrait:active {
		background: url(../media/sub_portrait_o.gif) 0 0 no-repeat;
		}
div.a_philosophie {
background: url(../media/sub_philo_h.gif) 0 0 no-repeat;
height: 50px;
}
	a.a_philosophie,
	a.a_philosophie:link,
	a.a_philosophie:visited {
	background: url(../media/sub_philo.gif) 0 0 no-repeat;
	height: 50px;
	}
		a.a_philosophie:focus,
		a.a_philosophie:hover,
		a.a_philosophie:active {
		background: url(../media/sub_philo_o.gif) 0 0 no-repeat;
		}
div.a_dagmar {
background: url(../media/sub_dagmar_h.gif) 0 0 no-repeat;
height: 50px;
}
	a.a_dagmar,
	a.a_dagmar:link,
	a.a_dagmar:visited {
	background: url(../media/sub_dagmar.gif) 0 0 no-repeat;
	height: 50px;
	}
		a.a_dagmar:focus,
		a.a_dagmar:hover,
		a.a_dagmar:active {
		background: url(../media/sub_dagmar_o.gif) 0 0 no-repeat;
		}
div.a_kontakt {
background: url(../media/sub_kontakt_h.gif) 0 0 no-repeat;
height: 50px;
}
	a.a_kontakt,
	a.a_kontakt:link,
	a.a_kontakt:visited {
	background: url(../media/sub_kontakt.gif) 0 0 no-repeat;
	height: 50px;
	}
		a.a_kontakt:focus,
		a.a_kontakt:hover,
		a.a_kontakt:active {
		background: url(../media/sub_kontakt_o.gif) 0 0 no-repeat;
		}

/* SIDE CONTENT */

#side_portr {
width: 185px;
height: 80px;
background: url(../media/side_2x1_red.gif) 0 0 no-repeat;
}
#side_dagmar {
width: 100px;
height: 100px;
background: url(../media/dagmar_loeffler.jpg) 0 0 no-repeat;
}

div.ace {
padding: 0px 0 10px 0;
text-align: center;
}
.mr_18 {
margin-right: 18px;
}
.pb_5 {
padding-bottom: 5px;
}

/* KONTAKTFORMULAR */

form.contact {
width: 100%;
padding: 0;
margin: 0;
}
	fieldset {
	padding-top: 5px;
	}
	.contact legend {
	width: 100%;
	padding: 10px 0 10px 0;
	font-variant: small-caps;
	}
	label {
	clear: left;
	display: block;
	float: left;
	width: 100px;
	font-size: small;
	}
	label.no_cl {
	clear: none;
	}
	.contact input, textarea {
	display: block;
	float: left;
	width: 340px;
	border: 1px solid rgb(204,204,204);
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: rgb(202,10,29);
	}
	input.invisible {
	padding: 0;
	border: none;
	}
	input.rel {
	border: none;
	width: auto;
	margin: 0 5px 0 0;
	}
	input.go {
	clear: left;
	width: 100px;
	height: 50px;
	padding: 0;
	margin: 15px 0 15px 85px;
	background: url(../media/senden.gif) rgb(255,255,255);
	border: none;
	cursor: pointer;
	}
	#initcd {
	padding: 5px;
	}
	
	
/* SUCHE */
	
	input.entry {
	border: 1px solid rgb(204,204,204);
	width: 56px;
	padding: 1px;
	margin: 0;
	font-size: xx-small;
	color: rgb(120,120,120);
	}
	input.submit {
	font-size: xx-small;
	}