/*
Style: NETMAX
Description:  930 px weight 2 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}

/* 
---------------------------------------------------------------------
START 
---------------------------------------------------------------------
*/

body{
	color: #000;
	background-color: #FFF;
	/*background-image: url(elemek/xy.jpg);
	background-repeat: y-repeat;*/
	
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;

	width: 100%;

	/* for IE center div position !*/
	/*text-align:center;*/
}

p{
	margin-bottom:  20px;
}

h1, h2, h3, h4, h5, h6 {
	text-align:left;
}


a:link, a:visited, a:active{
	color: #036;
}

a:hover{  
  color: #F00;
	text-decoration: underline;
}

/* 
---------------------------------------------------------------------
MAIN LAYOUT  
---------------------------------------------------------------------
*/

#main-block{
	
	width: 930px;
	/*background-color: #FFF;*/

	margin-right: auto;
	margin-left: auto;
	
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;

	/* for IE back all allign to left! */
	text-align:left;
}

/* 
---------------------------------------------------------------------
HEADER 
---------------------------------------------------------------------
*/

#header{
	height: 120px;
	/*background-color: #FFF;*/
	
	margin: 0;
	padding: 0;	
	background-image: url(elemek/netmax-group_r1_c1.jpg);
	background-repeat: no-repeat;
	/*background-position: center bottom;*/
}

#header-logo{
	height: 100px;
	margin: 0px;
	padding: 0px;	
}

#header p{
	font-family: "Trebuchet MS", "Courier New";
	font-size: 38px;
	font-weight: bold;
	color: #FFF;	
	
	margin: 0;
	padding: 40px 0 0 160px;
	
	/*float: right;*/
}

#header h1{
	font-family: "Trebuchet MS", "Courier New";
	font-size: 16px;
	font-weight: bold;
	color: #C93;	
	
	margin: 0;
	padding: 5px 0 0 160px;
	
	/*float: left;*/
}



/* 
---------------------------------------------------------------------
MENULINE 
---------------------------------------------------------------------
*/

#menuline{
	height: 35px;
	background-image: url(elemek/netmax-group_r2_c1.jpg);
	background-repeat: no-repeat;
}

.menulineitem ul{
	list-style: none;
	padding-left: 0px;
	
}

.menulineitem ul li{
  font-family: Verdana;
	font-size: 12px;
	font-weight: bold;	
	float: left;
}

.menulineitem ul li a:link, 
.menulineitem ul li a:visited,
.menulineitem ul li a:active{
	/*height: 40px;	*/
	color: #C93;
	text-decoration:none;

	margin: 0px 0 0px 0;
	padding: 10px 10px 10px 10px;

	display: block;
}

.menulineitem ul li a:hover{
	background-color: #ebebeb;
	color: #000;
	/*padding-top: 7px;*/
	text-decoration:none;
}

/* 
---------------------------------------------------------------------
MAIN 
---------------------------------------------------------------------
*/

#main{
	
	background-image: url(elemek/netmax-group_r3_c1.jpg);
	background-repeat: y-repeat;
border: 1px dotted #FFF;
	/*clear:both;*/
}

/* 
---------------------------------------------------------------------
MENU 
---------------------------------------------------------------------
*/

#menu{
	width: 230px;
	/*background-color: #C93;*/
	float: left;

}

#menu p{
	color: 000;
	font-size: 12px;
	/*font-weight: normal;	*/
	margin: 0;
	padding: 10px 0px 0px 0px;	
	line-height: 20px;
}

.kiemelt{
	font-weight: bold;	
	/*background-color: #e1e1e1;*/
	display: block;

	margin: 16px 0 10px 0;
	padding: 10px 10px 10px 10px;
	border-bottom: 4px solid #C93;

}

.menuitem ul{
	list-style: none;
	padding-top: 0px;	
	padding-left: 0px;	
}

.menuitem ul li{
  font-family: Verdana;
	font-size: 12px;
	font-weight: normal;	
	/*float: left;*/
}

.menuitem ul li a:link, 
.menuitem ul li a:visited,
.menuitem ul li a:active{
	/*height: 18px;*/
	color: #C93;
	text-decoration:none;

	margin: 0px 20px 0px 0px;
	padding: 5px 0 5px 10px;
	border-bottom: 1px dotted #C93;

	display: block;	
}

.menuitem ul li a:hover{
	/*height: 18px;*/
	color: #F00;
	
	margin: 0px 20px 0px 0px;
	padding: 5px 0 5px 10px;
	
	border-bottom: 1px dotted #C93;
	display: block;
}

.menuitem-top{
	color: #C93;
	font-size: 12px;
	font-weight: normal;
	
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
}

/* 
---------------------------------------------------------------------
CONTENT 
---------------------------------------------------------------------
*/

#content{
	line-height: 20px;

	margin: 0 20px 0 270px;
	padding: 20px 0px 20px 0px;
}

#content p{
	color: 000;
	font-size: 12px;
	text-align:justify;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 120px;

}

#content ul{
	margin-left: 140px;
}

#content li{
	/*list-style: none;*/
	text-align:left;
	list-style: square;
	padding-left: 10px;
}

#content img{
	border: none;
	margin-top: 10px;
	margin-right: 20px;
}

#content h2{
	font-family: Arial, Helvetica;
	font-size: 18px;
	color: #000;
	
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px 5px 5px 0;
	/*border-top: 1px dotted #999;*/
	border-bottom: 4px solid #999;
}

#content h3{
	font-family: Arial, Helvetica;
	font-size: 16px;
	color: #036;
	
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 5px 5px 5px 0;
	
	border-bottom: 1px dotted #036;
}

#content .kiemeles{
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #F00;
	font-weight: bold;
}

#content .kiemeles2{
	font-family: Arial, Helvetica;
	font-size: 20px;
	color: #F00;
	font-weight: bold;
}

/* 
---------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------
*/

#footer{
  height: 35px;
	clear: both;
	
	color: #036;
	font-size: 10px;
	/*background-color: #FFF;*/
	text-align:left;
	
	background-image: url(elemek/netmax-group_r4_c1.jpg);
	background-repeat: no-repeat;

	margin: 0;
	padding: 10px 10px 0px 270px;
	border-top: 1px solid #ccc;
}

#footer a{
	text-decoration: none;
}

/* 
---------------------------------------------------------------------
FORM
---------------------------------------------------------------------
*/

#form p{
	font-size: 12px;
	color: #00F;
}

/* 
---------------------------------------------------------------------
OTHER ELEMENTS
---------------------------------------------------------------------
*/

#validation{
	margin-top: 20px;
}

.w3cvalidator a{
	text-decoration: none;
}

/* 
---------------------------------------------------------------------
ADVERT
---------------------------------------------------------------------
*/

#reklam01{
  
}

