@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
	color: #000;
}
body {
	background-color: #fff;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h2 {
	border-bottom: 1px dotted #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: large;
}

a {
	color: #069;
}

a:hover {
	color: #c00;
	text-decoration: none;
}

div#content {
	width: 960px;
	padding: 0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div#navigation {
	height: 40px;
	vertical-align: middle;
}

div#header {
	padding: 20px;
	padding-top: 40px;
	text-align: center;
}

div#main {
	padding: 20px;
	text-align: center;
}

div#main p {
	text-align: left;
}

div#main table.ip {
	width:920px;
	margin-left: auto;
	margin-right: auto;
}

div#main table.ip td {
	padding: 5px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: top;
	border-bottom: 1px dotted #999;
}


div#main table.ip td p {
	text-align: left;
}

div#text_index {
	width:760px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: justify;
}

div#text_index p {
	text-align: justify;
}

div#text {
	width:920px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

div#text p {
	text-align: justify;
}

div#text table.ekip {
	width: 100%;
	border: 0;
}

div#text table.ekip td {
	width: 25%;
	text-align: left;
	border-bottom: 1px dotted #666;
	padding: 3px;
	line-height: 100%;
	vertical-align: top;
	font-size: 11px;
}

div#text table.ekip td.uni {
	width: 25%;
	border-bottom: 2px solid #333;
}

div#footer {
	text-align: center;
	color: #666;
	border-top: 1px solid #666;
	background-image: url(img/bg_foot.png);
	background-repeat: repeat-x;
}

div#footer a {
	color: #222;
}
div#footer a:hover {
	color: #555;
}
p#wm {
	color: #999;
	font-size: x-small;
	text-align: center;
}

p#wm a {
	color: #999;
	text-decoration: none;
}

div.floater {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}