@charset "utf-8";
/* CSS Document */
html, body {
	background:url(images/dermatoimmunoloji_02.png) repeat-x 0px 3px;
	padding:0px;
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
.main {
	width:990px;
}
.container {
	float:left;
	width:950px;
	display:block;
}
.left {
	background:url(images/dermatoimmunoloji_03.png) no-repeat right;
	width:20px;
	height:50px;
	display:block;
	float:left;
}
.right {
	background:url(images/dermatoimmunoloji_05.png) no-repeat left;
	width:20px;
	height:50px;
	float:left;
	display:block;
}
.header {
	background:url(images/dermatoimmunoloji_04.png) no-repeat;
	width:950px;
	height:216px;
	display:block;
}
.middle {
	background:url(images/dermatoimmunoloji_09.png) repeat-y;
	width:950px;
}
.menu {
	width:165px;
	float:left;
}
.menu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.menu ul li {
	list-style:none;
	padding:0px;
	margin:0px;
}
.menu ul li a {
	background:url(images/dermatoimmunoloji_12.png) repeat-y;
	width:160px;
	display:block;
	margin: 2px 0 2px 0;
	padding:5px 0 5px 5px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-stretch:condensed;
	text-align:left;	
}
.menu ul li a:hover {
	background:#FFF;
	color:#06F;
}
.menu ul li ul li a{
	background:url(images/dermatoimmunoloji_12_1.png) repeat-y #E870AC 9px 0px;
	width:155px;
	display:block;
	margin: 2px 0 2px 0;
	padding:5px 0 5px 10px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-stretch:condensed;
	text-align:left;
}
.content {
	width:775px;
	float:left;
	text-align:left;
	padding:5px;
	line-height:20px;
}
.content_sub {
	background: url(images/back.jpg) no-repeat right 20px;
}
.content p{
	padding:10px 5px 10px 5px;
}
.content h1 {
	border-right:#39C 25px solid;
	border-bottom:#39C 3px solid;
	font-size:16px;
	padding:5px;
	text-align:right;
	color:#369;
	font-weight:bold;
}
.content .table {
	background:#7FADD4;
}
.content .table tr td{
	border-bottom:2px solid #fff;
}
.content .table2 {
	background:#FFF;
}
.content .table2 tr td{
	border-bottom:2px solid #7FADD4;
	border-left:1px solid #7FADD4;
}
.content .table2 tr td.break {
	background-color:#D8EDFF;
}
.content .table2 tr td.coll {
		border-left:9px solid #7FADD4;
}
.clear {
	clear:both;
}

