﻿/* reset all defeault CSS for browser compatibility */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*################################## */
/* now the real Irene Frei CSS */
/*################################## */

body {
	background-color: #fffff0;
	font-family: Arial;
	font-size: 11pt;
	line-height: 13pt;
}

i {font-style:italic;}
b{font-weight:bold;}
u{text-decoration:underline;}
p {margin: 5px 0px 15px 0px;}
a {text-decoration:underline;color:#0000a0;}

ul {	list-style-type: disc;
	margin: 0px;
	padding: 10px;
  }

li {
	margin-left: 10px;
	padding: 1px;
  }

.ul_space li {
    margin-bottom: 10px;
}

p.title {
	margin: 5px 0px 0px 0px;
	color: #0000a0;
	font-weight: bold;
	}

p.bigtitle {
	margin: 5px 0px 15px 0px;
	color: #0000a0;
	font-weight: bold;
	font-size: 14pt;
	}

di v { border: 1px solid red;
	}


div#mandala{
	position: absolute;
	top: 10px;
	left: 60px;
	}


div#navi{
	width: 165px;
	float:left;
	padding-left: 10px;
	}

div#navi a {
	color: #8000ff;
	font-size: 12pt;
	text-decoration: none;
	line-height: 30px;
	font-weight:bold;
	}

div#navi a:hover {
	text-decoration: underline;
	}

div#navi a.sel {
	color: #0000a0;
	font-size: 12pt;
	text-decoration: none;
	line-height: 30px;
	font-style: italic;
	font-weight:bold;
	}

div#navi a.navismall{
	font-size: 10pt;
	line-height: 25px;
	font-weight:bold;
	}

div#navi a.navismallsel{
	color: #0000a0;
	font-size: 10pt;
	line-height: 25px;
	font-style: italic;
	font-weight:bold;
	}

div#navi ul {
	list-style-type: none;
	margin:0;
	padding: 0;
	}
div#navi li {
	border-bottom: 1px solid #ffa0e0;
	margin: 0;
	padding: 0;
}

div#content{
	padding-left:20px;
	float:left;
	width:735px;
	color: #0000a0
	}

div#footer {
	font-family: Arial;
	color: #0000a0
	}

hr {
	border: 0px; border-bottom: 1px solid #0000a0;
	}

.strong{
	color:#0000a0;
	font-weight: bold;
	}

table.rosa {
	padding: 2px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.rosa th {
	padding: 3px;
	background-color: #ffa0e0;
	color: #0000a0;
	border: 1px solid #ffffff;
	font-weight: bold;
	}

table.rosa td {
	padding: 3px;
	border: 1px solid #ffa0e0;
	font-family:arial;
	color: #0000a0;
	font-weight: normal;
	}

table.rosaliste {
	padding: 2px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.rosaliste th {
	padding: 3px;
	background-color: #ffa0e0;
	color: #0000a0;
	border: 1px solid #ffffff;
	font-weight: bold;
	}

table.rosaliste td {
	padding: 3px;
	border: 1px solid #ffa0e0;
	font-size: 10pt;
	color: #0000a0;
	font-weight: normal;
	}

ul.tight {
	margin: 0px;
	padding: 0px;
}

ul.tight li{
	margin-left:20px;
	}

td {
	vertical-align: top;
/*	border: 1px solid red; */
	}

a.bigger  {
	font-size: 18px;
	font-weight: bold;
}
//div {border: 1px solid red;}
	