/*  
Name: Légkollektor építés
Author: Alien
Date: 6/10/2007
*/

/***Misc Tags***/

* {
 margin: 30px;
 padding: 0px;
}

body {
 background: #000000;
 font-family: Arial, sans-serif;
 font-size: 20px;
 color: #FFF;}
 
a img{ border: 0px; }

a { text-decoration: none;}

input {
 background: #000000;
 font-family: Arial;
 font-size: 0.7em;
 padding: 3px;
 color: #f4f4f4;
 border: 2px solid #555;}
	
button {
 background: #222;
 font-family: Arial;
 font-size: 0.7em;
 padding: 2px;
 color: #f4f4f4;
 border: 2px solid #444;
 height: 2em;} 


/**** Span class's *****/

.hidden { text-indent: -9000px;}
.br { clear: both;}
.Blue { color: 8CC6FF;}
.small { font-size: x-small;}
.large { font-size: xx-large;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}


/**** Site Container ****/

#container { width: 100%;}



/***Header***/

 
#logo { float: left;}

#logo h1 { 
 margin-top: 0px;
 margin-left: -30px;
 font-size: 2em;
 letter-spacing: -0.1em;}
 
#search {
 margin-top: 30px;
 float: right;}
 
#search button { margin-left: 5px; padding: 0 2px 2px 2px;}

/***left Side Bar***/

#navlist { float: left; width: 170px; margin-top: 10px; margin-left: -70px;}

 
#navlist ul {
 list-style: none;
}

#navlist li a{
 display: block;
 height: 25px;
 width: 100px; 
 padding: 5px;
 margin: 5px;
 background: inherit;
 border-right: 5px solid #0162A3;
 color: #999;
 text-transform: lowercase;
 font-size: 0.8em;}
 
#navlist li a:hover {
 color: #000000;
 background: #81CCFE;
 border-right: 4px solid #0162A3;}
 
#navlist li .active {
 color: #999;
 background: #333;
 border-right: 4px solid #0162A3;}


/***Content***/

#content { float: right; width: 450px; margin-top: 30px; margin-left: 2px; }

#content a { color:#00FF40</font>; font-weight: bold;}

#content a:hover { 
 color: #fff; 
 background: #0586FA; 
 font-weight: bold;}
 
#content p {line-height: 1.4em; font-size: 0.7em; margin-bottom: 20px; color: #f4f4f4;}

 
#content h3 {
text-indent: 20px;
color: #999;
letter-spacing: -0.1em;
margin-bottom: 4px;
}

#content h3:hover { color: #fff;}

	#content .code{
	  color: #444;
	  background: #F4f4f4 repeat-y;
	  border: 1px solid #ccc;
	  padding: 1px;
	  padding-left: 25px;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  font-size: 0.8em;
	  width: 470px;
	  margin: 2px auto;
	  white-space: nowrap;
	  overflow: auto;}
	  
	#content  code {
	  color: #fff;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  background-color: #333;
	  font-size: 1.2em;}

#content blockquote { color: #999; font-style: italic; text-align: center; width: 100px; margin: 10px auto;}
 
/***Footer***/

#footer {
 text-align: center;
 color: #666;
 margin-top: 50px;
 font-size: 0.7em;
 }
 
#footer p { color: #666;}
 
#footer a { color: #777;}
 
#footer a:hover { color: #f4f4f4;}
	

 
