/*========================================================
praxis-mutter-kind.de STYLE SHEET - SCREEN (c) spoint.de
	Imported Style (fontsize workaround zeldman 355f)
	height=100+1 wg. Mozilla-Zappeln bei halber Seite
==========================================================*/
@import url(ingafontsize.css);

html {height: 100%; margin-bottom: 1px;}

body {
	margin-top: 6px;
	margin-left: 0px;
	background-color: #FFC15C;

	font-family: "Trebuchet MS",Helvetica,Arial,Geneva,Swiss,SunSans-Regular,sans-serif;
	line-height: 135%;
	color : #330000;

	list-style-image: url(img/pointorange6.gif);
}
ul {line-height: 135%;}

h1,h2,h3 {
	font-family: "Trebuchet MS",Helvetica,Arial,Geneva,Swiss,SunSans-Regular,sans-serif;
	font-weight : bold;
	color : #c90028;
}

h1 {
	margin-top: 0px;
}

h3 {float:left; padding-top:0; margin-top:0; padding-bottom:0; margin-bottom:0px; padding-right: 5px;
}


a:link  {
	color : #c90028;
	text-decoration : none;
}

a:visited  {
	color : #c90028;
	text-decoration : none;
}

a:hover  {
	color : #c90028;
	text-decoration : underline;
}
a:active  {
	color : #c90028;
	text-decoration : underline;
}
.note { background: #fec; color: #333;	border: 1px #c90028 solid;	padding: 10px;	margin-top: 0; margin-bottom: 1em;}
.pinsel {margin-right: 5px;}
.subtitle {font-weight: bold; color: #c90028;}
.motto {
	font-family : Georgia, "Times New Roman", Times, serif;
	color : #c90028;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	line-height: 123%;
	margin-top: 0px;
}

a.navi, a.navi_self {
	display:block;
	width:95px;
	white-space:nowrap;
	overflow:hidden;
	font-family : "Trebuchet MS",Helvetica,Arial,Geneva,Swiss,SunSans-Regular,sans-serif;
	font-weight : bold;
	color: #996666;

	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	text-decoration:none;
	padding:0px;
	text-align:left;
	border-width:0px;
	margin-bottom:12px;
}

a.navi:link, a.navi:visited {
	color: #996666;
}

a.navi_self:link, a.navi_self:visited {
	color: #c90028;
}
a.navi:hover, a.navi_self:hover,a.navi:active, a.navi_self:active {
	color:#c90028;
}

a.info{
	position:relative;
	z-index:1; background-color:#fff;
	color:#c90028;
	text-decoration:none;
	border-bottom: 0px dashed #c30;
}

a.info:hover{z-index:2; background-color:#FFd38d
}

a.info span{display: none
}

a.info:hover span{
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #000;
    background-color:#FFd38d; color:#000;
    text-align: left
}



