@import url(navigation.css);
@import url(header.css);
@import url(footer.css);

html { margin: 0; }
body {
	margin: 0;
	font: 76% "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	background: #fff url(../i/bg_body.gif) 50% 0 repeat-y;
	color: #666;
	}

table {
	font-size: 100%;
	}

form { margin: 0; }

div#wrapper {
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -400px;
	width: 800px;
	text-align: left;
	}

div#contentArea {
	margin: -8px 20px 0 235px;
	padding-bottom: 3em;
	}
h1 { font-size: 200%;
	border-bottom: 2px solid #09e;
	color: #09e;
	}

h3, h4, h5 {
	margin-bottom: -0.4em;
	}

p {
	margin-top: 0.8em
	}

div.sema {
	border: 1px solid #09e;
	margin: 5px 5px 0 5px;
	padding: 5px;
	text-align: center;
	}

div.birim {
	padding-left: 150px;
	background: transparent url(../i/bg_divBirim.gif) left bottom no-repeat;
	}

table#program {
	border-left: 1px solid #09e;
	border-bottom: 1px solid #09e;
	}
	
table#program td {
	border-top: 1px solid #09e;
	border-right: 1px solid #09e;
	padding: 10px 0;
	}

table#program td.gun {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	}