html {
        width: 1150px;
	margin-bottom: 0.01em;
}

header {
    	height: 0px;
}

#Liner { 
	width: 100%;
	height: 1px;
 	border-bottom: 2px solid #DDD;
	margin: 0 auto; 
}

#Liner2 { 
	width: 100%;
	height: 1px;
 	border-bottom: 1px solid #E1E8ED;
	margin: 0 auto; 
}

#Footer { 
	width: 100%; 
	margin: 0 auto; 
	height: 15px;
	background-color: #FFF;
	text-align: center;
}

/*prostredni cast s twitter widgetem*/
#Bodi { 
	text-align: left;
	width: 100%;
	height: 630px;  
	margin: 0 auto; 
	background-color: #FFF;
}

iframe[id^='twitter-widget-']{ width:650px !important;}

h2 {
	font-family: arial;
    	font-size: 14px;
	color: #8899a6;
	font-weight: normal;
}

h8 {
	font-family: arial;
    	font-size: 14px;
	color: #EAEAEA;
	font-weight: normal;
}

/*contact form*/
#page-wrap {
	
	width: 650px;
	
	background: white;
	
	padding: 20px 50px 20px 50px;
	
	margin: 20px auto;
	
	min-height: 500px;
	
	height: auto !important;
	
	height: 500px;

}



#contact-area {

	width: 600px;
	
	margin-top: 25px;

}



#contact-area input, 
#contact-area textarea {

	padding: 5px;
	
	width: 471px;
	
	font-family: Helvetica, sans-serif;
	
	font-size: 1.4em;
	
	margin: 0px 0px 10px 0px;
	
	border: 2px solid #ccc;

}



#contact-area textarea {

	height: 90px;

}



#contact-area textarea:focus, 
#contact-area input:focus {
	
	border: 2px solid #900;

}



#contact-area input.submit-button {

	width: 100px;
	
	float: right;

}



label {
	float: left;
	
	text-align: right;
	
	margin-right: 15px;
	
	width: 100px;
	
	padding-top: 5px;
	
	font-size: 1.4em;

}
