/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	font: normal 14px Arial,Verdana, Tahoma, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	background: #fff;
}

a:link, a:link:visited{
    text-decoration: underline;
    font-weight: bold;
    color: #000;
}

a:hover:{
  text-decoration: underline;
}

  
div#container {
  background-color: #fff;
 width: 100%;
}

div#wrapper{
 width: 95%;
 min-height: 100%;
 height:100%;
  
}
div#header {
display:none;
  
}
div.commentblock {
display:none;
  
}


div#splash {
	display: none;
}

div#rightside, div#menu{
display: none;

}

div#content {
	 
 
 font-size: 16px;
 min-height: 100%;
 height:100%;
 }
h1.stitle{
  font-size: 30px;
}
p#controls{
  display: none;
}

p.sinfo{
  font-size: 13px;
  border: none;
}

div.companyprint{
  display: block;
}

div#headswf{
  display: none;
}


#footer {
display: none;
}



img{
  border: none;
}

.clear{
  clear:both;
}

.floatleft{
  float: left;
}

.floatright{
  float: right;
}

.bold{
  font-weight: bold;
}

.leftalign{
  text-align: left;
}
.rightalign{
  text-align: right;
}
.small{
  font-size: 10px;
}
.bigline{
    line-height: 1.5em;
}
.bigline1{
    line-height: 1.2em;
}
/*
*
*   színek
*
*/

.white{
  color: white;
}

.gray1{
  color: #828282;
}

h1{
  color: #000;
}

