* {
font-family: Arial;
font-size: 11px;
}

body {
margin: 0px;
padding: 0px;
background-color: #ccc;
}

h1 {
font: bold 16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
color: #000;
border-bottom: 1px solid red;
margin: 15px 0px;
}

h2 {
font: bold 14px Arial, Verdana, Helvetica, sans-serif;
color: #000;
margin: 0px;
padding: 0px 0px 0px 15px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}




table.tablo {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

table.tablo .baslik {
  background-color: #ffcccc;
  color: #660000;
  font-weight: bold;

}

table.tablo th, table.tablo td {
  text-align: left;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 4px;
  font-family: Arial, Helvetica;
  font-size: 11px;
}

table.formtable {
font-family: Arial, Helvetica;
font-size: 11px;
}

table.formtable th {
text-align: right;
padding: 5px;
}

table.formtable td {
padding: 5px;
}

.q1 {
font-size: 13px;
font-weight: bold;
background-color: #ddd;
border-bottom: 1px dotted #ccc;
}

.q2 {
font-weight: bold;
}

.e1 {
color: red;
}

div.content {
	margin: 15px 10px 15px 10px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #333;
}



div#wrapper {
	width: 788px;
	margin: 10px auto 10px auto;
	padding: 20px 15px 20px 15px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #fff;
}

div#header {
	width: 788px;
	/* width: 100%; */
	/* margin: 0 auto; */
	padding: 0px 0px 0px 0px;
	/* background-color: #fff; */
	margin-bottom: 15px;
}

div#footer {
	width: 768px;
	text-align: center;
	padding: 10px;
	/* margin: 0 auto; */
	margin-top: 20px;
	border-top: 1px solid #ccc;
	background-color: #fff;
	font-family: Verdana;
	font-size: 9px;
	color: #999;
}

br.clearing {
clear: both;
line-height: 0; 
display: block;
}

h2.baslik {
border-bottom: 1px solid #ccc;
padding-left: 0px;
}

div.vbox {
width: 250px;
height: 190px;
border: 1px solid #ccc;
margin-top: 0px;
margin-bottom: 10px;

}

div.vbox h2 {
color: #66282a;
margin-bottom: 0px;
background-color: #ccc;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
}

div.vbox .content {
margin-top: 0px;
margin-bottom: 0px;
/* border: 1px solid red; */
}

div.vbox .picture {
padding-top: 5px;
/* border: 1px solid green; */
}

div.vbox .extras {
/* border: 1px solid blue; */
}

div.vbox .spot {
text-align: center;
/* border: 1px solid orange; */
color: #000;
padding-top: 5px;
padding-bottom: 5px;
}

div.vbox .spot span {
color: red;
font-size: 14px;
font-weight: bold;
}

div.vbox .options {
text-align: center;
/* border: 1px solid navy; */
}


table.vbox2 {
/* background-color: #eee; */
border: 1px solid #ccc;
}

table.vbox2 td {
padding: 4px;
}

table.vbox2 img {
/* border: 1px solid #999; */
}

table.vbox2 h3 {
margin-bottom: 0;
}

table.vbox2 p {
margin: 0;
text-decoration: underline;
}
