/*
Style: atriumbatta
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;text-decoration: 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/background.jpg);
	background-repeat: repeat-x;
	
	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: none;
}




/* main structure --------------------------------------------------*/

/*border: 3px solid #F00;*/

/* header --------------------------------------------------*/

#header{
  width: 900px;
  height: 215px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0;
	
	background-image: url(elemek/aluminium-profil-ablak_r1_c1.jpg);
	background-repeat: no-repeat;
	
	/* for IE back all allign to left! */
	text-align:left;
	
	border-left: 1px solid #3D8CDA;
	border-right: 1px solid #3D8CDA;
	border-top: 1px solid #3D8CDA;
}

#header h1{
	font-family: "Trebuchet MS", "Courier New";
	font-size: 30px;
	font-weight: bold;
	color: #FFF;	
	text-align:right;
	
	margin: 0;
	padding: 170px 20px 0px 0px;	
}







/* top menu --------------------------------------------------*/

#menu{

  width: 900px;
  height: 38px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
		
	background-image: url(elemek/aluminium-profil-ablak_r2_c1.jpg);
	background-repeat: repeat;	
	
	/* for IE back all allign to left! */
	text-align:left;

	border-left: 1px solid #3D8CDA;
	border-right: 1px solid #3D8CDA;
	
	font-size: 15px;
}

.menuitem ul{
	list-style: none;
	/*padding-left: 0px;*/
}

.menuitem ul li{
  font-family: Verdana;
	font-weight: normal;	
	float: left;
}

.menuitem ul li a{
  display: block;	
	/*height: 40px;	*/
	/*background-color: #CCC;*/
	
	color: #FFF;
	text-decoration: none;
  
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
}

.menuitem ul li a:link, .menuitem ul li a:visited, .menuitem ul li a:active{
	color: #FFF;
}

.menuitem ul li a:hover{
	background-color: #edefef;
	color: #000;
}





/* content --------------------------------------------------*/


#main-block{
  width: 900px;

  
  margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	padding: 0;

	background-color: #edefef;	
	
	border-left: 1px solid #3D8CDA;
	border-right: 1px solid #3D8CDA;
	border-bottom: 1px solid #3D8CDA;
	
	/* for IE back all allign to left! */
	text-align:left;

}

/* special element for firefox box-bug */
.special{
  font-size: 8px;
  color: #edefef;
}


/* sidebar --------------------------------------------------*/

#left-sidebar{
  width: 240px;
  text-align: left;
  float: left;

}


/* sidebar menu -------------------------------------------*/

#sidebar-menu{
  width: 100%px; 
	margin: 5px;
	padding: 5px;
	text-align: left;

	
	
	/*border: 1px solid #F00;*/
}

.menuhead{
	display: block;
	
	background-color: #3D8CDA;
	color: #FFF;
	
	margin: 0px 2px 0px 2px;
	padding: 5px 10px 5px 10px;

}

.sidemenuitem ul{
	list-style: none;
	font-size: 12px;
  margin-top: 20px;
  padding: 5px;
	border: 1px solid #ccc;
}

.sidemenuitem ul li{
  
  /*height: 20px;
  display: inline;*/
}

.sidemenuitem ul li a{
	display: block;
	height: 16px;
	
	background-color: #cce0ff;
	color: #00F;
	border-left: 5px solid #00F;
	
	margin: 2px;
	padding: 5px 10px 5px 20px;
}

.sidemenuitem ul li a:link, .sidemenuitem ul li a:visited, .sidemenuitem ul li a:active{
	color: #00F;
}

.sidemenuitem ul li a:hover{
	background-color: #999;
	color: #FFF;
}





/* content -------------------------------------------*/

#content{

  width: 650px;
  float: right;
  /*clear: both;*/
  

	background-image: url(elemek/babyfriendly_r3_c1.jpg);
	background-repeat: repeat-y;
	
	/* for IE back all allign to left! */
	text-align:left;
}


#content p{
	padding-left:  20px;
	padding-right:  20px;
	padding-bottom: 0px;
	
	line-height: 30px;
}

#content h1{	
	font-family: Arial, Helvetica;
	font-size: 26px;
	color: #3D8CDA;
	margin: 0;
  padding: 30px 20px 30px 20px;
}

.starttext{
  font-family: Helvetica;
	font-size: 14px;
	line-height: 24px;
  color: #3D8CDA;
}

.backtext{
  padding-left: 70px;
}

#content ul{
	/*list-style: square;*/
	list-style-image: url(elemek/sign1.gif);
	
	margin: 20px;
	
	padding-left: 40px;
	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;
}

.tabletext{
	font-size: 10px;
	text-align:left;
}

/* subcontent -------------------------------------------*/

#subcontent1, #subcontent2, #subcontent3, #subcontent4, #subcontent5, #subcontent10, #subcontent11{
	width: 600px;
	line-height: 25px;

  margin-left: 20px;
	margin-right: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0;
	
	background-color: #FFF;	
	border: 1px solid #9cc;	
}

/* fumenucim az aloldalon */

#subcontent1 h2, #subcontent2 h2, #subcontent3 h2, #subcontent4 h2, #subcontent5 h2, #subcontent10 h2, #subcontent11 h2{	
  height: 60px;
	font-family: Helvetica;
	font-size: 20px;
	color: #edefef;
	/*background-color: #3D8CDA;*/
	background-image: url(elemek/aluminium-profil-ablak_r3_c1.jpg);
	background-repeat: no-repeat;
	
	margin: 5px 0 10px 0;
  padding: 10px 0px 10px 50px;
}

/* grafikus almenucim az aloldalon */

#subcontent1 h3, #subcontent2 h3, #subcontent3 h3, #subcontent4 h3, #subcontent5 h3, #subcontent10 h3, #subcontent11 h3{	

	font-family: Helvetica;
	font-size: 20px;
	color: #00F;
	
	margin: 5px 20px 20px 20px;
  padding: 0px 0px 0px 0px;
  border-bottom: 2px dotted #00f;	
}

/* tétel almenucim az aloldalon */

#subcontent1 h4, #subcontent2 h4, #subcontent3 h4, #subcontent4 h4, #subcontent5 h4, #subcontent10 h4, #subcontent11 h4{	

	font-family: Helvetica;
	font-size: 16px;
	color: #00F;
	
	margin: 5px 20px 20px 20px;
  padding: 0px 0px 0px 0px;
}

#subcontent1 a, #subcontent2 a, #subcontent3 a, #subcontent4 a, #subcontent5 a, #subcontent10 a, #subcontent11 a{	

	color: #F00;
	font-weight: bold;
}


/* teljes szelessegu oldalak*/ 

#subcontent1 p, #subcontent5 p, #subcontent10 p, #subcontent11 p{
  /*margin-left: 20px;*/
	line-height: 20px;
}




/* ceginfo oldalak */ 

#subcontent1 img{	
	margin: 10px;
	border: 1px solid #F00;
}




/* termekek oldalak */

#subcontent2 img, #subcontent3 img, #subcontent4 img, #subcontent5 img{ 	
	margin: 0px;
}

#subcontent2 h3 img, #subcontent3 h3 img, #subcontent4 h3 img{	
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFF;
}

#subcontent2 p, #subcontent3 p, #subcontent4 p{
  margin-left: 160px;
	line-height: 20px;
}

#subcontent2 ul, #subcontent3 ul, #subcontent4 ul{

	list-style-image: url(elemek/sign1.gif);
  margin-left: 180px;
  margin-bottom: 20px;
  
  padding-left: 30px;
	/*line-height: 20px;*/

}




/* hirek, belteri ajto képek, aluminium profil */

#subcontent10 img{	
	margin: 0px;
}

/* referencia aloldal */

#subcontent11 h3{	
	font-size: 14px;
}

#subcontent11 img{	
	margin-left: 20px;
	margin-bottom: 30px;
}


/* footer --------------------------------------------------*/

#footer{

  width: 900px;
	height: 60px;
	clear: both;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	
	font-size: 9px;
	text-align: left;
	
	/*background-color: #FFF;
	background-image: url(elemek/babyfriendly_r4_c1.jpg);
	background-repeat: repeat-y;*/
	/*border: 3px solid #f00;*/
	
}

#footer a{
	text-decoration: none;
		font-size: 10px;
}

#validation{
	margin-top: 20px;
}

.w3cvalidator a{
	text-decoration: none;
}

.clearfix {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
