html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  text-decoration: none;
}

:focus {
  outline: 0;
}

body {
  line-height: 0px;
  color: #341400;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  
}
blockquote, q {
  quotes: "" "";
}

body {
  font-size: 10pt;
	font-family: Arial, Tahoma, Verdana;
  line-height: 13pt;
}

h1,h2,h3,h4,h5,h6 { 
	font-family: Arial, Tahoma, Verdana; 
	font-weight: bold; 
	margin: 0 0 12px 0;
	line-height: 16pt;
}

h1 { font-size: 12pt; color: #ff990e; }
h2 { font-size: 11pt; color: #ff990e; }
h3 { font-size: 10pt; color: #ff990e; }
h4 { font-size: 10pt; color: #ff990e; font-style: italic; }
h5 { font-size: 9pt; color: #ff990e; }
h6 { font-size: 9pt; color: #ff990e; font-style: italic; }


em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

a {
	color: #c22538;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
	background-color: #fff1d6;
	text-align: center;
	background-image: url(../background/body.png);
	background-repeat: no-repeat;
	background-position: center 45px;
	
}

p {
	margin-bottom: 15px;
}

ul, ol {
	margin-left: 15px;
	margin-bottom: 15px;
	list-style-position: outside;
}


#wrap {
	text-align: left;
	width: 990px;
	margin: 0 auto;
	position: relative;
	padding-top: 40px;
}

#splasher {
	float: left;
	margin-right: 20px;
}

#contentwrap {
	width: 583px;
	border-top: 27px solid #e69d35;
	background-color: #fff;
	float: left;
	margin-top: 115px;
}


#empty {
	float: left;
	width: 187px;
}

#header {
	width: 583px;
	height: 215px;
	background-image: url(../background/header.jpg);
	background-repeat: no-repeat;
}

#contentwrap .reseptit {
	margin-left: 0px;
	float: left;
	list-style-type: none;
}

#contentwrap .reseptit li{
	float: left;
	display: block;
	margin-bottom: 10px;
}

#contentwrap .reseptit li img{
	float: left;
	margin-right: 15px;
}

#content {
	width: 538px;
	padding: 30px 15px 25px 30px;
	float: left;
}

#content .reseptikuva {
	width: 267px;
	height: 200px;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

#content .resepti {
	width: 255px;
}
#content .resepti .maara {
	width: 55px;
}
#content .resepti td {
	vertical-align: top;
}

#content_left {
	width: 250px;
	padding: 30px 15px 25px 15px;
	float: left;
}

#content_right {
	padding: 30px 35px 25px 15px;
	width: 250px;
	float: right;
	background-position: 0px 5px;	
	font-size: 9pt;
}

#footer {
	width: 583px;
	height: 59px;
	float: right;
	background-image: url(../background/footer.png);
	background-repeat: no-repeat;
	display: block;
}

#kariniemen-kilpailu {
	float: left;
}

#content_right .error {
	border: 1px solid #e69d35 !important;
}

#content_right .radio {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

#content_right .radio input{
	float: left;
}

#content_right .radio label {
	float: right;
	width: 230px;
}

#content_right .text label {
	font-weight: bold;
}

#content_right .text input {
	width: 210px;
	background-color: transparent;
	border: 1px solid #818181;
	height: 18px;
	margin-bottom: 2px;
	
	color: #341400;
	font-size: 9pt;
	font-family: arial;
	padding-top: 2px;
}

#content_right .radio_group input {
	margin-right: 1px;
}

#content_right .radio_group label {
	margin-right: 10px;
}

#content_right .check {
	margin-top: 10px;
}

#content_right .check input {
	margin-right: 10px;
}

#content_right .submit {
	margin-top: 10px;
	display: block;
	width: 210px;
}

#content_right .submit input {
	float: right;
	text-align: right;
	background-color: transparent;
	border: 0px;
	color: #c22538;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

.clear {
	height: 40px;
	clear: both;
}