hr
{
width: 75%;
color: #ccc;
}

#page {
	font-family: Verdana, Arial, Helvetica;       
	font-size: 12px; 
	color: #36c;
	margin-right: auto;
	margin-left: auto;


	
    	background: #fff;
    	position: relative;
    	width: 638px;

	min-height: 150px;
	height: expression(this.scrollHeight < 550? "550px" : "auto" );
	overflow: visible;
	padding-bottom: 0px;
	padding-top: 30px;	
	margin-top:0px;
}
a {


	color: #36c;
	font-weight: normal;
	text-decoration: underline;
	cursor: hand;
}
a:hover {
	text-decoration: none;
		color: #36c;
}
h1 {

	font-size: 200%; 
	color: #000;
	text-decoration: none;
}

#logo {

	background: #fff url('http://www.alinet.cz/img/logos.jpg')50px center no-repeat;
	
	
	width:290px;
	height: 70px;
	
	
}


#boxtop {

	background: url('http://www.alinet.cz/img/boxtop.jpg')no-repeat 50% 50%;
	
	width:640px;
	height: 10px;
	
	
}

#box {
    	border-left: 1px solid #2b2;
    	border-right: 1px solid #2b2;
	text-align: center;

	line-height: 20px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	float:left;
}
#boxbottom {
clear: both;
	background: url('http://www.alinet.cz/img/boxbottom.jpg')no-repeat 0% 100%;
	width:640px;
	height: 10px;
}
.bold {
	font-family: Verdana, Arial, Helvetica; 
	font-weight: bold;
	color:#000;
}

.black {
	color:#000;

}
