/*
default css for jemanja.ch
*/
*
{
	margin:0;
	padding:0;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#222;
}

html, 
body 		{ height:100%; }

body
{
    background:#70acc7 url(../images/bg.jpg) repeat-x;
}

body.galerie
{
	background-color:#335F85;
	background-image:none;
}

img			{ border:0; }

img.bild	{ border:4px solid #E6EAEB; }

img.galeriebild	{ 
	border:4px solid #E6EAEB;
	margin-bottom:4px;
}


h1
{
	font:24px Georgia, 'Times New Roman', 'Trebuchet MS', serif;
}

h2
{
	font:18px Georgia, 'Times New Roman', 'Trebuchet MS', serif;
	color:#4077a7;
	margin-top:20px;
	padding-bottom:6px;
	border-bottom:1px solid #C9DCE4;
}

strong
{
	font-weight:900;
}

em
{
	font-style:italic;
}

small
{
	font-size:10px;
	color:#639EBF;
}

#links small	{ color:#aaa; }

p
{
	margin-top:10px;
	margin-bottom:10px;
}
/*
#legende p
{
	text-align:right;
	color:#9EB0B3;
	margin:0;
	font-size:11px;
}
*/
table
{
	width:100%;
	border-collapse:collapse;
}

td
{
	border:1px solid #C9DCE4;
	padding:2px 3px 2px 3px;
	/*font-size:12px;*/
	vertical-align:top;
}

td.alternate
{
	background-color:#ECF1F6;
}

ul
{
	list-style-image:url(../images/bullet.gif);
	margin-left:12px;
}

li p
{
	margin:0 0 3px 0;
}

span.gross
{
	font-size:14px;
	line-height:20px;
}

span.klein
{
	font-size:10px;
}

hr
{
	background-color:#C9DCE4;
	color:#C9DCE4;
	height:1px;
	border-width:0;

}


