/* css Zen Garden submission - 'spring360', by Rene Hornig, http://www.medialab360.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2006, Rene Hornig */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */


/* basic elements */
* {
	margin: 0;
	padding: 0;	
}

body { 
	background: #DFDBD3 url(../images/205/bg.gif) top left repeat-x;
	color: #4C4C4C;
	font-family: Verdana,Arial,Helvetica,sans-serif; 	 	
}

p { 	
	font-size: .8em;
	line-height: 2em;
}

h3 { 	
	font-size: .7em;
	font-weight: bold;		
	line-height: 1.3em;
	padding-top: 2.5em;	
}

abbr, 
abbr {
	background: transparent url(../images/205/abbr.gif) bottom left repeat-x;
	border: 0 none;
	cursor: help;
	font-style: italic;
}


a:link, 
a:visited {
	/*background: #EBF3CE;*/
	color: #5D7403;
	text-decoration: none;
}

a:hover, 
a:active, 
a:focus  {
	/*background: #B2CF42;*/
	color: #FFF;
}


.page-wrapper { 
	 background: transparent url(../images/205/contbg.gif) top left repeat-y;
	width: 700px;
	
}

.intro, 
.supporting {
	padding: 0 69px 0 86px;
	width: 545px;	
}

.intro {	
	background: transparent url(../images/205/700_hb.jpg) top left no-repeat ;
#	background: transparent url(../images/205/actual_discount.jpg) top left no-repeat ;
#	background-size: 700px 250px;

	padding-top: 440px;	
}

.preamble h3,
.preamble p,
.supporting h3,
.supporting p {
	padding-left: 10px;
	padding-right: 40px;
}

.preamble,
.explanation,
.participation,
.benefits,
.requirements {
	/*border-bottom: 1px solid #E4E1DB;*/
	padding-bottom: 20pt;	
}

header, 
.summary p:first-child {
	display: none;
}

.sidebar h3 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.summary p:last-child {
	background: transparent url(../images/205/nav_dl.gif) top left no-repeat;
	display: block;	
	font-size: .6em;
	font-weight: bold;
	left: 661px;
	line-height: 1.4em;
	padding: 40px 40px 0 30px;
	position: absolute; 	 	
	top: 160px;	
	width: 141px;
	z-index: 20;
}

.summary p:last-child a:link,
.summary p:last-child a:visited {	
	background: transparent;
	color: #E6E3DE;
	text-decoration: none; 
}

.sidebar {	
	background: transparent url(../images/205/navbg.gif) top left repeat-y;
	left: 661px; 	
	padding-top: 1em;
	position: absolute;
	top: 130px;	
	width: 235px;
	z-index: 10;
	float:right;
}

.sidebar .wrapper { 
	background: transparent url(../images/205/navbtmbg.gif) bottom left no-repeat;
	font: .6em/1.4em verdana, sans-serif; 				
	padding-bottom: 60px;
}

.sidebar .wrapper h3 {
	background: transparent top left no-repeat;
	display: block;	
	height: 26px;
	padding: 0 0 10px 0;
	width: 285px;	
}

.sidebar .wrapper .select {
	/* background-image: url(../images/205/nav_des.gif); */
}

.sidebar .wrapper .archives {
	background-image: url(../images/205/nav_arch.gif);
}

.sidebar .wrapper .resources {
	background-image: url(../images/205/nav_res.gif);
}

.sidebar .wrapper ul {
	list-style-type: none;
	padding: 0 75px 25px 15px;
		
}

.sidebar .wrapper li {
	color: #E6E3DE;	
	padding: 6px 10px;	
}

.sidebar .wrapper a:link,
.sidebar .wrapper a:visited {
	background: transparent;
	color: #4C4C4C;
	font-weight: bold;
}

.sidebar .wrapper a.designer-name:link,
.sidebar .wrapper a.designer-name:visited {
	color: #E6E3DE;
	font-weight: normal;
}

.summary p:last-child a:hover,
.summary p:last-child a:active,
.summary p:last-child a:focus, 
.sidebar .wrapper a:hover, 
.sidebar .wrapper a:active, 
.sidebar .wrapper a:focus,
.sidebar .wrapper a.designer-name:hover, 
.sidebar .wrapper a.designer-name:active, 
.sidebar .wrapper a.designer-name:focus {	
	background: #B2CF42;
	color: #FFF;
	text-decoration: none; 
}


.sidebar .design-selection li {	
	/*background: transparent url(../images/205/navico.gif) 3pt 5pt no-repeat;*/
	border-bottom: 1px solid #CFCCC4;	
	padding: 7px 10px 7px 25px;
}

footer { 	
	font-size: .7em;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 40px;
	text-align: center;
}

footer a:link,
footer a:visited,
footer a:hover,
footer a:active,
footer a:focus {
	background: transparent;
	color: #857E70;
}



#szoveg_contact {
	margin-left: 10px;
	text-align: left;
	}

input, textarea { 
	padding: 8px;
	border: solid 1px #E5E5E5;
	font: normal 12px Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
}

.form label { 
	margin-left: 12px; 
	color: #999999; 
	}

.submit input {
	width: auto;
	padding: 10px 14px;
	background: #617798;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	}
	
#form-div { 
-moz-border-radius:12px 12px 12px 12px;
-webkit-border-radius: 12px 12px 12px 12px;
background-color:#F5F5F5;
background-color:white;
padding:0px;
}