body {
	margin: 0px auto;
	font: normal 11px Arial, sans-serif, Verdana;
/*	background-color: rgb(255,251,232); */
	background-color: #ffffff;
	text-align: center;
	/* background-image: url(/files/hell-left.gif); */
	background-repeat: repeat-y;
}


#wrapper {
	margin: 10px auto;
	/*
	width: 600px;
	position: relative;
	text-align: center;
	padding: 0px;
	background-color: #fff;
*/
}

#links {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 190px;
	height: 500px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
/*	background-color: #ffeebb; */
}

#lmenue {
	width: 190px;

}



#links ul {
	margin-top: 0px;
	margin-left: 23px;
	padding: 0px;
	font-weight: bold;
	/* background-color: #ffeebb; */
}


#links li {
	/* display: inline; */
	list-style: none;
	margin: 0px;
	padding: 0px;
}


#links li a {
	display: block;
	color: #000;
	height: 21px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	line-height: 21px;
	padding-left: 2px;
}


#links li a:hover, #links li a.selected {
	color: #ee0000;
	text-decoration: none;
	/* background-color: #eeddaa; */
}

#links li a:hover {
	/* background-color: #ddccbb; */
	color: rgb(19,1,123);
}

#links img {
	border: 0;
	margin-left: 20px;
	margin-bottom: 10px;
}

#con {
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	margin-left: 200px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;

}

label {
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-stretch: wider;
}

input#upass, input#uname, #con input#email,#con input#praxis, #con input#tel, #con textarea {
	background-color: rgb(227,231,242);
	border: 0;
	width: 330px;
	margin-bottom: 10px;
}

#con input#send {
	margin-right: 15px;
}

#con p.subtext {
	font-size: 11px;
}

div.article {
	margin-left: 30px;
	margin-right: 30px;
	clear: both;
}

div.wimg {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

div.wimg img {
	margin: 0;
	padding: 0;
	margin-bottom: -4px;
}

div.wimg span.imgsource {
	font-size: 9px;
	color: #b0b0b0;
}

.clearme {
	clear:both;
	height:0px;
	overflow:hidden;
	margin:0;
	padding:0;
}
div.article h4 {
	clear: both;
	padding-top: 20px;
}

div.article blockquote {
	clear: both;
	margin: 0;
	padding: 0;
}

td.wtable_even, td.wtable {
	padding-right: 20px;
	padding-left: 20px;
}


