body {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

/* texts */

p {
	margin: 0px 0px 1em 0px;
}

td {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px; 
}

.txt_grey {
	color: #aaaaaa;
}

.txt_small {
	font-size: 10px;
}

.txt_small_grey {
	font-size: 10px;
	color: #aaaaaa;
}

ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
}

ul li {
	margin-top: 5px;
	margin-bottom: 8px;
	padding-left: 16px;
	background-image: url(/images/icon_list.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}


/* colors */

.nav_home, .nav_praxis, .nav_portrait, .nav_kontakt, .nav_indikation, .nav_therapie, .nav_faq, .nav_links {
	color: #707070;
}

.nav_home:hover, .nav_home_active, .nav_home_active:hover {
	color: #8798c9;
}

.nav_praxis:hover, .nav_praxis_active, .nav_praxis_active:hover {
	color: #ae76b0;
}

.nav_portrait:hover, .nav_portrait_active, .nav_portrait_active:hover {
	color: #97c9d9;
}

.nav_kontakt:hover, .nav_kontakt_active, .nav_kontakt_active:hover {
	color: #a17976;
}

.nav_indikation:hover, .nav_indikation_active, .nav_indikation_active:hover {
	color: #d26e87;
}

.nav_therapie:hover, .nav_therapie_active, .nav_therapie_active:hover {
	color: #dde396;
}

.nav_faq:hover, .nav_faq_active, .nav_faq_active:hover {
	color: #9074af;
}

.nav_links:hover, .nav_links_active, .nav_links_active:hover {
	color: #a6bf7a;
}

/* links */

a {
	color: #5b0000;
	text-decoration: none;
}

a:hover {
	color: #5b0000;
	text-decoration: underline;
}

a.normal {
	color: #707070;
	text-decoration: none;
}

a.normal:hover {
	color: #707070;
	text-decoration: none;
}

/* IDs */

#ci {
	width: 800px;
	left: 20px;
	top: 20px;
	position: absolute;
}

#tagcloud {
	width: 500px;
	left: 50px;
	top: 300px;
	position: absolute;
	z-index: 50;
}

#title {
	left: 500px;
	top: 250px;
	position: absolute;
}