/*
Style: babyfriendly
Description: 900px weight 1 column site
Version: 1.0
Author: sbs/netmax
Comments: HTML document
*/

/* INIT */

html, body, form, input, select, fieldset 
  {font-size: 10px; font-family: Tahoma, Verdana, Arial; color: #000; }
  
body 
  {background-color: #242424; }

html, body, div, form, fieldset,input,textarea, h1, h2, h3, h4, h5, h6, 
p, pre, code, blockquote, ul, ol, li, dl, dt, dd, th,td, address 
  {margin: 0; padding: 0; }

html
  {height: 100%}

h1, h2, h3, h4, h5, h6, pre, code 
  {font-size: 10px; ;font-weight:normal }
ul, ol 
  {list-style: none; }

form label 
  {cursor: pointer; }
address 
  {font-style: normal; }

:link,:visited 
  { text-decoration: none; }
a
  {outline:none;outline-style:none }

a img,:link img,:visited img 
  {border: none; }
fieldset,img,table 
  {border: none; }

table
  {border-collapse:collapse;border-spacing:0;border:0}
caption,th
  {text-align:left}

div.clear, span.clear 
  {clear: both; font-size: 0px; }

q:before,q:after
  { content:''}

abbr,acronym
  {border:0}

/* general element --------------------------------------------------*/



body{
	color: #000;
	background-color: #FFF;
	background-image: url(elemek/background01.gif);
	background-repeat: repeat;
	
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	text-align: left;

	width: 100%;


	/* for IE center div position !*/
	text-align:center;
}

p{
	margin-bottom:  20px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	text-align:left;
}


a:link, a:visited, a:active{
	color: #036;
}

a:hover{  
  color: #F00;
	text-decoration: underline;
}

/* main structure --------------------------------------------------*/

#main-block{
}







/* header --------------------------------------------------*/

#header{
  width: 900px;
  height: 215px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0;
	
	background-color: #B1E4FC;
	background-image: url(elemek/babyfriendly_r1_c1.jpg);
	background-repeat: no-repeat;
	
	/*border: 3px solid #00f;*/
	
	/* for IE back all allign to left! */
	text-align:left;
	
}

#header h1{
	font-family: "Trebuchet MS", "Courier New";
	font-size: 20px;
	font-weight: bold;
	color: #FFF;	
	text-align:left;
	
	margin: 0;
	padding: 5px 0px 0px 20px;	
}







/* menu --------------------------------------------------*/

#menu{

  width: 900px;
  height: 38px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
		
	background-image: url(elemek/babyfriendly_r2_c1.jpg);
	background-repeat: repeat;	
	
	/* for IE back all allign to left! */
	text-align:left;

	/*border: 3px solid #00a;*/
}

.menuitem ul{
	list-style: none;
	padding-left: 40px;
}

.menuitem ul li{
  font-family: Verdana;
	font-size: 14px;
	font-weight: normal;	
	float: left;
}

.menuitem ul li a{
	/*height: 40px;	*/
	/*background-color: #CCC;*/
	color: #CCC;
	text-decoration:none;

	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;

	display: block;	
}

.menuitem ul li a:hover{
	background-color: #B1E4FC;
	color: #000;
}

.menuitem-top{
	color: #000;
	font-weight: normal;
	
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
}








/* content --------------------------------------------------*/

#content{

  width: 900px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	
	background-image: url(elemek/babyfriendly_r3_c1.jpg);
	background-repeat: repeat-y;
	
	/* for IE back all allign to left! */
	text-align:left;
	
	/*border: 1px solid #f00;*/
}


#content p{
	padding-left:  50px;
	padding-right:  50px;
	padding-bottom: 0px;
	line-height: 30px;
}

#content h1{	
	font-family: Arial, Helvetica;
	font-size: 26px;
	color: #CCC;
	margin: 0;
  padding: 30px 0 30px 50px;
}

.starttext{
  font-family: Helvetica;
	font-size: 14px;
	line-height: 24px;
  color: #999;
}

.backtext{
  padding-left: 70px;
}

#content ul{
	list-style: square;
	margin-left: 20px;
	
	padding-left: 20px;
	padding-right: 30px;
}

#content table{
  /*border: 2px solid #f00;*/
  margin-left: 20px;}


#content img{	
	margin: 2px;
	border: 3px solid #FFF;
}

.imagetext{
	font-size: 10px;
	text-align:center;
}



#subcontent1, #subcontent2, #subcontent3, #subcontent4, #subcontent5{
	width: 800px;
	line-height: 25px;

  margin-left: 50px;
	margin-right: 50px;
	margin-top: 25px;
	margin-bottom: 25px;
	
	padding: 0;
	
	background-color: #edefef;	
	border: 1px solid #9cc;
}


#subcontent1 h2, #subcontent2 h2, #subcontent3 h2, #subcontent4 h2, #subcontent5 h2{	
	font-family: Helvetica;
	font-size: 20px;
	color: #edefef;
	background-color: #9cc;
	background-image: url(elemek/h2background.jpg);
	background-repeat: repeat-x;
	
	margin: 5px 0 20px 0;
  padding: 10px 0px 10px 70px;
}

#subcontent1 p, #subcontent2 p, #subcontent3 p, #subcontent4 p, #subcontent5 p{
	padding: 0 20px 0 20px;
}

#subcontent1 a, #subcontent2 a, #subcontent3 a, #subcontent4 a, #subcontent5 a{ 	
	padding: 0px;
}


#subcontent1 img{	
	/*border: none;*/
	margin-top: 60px;
	border: 1px solid #FFF;
}

.subcontent1img{	
	margin-left: 20px;
}

.submapimg{	
	margin-left: 20px;
	margin-top: 50px;
	padding-top: 100px;
}

/* footer --------------------------------------------------*/

#footer{

  width: 900px;
	height: 60px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	
	background-image: url(elemek/babyfriendly_r4_c1.jpg);
	background-repeat: repeat-y;
	
	
	/*border: 3px solid #f00;*/
		font-size: 10px;
}

#footer a{
	text-decoration: none;
		font-size: 10px;
}

#validation{
	margin-top: 20px;
}

.w3cvalidator a{
	text-decoration: none;
}

