 /*

  Syntax
    margin: margin-top | margin-right | margin-bottom | margin-left
    padding: padding-top | padding-right | padding-bottom | padding-left

  width problem:
  IE: width=margin+border+padding+content
  NN: width=content

 */

 html {
  height: 99%;
 }

 body {
  margin: 0px;
  padding: 0px;
  padding-top: 0px;
  background-image: url('/images/d10/bg.png');
  background-repeat: repeat-x;
  background-color: #780707;
  text-align: center;
  width: 100%;
  height: 99%;
  border: 0px solid red;
 }

 img {
  border: 0px;
 }

 form {
  margin: 0px;
 }

#home {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px solid red;
	width: 832px;
	height: 200px;
	background: url(/images/d10/header.jpg);
	/* NS */  cursor: pointer;
	/* IE */  cursor: hand;
}


.successpostmessage {
	font-weight: bold;
	margin-bottom: 10px;
}

a {
	color: #feb254;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #FFFF40;
	text-decoration: none;
	border-bottom: 1px solid;
}

a.nothing,
a.nothing:hover,
a.nothing:visited {
	text-decoration: none;
	border: 0px;
}

#qhome {
	position: relative;
	top: 15px;
	left: 15px;
	border: 0px solid red;
	height: 63px;
	width: 290px;
	/* NS */  cursor: pointer;
	/* IE */  cursor: hand;
}

.table {
	border: 0px solid red;
	width: 100%;
}

.table td.odd {
	background-color: red;
}

.table td.even {
	background-color: blue;
}

.table tr.active {
	background-color: #4d4d4d;
}

.center {
	text-align: center;
}


/* csak block elemek es kell, hogy legyen width ertek */
.centerme {
	border: 0px solid red;
	width: 99%;
	height: 150px;
	text-align: center;
	padding-top: 120px;
}

/*
TASK 
*/
.subtask_message {
	font-size: 15px;
	background-color: black;
	border: 1px solid white;
	color: white;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 10px;
}

/*
FORM
*/

.fcvf {
	font-size: 10px;
	color: red;
	font-weight: bold;
	background-color: white;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid black;
}

.kerdes {
	vertical-align: top;
	font-weight: bold;
}

.kotkerdes {
	font-weight: bold;
	font-style: italic;
}


